Age | Commit message (Expand) | Author |
2009-04-17 | Remove useless assignment from h263_pred_dc() found by the clang static analy... | Michael Niedermayer |
2009-04-13 | Rename pbBufPtr() to put_bits_ptr(). | Stefano Sabatini |
2009-03-30 | Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY]. | Gwenole Beauchesne |
2009-03-26 | Use intptr_t when casting pointers to int. | Ramiro Polla |
2009-03-03 | Enable PB-frames decoding for H.263 | Kostya Shishkov |
2009-03-03 | Add PB-frame decoding support for H.263/i263 (and enable it for i263) | Kostya Shishkov |
2009-03-02 | Factor out block decoding in ff_h263_decode_mb() | Kostya Shishkov |
2009-02-24 | Add ff_h263_find_resync_marker() to find the bit position of the next resync_... | Gwenole Beauchesne |
2009-02-22 | Better parsing of i263 picture header | Kostya Shishkov |
2009-02-04 | Remove pointless '#if CONFIG_ENCODERS' around forward declarations. | Diego Biurrun |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-30 | Make ff_h263_resync() return the bit position of the resync_marker or | Gwenole Beauchesne |
2009-01-30 | Use a constant instead of a magic number. | Gwenole Beauchesne |
2009-01-24 | avoid duplication of dquant_code | Stefan Gehrer |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2009-01-18 | moves mid_pred() into mathops.h (with arch specific code split by directory) | Aurelien Jacobs |
2009-01-17 | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs |
2009-01-17 | export gcd function as av_gcd() | Aurelien Jacobs |
2009-01-14 | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs |
2009-01-13 | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs |
2008-12-21 | Fix PTS returned by the demuxers for mpeg4 without a decoder. | Michael Niedermayer |
2008-12-21 | Move CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_header(). | Michael Niedermayer |
2008-12-11 | s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved | Michael Niedermayer |
2008-12-10 | clear_block mmx | Loren Merritt |
2008-12-03 | Implement complexity estimation parsing and try to detect an incorrectly set | Michael Niedermayer |
2008-11-04 | Only warn about "Invalid and inefficient vfw-avi packed B frames" once. | Andrew Savchenko |
2008-10-21 | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs |
2008-09-08 | Rename error_resilience to error_recognition. | Michael Niedermayer |
2008-07-13 | bitstream: move put_sbits() from flacenc.c to bitstream.h and use it | Ramiro Polla |
2008-06-23 | Allocate static tables on stack, not heap. | Art Clarke |
2008-05-30 | Change init_vlc_rl() so it does not use *alloc_static() anymore. | Michael Niedermayer |
2008-05-28 | cosmetics: spelling typo fixes | Diego Biurrun |
2008-05-27 | cosmetics: XviD is now called Xvid. | Diego Biurrun |
2008-05-26 | Warn about packed B-frames. (especially useful if the file in question is | Michael Niedermayer |
2008-04-19 | Implement FFMAX3(a,b,c) - maximum over three arguments. | Vladimir Voroshilov |
2008-03-22 | typo: occured --> occurred | Diego Biurrun |
2008-03-15 | typo fixes | Diego Biurrun |
2008-03-09 | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs |
2008-01-31 | Revert r11689 and r11690 (uninitalized warning fix) as its theoretically | Michael Niedermayer |
2008-01-31 | Comment about weird warning prevention. | Michael Niedermayer |
2008-01-31 | fix "uninitalized" warning, the alternative way. | Michael Niedermayer |
2008-01-31 | revert r11677, it is considered speed critical | Baptiste Coudurier |
2008-01-31 | fix indentation | Baptiste Coudurier |
2008-01-31 | init to 0, fix warning: h263.c:4730: warning: 'dc_pred_dir' may be used unini... | Baptiste Coudurier |
2007-10-03 | merge some #ifdef CONFIG_ENCODERS sections | Aurelien Jacobs |
2007-08-09 | use get_bits1(..) instead get_bits(.., 1) | Alex Beregszaszi |
2007-08-01 | exchange the values of MV_DIR_FORWARD and MV_DIR_BACKWARD (this is more sane, | Michael Niedermayer |
2007-07-26 | remove "Advanced Prediction Mode not supported" spam | Michael Niedermayer |
2007-07-26 | also support DEBUG_PICT_INFO for h263i | Michael Niedermayer |
2007-07-26 | move show_pict_info() to its own function | Michael Niedermayer |