summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* 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
* typoBaptiste Coudurier2006-11-07
| | | | Originally committed as revision 6934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add option to set mpeg1/2 gop timecode start, and drop frame flag timecode flagBaptiste Coudurier2006-11-07
| | | | Originally committed as revision 6933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SimplifyLuca Barbato2006-11-07
| | | | Originally committed as revision 6932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use MMX only under x86_32, there are compilation problems.Diego Biurrun2006-11-07
| | | | Originally committed as revision 6931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx valuesBaptiste Coudurier2006-11-07
| | | | Originally committed as revision 6930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump version for Fraps v[24] supportKostya Shishkov2006-11-07
| | | | Originally committed as revision 6928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Avoid void*-arithmetic, and uint8_t* is more correct anyway.Reimar Döffinger2006-11-06
| | | | Originally committed as revision 6918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* include parser.h instead of mpegvideo.hBaptiste Coudurier2006-11-06
| | | | Originally committed as revision 6916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename ff_mpeg1_find_frame_end to mpeg1_find_frame_end and make it staticBaptiste Coudurier2006-11-06
| | | | Originally committed as revision 6915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move AVCodecParser prototypes and definitions to parser.h, and move ↵Baptiste Coudurier2006-11-06
| | | | | | mpegvideo parser to mpeg12.c Originally committed as revision 6914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix ASF format parser's broken UTF-16 string handlingZuxy Meng2006-11-06
| | | | | | | | | | | 1. Add a PUT_UTF8 macro to common.h; code borrowed from libavcodec/flacenc.c. 2. Make use of the macro in flacenc.c Patch by Zuxy Meng % zuxy P meng A gmail P com % Original thread: Date: Nov 5, 2006 9:56 AM Subject: [Ffmpeg-devel] PUT_UTF8 & asf format enhancement Originally committed as revision 6911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check for symbol countKostya Shishkov2006-11-06
| | | | Originally committed as revision 6910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Limit output sample to 0..maxval, fixes decoding of T16E0.JLSKostya Shishkov2006-11-06
| | | | Originally committed as revision 6908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVRational and ff_frame_rate_tab for frame_rateBaptiste Coudurier2006-11-05
| | | | Originally committed as revision 6905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move idct block array variable onto rtjpeg_decode_frame_yuv420 stack sinceReimar Döffinger2006-11-05
| | | | | | | it is only used there and is only 128 byte large. Also make it aligned to fix playback with altivec. Originally committed as revision 6902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless line variableBaptiste Coudurier2006-11-05
| | | | Originally committed as revision 6901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding positionBaptiste Coudurier2006-11-05
| | | | Originally committed as revision 6900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct support for Fraps v4 (and Huffman tree for < 256 symbols)Kostya Shishkov2006-11-05
| | | | Originally committed as revision 6898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update commentKostya Shishkov2006-11-05
| | | | Originally committed as revision 6897 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fraps v2 and v4 supportKostya Shishkov2006-11-05
| | | | Originally committed as revision 6896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ministry of english grammar :) then->thanOded Shimon2006-11-04
| | | | Originally committed as revision 6894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doxyMichael Niedermayer2006-11-03
| | | | Originally committed as revision 6893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure alignment (no speed change)Michael Niedermayer2006-11-03
| | | | Originally committed as revision 6891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merging mov & and (no speedchange)Michael Niedermayer2006-11-03
| | | | Originally committed as revision 6889 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2 instructions less (same speed)Michael Niedermayer2006-11-03
| | | | Originally committed as revision 6888 to svn://svn.ffmpeg.org/ffmpeg/trunk
* comment about failed optimizationMichael Niedermayer2006-11-03
| | | | Originally committed as revision 6887 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move luma tc0 related init into asmMichael Niedermayer2006-11-03
| | | | | | 5% faster filter_mb_fast() on P3 Originally committed as revision 6884 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RGB32 support in TargaKostya Shishkov2006-11-03
| | | | Originally committed as revision 6883 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2 instructions less in h264_loop_filter_luma_mmx2()Michael Niedermayer2006-11-03
| | | | Originally committed as revision 6882 to svn://svn.ffmpeg.org/ffmpeg/trunk
* preempt possible overflowMichael Niedermayer2006-11-03
| | | | Originally committed as revision 6881 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1 instruction lessMichael Niedermayer2006-11-03
| | | | Originally committed as revision 6880 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use bpp from header in error messageKostya Shishkov2006-11-03
| | | | Originally committed as revision 6878 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimize H264_DEBLOCK_P0_Q0Michael Niedermayer2006-11-03
| | | | | | 2.5% faster filter_mb_fast() on P3 Originally committed as revision 6877 to svn://svn.ffmpeg.org/ffmpeg/trunk