| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -24/+24 |
|\ |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -24/+24 |
* | | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f' | Michael Niedermayer | 2013-02-26 | 1 | -1/+0 |
|\| |
|
| * | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -1/+1 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -4/+4 |
|\| |
|
| * | h263: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-03 | 1 | -1/+1 |
|\| |
|
| * | Remove some stray unnecessary ffmpeg references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-12 | 1 | -24/+24 |
|\| |
|
| * | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -24/+24 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Change ref_index structure so it matches how its organized in h264. | Michael Niedermayer | 2010-03-23 | 1 | -4/+4 |
* | Split H263 encoder and decoder from common code. | Michael Niedermayer | 2010-01-09 | 1 | -1898/+3 |
* | Move 3 direct MV related functions that i left out from h263.c to mpeg4video.c. | Michael Niedermayer | 2010-01-08 | 1 | -98/+0 |
* | Rename most non static h263 tables so their name contains h263. | Michael Niedermayer | 2010-01-08 | 1 | -37/+37 |
* | Add a few CONFIG_MPEG4_DECODER that should be there. | Michael Niedermayer | 2010-01-08 | 1 | -2/+2 |
* | Split the mpeg4 encoder and decoder off h263.c | Michael Niedermayer | 2010-01-07 | 1 | -3727/+15 |
* | Add some const qualifiers. | Michael Niedermayer | 2010-01-07 | 1 | -2/+2 |
* | Document decide_ac_pred() and restore_ac_coeffs(). | Michael Niedermayer | 2010-01-07 | 1 | -0/+14 |
* | Move restore_ac_coeffs() call into decode_ac_pred(). | Michael Niedermayer | 2010-01-07 | 1 | -3/+6 |
* | Move restore_ac_coeffs() up so its declared before its use. | Michael Niedermayer | 2010-01-07 | 1 | -23/+23 |
* | More doxy | Michael Niedermayer | 2010-01-07 | 1 | -0/+7 |
* | Factorize if() surrounding every ff_h263_show_pict_info() call. | Michael Niedermayer | 2010-01-07 | 1 | -2/+2 |
* | Split out intel H263 decoder. | Michael Niedermayer | 2010-01-07 | 1 | -97/+2 |
* | Split flv decoding out. | Michael Niedermayer | 2010-01-07 | 1 | -94/+2 |
* | Split out flv encoding. | Michael Niedermayer | 2010-01-07 | 1 | -61/+3 |
* | Document aspect_to_info(). | Michael Niedermayer | 2010-01-07 | 1 | -0/+5 |
* | Cleanup aspect_to_info(). | Michael Niedermayer | 2010-01-07 | 1 | -6/+5 |
* | Document several more things. | Michael Niedermayer | 2010-01-07 | 1 | -0/+17 |
* | Document *VLC_BITS. | Michael Niedermayer | 2010-01-07 | 1 | -0/+4 |
* | Simplify h263_get_picture_format(). | Michael Niedermayer | 2010-01-07 | 1 | -9/+6 |
* | Add a few explanatory comments to cornercase workarounds. | Diego Biurrun | 2010-01-05 | 1 | -2/+5 |
* | Remove residual use of the doxygen markup which is deprecated, | Stefano Sabatini | 2010-01-01 | 1 | -1/+1 |
* | cosmetics: Move MPEG-4 encoding functions around to avoid forward declarations. | Diego Biurrun | 2009-12-30 | 1 | -493/+478 |
* | 10l: Move ff_mpeg4_pred_dc() to an appropriate place. | Diego Biurrun | 2009-12-30 | 1 | -79/+79 |
* | cosmetics: Move MPEG-4 decoding functions around to avoid forward declarations. | Diego Biurrun | 2009-12-30 | 1 | -579/+572 |
* | cosmetics: Move H.263-related functions around to avoid forward declarations. | Diego Biurrun | 2009-12-30 | 1 | -408/+398 |
* | cosmetics: Remove pointless '#if 1' preprocessor directives. | Diego Biurrun | 2009-12-28 | 1 | -6/+0 |
* | Remove commented-out debug console output. | Diego Biurrun | 2009-12-27 | 1 | -45/+0 |
* | cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODERS #ifdef. | Diego Biurrun | 2009-12-27 | 1 | -13/+14 |
* | Improve time_increment_bits guessing code. | Michael Niedermayer | 2009-12-09 | 1 | -1/+5 |
* | Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is not h263 ... | Michael Niedermayer | 2009-12-03 | 1 | -14/+0 |
* | Use get_bits_left() instead of size_in_bits - get_bits_count(). | Ronald S. Bultje | 2009-11-16 | 1 | -4/+4 |
* | Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. | Diego Biurrun | 2009-07-30 | 1 | -3/+1 |
* | Remove dead assignments found by CSA | Benjamin Larsson | 2009-05-02 | 1 | -3/+0 |