summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
...
* Overlap filtering was done in reverse orderKostya Shishkov2006-11-17
| | | | Originally committed as revision 7111 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove alpha channel from RGB555Alex Beregszaszi2006-11-16
| | | | Originally committed as revision 7106 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BGR555 has never been working as alpha supporting format. Remove the false ↵Alex Beregszaszi2006-11-16
| | | | | | setting. Originally committed as revision 7105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* throw error if unsupported resolution is used with h261Baptiste Coudurier2006-11-16
| | | | Originally committed as revision 7097 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect a few more errors (fixes libmp3-bug.avi again)Michael Niedermayer2006-11-15
| | | | | | make pickyness of the decoder user selectable through error_resilience param like for video decoders Originally committed as revision 7089 to svn://svn.ffmpeg.org/ffmpeg/trunk
* making decoding more error robustMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reset internal buffer during seekingMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7070 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more checks and error messagesMichael Niedermayer2006-11-14
| | | | Originally committed as revision 7069 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed rgba32_to routines to support both alpha and non-alpha formats (see ↵Alex Beregszaszi2006-11-14
| | | | | | r7066 too) Originally committed as revision 7067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changed rgba32_to routines to support both alpha and non-alpha formatsAlex Beregszaszi2006-11-14
| | | | Originally committed as revision 7066 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix possible overflows. Found by Steven JohnsonAlex Beregszaszi2006-11-14
| | | | Originally committed as revision 7065 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove log2() usage.Benjamin Larsson2006-11-14
| | | | Originally committed as revision 7063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert bad checkinMåns Rullgård2006-11-14
| | | | Originally committed as revision 7044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
| | | | Originally committed as revision 7043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant #ifdef HAVE_THREAD, the file is only compiledDiego Biurrun2006-11-14
| | | | | | if that condition holds anyway. Originally committed as revision 7029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename CONFIG_AC3 to CONFIG_A52Måns Rullgård2006-11-13
| | | | | | it's more consistent and Dolby never liked people "infringing" their TM Originally committed as revision 7014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for 16-bit grayscaleKostya Shishkov2006-11-13
| | | | Originally committed as revision 7012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Give error about planar RGBKostya Shishkov2006-11-13
| | | | Originally committed as revision 7011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update error messageKostya Shishkov2006-11-13
| | | | Originally committed as revision 7010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use table for determining type sizesKostya Shishkov2006-11-13
| | | | Originally committed as revision 7009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add low delay forcing option for mpeg1/2 encodingBaptiste Coudurier2006-11-13
| | | | Originally committed as revision 7008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decoder can decode many ZLib-packed stripsKostya Shishkov2006-11-13
| | | | Originally committed as revision 7007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Print error message for unsupported mode (RGB planar,CMYK,YCrCb)Kostya Shishkov2006-11-13
| | | | Originally committed as revision 7006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 8-bit images support for TIFFKostya Shishkov2006-11-13
| | | | Originally committed as revision 7005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rows per strip may be >= heightKostya Shishkov2006-11-13
| | | | Originally committed as revision 7004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn about JPEG in TIFFKostya Shishkov2006-11-13
| | | | Originally committed as revision 7003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly detect 4-component imagesKostya Shishkov2006-11-13
| | | | Originally committed as revision 7002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Output proper 16-bit sound (fixes decoding on PPC)Kostya Shishkov2006-11-13
| | | | Originally committed as revision 7000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* zigzag_direct_noperm doesn't exist, remove declarationMåns Rullgård2006-11-12
| | | | Originally committed as revision 6998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make more tables staticMåns Rullgård2006-11-12
| | | | Originally committed as revision 6996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename squareTbl -> ff_squareTblMåns Rullgård2006-11-12
| | | | Originally committed as revision 6995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename ff_cavs_flush to cavs_flush and make it staticStefan Gehrer2006-11-12
| | | | Originally committed as revision 6994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move all cavs-parsing to cavs.cStefan Gehrer2006-11-12
| | | | | | This should help building parser without decoder Originally committed as revision 6993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
| | | | Originally committed as revision 6992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make mpeg4video_split public as ff_mpeg4video_splitStefan Gehrer2006-11-12
| | | | Originally committed as revision 6991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename inverse -> ff_inverseMåns Rullgård2006-11-12
| | | | Originally committed as revision 6990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some tables staticMåns Rullgård2006-11-12
| | | | Originally committed as revision 6981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding more static keywordsMåns Rullgård2006-11-12
| | | | Originally committed as revision 6976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make vp6_pcr_tree staticMåns Rullgård2006-11-12
| | | | Originally committed as revision 6975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some symbols staticMåns Rullgård2006-11-11
| | | | Originally committed as revision 6972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make two functions staticMåns Rullgård2006-11-11
| | | | Originally committed as revision 6970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* zero private bitsMichael Niedermayer2006-11-10
| | | | Originally committed as revision 6961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* store a identifer and the first header in extradataMichael Niedermayer2006-11-10
| | | | | | | with this mp3 should be binary identical to what you had before header compression support mp3 with crc (by droping the crc and putting it back during header decompress, currently its just random tough, does any deocoder even check it?) Originally committed as revision 6960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mp3 header (de)compression bitstream filterMichael Niedermayer2006-11-10
| | | | | | | | | this will make mp3 frames 4 bytes smaller, it will not give you binary identical mp3 files, but it will give you mp3 files which decode to binary identical output this will only work in containers providing at least packet size, sample_rate and number of channels bugreports about mp3 files for which this fails are welcome and this is experimental (dont expect compatibility and dont even expect to be able to decompress what you compressed, hell dont even expect this to work without editing the source a little) Originally committed as revision 6958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 16bit in avi is RGB555Michael Niedermayer2006-11-09
| | | | Originally committed as revision 6956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the H264Context parameter from decode_init_vlc() as it is not being used.Panagiotis Issaris2006-11-09
| | | | Originally committed as revision 6955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to ↵Baptiste Coudurier2006-11-09
| | | | | | CODEC_ID_AAC where used Originally committed as revision 6954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10000l to myself, fixing regression test failureMichael Niedermayer2006-11-09
| | | | Originally committed as revision 6953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l for me, iam being to stupid to read the mpeg4 spec / eat stuffing mbs a ↵Michael Niedermayer2006-11-08
| | | | | | the end of the picture Originally committed as revision 6942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow spaces in source and build directory namesMåns Rullgård2006-11-08
| | | | | | | out of tree builds from a source dir with spaces is impossible due to how make handles vpath Originally committed as revision 6938 to svn://svn.ffmpeg.org/ffmpeg/trunk