summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* mkstemp on win32 workaround by (Ivan Wong: email, ivanwong info)Michael Niedermayer2005-08-06
* liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com)Steven M. Schultz2005-08-05
* 10lAlex Beregszaszi2005-08-05
* segfault fixMichael Niedermayer2005-08-04
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01
* fix assertion failure for mpeg2 encodingMichael Niedermayer2005-08-01
* workaround 'colocated mv if colocated block is L1 predicted' bug in x264Michael Niedermayer2005-08-01
* A.B.C versionsMichael Niedermayer2005-07-31
* try to check for nonsense time_base instead of setting fake oneMichael Niedermayer2005-07-31
* check time_base.den for mpeg4Michael Niedermayer2005-07-30
* motion vector limit for mpeg2Michael Niedermayer2005-07-27
* Reduce verbosity.Diego Biurrun2005-07-27
* fixing colocated mv if colocated block is L1 predicted for the temporal direc...Michael Niedermayer2005-07-27
* fixing colocated mv if colocated block is L1 predictedMichael Niedermayer2005-07-26
* Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb un...Martin Boehme2005-07-25
* thread mess check for avcodec_open/close()Michael Niedermayer2005-07-25
* fix user data parsing code so it suppors pre1 and cvsMichael Niedermayer2005-07-24