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