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