summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix the spelling for the project name, from "ffmpeg" to "FFmpeg".Stefano Sabatini2009-10-21
* Rename vfilters.texi to libavfilter.texi, as the file is meant toStefano Sabatini2009-10-21
* Add comment on #endif about condition that triggers it.Ramiro Polla2009-10-21
* Seek function for TMVDaniel Verkamp2009-10-20
* Parenthesize correctly in TMV probeDaniel Verkamp2009-10-20
* Print "NOPTS" when AV_NOPTS_VALUE is encountered during seek regression tests.Reimar Döffinger2009-10-20
* Improve sofdec dectection to avoid false positives for MP2.tralph11@yahoo.com2009-10-20
* sin_tables.c is a generated file, so add it to CLEANFILESReimar Döffinger2009-10-20
* Remove SHIFT_TEMPS from jfdct code.avcoder2009-10-20
* Make url_resetbuf() assert on wrong flags passed and make it static on nextBenoit Fouet2009-10-20
* Move function that is only used by the MP3 muxer below the corresponding #if.Diego Biurrun2009-10-19
* Add missing dependency of the S/PDIF muxer on the AAC parser.Diego Biurrun2009-10-19
* Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32.Diego Biurrun2009-10-19
* The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency.Diego Biurrun2009-10-19
* Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.Diego Biurrun2009-10-19
* Remove some duplicate object dependencies for the RTSP demuxer.Diego Biurrun2009-10-19
* Add missing rdt.o dependency for SDP demuxer.Diego Biurrun2009-10-19
* Move up the $test variable definition, together with the otherStefano Sabatini2009-10-19
* Give symbolic names to the positional parameters of theStefano Sabatini2009-10-19
* Break over-80-chars-long line.Stefano Sabatini2009-10-19
* check stream index validity in av_program_add_stream_indexBaptiste Coudurier2009-10-19
* request mp3 frame_size to be set in has_codec_parameters, fix issue #1314Baptiste Coudurier2009-10-19
* Add additional long names for the Flash Video decoder and encoder.Stefano Sabatini2009-10-19
* Add additional long names for the Sorenson Vector Quantizer 3 decoder.Stefano Sabatini2009-10-19
* Add additional long names for the Sorenson Vector Quantizer 1 decoderStefano Sabatini2009-10-19
* mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger2009-10-19
* whitespace cosmetics: prettyprinting, K&R styleDiego Biurrun2009-10-19
* Flip (M)JPEG frames encoded by Intel JPEG library.Carl Eugen Hoyos2009-10-19
* Remove pointless parentheses.Diego Biurrun2009-10-19
* cosmetics: Remove pointless parentheses from return statement.Diego Biurrun2009-10-19
* Align the seek regression test output for better readability.Reimar Döffinger2009-10-19
* Update libx264.c for x264 API changeJason Garrett-Glaser2009-10-19
* reindent after commitBaptiste Coudurier2009-10-19
* In dump_format, print streams not associated with any program.Baptiste Coudurier2009-10-19
* Fix wrong comparison in r20304Reynaldo H. Verdejo Pinochet2009-10-19
* If missing, calculate width or height from bpp andReynaldo H. Verdejo Pinochet2009-10-18
* Add an entry for the avfilter_make_format_list() interface change.Stefano Sabatini2009-10-18
* Rename avfilter_make_format_list2() to avfilter_make_format_list().Stefano Sabatini2009-10-18
* Remove avfilter_make_format_list(), it has been replaced byStefano Sabatini2009-10-18
* fix indentationBaptiste Coudurier2009-10-18
* Implement avfilter_make_format_list2(), which is going to replaceStefano Sabatini2009-10-18
* Make clear in the doxy that this is a *video* filter.Stefano Sabatini2009-10-18
* Split the "Introduction" chapter in two chapters as suggested byStefano Sabatini2009-10-18
* Support FourCC mjpa as MJPEG.Carl Eugen Hoyos2009-10-18
* Fix recursive avfilter_poll_frame(). It was doingVitor Sessak2009-10-18
* fix linking on systems with a function name prefix (10l in r20287)Loren Merritt2009-10-18
* sync yasm macros to x264Loren Merritt2009-10-18
* mux all stream types except audio as one pes packet per avpacket, issue #1374Baptiste Coudurier2009-10-18
* fix sar for dvcpro hd, patch by Charles Yates, charles dot yates at gmail dot...Charles Yates2009-10-18
* huffyuv: add some const qualifiersLoren Merritt2009-10-18