summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.Reimar Döffinger2005-09-10
* remove unused table entriesMichael Niedermayer2005-09-10
* select xvid idct for xvid files if possibleMichael Niedermayer2005-09-10
* xvids mmx&mmx2 idctsMichael Niedermayer2005-09-10
* dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4Michael Niedermayer2005-09-10
* use av_log in debug modeAlex Beregszaszi2005-09-07
* AVOption enumeration support and some flags to classify AVOptionsMichael Niedermayer2005-09-06
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
* a few more raw yuv fourccsMichael Niedermayer2005-09-06
* AVOption first tryMichael Niedermayer2005-09-06
* fix emulated edge motion compensation when resolution%16!=0Loren Merritt2005-09-05
* set a few variables correctlyMichael Niedermayer2005-09-05
* AV_LOG_DEBUG vs. AV_LOG_ERRORMichael Niedermayer2005-09-05
* fixme noteMichael Niedermayer2005-09-04
* pts must be in time_base unitsMichael Niedermayer2005-09-04
* print fourcc in a readable form if possibleMichael Niedermayer2005-09-03
* simplify (d&a) and (d&~a) calculation, hint by skalMichael Niedermayer2005-09-03
* add consts (this was in my local tree, dunno where it came from, probably for...Michael Niedermayer2005-09-02
* Document "us" parameter for PCM conversion functions.Reimar Döffinger2005-09-02
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-02
* setting timebase in the encoder doesnt seem like a good ideaMichael Niedermayer2005-09-02
* fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net)Justin Ruggles2005-09-02
* lowres supportMichael Niedermayer2005-09-02
* error concealment fixMichael Niedermayer2005-09-01
* optimizationsMichael Niedermayer2005-08-30
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-26
* Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de)Burkhard Plaum2005-08-26
* prevent assert failures and infinite loops with broken streamsMichael Niedermayer2005-08-25
* time_base description by Rich Felker | dalias, aerifal cxMichael Niedermayer2005-08-21
* reducing minimum supported picture sizeMichael Niedermayer2005-08-21
* vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net)Justin Ruggles2005-08-21
* Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-s...Burkhard Plaum2005-08-21
* segfault fixMichael Niedermayer2005-08-21
* automatically remove messMichael Niedermayer2005-08-16
* parse pict_type for streams in aviMichael Niedermayer2005-08-15
* automatically detect Cinepak data from Sega FILM/CPK filesMike Melanson2005-08-14
* minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med ...Wolfram Gloger2005-08-14
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also f...Ian Caulfield2005-08-14
* set pix_fmtMichael Niedermayer2005-08-13
* tinfoil patch: no array is written to in bulk before counts areMike Melanson2005-08-13
* removed a bunch of unused, sub-optimal codeMike Melanson2005-08-13
* tinfoil patch: be more diligent about checking array boundaries beforeMike Melanson2005-08-13
* tinfoil patch: validate motion vectors and do not free frame on exit ifMike Melanson2005-08-13
* tinfoil patch: make sure pixel_ptr never goes negativeMike Melanson2005-08-13
* tinfoil patch: accept no widths that are no multiples of 4Mike Melanson2005-08-13
* tinfoil patch: make sure that pixel pointer does not go out of boundsMike Melanson2005-08-13
* fix building in separate directoryMåns Rullgård2005-08-13
* security fixesKostya Shishkov2005-08-13
* DV video encoder/decoder doesn't set keyframe and picture type properties pat...Edward Hervey2005-08-11