OSDN Git Service

cmdutils: add support for programs in check_stream_specifier()
[coroid/libav_saccubus.git] / libavcodec / h263.c
2011-07-10 Diego BiurrunEliminate FF_COMMON_FRAME macro.
2011-05-02 Stefano SabatiniReplace deprecated FF_*_TYPE symbols with AV_PICTURE_TY...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-23 Michael NiedermayerChange ref_index structure so it matches how its organi...
2010-01-09 Michael NiedermayerSplit H263 encoder and decoder from common code.
2010-01-08 Michael NiedermayerMove 3 direct MV related functions that i left out...
2010-01-08 Michael NiedermayerRename most non static h263 tables so their name contai...
2010-01-08 Michael NiedermayerAdd a few CONFIG_MPEG4_DECODER that should be there.
2010-01-07 Michael NiedermayerSplit the mpeg4 encoder and decoder off h263.c
2010-01-07 Michael NiedermayerAdd some const qualifiers.
2010-01-07 Michael NiedermayerDocument decide_ac_pred() and restore_ac_coeffs().
2010-01-07 Michael NiedermayerMove restore_ac_coeffs() call into decode_ac_pred().
2010-01-07 Michael NiedermayerMove restore_ac_coeffs() up so its declared before...
2010-01-07 Michael NiedermayerMore doxy
2010-01-07 Michael NiedermayerFactorize if() surrounding every ff_h263_show_pict_info...
2010-01-07 Michael NiedermayerSplit out intel H263 decoder.
2010-01-07 Michael NiedermayerSplit flv decoding out.
2010-01-07 Michael NiedermayerSplit out flv encoding.
2010-01-07 Michael NiedermayerDocument aspect_to_info().
2010-01-07 Michael NiedermayerCleanup aspect_to_info().
2010-01-07 Michael NiedermayerDocument several more things.
2010-01-07 Michael NiedermayerDocument *VLC_BITS.
2010-01-07 Michael NiedermayerSimplify h263_get_picture_format().
2010-01-05 Diego BiurrunAdd a few explanatory comments to cornercase workarounds.
2010-01-01 Stefano SabatiniRemove residual use of the doxygen markup which is...
2009-12-30 Diego Biurruncosmetics: Move MPEG-4 encoding functions around to...
2009-12-30 Diego Biurrun10l: Move ff_mpeg4_pred_dc() to an appropriate place.
2009-12-30 Diego Biurruncosmetics: Move MPEG-4 decoding functions around to...
2009-12-30 Diego Biurruncosmetics: Move H.263-related functions around to avoid...
2009-12-28 Diego Biurruncosmetics: Remove pointless '#if 1' preprocessor direct...
2009-12-27 Diego BiurrunRemove commented-out debug console output.
2009-12-27 Diego Biurruncosmetics: Move a bunch of forward declarations below...
2009-12-09 Michael NiedermayerImprove time_increment_bits guessing code.
2009-12-03 Michael NiedermayerMove ff_init_qscale_tab() from h263.c to mpegvideo...
2009-11-16 Ronald S. BultjeUse get_bits_left() instead of size_in_bits - get_bits_...
2009-07-30 Diego BiurrunChange av_log() calls surrounded by '#ifdef DEBUG'...
2009-05-02 Benjamin LarssonRemove dead assignments found by CSA
2009-04-17 Michael NiedermayerRemove useless init from ff_mpeg4_set_direct_mv() found...
2009-04-17 Michael NiedermayerRemove several useless writes to variables, found by...
2009-04-17 Michael NiedermayerRemove unused variable in init_mv_penalty_and_fcode...
2009-04-17 Michael NiedermayerRemove useless assignment from h263_pred_dc() found...
2009-04-13 Stefano SabatiniRename pbBufPtr() to put_bits_ptr().
2009-03-30 Gwenole BeauchesneRecord MPEG-4 sprite trajectory points [up to num_sprit...
2009-03-26 Ramiro PollaUse intptr_t when casting pointers to int.
2009-03-03 Kostya ShishkovEnable PB-frames decoding for H.263
2009-03-03 Kostya ShishkovAdd PB-frame decoding support for H.263/i263 (and enabl...
2009-03-02 Kostya ShishkovFactor out block decoding in ff_h263_decode_mb()
2009-02-24 Gwenole BeauchesneAdd ff_h263_find_resync_marker() to find the bit positi...
2009-02-22 Kostya ShishkovBetter parsing of i263 picture header
2009-02-04 Diego BiurrunRemove pointless '#if CONFIG_ENCODERS' around forward...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-30 Gwenole BeauchesneMake ff_h263_resync() return the bit position of the...
2009-01-30 Gwenole BeauchesneUse a constant instead of a magic number.
2009-01-24 Stefan Gehreravoid duplication of dquant_code
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-17 Aurelien Jacobsremove ff_get_fourcc() and use AV_RL32() instead
2009-01-17 Aurelien Jacobsexport gcd function as av_gcd()
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2008-12-21 Michael NiedermayerFix PTS returned by the demuxers for mpeg4 without...
2008-12-21 Michael NiedermayerMove CODEC_FLAG_LOW_DELAY into ff_mpeg4_decode_picture_...
2008-12-11 Michael Niedermayers/qp_t/qp_tt/ to avoid bad examples that could lead...
2008-12-10 Loren Merrittclear_block mmx
2008-12-03 Michael NiedermayerImplement complexity estimation parsing and try to...
2008-11-04 Andrew SavchenkoOnly warn about "Invalid and inefficient vfw-avi packed...
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-09-08 Michael NiedermayerRename error_resilience to error_recognition.
2008-07-13 Ramiro Pollabitstream: move put_sbits() from flacenc.c to bitstream...
2008-06-23 Art ClarkeAllocate static tables on stack, not heap.
2008-05-30 Michael NiedermayerChange init_vlc_rl() so it does not use *alloc_static...
2008-05-28 Diego Biurruncosmetics: spelling typo fixes
2008-05-27 Diego Biurruncosmetics: XviD is now called Xvid.
2008-05-26 Michael NiedermayerWarn about packed B-frames. (especially useful if the...
2008-04-19 Vladimir VoroshilovImplement FFMAX3(a,b,c) - maximum over three arguments.
2008-03-22 Diego Biurruntypo: occured --> occurred
2008-03-15 Diego Biurruntypo fixes
2008-03-09 Aurelien Jacobsadd FF_ prefix to all (frame)_TYPE usage
2008-01-31 Michael NiedermayerRevert r11689 and r11690 (uninitalized warning fix...
2008-01-31 Michael NiedermayerComment about weird warning prevention.
2008-01-31 Michael Niedermayerfix "uninitalized" warning, the alternative way.
2008-01-31 Baptiste Coudurierrevert r11677, it is considered speed critical
2008-01-31 Baptiste Coudurierfix indentation
2008-01-31 Baptiste Coudurierinit to 0, fix warning: h263.c:4730: warning: 'dc_pred_...
2007-10-03 Aurelien Jacobsmerge some #ifdef CONFIG_ENCODERS sections
2007-08-09 Alex Beregszasziuse get_bits1(..) instead get_bits(.., 1)
2007-08-01 Michael Niedermayerexchange the values of MV_DIR_FORWARD and MV_DIR_BACKWA...
2007-07-26 Michael Niedermayerremove "Advanced Prediction Mode not supported" spam
2007-07-26 Michael Niedermayeralso support DEBUG_PICT_INFO for h263i
2007-07-26 Michael Niedermayermove show_pict_info() to its own function
2007-07-10 Aurelien JacobsBetter place to disable some mpeg4 code and ensure...
2007-07-10 Aurelien Jacobsmove init_vlc_rl from h263.c to mpegvideo.c
2007-07-10 Aurelien JacobsSplit ff_set_mpeg4_time() and move the non mpeg4 specif...
2007-07-10 Aurelien Jacobsdon't compile some mpeg4 encoder code when encoders...
2007-07-09 Aurelien Jacobsmove ff_set_qscale from h263.c to mpegvideo.c
2007-07-05 Diego BiurrunGroup all copyright and author notices together.
2007-06-12 Diego Biurrunmisc typo fixes
2007-05-25 Harald KarnetCorrect the parameter order for the call to "av_clip".
2007-05-11 Diego BiurrunRemove duplicate #includes, avcodec.h #includes common.h.
next