Diego Biurrun
8e84913db4
cosmetics: Fix incorrect indentation.
...
Originally committed as revision 14878 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Robert Swain
4b0044b750
Reindent
...
Originally committed as revision 14877 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Robert Swain
c5377f575c
Correct regex file name matching as per Måns' suggestion
...
Originally committed as revision 14876 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Andreas Öman
f339908843
The comment about channel order for AAC 5.1 audio was not correct, fix it.
...
Originally committed as revision 14875 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Robert Swain
4991f3ce3c
Add me as maintainer of the AAC decoder code
...
Originally committed as revision 14874 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Robert Swain
7d8f3de4a8
Last hunk of the AAC decoder code to be OKed and build system and documentation
...
alterations as appropriate
Originally committed as revision 14873 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
7fb262b568
Simplify timestamp reordering by using the new API.
...
Originally committed as revision 14872 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
79de84f263
Provide a simpler way for the user to reorder her timestamps.
...
Originally committed as revision 14871 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
28f27e0c0c
matroskadec: fail cleanly when the required compression lib is not compiled in
...
Originally committed as revision 14870 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
dc3e0211ed
matroskadec: stop parsing when skipping en element crossing over the end of file
...
Originally committed as revision 14869 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
3ef6182556
Fix #include path, headers from other directories need to have
...
the directory name prefixed now.
Originally committed as revision 14868 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
071083b4a5
Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs.
...
Now that it is exported, this should avoid confusion and name clashes.
Originally committed as revision 14867 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
054480a57b
cosmetics: comment spelling/grammar fixes
...
Originally committed as revision 14866 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
38511b9ad3
matroska: fix regression test according to r14862
...
Originally committed as revision 14865 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
2cd04cf919
Fix PCM DVD divide by zero bug introduced in r14659. Patch supplied by lars dot taeuber at gmx dot net.
...
Originally committed as revision 14864 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
ab2a942ad8
cosmetics: indentation
...
Originally committed as revision 14863 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
eb9cf50a74
matroska: add support for most variants of PCM
...
Originally committed as revision 14862 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
b49d17b77a
matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic way
...
Originally committed as revision 14861 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
bf09b550e6
commit the OKed parts of the E-AC-3 decoder
...
Originally committed as revision 14860 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
e630027686
get data size based on the actual data array instead of coding-in the calculation
...
Originally committed as revision 14859 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
8e33132bab
rename AC3_MAX_FRAME_SIZE to AC3_FRAME_BUFFER_SIZE and increase the size
...
Originally committed as revision 14858 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ronald S. Bultje
ba99cfc213
Implement url_open_protocol(), which is basiclly the former url_open()
...
but which opens a URLProtocol instead of a filename. url_open() is
reimplemented to call url_open_protocol(). See discussion on
"url_open_protocol" on ffmpeg-devel.
Originally committed as revision 14857 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
b76e3424ca
Cosmetics: remove a redundant and misplaced doxy.
...
Originally committed as revision 14856 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
e8e2b2ef17
Deprecate av_fifo_realloc(). av_fifo_realloc2() should be used instead.
...
Originally committed as revision 14855 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Zhentan Feng
fda0d4afa7
Ok-ed parts from patch by zhentan feng.
...
Originally committed as revision 14854 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Zhentan Feng
1b0732ea64
Remove useless #ifdef DEBUG (patch by Zhentan Feng).
...
Originally committed as revision 14853 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
e9d4b8a533
Workaround bug in types.h that has typedef __u64 under #ifndef __STRICT_ANSI__.
...
Originally committed as revision 14852 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
0da49fca79
Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.
...
Originally committed as revision 14851 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Mathieu Malaterre
7942269b71
cosmetics: s/const static/static const/g
...
patch by Mathieu Malaterre, mathieu.malaterre gmail com
Originally committed as revision 14850 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Jai Menon
833e90ddf5
Update changelog and general.texi to reflect
...
addition of the alac encoder, add Jai Menon
to MAINTAINERS and bump LIBAVCODEC_VERSION_MINOR.
Originally committed as revision 14849 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
745b39d5f9
Replace invocations of av_fifo_realloc(), which is going to be
...
deprecated, with corresponding invocations of av_fifo_realloc2().
Originally committed as revision 14848 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Jai Menon
a1ab56c5a8
alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDER
...
Originally committed as revision 14847 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Stefano Sabatini
8257b835cf
Implement av_fifo_realloc2().
...
Originally committed as revision 14846 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Jai Menon
e13894e80e
alacenc: last few hunks approved by michael
...
Originally committed as revision 14845 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
cc940caf4d
alacenc: Use user-specified min and max prediction order.
...
Originally committed as revision 14844 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Ramiro Polla
0d962ecb70
Import more OKed parts of ALAC encoder from GSoC repo.
...
Originally committed as revision 14843 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Roman Shaposhnik
c89cb5894e
Making block size in bits variable and dependent on the DV spec
...
Originally committed as revision 14842 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Roman Shaposhnik
713c1aa9a6
Making the number of blocks per macroblock dependent on the DV stream
...
specification
Originally committed as revision 14841 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Roman Shaposhnik
cb879ec2fb
Introducing DV_MAX_BPM macro instead of a hardcoded value for the
...
highest number of blocks per macroblock
Originally committed as revision 14840 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Zhentan Feng
2c8d438893
Ok-ed parts from patch by zhentan feng.
...
Originally committed as revision 14839 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
6f18fe8ce7
Add regression tests for F32LE, F64BE and F64LE PCM codecs.
...
Originally committed as revision 14838 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
b1c00341a5
Make AIFF demuxer handle F32BE and F64BE PCM audio.
...
Originally committed as revision 14837 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
a1ef2c4bb3
Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.
...
Originally committed as revision 14836 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
57406d8eb8
Make RIFF-based demuxers handle F32LE and F64LE PCM audio.
...
Originally committed as revision 14835 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
7b21690a91
Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.
...
Originally committed as revision 14834 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
143a5d6f1f
Add F64BE, F64LE and F64BE PCM codecs.
...
Originally committed as revision 14833 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
e06b00f3b6
Add SAMPLE_FMT_DBL.
...
Originally committed as revision 14832 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Peter Ross
4efbd75583
Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659.
...
Originally committed as revision 14831 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
6ec87fbd92
Mark init_vlcs function as av_cold.
...
Originally committed as revision 14830 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Robert Swain
1dece0d2cd
More OKed AAC decoder code hunks
...
Originally committed as revision 14829 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago