| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -14/+14 |
* | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -15/+0 |
* | Eliminate pointless '#if 1' statements without matching '#else'. | Diego Biurrun | 2011-04-26 | 1 | -4/+3 |
* | Check for successful h263 init in msmpeg4 init | Alberto Delmas | 2011-04-12 | 1 | -1/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -4/+4 |
* | Remove redundant checks against MIN_CACHE_BITS | Mans Rullgard | 2011-01-23 | 1 | -10/+0 |
* | msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header() | Måns Rullgård | 2010-08-24 | 1 | -2/+1 |
* | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos | 2010-07-07 | 1 | -0/+4 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -4/+4 |
* | Implement cool new vlc code. | Michael Niedermayer | 2010-02-04 | 1 | -3/+1 |
* | Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. | Michael Niedermayer | 2010-01-08 | 1 | -1/+60 |
* | Use h263 tables in msmpeg4v1 dont duplicate them halfway. | Michael Niedermayer | 2010-01-08 | 1 | -16/+2 |
* | Rename most non static h263 tables so their name contains h263. | Michael Niedermayer | 2010-01-08 | 1 | -14/+14 |
* | Rename DCtab_*, its a global variable and it helps understanding if mpeg4 | Michael Niedermayer | 2010-01-08 | 1 | -4/+4 |
* | Split the mpeg4 encoder and decoder off h263.c | Michael Niedermayer | 2010-01-07 | 1 | -2/+2 |
* | Remove unused function msmpeg4_memsetw(). | Diego Biurrun | 2009-12-31 | 1 | -7/+0 |
* | cosmetics: Reorder functions to avoid forward declarations. | Diego Biurrun | 2009-12-30 | 1 | -366/+356 |
* | Remove unnecessary forward declaration for msmpeg4_memsetw(). | Diego Biurrun | 2009-12-30 | 1 | -1/+0 |
* | Use get_bits_left() instead of size_in_bits - get_bits_count(). | Ronald S. Bultje | 2009-11-16 | 1 | -1/+1 |
* | Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7... | Reimar Döffinger | 2009-08-21 | 1 | -1/+2 |
* | Remove unused debug av_log() calls. | Diego Biurrun | 2009-07-30 | 1 | -7/+0 |
* | Remove unused variable intra_count. | Diego Biurrun | 2009-07-30 | 1 | -2/+0 |
* | Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, | Diego Biurrun | 2009-07-29 | 1 | -1/+1 |
* | Get rid of an unused variable, found by the clang static analyzer. | Michael Niedermayer | 2009-04-17 | 1 | -2/+2 |
* | Get rid of INIT_VLC_USE_STATIC in msmpeg4 | Michael Niedermayer | 2009-04-11 | 1 | -41/+51 |
* | Use INIT_VLC_USE_STATIC and not its value "1". | Carl Eugen Hoyos | 2009-04-11 | 1 | -16/+16 |
* | Add missing av_cold in static init/close functions. | Daniel Verkamp | 2009-02-22 | 1 | -4/+4 |
* | Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninit... | Michael Niedermayer | 2009-02-09 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ | Aurelien Jacobs | 2009-01-14 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -8/+8 |
* | Convert asm keyword into __asm__. | Diego Pettenò | 2008-10-16 | 1 | -1/+1 |
* | Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Pettenò | Diego Pettenò | 2008-10-04 | 1 | -2/+2 |
* | Rename error_resilience to error_recognition. | Michael Niedermayer | 2008-09-08 | 1 | -1/+1 |
* | bitstream: move put_sbits() from flacenc.c to bitstream.h and use it | Ramiro Polla | 2008-07-13 | 1 | -1/+1 |
* | remove duplicate tables | Stefan Gehrer | 2008-06-25 | 1 | -1/+1 |
* | Change init_vlc_rl() so it does not use *alloc_static() anymore. | Michael Niedermayer | 2008-05-30 | 1 | -1/+6 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -14/+14 |
* | typo fix: inited --> initialized | Diego Biurrun | 2008-02-13 | 1 | -3/+3 |
* | Add a couple of missing consts. | Sigbjørn Skjæret | 2008-01-14 | 1 | -1/+1 |
* | cosmetics: indentation | Aurelien Jacobs | 2007-11-07 | 1 | -1/+1 |
* | split wmv2 in its own file | Aurelien Jacobs | 2007-11-07 | 1 | -15/+2 |
* | rename some msmpeg4 symbols and make them non-static | Aurelien Jacobs | 2007-11-07 | 1 | -26/+26 |
* | Move msmpeg4 tables from a header file to msmpegdata.c. | Diego Biurrun | 2007-08-13 | 1 | -1/+0 |
* | make wmv1 and wmv2 playable with M$ DMO decoder | Michael Niedermayer | 2007-08-05 | 1 | -2/+5 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -2/+2 |
* | modify msmpeg4 functions to generate VC1 compatible block layer bitstream | Fortin Denis | 2007-06-22 | 1 | -5/+21 |