summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Clarify doxy for av_fifo_alloc().Stefano Sabatini2010-04-061-1/+1
* Fix segfault when encoder initialization fails.Craig Thomasson2010-04-061-1/+1
* Add actually correct rXXXXX here.Ronald S. Bultje2010-04-051-1/+1
* Simplify writing stream metadata.Anton Khirnov2010-04-051-6/+2
* Don't overwrite user-supplied metadata with metadata mapped from an input file.Anton Khirnov2010-04-051-1/+1
* Actually add flag (somehow got lost in my previous patchset?), fixes brokenRonald S. Bultje2010-04-051-0/+1
* Add a flag to not overwrite existing tagsAnton Khirnov2010-04-053-1/+7
* ReindentMartin Storsjö2010-04-051-1/+1
* Fix leaks in the AAC RTP depacketizerMartin Storsjö2010-04-052-0/+7
* Add void to a function prototype that takes no arguments. Fixes a potentialRonald S. Bultje2010-04-051-1/+1
* Fix rounding direction for calculation of AVPacket.duration.Michael Niedermayer2010-04-041-1/+1
* Zero-initialize the reply structMartin Storsjö2010-04-041-1/+1
* Document minimum binutils requirements on Unix-like platforms.Diego Biurrun2010-04-041-0/+13
* Implement support to the AVSEEK_SIZE operation in file_seek().Stefano Sabatini2010-04-041-2/+6
* Reindent.Stefano Sabatini2010-04-041-5/+5
* Rename av_encode() to av_transcode(), the new name is more meaningful.Stefano Sabatini2010-04-041-2/+2
* Allow AVFormatContext.duration to be set if no individual stream duration is ...Michael Niedermayer2010-04-041-2/+3
* Avoid division by zeroReinhard Tartler2010-04-041-0/+1
* Remove variable whose value was never read. Found by clang.Bobby Bingham2010-04-031-2/+1
* Add help for (I)RDFT test in fft-testVitor Sessak2010-04-031-0/+1
* Make code using 1d-DCT consistent with the API changeVitor Sessak2010-04-032-4/+4
* Replace all remaining occurrences of AVERROR_NOMEM withStefano Sabatini2010-04-0317-29/+29
* Remove a redundant assignment, found by clangMartin Storsjö2010-04-031-2/+0
* Group Unix-like platforms together in the platform documentation.Michael Kostylev2010-04-031-8/+10
* minor spelling fixesDiego Biurrun2010-04-031-4/+4
* Use AVDISCARD_DEFAULT for 0 where appropriate.Carl Eugen Hoyos2010-04-021-1/+1
* Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminatingRonald S. Bultje2010-04-021-1/+1
* ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>.Sam Gerstein2010-04-021-1/+1
* aacenc: Error when an unsupported profile is requestedAlex Converse2010-04-021-0/+4
* Another uninitialized value.Ronald S. Bultje2010-04-021-0/+1
* Fix uninitialized value in codepath.Ronald S. Bultje2010-04-021-0/+1
* Remove dead initialization.Ronald S. Bultje2010-04-021-2/+2
* Remove dead initialization.Ronald S. Bultje2010-04-021-1/+1
* aacenc: Don't lowpass the input unless specifically requested.Alex Converse2010-04-021-5/+2
* Change default for bidir_refine to 1.Michael Niedermayer2010-04-0225-240/+240
* Optimize bidir_refine a bit.Michael Niedermayer2010-04-021-26/+75
* Replace the last occurrance of CODEC_TYPE_ with AVMEDIA_TYPE_Martin Storsjö2010-04-021-1/+1
* Change bidir refine hash code so we only need to perform a singleMichael Niedermayer2010-04-021-5/+6
* Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_Martin Storsjö2010-04-021-1/+1
* Reduce the size of the bidir refine hashtable from 4096 to 256 andMichael Niedermayer2010-04-021-2/+2
* Move comment that belonged to cmp() back to cmp().Michael Niedermayer2010-04-021-3/+3
* slice dice, inline and outline cmp()Michael Niedermayer2010-04-022-17/+79
* av_builtin_constant_p()Michael Niedermayer2010-04-021-0/+6
* Implement cmdutils.c:read_file(), and use it in ffmpeg.c for readingStefano Sabatini2010-04-013-17/+39
* Merge Vorbis / Theora depayloaders.Josh Allmann2010-04-016-268/+18
* Reindent after r22766.Josh Allmann2010-04-011-6/+6
* Rename functions / comments from "Theora" to "Xiph" where relevant.Josh Allmann2010-04-012-31/+31
* Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for mergingJosh Allmann2010-04-014-5/+4
* Add -t option to ffplay.Robert Krüger2010-04-012-3/+20
* Store range coder state transition table.Michael Niedermayer2010-04-011-2/+47