]> git.sesse.net Git - ffmpeg/history - libavcodec
avoid name clash - fixed again block size selection
[ffmpeg] / libavcodec /
2002-10-29 Fabrice Bellardavoid name clash - fixed again block size selection
2002-10-29 Fabrice Bellardavoid name clash
2002-10-28 Alex BeregszasziFOURCC removed, using ff_get_fourcc instead (should...
2002-10-28 Fabrice Bellardfixed block size selection
2002-10-28 Fabrice Bellardadded new fft/mdct code - added fft-test program
2002-10-28 Fabrice Bellardadded wma decoder
2002-10-28 Fabrice Bellardpreparing integration of new AC3 decoder
2002-10-28 Fabrice Bellardnew generic FFT/MDCT code for audio codecs
2002-10-27 Michael Niedermayerget_vlc2()
2002-10-27 Arpi3rd 10l - don't let it read data beyond the end of...
2002-10-27 Alex Beregszaszi2nd 10l (noticed by arpi)
2002-10-27 Alex Beregszasziminor speedup noticed by arpi
2002-10-27 Alex Beregszaszi10l
2002-10-27 Alex Beregszaszireworked decode_frame marker searching, fixes many...
2002-10-27 Michael Niedermayermergeing inter & intra rl_length tables (50% smaller...
2002-10-27 Michael Niedermayer75% smaller rl_length table
2002-10-27 Leon van Stuivenbergdsputil mmi cleanup patch by (Leon van Stuivenberg...
2002-10-27 Michael Niedermayerhandle direct rendering buffer allocation failure
2002-10-26 Jürgen Keilsegfault fix patch by (Juergen Keil <jk at tools dot...
2002-10-25 Michael Niedermayerfixing decoding of streams with no keyframe at the...
2002-10-25 Michael Niedermayeridct_permutation_type variable, so the permutation...
2002-10-25 Michael Niedermayerregression test for H263+
2002-10-25 Michael Niedermayerslice encoding cleanup
2002-10-24 Michael Niedermayerclip MVs for direct mode
2002-10-23 Michael Niedermayeroptimize block_permute()
2002-10-23 Michael Niedermayerfixing interlaced MC & edge-emu
2002-10-22 Michael Niedermayermore defaults
2002-10-22 Michael Niedermayerxvid qpel bug autodetect
2002-10-22 Michael Niedermayerxvid qpel bug workaround
2002-10-20 Michael Niedermayerfixing msmpeg4v3 encoding at bitrates <128k
2002-10-19 Michael Niedermayerfixing h263 slice decoding (again)
2002-10-19 Michael Niedermayerfixing interlaced dct with 4mv
2002-10-19 Michael Niedermayerfixing h263 decoding (did segfault)
2002-10-18 Michael Niedermayerfixing interlaced dct + hq mode
2002-10-16 Michael Niedermayerinit flags before using it (found by arpi)
2002-10-16 Michael Niedermayercomplete mpeg4 GMC decoding support
2002-10-16 Michael Niedermayerfixing alt_scan for the first frame (variable was reset)
2002-10-15 Michael Niedermayerwarning fixes
2002-10-14 Michael Niedermayerbetter padding bug detection
2002-10-14 Fabrice Bellardremoved warnings
2002-10-14 Fabrice Bellardremoved invalid header include
2002-10-14 Michael Niedermayermpeg4 header parser clenup (needed for parsing of VOL...
2002-10-13 Michael Niedermayerfixing wmv1 slice decoding
2002-10-13 Michael Niedermayerbetter/cleaner error resilience (done in a 2nd pass...
2002-10-11 Falk HüffnerMove Alpha optimized IDCT to own file. Based on a patch...
2002-10-11 Fabrice Bellardremoved unused variables
2002-10-11 Fabrice Bellardcorrected pixel format display
2002-10-10 Fabrice Bellardadded two pass info
2002-10-09 Michael Niedermayermpeg1 2pass encoding
2002-10-09 Fabrice Bellardresample fix by Petros Tsantoulis
2002-10-09 Fabrice Bellardsupport buffers containing more than one frame
2002-10-08 Fabrice Bellardfixed NTSC end of line bug
2002-10-08 Fabrice Bellardminimum support for YUV411P (new combined scaler/conver...
2002-10-08 Jürgen Keil16x{8,16} {avg,put}_pixels support patch by (Juergen...
2002-10-07 Arpi10l - MMX/FPU state was not restored, causing nonsense...
2002-10-07 ArpiDV ntsc support, 411P colorspace added
2002-10-07 Falk Hüffner* Fix dct_unquantize_h263_axp for changed block_last_in...
2002-10-06 Michael Niedermayerset low_delay on encoding if no b frames
2002-10-06 Michael Niedermayertrying to fix the non-x86 IDCTs (untested)
2002-10-05 Falk HüffnerMake compilable again after DCT cleanup. It gives wrong...
2002-10-05 Falk HüffnerSome nifty stuff for upcoming patches.
2002-10-04 Falk HüffnerFix for source dir != build dir. Patch provided by...
2002-10-04 Alex Beregszaszimoved dct init out from mpv_common_init to dct_common_i...
2002-10-04 Fabrice Bellardsimplified parsing - added MMX idct support
2002-10-04 Fabrice Bellardadded DV support
2002-10-03 Fabrice Bellardfirst working version of DV video decoder
2002-10-03 Fabrice Bellardin fact IDCT248 needs to be normalized as I suspected
2002-10-03 Leon van Stuivenbergps2 optimizations update patch by (Leon van Stuivenberg...
2002-10-03 Fabrice Bellardadded IDCT248 testing
2002-10-03 Fabrice Bellardfirst version of IDCT248 for DV decoding support
2002-10-02 Michael Niedermayerfixing custom quantizer matrix decoding
2002-10-02 Michael Niedermayeroptimization
2002-10-02 Michael Niedermayersliced mode for mpeg1/2
2002-10-01 Michael Niedermayermove scantable init from block-decode to header parser
2002-10-01 Michael Niedermayeroptimizing mpeg2 decode block stuff
2002-10-01 Michael Niedermayerrv10 cleanup (de)muxer still needs to be cleaned up...
2002-09-30 Michael Niedermayerfixing rv10, this isnt the cleanest solution (parsing...
2002-09-30 Michael Niedermayeroptimizing mpeg1_decode_block()
2002-09-30 Michael Niedermayerforgot zigzag_direct[] behind #ifdef DEBUG (found by...
2002-09-30 Michael Niedermayerconvert only needed matrixes in convert_matrix() (mjpeg...
2002-09-29 Michael Niedermayerindenting preprocessor stuff, as its completly unreadab...
2002-09-29 Michael Niedermayerrenaming variable
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
2002-09-29 Falk HüffnerAdd Alpha assembly for pix_abs16x16. Optimized for...
2002-09-28 Falk HüffnerAn easy way to speed up encoding by 6%.
2002-09-28 Falk HüffnerMinor warning fix.
2002-09-27 Michael Niedermayerminor optimization of h263_encode_motion()
2002-09-27 Michael Niedermayerff_get_fourcc() & XVIX support
2002-09-26 Michael Niedermayerautodetect UMP4 (by adding a fourcc field to AVCodecCon...
2002-09-26 Michael Niedermayerautomatically detect broken opendivx codec and workarou...
2002-09-26 Michael Niedermayerh263_dc_scale() cleanup
2002-09-26 Michael Niedermayermpeg4 interlaced dct encoding
2002-09-24 Leon van Stuivenbergps2 idct bugfix patch by (Leon van Stuivenberg <leonvs...
2002-09-24 Michael Niedermayeradaptive quantization for h263
2002-09-24 Michael Niedermayeradaptive quantization for mpeg1
2002-09-24 Michael Niedermayerdarkness masking (lumi masking does only bright stuff...
2002-09-24 Michael Niedermayerfixing ac prediction encoding with adaptive quantization
2002-09-23 Michael Niedermayerfixing variance scaling for b frames (messed adaptive...
2002-09-23 Michael Niedermayeradaptive quantization (lumi/temporal & spatial complexi...
2002-09-23 Leon van Stuivenbergps2 idct patch by (Leon van Stuivenberg <leonvs at...
next