| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\ |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
|\ \
| |/ |
|
| * | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | | vcr1: check if dimensions are supported, fix out of array accesses. | Michael Niedermayer | 2012-11-17 | 1 | -0/+4 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-14 | 1 | -16/+20 |
|\ \
| |/ |
|
| * | vcr1: Add vcr1_ prefixes to all static functions with generic names. | Diego Biurrun | 2012-05-14 | 1 | -13/+13 |
| * | vcr1: Fix return type of common_init to match the function pointer signature. | Diego Biurrun | 2012-05-14 | 1 | -1/+3 |
| * | vcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits. | Diego Biurrun | 2012-05-14 | 1 | -3/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -115/+102 |
|\ \
| |/ |
|
| * | vcr1enc: drop pointless empty encode_init() wrapper function | Diego Biurrun | 2012-05-09 | 1 | -8/+1 |
| * | vcr1: drop pointless write-only AVCodecContext member from VCR1Context | Diego Biurrun | 2012-05-09 | 1 | -2/+0 |
| * | vcr1: group encoder code together to save #ifdefs | Diego Biurrun | 2012-05-09 | 1 | -47/+43 |
| * | vcr1: cosmetics: K&R prettyprinting, typos, parentheses, dead code, comments | Diego Biurrun | 2012-05-09 | 1 | -72/+72 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-03 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | Replace AVFrame pointer type punning by proper struct member assignments. | Diego Biurrun | 2012-03-01 | 1 | -1/+1 |
| * | Remove unnecessary AVFrame pointer casts. | Diego Biurrun | 2012-03-01 | 1 | -3/+3 |
* | | vcr1dec: Check that there is sufficient input data. | Michael Niedermayer | 2011-12-28 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -4/+0 |
|\ \
| |/ |
|
| * | vcr1: drop unnecessary emms_c() calls without MMX code | Paul B Mahol | 2011-12-12 | 1 | -4/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-04 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | cosmetics: remove some stray comments from AVCodec declarations | Diego Biurrun | 2011-08-03 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -15/+14 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -15/+14 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -2/+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 | -2/+2 |
* | | lavc: set defaults in internal codec frames | Stefano Sabatini | 2011-05-07 | 1 | -0/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -2/+2 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -2/+2 |
|/ |
|
* | 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 | -2/+2 |
* | Release buffer when decoding is finished. | Carl Eugen Hoyos | 2010-01-25 | 1 | -1/+10 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Remove unused variables. | Diego Biurrun | 2009-02-08 | 1 | -1/+0 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -3/+4 |
* | Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering | Diego Biurrun | 2008-09-03 | 1 | -6/+4 |
* | Surround some encoding-specific functions with the appropriate | Diego Biurrun | 2008-09-03 | 1 | -0/+4 |
* | Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific | Diego Biurrun | 2008-09-03 | 1 | -4/+2 |