- 15 Feb, 2011 1 commit
-
-
Reinhard Tartler authored
It is pretty hopeless that other considerable projects will adopt libavutil alone in other projects. Projects that need small footprint are better off with more specialized libraries such as gnulib or rather just copy the necessary parts that they need. With this in mind, nobody is helped by having libavutil and libavcore split. In order to ease maintenance inside and around FFmpeg and to reduce confusion where to put common code, avcore's functionality is merged (back) to avutil. Signed-off-by:
Reinhard Tartler <siretart@tauware.de>
-
- 10 Feb, 2011 1 commit
-
-
Justin Ruggles authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 07 Feb, 2011 1 commit
-
-
Kostya Shishkov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 02 Feb, 2011 1 commit
-
-
Justin Ruggles authored
This will be beneficial for use with the audio conversion API without requiring it to depend on all of dsputil. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 22 Jan, 2011 1 commit
-
-
Alex Converse authored
It's incomplete, no one is working on it, and when someone asks about working on it we advise them not to. Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 08 Jan, 2011 1 commit
-
-
Carl Eugen Hoyos authored
Originally committed as revision 26270 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jan, 2011 1 commit
-
-
Justin Ruggles authored
Fixed-point AC-3 encoder renamed to ac3_fixed. Regression test acodec-ac3 renamed to acodec-ac3_fixed. Regression test lavf-rm changed to use ac3_fixed encoder. Originally committed as revision 26209 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Jan, 2011 1 commit
-
-
Justin Ruggles authored
Originally committed as revision 26206 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 28 Dec, 2010 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 26119 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 22 Dec, 2010 1 commit
-
-
Martin Storsjö authored
This fixes compilation with --disable-everything --enable-<component>, for all encoders, decoders, muxers, demuxers, parsers, protocols, bsfs, indevs, outdevs and filters at the moment. (All those that work without any external dependencies at least.) Originally committed as revision 26076 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Dec, 2010 1 commit
-
-
Martin Storsjö authored
This fixes building with --disable-everything --enable-muxer=matroska and/or --enable-muxer=webm Originally committed as revision 26067 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Dec, 2010 1 commit
-
-
Ronald S. Bultje authored
Galvão Póvoa <marspeoplester gmail com>, mentored by Robert Swain <robert dot swain gmail com>. Originally committed as revision 26051 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Dec, 2010 1 commit
-
-
Michael Chinen authored
Seek test reference updated because FLAC seeking now works properly. Fixes roundup issue 1150. Patch by Michael Chinen [mchinen at gmail] Originally committed as revision 25914 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 19 Nov, 2010 1 commit
-
-
Stefano Sabatini authored
Originally committed as revision 25766 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Nov, 2010 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 25746 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 11 Nov, 2010 1 commit
-
-
Nicolas George authored
Originally committed as revision 25721 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Nov, 2010 1 commit
-
-
Janne Grunau authored
The decoder is just a wrapper around the AAC decoder. based on patch by Paul Kendall { paul <ät> kcbbs gen nz } Originally committed as revision 25642 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Oct, 2010 1 commit
-
-
Reimar Döffinger authored
bitstream endianness, so they cannot reuse the same code without a lot of function call overhead. Thus use templating to compile two different binaries. Originally committed as revision 25312 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Sep, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 25164 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 13 Sep, 2010 1 commit
-
-
Zhou Zongyi authored
Original patch by Zhou Zongyi, zhouzy A os pku edu cn, resubmitted by James Darnley, james.darnley gmail, changes by me. Originally committed as revision 25115 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Sep, 2010 1 commit
-
-
Martin Storsjö authored
Originally committed as revision 25086 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 08 Sep, 2010 1 commit
-
-
Stefano Sabatini authored
function and rename it to av_get_cpu_flags(). Originally committed as revision 25076 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 03 Sep, 2010 1 commit
-
-
Martin Storsjö authored
This fixes building with --disable-everything --enable-muxer=rtp, closing issue 2159. Originally committed as revision 25036 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 23 Aug, 2010 1 commit
-
-
Tobias Bindhammer authored
enabling codec and muxer by registering it in allcodec.c and allformat.c and adding files to the build-system Originally committed as revision 24878 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 07 Aug, 2010 1 commit
-
-
Jason Garrett-Glaser authored
Many H.264 derivatives, like RV40 and VP8, use the H.264 prediction functions but not the weight/loopfilter functions. This should reduce the size of builds with one of these derivatives but without H.264 decoding itself. Originally committed as revision 24741 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 06 Aug, 2010 1 commit
-
-
Diego Biurrun authored
Originally committed as revision 24715 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Aug, 2010 2 commits
-
-
Jason Garrett-Glaser authored
Create a custom table for VP5/6/8's renorm to avoid depending on H.264's. Saves one instruction in the arithmetic decoder as well. Originally committed as revision 24701 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Martin Storsjö authored
This reverts rev 24674 - the VP8 decoder actually depends on cabac.o. vp8.c includes vp56.h, which includes cabac.h, which has inline functions that reference tables from cabac.c. This fixes compilation with --disable-everything --enable-decoder=vp8. Originally committed as revision 24692 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Aug, 2010 3 commits
-
-
Diego Biurrun authored
Originally committed as revision 24674 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
Originally committed as revision 24673 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
Diego Biurrun authored
It is already selected through the H264DSP dependency of VP8. Originally committed as revision 24672 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 27 Jul, 2010 1 commit
-
-
Stefan Gehrer authored
Originally committed as revision 24533 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 26 Jul, 2010 1 commit
-
-
Stefano Sabatini authored
in favor of the newly added corresponding functions av_parse_video_size() and av_parse_video_rate() defined in libavcore/parseutils.h. This change also adds a linking-time dependency of libavcodec and of libavfilter on libavcore. Originally committed as revision 24518 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 21 Jul, 2010 1 commit
-
-
Diego Pettenò authored
The ff_inverse table is used by FASTDIV macro, defined in libavutil, but up to now the table was defined only in libavcodec. After this change, the main copy of ff_inverse is part of libavutil (just like FASTDIV), but if CONFIG_SMALL is unset, then a different copy is made available to libavcodec, to avoid the performance penalty of using an external look up table. Dynamic linking works, because the libraries are linked with -Bsymbolic, so the local copy of the symbol has priority over the external; static linking works because the table is on a standalone object file in both libraries, so the linker is able to discard one of the two. Tested on Linux/x86-64 and Mac OS X/x86-64. Originally committed as revision 24383 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 18 Jul, 2010 1 commit
-
-
Peter Ross authored
Originally committed as revision 24299 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 12 Jul, 2010 1 commit
-
-
Alex Converse authored
The AAC decoder and ADTS-to-ASC BSF both require the header decoder but not full parsing capabilities. Originally committed as revision 24217 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 10 Jul, 2010 1 commit
-
-
Reimar Döffinger authored
Originally committed as revision 24158 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 09 Jul, 2010 1 commit
-
-
Måns Rullgård authored
Originally committed as revision 24137 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 04 Jul, 2010 1 commit
-
-
Måns Rullgård authored
The recently added dummy rule for missing headers took precedence over the tablegen rules. Listing the generated headers explicitly overrides this. A cleaner solution would be preferable. Originally committed as revision 24046 to svn://svn.ffmpeg.org/ffmpeg/trunk
-
- 02 Jul, 2010 1 commit
-
-
Diego Pettenò authored
Make sure that the *_tablegen.h header is listed in the dependencies, but filter it out in the compile line. Originally committed as revision 23963 to svn://svn.ffmpeg.org/ffmpeg/trunk
-