summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* Remove redundant #ifdef HAVE_THREAD, the file is only compiledDiego Biurrun2006-11-14
* rename CONFIG_AC3 to CONFIG_A52Måns Rullgård2006-11-13
* Support for 16-bit grayscaleKostya Shishkov2006-11-13
* Give error about planar RGBKostya Shishkov2006-11-13
* Update error messageKostya Shishkov2006-11-13
* Use table for determining type sizesKostya Shishkov2006-11-13
* add low delay forcing option for mpeg1/2 encodingBaptiste Coudurier2006-11-13
* Decoder can decode many ZLib-packed stripsKostya Shishkov2006-11-13
* Print error message for unsupported mode (RGB planar,CMYK,YCrCb)Kostya Shishkov2006-11-13
* 8-bit images support for TIFFKostya Shishkov2006-11-13
* Rows per strip may be >= heightKostya Shishkov2006-11-13
* Warn about JPEG in TIFFKostya Shishkov2006-11-13
* Correctly detect 4-component imagesKostya Shishkov2006-11-13
* Output proper 16-bit sound (fixes decoding on PPC)Kostya Shishkov2006-11-13
* zigzag_direct_noperm doesn't exist, remove declarationMåns Rullgård2006-11-12
* make more tables staticMåns Rullgård2006-11-12
* rename squareTbl -> ff_squareTblMåns Rullgård2006-11-12
* rename ff_cavs_flush to cavs_flush and make it staticStefan Gehrer2006-11-12
* move all cavs-parsing to cavs.cStefan Gehrer2006-11-12
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* make mpeg4video_split public as ff_mpeg4video_splitStefan Gehrer2006-11-12
* rename inverse -> ff_inverseMåns Rullgård2006-11-12
* make some tables staticMåns Rullgård2006-11-12
* adding more static keywordsMåns Rullgård2006-11-12
* make vp6_pcr_tree staticMåns Rullgård2006-11-12
* make some symbols staticMåns Rullgård2006-11-11
* make two functions staticMåns Rullgård2006-11-11
* zero private bitsMichael Niedermayer2006-11-10
* store a identifer and the first header in extradataMichael Niedermayer2006-11-10
* mp3 header (de)compression bitstream filterMichael Niedermayer2006-11-10
* 16bit in avi is RGB555Michael Niedermayer2006-11-09
* Remove the H264Context parameter from decode_init_vlc() as it is not being used.Panagiotis Issaris2006-11-09
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...Baptiste Coudurier2006-11-09
* 10000l to myself, fixing regression test failureMichael Niedermayer2006-11-09
* 100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a ...Michael Niedermayer2006-11-08
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
* typoBaptiste Coudurier2006-11-07
* add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flagBaptiste Coudurier2006-11-07
* SimplifyLuca Barbato2006-11-07
* Use MMX only under x86_32, there are compilation problems.Diego Biurrun2006-11-07
* add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier2006-11-07
* Bump version for Fraps v[24] supportKostya Shishkov2006-11-07
* Avoid void*-arithmetic, and uint8_t* is more correct anyway.Reimar Döffinger2006-11-06
* include parser.h instead of mpegvideo.hBaptiste Coudurier2006-11-06
* rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it staticBaptiste Coudurier2006-11-06
* move AVCodecParser prototypes and definitions to parser.h, and move mpegvideo...Baptiste Coudurier2006-11-06
* Fix ASF format parser's broken UTF-16 string handlingZuxy Meng2006-11-06
* Check for symbol countKostya Shishkov2006-11-06