FFmpeg git repo
Go to file
Michael Niedermayer afa6afcc9f mpegdemux: remove redundant dvd audio code
This is almost a revert of: (the file from the report still works)

commit 80e58c6153
Author: Benoit Fouet <benoit.fouet@free.fr>
Date:   Wed Feb 11 11:09:36 2009 +0000

    Allow demuxing of audio substreams stored as 0x06 type.
    Fixes issue 725: MPEG2 PS with PCM audio.
    On behalf of Jai.

    Originally committed as revision 17150 to svn://svn.ffmpeg.org/ffmpeg/trunk

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-08-04 19:37:21 +02:00
compat
doc lavfi: move color filter to testsrc, factorize 2012-08-03 16:26:58 +02:00
libavcodec h264: print num_reorder_frames in debug output 2012-08-04 15:42:44 +02:00
libavdevice Merge remote-tracking branch 'qatar/master' 2012-07-31 22:41:00 +02:00
libavfilter lavfi: move color filter to testsrc, factorize 2012-08-03 16:26:58 +02:00
libavformat mpegdemux: remove redundant dvd audio code 2012-08-04 19:37:21 +02:00
libavresample
libavutil Merge remote-tracking branch 'qatar/master' 2012-08-03 23:13:06 +02:00
libpostproc
libswresample swr: fix 10l typo mixing in and out config. 2012-08-01 21:18:03 +02:00
libswscale
mt-work
presets
tests fate: Rename FATE_SAMPLES make file variable to FATE_EXTERN 2012-08-04 09:49:30 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog Canopus Lossless decoder 2012-08-01 22:06:16 -04:00
Doxyfile
INSTALL
LICENSE LICENSE: Document all GPL files 2012-08-04 04:03:08 +02:00
MAINTAINERS Canopus Lossless decoder 2012-08-01 22:02:19 -04:00
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure configure: reduce difference to qatar by 2 lines 2012-08-02 00:41:16 +02:00
ffmpeg.c ffmpeg: honor -ss and -t parameters with muxed subtitles. 2012-08-01 20:37:34 +02:00
ffplay.c
ffprobe.c
ffserver.c
library.mak
version.sh

README

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.