]> git.sesse.net Git - ffmpeg/history - libavcodec/h263.c
* Ogg/Vorbis patch by Mark Hills
[ffmpeg] / libavcodec / h263.c
2002-11-20 Michael Niedermayeraspect ratio cleanup
2002-11-11 Zdenek Kabelac* using DSPContext - so each codec could use its local...
2002-11-10 Michael Niedermayerreversing header game
2002-11-01 Michael Niedermayerhopefully fixing sprite_warping_points==0
2002-10-31 Michael Niedermayerput a few large tables under #ifdef CONFIG_ENCODERS...
2002-10-26 Jürgen Keilsegfault fix patch by (Juergen Keil <jk at tools dot...
2002-10-25 Michael Niedermayerslice encoding cleanup
2002-10-22 Michael Niedermayerxvid qpel bug autodetect
2002-10-19 Michael Niedermayerfixing interlaced dct with 4mv
2002-10-16 Michael Niedermayercomplete mpeg4 GMC decoding support
2002-10-15 Michael Niedermayerwarning fixes
2002-10-14 Michael Niedermayermpeg4 header parser clenup (needed for parsing of VOL...
2002-10-13 Michael Niedermayerbetter/cleaner error resilience (done in a 2nd pass...
2002-10-02 Michael Niedermayerfixing custom quantizer matrix decoding
2002-09-29 Michael Niedermayeridct permutation cleanup, idct can be selected per...
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 Michael Niedermayeradaptive quantization for h263
2002-09-24 Michael Niedermayerfixing ac prediction encoding with adaptive quantization
2002-09-23 Michael Niedermayeradaptive quantization (lumi/temporal & spatial complexi...
2002-09-14 Michael Niedermayerdont store version for bit-exact tests
2002-09-14 Michael Niedermayerinterlaced b frames fix
2002-09-13 Alex Beregszasziaspect (ext. par too) support for h263 and mpeg4 (inc...
2002-09-13 Michael Niedermayer10l (field select readed at the wrong place ...)
2002-09-13 Michael Niedermayerinterlaced b frames cleanup
2002-09-13 Michael Niedermayerinterlaced mpeg4 b frame decoding
2002-09-13 Michael Niedermayerfixing 1/0 if the headers are incomplete (like what...
2002-09-12 Michael Niedermayerfixing interlaced mpeg4 decoding
2002-09-12 Michael Niedermayerparsing resync header extension support
2002-09-12 Michael Niedermayervbv parameter parsing (more skiping actually ;) )
2002-09-12 Michael Niedermayerstatistics for forw & back p-MBs instead of just one...
2002-09-12 Michael Niedermayerexport pts from stream if available
2002-09-07 Michael Niedermayeroptimizing mpeg4_encode_block(), generates allso slight...
2002-08-27 Michael Niedermayermpeg4 interlaced decoding support (not completly implem...
2002-08-26 Michael Niedermayerfixing some 64bit bugs
2002-08-06 Michael Niedermayermpeg4 mpeg quantizer encoding
2002-08-05 Michael Niedermayer4mv + bframe decoding bugfix
2002-08-05 Michael Niedermayerfixing level overflow check for qp=1
2002-08-02 Michael Niedermayerfixing mpeg4 mpeg quantizers
2002-07-25 Michael Niedermayerdifferent edge positions fixed with edge emu / dr1
2002-07-21 Michael Niedermayerminor optimizations
2002-07-17 Michael Niedermayerlow_delay / has_b_frames fix
2002-07-17 Michael Niedermayerfixes fire.avi & subtitles.avi
2002-07-13 Michael Niedermayerrl decoding optimization
2002-07-13 Michael Niedermayeroptimization (get_vlc -> get_vlc2)
2002-07-13 Michael Niedermayerrl vlc decoding optimizations
2002-07-09 Felix Bünemannwarning fix patch by atmos
2002-06-18 Michael Niedermayerdc scale simplification/optimization
2002-06-06 Fabrice Bellardfixed case where abs_level > MAX_LEVEL
2002-06-04 Michael Niedermayerrun1 can be <0 bugfix (found by fabrice)
2002-06-03 Falk HüffnerRevert previous bogus warning fix.
2002-06-03 Falk HüffnerMinor warning cleanup.
2002-06-02 Michael Niedermayererror concealment / error resilience
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-18 Fabrice Bellardremoved useless header includes - use av memory functions
2002-05-06 Michael Niedermayerthere are divx5? encoded files without a userdata secti...
2002-05-05 Michael Niedermayersegfault fix for b-frame encoding with height%16!=0
2002-05-05 Michael Niedermayershorter user data with formating by juanjo
2002-05-04 Michael Niedermayermove ABS() to common.h
2002-05-03 Michael Niedermayermove put_string() to common.{c,h}
2002-05-03 Juanjo- H263 PAR support by Alex Beregszaszi.
2002-05-02 Juanjo- Advanced Intra Coding (AIC) support for H.263+ encode...
2002-04-27 Michael Niedermayerdetecting xvid/divx4/opendivx and set low_delay flag
2002-04-27 Michael Niedermayerfixed msmpeg4 infinite loop if buggy stream
2002-04-24 Michael Niedermayeravcodec_flush_buffers()
2002-04-22 Michael Niedermayersegfault fix
2002-04-22 Michael Niedermayerexport delay info
2002-04-22 Michael Niedermayerb-frame mpeg4 fix when seeking
2002-04-22 Michael Niedermayerdivx 5.01 support
2002-04-21 Michael Niedermayerfix b-frame MB skip
2002-04-19 Michael Niedermayermuch better ME for b frames (a bit slow though)
2002-04-17 Michael Niedermayermpeg2/mpeg4 dequantizer support (c & mmx)
2002-04-17 Michael Niedermayerfixed mpeg4 time stuff on encoding
2002-04-15 Juanjo- Versions defined for libav/libavcodec.
2002-04-07 Michael Niedermayermpeg4 mpeg quantizer support
2002-03-29 Michael Niedermayerdivx5-gmc bug workaround
2002-03-28 Michael Niedermayermpeg4 4MV encoding
2002-03-27 Michael Niedermayer4MV motion estimation (not finished yet)
2002-03-25 Michael Niedermayeroptimizing mpeg4_encode_dc
2002-03-24 Michael Niedermayerfcode_tables where too small, found by Klaas-Pieter...
2002-03-24 Michael Niedermayerb-frame decoding bugfix
2002-03-24 Michael Niedermayerresync marker support, needed for some mp4 files
2002-03-23 Michael Niedermayerfixing motion estimation with h263p hopefully
2002-03-23 Michael Niedermayerstatistics for 2-pass encoding
2002-03-23 Michael Niedermayerdont return -1 if mpeg4 scalability ...
2002-03-23 Michael Niedermayerfixing MV range in h263
2002-03-22 Michael Niedermayermpeg4 aspect_ratio_info in AVCodecContext (requested...
2002-03-22 Michael Niedermayeroops
2002-03-22 Michael Niedermayernew motion estimation (epzs) not complete yet but allre...
2002-03-19 Michael Niedermayeruse the width & height from the mpeg4 header ... in...
2002-03-18 Michael Niedermayerfixing 4MV
2002-03-15 Michael Niedermayeroptimization
2002-03-15 Michael Niedermayeruse ac prediction in mpeg4 encoding (5% smaller intra...
2002-03-13 Michael Niedermayersupport decoding (with mplayer) of 3 .mp4 files from...
2002-03-13 Michael Niedermayergenerate even more complete mpeg4 headers
2002-03-12 Michael Niedermayermpeg4 b-frames :)
next