summaryrefslogtreecommitdiff
path: root/libavcodec/h263.c
Commit message (Expand)AuthorAge
...
* Document several more things.Michael Niedermayer2010-01-07
* Document *VLC_BITS.Michael Niedermayer2010-01-07
* Simplify h263_get_picture_format().Michael Niedermayer2010-01-07
* Add a few explanatory comments to cornercase workarounds.Diego Biurrun2010-01-05
* Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini2010-01-01
* cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations.Diego Biurrun2009-12-30
* 10l: Move ff_mpeg4_pred_dc() to an appropriate place.Diego Biurrun2009-12-30
* cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations.Diego Biurrun2009-12-30
* cosmetics: Move H.263-related functions around to avoid forward declarations.Diego Biurrun2009-12-30
* cosmetics: Remove pointless '#if 1' preprocessor directives.Diego Biurrun2009-12-28
* Remove commented-out debug console output.Diego Biurrun2009-12-27
* cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef.Diego Biurrun2009-12-27
* Improve time_increment_bits guessing code.Michael Niedermayer2009-12-09
* Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...Michael Niedermayer2009-12-03
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-16
* Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun2009-07-30
* Remove dead assignments found by CSABenjamin Larsson2009-05-02
* Remove useless init from ff_mpeg4_set_direct_mv() found by CSA.Michael Niedermayer2009-04-17
* Remove several useless writes to variables, found by CSA.Michael Niedermayer2009-04-17
* Remove unused variable in init_mv_penalty_and_fcode() found by CSA.Michael Niedermayer2009-04-17
* Remove useless assignment from h263_pred_dc() found by the clang static analy...Michael Niedermayer2009-04-17
* Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini2009-04-13
* Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY].Gwenole Beauchesne2009-03-30
* Use intptr_t when casting pointers to int.Ramiro Polla2009-03-26
* Enable PB-frames decoding for H.263Kostya Shishkov2009-03-03
* Add PB-frame decoding support for H.263/i263 (and enable it for i263)Kostya Shishkov2009-03-03
* Factor out block decoding in ff_h263_decode_mb()Kostya Shishkov2009-03-02
* 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