Age | Commit message (Expand) | Author |
2012-10-08 | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov |
2012-09-19 | mpeg4: support frame parameter changes with frame-mt | Janne Grunau |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-04-21 | Remove lowres video decoding | Mans Rullgard |
2012-04-06 | cosmetics: Align codec declarations | Martin Storsjö |
2012-03-01 | Replace AVFrame pointer casts by proper struct member accesses. | Diego Biurrun |
2012-02-15 | mpeg4: Add ff_ prefixes to nonstatic symbols | Martin Storsjö |
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-13 | error_resilience: use the ER_ namespace | Luca Barbato |
2011-12-12 | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun |
2011-12-12 | lavc: convert error_recognition to err_recognition. | Dustin Brody |
2011-11-02 | Replace ffmpeg references with more accurate libav* references. | Diego Biurrun |
2011-10-09 | mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_header | Mans Rullgard |
2011-08-01 | mpeg4videodec: remove dead code that would have detected erroneous encoding | Dustin Brody |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
2011-07-21 | mpeg4: add Mpeg4 Profiles names. | Thierry Foucu |
2011-07-21 | mpeg4: decode Level Profile for MPEG4 Part 2. | Thierry Foucu |
2011-07-11 | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun |
2011-06-02 | Remove unused variables | Mans Rullgard |
2011-06-02 | H264/MPEG frame-level multi-threading. | Alexander Strange |
2011-05-02 | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-02-13 | mpeg4video: ignore broken GOP headers | Anatoly Nenashev |
2011-02-08 | logging: downgrade recoverable errors to warnings | Stefan Kost |
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 |
2011-01-03 | mpeg4videodec: reset time_base.num to 0 when detecting time_base.den=0 | Aurelien Jacobs |
2010-07-07 | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-03-30 | Replace @returns by @return. | Benoit Fouet |
2010-02-08 | Change xvid/divx/lavc build variables to be consistent to x264_build. | Michael Niedermayer |
2010-01-08 | Rename most non static h263 tables so their name contains h263. | Michael Niedermayer |
2010-01-08 | Rename mpeg4 intra vlc tables so they contain "mpeg4", this improves readability | 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 |