]> git.sesse.net Git - ffmpeg/history - libavcodec/h263.c
better non conformant divx packed bitstream detection, so unpacked (no b frames)...
[ffmpeg] / libavcodec / h263.c
2003-03-20 Michael Niedermayerbetter non conformant divx packed bitstream detection...
2003-03-20 Michael Niedermayererror resilience cleanup (its faster too...)
2003-03-15 Michael Niedermayercleaner & more flexible edge bug workaround
2003-03-12 Michael Niedermayeroops
2003-03-12 Michael Niedermayerrvlc decoding support
2003-03-12 Michael Niedermayerper context frame_rate_base, this should finally fix...
2003-03-09 Alex Beregszaszisimplified
2003-03-06 Michael Niedermayerper file doxy
2003-03-03 Michael NiedermayerMpegEncContext.(i)dct_* -> DspContext.(i)dct_*
2003-02-28 Michael Niedermayer10l
2003-02-28 Michael Niedermayerh263(+) clenaup & bugfixes
2003-02-16 Wolfgang Hesselermore #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler...
2003-02-14 Michael Niedermayerimproving parsing of incomplete headers
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-02-10 Zdenek Kabelac* static,const,compiler warning cleanup
2003-02-08 Michael Niedermayerdirect blocksize in bframes fix (might fix qpel+bframe...
2003-01-29 Michael Niedermayer--disable-risky support
2003-01-26 Michael Niedermayerfeeding doxygen
2003-01-21 Michael NiedermayerGetBitContext.size is allways multiplied by 8 -> use...
2003-01-19 Michael Niedermayerfinetuneing thresholds/factors
2003-01-15 Michael Niedermayerfixing DCTELEM != short
2003-01-12 Michael Niedermayeraverage motion vector rounding like the reference says...
2003-01-03 Michael Niedermayermpeg4 header encoding bugfix
2002-12-31 Michael Niedermayertrellis quantization
2002-12-30 Michael Niedermayercorrecter mpeg4 headers
2002-12-27 Michael Niedermayerqpel encoding
2002-12-17 Michael Niedermayermore debug output
2002-12-09 Michael Niedermayercorrect mpeg4 vo type
2002-12-07 Michael Niedermayerump4 decoding fixed
2002-12-04 Michael Niedermayerspecific debug output support
2002-12-04 Michael Niedermayerfixing illegal 3. esc bug (the mpeg4 std only requires...
2002-12-04 Michael Niedermayercleanup
2002-11-26 Michael Niedermayerfixing h263+ slices if the padding at the end of the...
2002-11-25 Michael Niedermayerfixing aspect
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...
next