summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Convert two "m" constraints to MANGLE to fix compilation with some compilers.Reimar Döffinger2010-04-01
* Fix typo: CODEC_FLAG2_SSIM is in flags2, not in flags.Takashi Mochizuki2010-04-01
* Limit probing to probesize.Michael Niedermayer2010-04-01
* Fix flvdec start-of-frame.Howard Chu2010-04-01
* Cosmetics: indentationBobby Bingham2010-04-01
* Don't create unnecessary refereces to picturesBobby Bingham2010-04-01
* Hook decoder up to libavfilter's direct rendering for ffplayBobby Bingham2010-04-01
* Add function to export EDGE_WIDTH from libavcodec.Bobby Bingham2010-04-01
* Document API addition of avcodec_copy_context().Ronald S. Bultje2010-03-31
* Fix FFM-based streaming from ffmpeg to ffserver. The basic problem is thatRonald S. Bultje2010-03-31
* Add avcodec_copy_context().Ronald S. Bultje2010-03-31
* Add entry for the addition of av_match_ext() to the public API.Stefano Sabatini2010-03-31
* Make av_match_ext() declaration public (move its declaration out ofStefano Sabatini2010-03-31
* Replace some "m" constraints by MANGLE to avoid issues with some compilers notReimar Döffinger2010-03-31
* Fix a few typos/grammar nits from r22739.Jai Menon2010-03-31