FFmpeg git repo
Go to file
Richard 9cde9f70ab mpeg: Add passing DVD navigation packets (startcode 0x1bf) to caller to allow better playback handling of DVDs.
The two types of packets (PCI and DSI) are passed untouched but combined by the new codec ID AV_CODEC_ID_DVD_NAV.
 The first 980 bytes in the packet contain the PCI data. The next 1018 are the DSI data.

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-03-17 16:24:34 +01:00
compat
doc Merge commit '23f4c5acc438366d84cacf49e33b0bcd72f04937' 2013-03-17 12:58:44 +01:00
libavcodec mpeg: Add passing DVD navigation packets (startcode 0x1bf) to caller to allow better playback handling of DVDs. 2013-03-17 16:24:34 +01:00
libavdevice sndio_dec: add missing #include for av_gettime() 2013-03-17 11:10:26 +00:00
libavfilter Merge remote-tracking branch 'cigaes/master' 2013-03-17 14:30:33 +01:00
libavformat mpeg: Add passing DVD navigation packets (startcode 0x1bf) to caller to allow better playback handling of DVDs. 2013-03-17 16:24:34 +01:00
libavresample
libavutil avutil/frame: fix video buffer allocation 2013-03-17 02:19:25 +01:00
libpostproc
libswresample
libswscale
presets
tests tests/filter-metadata-scenedetect: update reference 2013-03-17 02:04:45 +01:00
tools Merge commit '42c7c61ab25809620b8c8809b3da73e25f5bbaaf' 2013-03-16 16:09:37 +01:00
.gitignore
arch.mak
Changelog ffplay: add -af option 2013-03-17 03:43:36 +01:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure lavc: make compilation of frame_thread_encoder.o optional. 2013-03-14 15:04:17 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c ffmpeg_opt: add OPT_INPUT to -fix_sub_duration and -canvas_size. 2013-03-16 17:20:19 +01:00
ffmpeg.c
ffmpeg.h
ffplay.c ffplay: remove options skiploop, skipidct, skipframe 2013-03-17 13:05:44 +01:00
ffprobe.c ffprobe: remove deprecated frame "reference" field 2013-03-17 00:27:48 +01:00
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
README
RELEASE
version.sh

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

2) Licensing
------------

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.