summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* fixing custom quantizer matrix decodingMichael Niedermayer2002-10-02
| | | | | | minor optimizations Originally committed as revision 993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationMichael Niedermayer2002-10-02
| | | | Originally committed as revision 992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sliced mode for mpeg1/2Michael Niedermayer2002-10-02
| | | | Originally committed as revision 991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move scantable init from block-decode to header parserMichael Niedermayer2002-10-01
| | | | Originally committed as revision 990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing mpeg2 decode block stuffMichael Niedermayer2002-10-01
| | | | Originally committed as revision 989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv10 cleanup (de)muxer still needs to be cleaned up (still searching ↵Michael Niedermayer2002-10-01
| | | | | | volunteer for that ;) ) Originally committed as revision 988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing rv10, this isnt the cleanest solution (parsing the packet header in ↵Michael Niedermayer2002-09-30
| | | | | | the codec & creating it in the muxer) but it was that way before things broke, and its the simplest solution Originally committed as revision 986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing mpeg1_decode_block()Michael Niedermayer2002-09-30
| | | | Originally committed as revision 985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg ↵Michael Niedermayer2002-09-30
| | | | | | <vlieg at eurescom dot de>) Originally committed as revision 984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* convert only needed matrixes in convert_matrix() (mjpeg calls it for every ↵Michael Niedermayer2002-09-30
| | | | | | frame) Originally committed as revision 983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indenting preprocessor stuff, as its completly unreadable otherwiseMichael Niedermayer2002-09-29
| | | | Originally committed as revision 982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renaming variableMichael Niedermayer2002-09-29
| | | | Originally committed as revision 981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* idct permutation cleanup, idct can be selected per context nowMichael Niedermayer2002-09-29
| | | | | | fixing some threadunsafe code Originally committed as revision 980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Alpha assembly for pix_abs16x16. Optimized for pca56, no large winFalk Hüffner2002-09-29
| | | | | | on ev6. Originally committed as revision 979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* An easy way to speed up encoding by 6%.Falk Hüffner2002-09-28
| | | | Originally committed as revision 978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor warning fix.Falk Hüffner2002-09-28
| | | | Originally committed as revision 977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor optimization of h263_encode_motion()Michael Niedermayer2002-09-27
| | | | Originally committed as revision 976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_get_fourcc() & XVIX supportMichael Niedermayer2002-09-27
| | | | Originally committed as revision 975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* autodetect UMP4 (by adding a fourcc field to AVCodecContext)Michael Niedermayer2002-09-26
| | | | Originally committed as revision 974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* automatically detect broken opendivx codec and workaround, so bug=1 shouldnt ↵Michael Niedermayer2002-09-26
| | | | | | be needed anymore for mpeg4 files, if there still are files which need bug=1 then tell me ... Originally committed as revision 973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h263_dc_scale() cleanupMichael Niedermayer2002-09-26
| | | | Originally committed as revision 972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 interlaced dct encodingMichael Niedermayer2002-09-26
| | | | Originally committed as revision 971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ps2 idct bugfix patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-09-24
| | | | Originally committed as revision 970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adaptive quantization for h263Michael Niedermayer2002-09-24
| | | | Originally committed as revision 969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adaptive quantization for mpeg1Michael Niedermayer2002-09-24
| | | | Originally committed as revision 968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* darkness masking (lumi masking does only bright stuff now)Michael Niedermayer2002-09-24
| | | | Originally committed as revision 967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing ac prediction encoding with adaptive quantizationMichael Niedermayer2002-09-24
| | | | Originally committed as revision 966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing variance scaling for b frames (messed adaptive quants up)Michael Niedermayer2002-09-23
| | | | | | cliping too long MVs in b frames instead of setting them to 0 Originally committed as revision 965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adaptive quantization (lumi/temporal & spatial complexity masking)Michael Niedermayer2002-09-23
| | | | Originally committed as revision 964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ps2 idct patch by (Leon van Stuivenberg <leonvs at iae dot nl>)Leon van Stuivenberg2002-09-23
| | | | Originally committed as revision 963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pix_sum16_mmx()Michael Niedermayer2002-09-20
| | | | Originally committed as revision 961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fdct_mmx -> ff_fdct_mmx (renamed to avoid namespace conflict with xvid)Arpi2002-09-19
| | | | | | [found by Kim Minh Kaplan] Originally committed as revision 960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing i_quant_factor, this should finally fix the bitrate bug with ffserver ↵Michael Niedermayer2002-09-19
| | | | | | hopefully Originally committed as revision 959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing apiexampleMichael Niedermayer2002-09-19
| | | | Originally committed as revision 958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* documenting most stuff in AVCodecContextMichael Niedermayer2002-09-19
| | | | Originally committed as revision 957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Remove -finline-limit=8000 (not supported by gcc 2.95)Falk Hüffner2002-09-19
| | | | | | * Hack to force correct gcc arch flags for motion_est_alpha.c Originally committed as revision 956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing *pixels_tab stuff (hopefully, as its untested ...)Michael Niedermayer2002-09-19
| | | | Originally committed as revision 955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avcodec_alloc_context()Michael Niedermayer2002-09-19
| | | | Originally committed as revision 954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (forgot to commit)Michael Niedermayer2002-09-18
| | | | Originally committed as revision 953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better min/max rate handlingMichael Niedermayer2002-09-18
| | | | | | cleanup Originally committed as revision 952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixingMichael Niedermayer2002-09-18
| | | | | | fixing max_rate/min_rate Originally committed as revision 951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing memalignMichael Niedermayer2002-09-15
| | | | Originally committed as revision 949 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont store version for bit-exact testsMichael Niedermayer2002-09-14
| | | | Originally committed as revision 948 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alignment infoMichael Niedermayer2002-09-14
| | | | Originally committed as revision 947 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced b frames fixMichael Niedermayer2002-09-14
| | | | Originally committed as revision 946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing qpel 4mvMichael Niedermayer2002-09-14
| | | | Originally committed as revision 945 to svn://svn.ffmpeg.org/ffmpeg/trunk
* complete aspect supportAlex Beregszaszi2002-09-14
| | | | Originally committed as revision 944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced qpel mpeg4 fixedMichael Niedermayer2002-09-14
| | | | Originally committed as revision 943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Synthesize pixels16 functions from pixels functions.Falk Hüffner2002-09-13
| | | | Originally committed as revision 942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new ↵Alex Beregszaszi2002-09-13
| | | | | | vars) Originally committed as revision 941 to svn://svn.ffmpeg.org/ffmpeg/trunk