Age | Commit message (Expand) | Author |
2012-02-15 | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö |
2012-02-15 | h263: Add ff_ prefix to nonstatic symbols | Martin Storsjö |
2011-12-17 | get_bits: remove LAST_SKIP_CACHE macro | Mans Rullgard |
2011-12-12 | lavc: convert error_recognition to err_recognition. | Dustin Brody |
2011-11-07 | msmpeg4: Don't set up run-level info for level 0. | Alex Converse |
2011-11-02 | Remove some stray unnecessary ffmpeg references. | Diego Biurrun |
2011-10-20 | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov |
2011-09-21 | msmpeg4: remove leftover unused debug variable declaration | Diego Biurrun |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-07-11 | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun |
2011-06-02 | Remove unused variables | Mans Rullgard |
2011-05-24 | msmpeg4: reindent. | Anton Khirnov |
2011-05-24 | lavc: remove msmpeg4v1 encoder. | Anton Khirnov |
2011-05-02 | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini |
2011-04-29 | Remove some disabled printf debug cruft. | Diego Biurrun |
2011-04-26 | Eliminate pointless '#if 1' statements without matching '#else'. | Diego Biurrun |
2011-04-12 | Check for successful h263 init in msmpeg4 init | Alberto Delmas |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-23 | Remove redundant checks against MIN_CACHE_BITS | Mans Rullgard |
2010-08-24 | msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header() | Måns Rullgård |
2010-07-07 | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-02-04 | Implement cool new vlc code. | Michael Niedermayer |
2010-01-08 | Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. | Michael Niedermayer |
2010-01-08 | Use h263 tables in msmpeg4v1 dont duplicate them halfway. | Michael Niedermayer |
2010-01-08 | Rename most non static h263 tables so their name contains h263. | Michael Niedermayer |
2010-01-08 | Rename DCtab_*, its a global variable and it helps understanding if mpeg4 | Michael Niedermayer |
2010-01-07 | Split the mpeg4 encoder and decoder off h263.c | Michael Niedermayer |
2009-12-31 | Remove unused function msmpeg4_memsetw(). | Diego Biurrun |
2009-12-30 | cosmetics: Reorder functions to avoid forward declarations. | Diego Biurrun |
2009-12-30 | Remove unnecessary forward declaration for msmpeg4_memsetw(). | Diego Biurrun |
2009-11-16 | Use get_bits_left() instead of size_in_bits - get_bits_count(). | Ronald S. Bultje |
2009-08-21 | Replace #ifdef PIC checks with the more appropriate HAVE_EBX_AVAILABLE/HAVE_7... | Reimar Döffinger |
2009-07-30 | Remove unused debug av_log() calls. | Diego Biurrun |
2009-07-30 | Remove unused variable intra_count. | Diego Biurrun |
2009-07-29 | Do not check for both CONFIG_VC1_DECODER and CONFIG_WMV3_DECODER, | Diego Biurrun |
2009-04-17 | Get rid of an unused variable, found by the clang static analyzer. | Michael Niedermayer |
2009-04-11 | Get rid of INIT_VLC_USE_STATIC in msmpeg4 | Michael Niedermayer |
2009-04-11 | Use INIT_VLC_USE_STATIC and not its value "1". | Carl Eugen Hoyos |
2009-02-22 | Add missing av_cold in static init/close functions. | Daniel Verkamp |
2009-02-09 | Fix: libavcodec/msmpeg4.c:1612: warning: ‘dc_pred_dir’ may be used uninit... | Michael Niedermayer |
2009-02-01 | Use full internal pathname in doxygen @file directives. | Diego Biurrun |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
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-10-16 | Convert asm keyword into __asm__. | Diego Pettenò |
2008-10-04 | Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Pettenò | Diego Pettenò |
2008-09-08 | Rename error_resilience to error_recognition. | Michael Niedermayer |