summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
Commit message (Expand)AuthorAge
* Add ff_h263_find_resync_marker() to find the bit position of the next resync_...Gwenole Beauchesne2009-02-24
* Better parsing of i263 picture headerKostya Shishkov2009-02-22
* Remove pointless '#if CONFIG_ENCODERS' around forward declarations.Diego Biurrun2009-02-04
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Make ff_h263_resync() return the bit position of the resync_marker orGwenole Beauchesne2009-01-30
* Use a constant instead of a magic number.Gwenole Beauchesne2009-01-30
* avoid duplication of dquant_codeStefan Gehrer2009-01-24
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs2009-01-17
* export gcd function as av_gcd()Aurelien Jacobs2009-01-17
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Fix PTS returned by the demuxers for mpeg4 without a decoder.Michael Niedermayer2008-12-21
* Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header().Michael Niedermayer2008-12-21
* s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reservedMichael Niedermayer2008-12-11
* clear_block mmxLoren Merritt2008-12-10
* Implement complexity estimation parsing and try to detect an incorrectly setMichael Niedermayer2008-12-03
* Only warn about "Invalid and inefficient vfw-avi packed B frames" once.Andrew Savchenko2008-11-04
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* bitstream: move put_sbits() from flacenc.c to bitstream.h and use itRamiro Polla2008-07-13
* Allocate static tables on stack, not heap.Art Clarke2008-06-23
* Change init_vlc_rl() so it does not use *alloc_static() anymore.Michael Niedermayer2008-05-30
* cosmetics: spelling typo fixesDiego Biurrun2008-05-28
* cosmetics: XviD is now called Xvid.Diego Biurrun2008-05-27
* Warn about packed B-frames. (especially useful if the file in question isMichael Niedermayer2008-05-26
* Implement FFMAX3(a,b,c) - maximum over three arguments.Vladimir Voroshilov2008-04-19
* typo: occured --> occurredDiego Biurrun2008-03-22
* typo fixesDiego Biurrun2008-03-15
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* Revert r11689 and r11690 (uninitalized warning fix) as its theoreticallyMichael Niedermayer2008-01-31
* Comment about weird warning prevention.Michael Niedermayer2008-01-31
* fix "uninitalized" warning, the alternative way.Michael Niedermayer2008-01-31
* revert r11677, it is considered speed criticalBaptiste Coudurier2008-01-31
* fix indentationBaptiste Coudurier2008-01-31
* init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used unini...Baptiste Coudurier2008-01-31
* merge some #ifdef CONFIG_ENCODERS sectionsAurelien Jacobs2007-10-03
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
* exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane,Michael Niedermayer2007-08-01
* remove "Advanced Prediction Mode not supported" spamMichael Niedermayer2007-07-26
* also support DEBUG_PICT_INFO for h263iMichael Niedermayer2007-07-26
* move show_pict_info() to its own functionMichael Niedermayer2007-07-26
* Better place to disable some mpeg4 code and ensure thatAurelien Jacobs2007-07-10
* move init_vlc_rl from h263.c to mpegvideo.cAurelien Jacobs2007-07-10
* Split ff_set_mpeg4_time() and move the non mpeg4 specific partAurelien Jacobs2007-07-10
* don't compile some mpeg4 encoder code when encoders are disabledAurelien Jacobs2007-07-10
* move ff_set_qscale from h263.c to mpegvideo.cAurelien Jacobs2007-07-09
* Group all copyright and author notices together.Diego Biurrun2007-07-05
* misc typo fixesDiego Biurrun2007-06-12