summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis.Michael Niedermayer2009-10-22
* Support non interleaved avi files that have 0<size<sample_size.Michael Niedermayer2009-10-22
* Fixes detection and error reporting of non-existing files in img2.c.Samuli Valo2009-10-22
* Indicate that AdaptCoeff1 and 2 are functions of the actual coefficients.Daniel Verkamp2009-10-22
* Sort video filter descriptions by name.Stefano Sabatini2009-10-21
* Make the pix_fmts var in query_formats() static const.Stefano Sabatini2009-10-21
* Add video crop filter.Stefano Sabatini2009-10-21
* Cosmetics: prefer "pix_fmts" over "pix_fmt" for the name of theStefano Sabatini2009-10-21
* Make avfilter_make_format_list() take in input a const argument.Stefano Sabatini2009-10-21
* 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