summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* Overlap filtering was done in reverse orderKostya Shishkov2006-11-171-24/+24
* Remove alpha channel from RGB555Alex Beregszaszi2006-11-161-15/+3
* BGR555 has never been working as alpha supporting format. Remove the false se...Alex Beregszaszi2006-11-161-1/+1
* throw error if unsupported resolution is used with h261Baptiste Coudurier2006-11-163-1/+6
* detect a few more errors (fixes libmp3-bug.avi again)Michael Niedermayer2006-11-151-3/+10
* making decoding more error robustMichael Niedermayer2006-11-141-11/+19
* reset internal buffer during seekingMichael Niedermayer2006-11-141-1/+8
* more checks and error messagesMichael Niedermayer2006-11-141-1/+8
* changed rgba32_to routines to support both alpha and non-alpha formats (see r...Alex Beregszaszi2006-11-141-0/+12
* changed rgba32_to routines to support both alpha and non-alpha formatsAlex Beregszaszi2006-11-141-5/+21
* Fix possible overflows. Found by Steven JohnsonAlex Beregszaszi2006-11-141-8/+8
* Remove log2() usage.Benjamin Larsson2006-11-141-7/+4
* revert bad checkinMåns Rullgård2006-11-1417-64/+73
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-1417-73/+64
* Remove redundant #ifdef HAVE_THREAD, the file is only compiledDiego Biurrun2006-11-141-3/+0
* rename CONFIG_AC3 to CONFIG_A52Måns Rullgård2006-11-132-3/+3
* Support for 16-bit grayscaleKostya Shishkov2006-11-131-0/+8
* Give error about planar RGBKostya Shishkov2006-11-131-0/+8
* Update error messageKostya Shishkov2006-11-131-1/+1
* Use table for determining type sizesKostya Shishkov2006-11-131-2/+9
* add low delay forcing option for mpeg1/2 encodingBaptiste Coudurier2006-11-132-3/+14
* Decoder can decode many ZLib-packed stripsKostya Shishkov2006-11-131-4/+0
* Print error message for unsupported mode (RGB planar,CMYK,YCrCb)Kostya Shishkov2006-11-131-0/+6
* 8-bit images support for TIFFKostya Shishkov2006-11-131-15/+69
* Rows per strip may be >= heightKostya Shishkov2006-11-131-1/+1
* Warn about JPEG in TIFFKostya Shishkov2006-11-131-0/+4
* Correctly detect 4-component imagesKostya Shishkov2006-11-131-2/+3
* Output proper 16-bit sound (fixes decoding on PPC)Kostya Shishkov2006-11-131-5/+10
* zigzag_direct_noperm doesn't exist, remove declarationMåns Rullgård2006-11-121-1/+0
* make more tables staticMåns Rullgård2006-11-124-13/+13
* rename squareTbl -> ff_squareTblMåns Rullgård2006-11-124-9/+9
* rename ff_cavs_flush to cavs_flush and make it staticStefan Gehrer2006-11-121-2/+2
* move all cavs-parsing to cavs.cStefan Gehrer2006-11-125-83/+84
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-1216-68/+68
* make mpeg4video_split public as ff_mpeg4video_splitStefan Gehrer2006-11-122-3/+5
* rename inverse -> ff_inverseMåns Rullgård2006-11-124-4/+4
* make some tables staticMåns Rullgård2006-11-121-36/+36
* adding more static keywordsMåns Rullgård2006-11-122-5/+5
* make vp6_pcr_tree staticMåns Rullgård2006-11-121-1/+1
* make some symbols staticMåns Rullgård2006-11-118-22/+22
* make two functions staticMåns Rullgård2006-11-111-2/+2
* zero private bitsMichael Niedermayer2006-11-101-0/+2
* store a identifer and the first header in extradataMichael Niedermayer2006-11-101-24/+44
* mp3 header (de)compression bitstream filterMichael Niedermayer2006-11-103-0/+123
* 16bit in avi is RGB555Michael Niedermayer2006-11-091-1/+1
* Remove the H264Context parameter from decode_init_vlc() as it is not being used.Panagiotis Issaris2006-11-091-2/+2
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier2006-11-092-0/+4
* 10000l to myself, fixing regression test failureMichael Niedermayer2006-11-091-1/+1
* 100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a ...Michael Niedermayer2006-11-081-9/+12
* allow spaces in source and build directory namesMåns Rullgård2006-11-081-1/+1
OpenPOWER on IntegriCloud