Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-23Change ref_index structure so it matches how its organized in h264.Michael Niedermayer
2010-01-09Split H263 encoder and decoder from common code.Michael Niedermayer
2010-01-08Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c.Michael Niedermayer
2010-01-08Rename most non static h263 tables so their name contains h263.Michael Niedermayer
2010-01-08Add a few CONFIG_MPEG4_DECODER that should be there.Michael Niedermayer
2010-01-08Split the mpeg4 encoder and decoder off h263.cMichael Niedermayer
2010-01-07Add some const qualifiers.Michael Niedermayer
2010-01-07Document decide_ac_pred() and restore_ac_coeffs().Michael Niedermayer
2010-01-07Move restore_ac_coeffs() call into decode_ac_pred().Michael Niedermayer
2010-01-07Move restore_ac_coeffs() up so its declared before its use.Michael Niedermayer
2010-01-07More doxyMichael Niedermayer
2010-01-07Factorize if() surrounding every ff_h263_show_pict_info() call.Michael Niedermayer
2010-01-07Split out intel H263 decoder.Michael Niedermayer
2010-01-07Split flv decoding out.Michael Niedermayer
2010-01-07Split out flv encoding.Michael Niedermayer
2010-01-07Document aspect_to_info().Michael Niedermayer
2010-01-07Cleanup aspect_to_info().Michael Niedermayer
2010-01-07Document several more things.Michael Niedermayer
2010-01-07Document *VLC_BITS.Michael Niedermayer
2010-01-07Simplify h263_get_picture_format().Michael Niedermayer
2010-01-05Add a few explanatory comments to cornercase workarounds.Diego Biurrun
2010-01-01Remove residual use of the doxygen markup which is deprecated,Stefano Sabatini
2009-12-30cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations.Diego Biurrun
2009-12-3010l: Move ff_mpeg4_pred_dc() to an appropriate place.Diego Biurrun
2009-12-30cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations.Diego Biurrun
2009-12-30cosmetics: Move H.263-related functions around to avoid forward declarations.Diego Biurrun
2009-12-28cosmetics: Remove pointless '#if 1' preprocessor directives.Diego Biurrun
2009-12-27Remove commented-out debug console output.Diego Biurrun
2009-12-27cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef.Diego Biurrun
2009-12-09Improve time_increment_bits guessing code.Michael Niedermayer
2009-12-04Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ...Michael Niedermayer
2009-11-16Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje
2009-07-31Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.Diego Biurrun
2009-05-02Remove dead assignments found by CSABenjamin Larsson
2009-04-17Remove useless init from ff_mpeg4_set_direct_mv() found by CSA.Michael Niedermayer
2009-04-17Remove several useless writes to variables, found by CSA.Michael Niedermayer
2009-04-17Remove unused variable in init_mv_penalty_and_fcode() found by CSA.Michael Niedermayer
2009-04-17Remove useless assignment from h263_pred_dc() found by the clang static analy...Michael Niedermayer
2009-04-13Rename pbBufPtr() to put_bits_ptr().Stefano Sabatini
2009-03-31Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY].Gwenole Beauchesne
2009-03-26Use intptr_t when casting pointers to int.Ramiro Polla
2009-03-03Enable PB-frames decoding for H.263Kostya Shishkov
2009-03-03Add PB-frame decoding support for H.263/i263 (and enable it for i263)Kostya Shishkov
2009-03-02Factor out block decoding in ff_h263_decode_mb()Kostya Shishkov
2009-02-24Add ff_h263_find_resync_marker() to find the bit position of the next resync_...Gwenole Beauchesne
2009-02-22Better parsing of i263 picture headerKostya Shishkov