| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'a90d92ce2aeea8eaae5c616958d20e000e20b964' | Michael Niedermayer | 2014-05-03 | 1 | -5/+5 |
|\ |
|
| * | aac: K&R formatting cosmetics | Luca Barbato | 2014-05-01 | 1 | -5/+5 |
* | | Merge commit 'c6b42e85493915a3c3891345f57422f9031a0b4f' | Michael Niedermayer | 2014-05-03 | 1 | -19/+20 |
|\| |
|
| * | flv: K&R formatting cosmetics | Luca Barbato | 2014-05-01 | 1 | -21/+20 |
* | | avcodec/jpeglsdec: add cast to silence pointer type warning | Michael Niedermayer | 2014-05-03 | 1 | -1/+1 |
* | | avcodec/snow_dwt: fix "incompatible pointer type" warnings | Michael Niedermayer | 2014-05-03 | 2 | -9/+9 |
* | | avcodec/kgv1dec: add casts to silence "assignment from incompatible pointer t... | Michael Niedermayer | 2014-05-03 | 1 | -2/+2 |
* | | avcodec/xbmdec: fix pointer type warnings | Michael Niedermayer | 2014-05-03 | 1 | -2/+2 |
* | | avcodec/h263dec: fix "incompatible pointer type" warning | Michael Niedermayer | 2014-05-03 | 1 | -1/+1 |
* | | avcdoec/snowenc: use av_mallocz_array() | Michael Niedermayer | 2014-05-03 | 1 | -3/+3 |
* | | avcodec/ffv1dec: use av_malloc_array() | Michael Niedermayer | 2014-05-03 | 1 | -2/+2 |
* | | x86/cavdsp: prevent named constraints appearing twice. | Matt Oliver | 2014-05-03 | 1 | -1/+1 |
* | | avcodec/h264: mark recovery_cnt==0 frames as keyframes | Michael Niedermayer | 2014-05-03 | 4 | -0/+5 |
* | | Fix standalone compilation of dsd planar decoders. | Carl Eugen Hoyos | 2014-05-03 | 1 | -0/+2 |
* | | Fix oga muxer standalone compilation. | Carl Eugen Hoyos | 2014-05-03 | 1 | -0/+1 |
* | | avcodec/h263dec: print MB position for each MB when TRACE is enabled | Michael Niedermayer | 2014-05-02 | 1 | -0/+2 |
* | | avcodec/mpegvideo: fix gray*() parameter types | Michael Niedermayer | 2014-05-02 | 1 | -2/+2 |
* | | avcodec/mpegvideo: support disabling motion compensation | Michael Niedermayer | 2014-05-02 | 3 | -0/+47 |
* | | avcodec/libxvid: improve return codes | Michael Niedermayer | 2014-05-01 | 1 | -2/+2 |
* | | avcodec/utils/ff_init_buffer_info factor avctx->internal->pkt; out | Michael Niedermayer | 2014-05-01 | 1 | -6/+8 |
* | | avcodec/utils: merge ff_decode_frame_props() and ff_init_buffer_info() | Michael Niedermayer | 2014-05-01 | 1 | -26/+14 |
* | | avcodec/utils: ff_decode_frame_props: set pkt_size | Michael Niedermayer | 2014-05-01 | 1 | -1/+2 |
* | | Merge commit 'ba71c74017c287681153ec8f6f1cba650d797275' | Michael Niedermayer | 2014-05-01 | 2 | -0/+9 |
|\| |
|
| * | lavc: deprecate AVCodecContext.codec_name | Anton Khirnov | 2014-05-01 | 2 | -0/+9 |
| * | lavc: do not use AVCodecContext.codec_name in avcodec_string() | Anton Khirnov | 2014-05-01 | 1 | -2/+0 |
* | | Merge commit 'a2941c8cb216bdc144953cace64973f5600ffa2d' | Michael Niedermayer | 2014-05-01 | 7 | -5/+27 |
|\| |
|
| * | lavc: move CODEC_FLAG_MV0 to mpegvideo | Anton Khirnov | 2014-05-01 | 7 | -5/+27 |
* | | Merge commit '6484149158b6fc6d13d2b2ef84cb26a2d3275400' | Michael Niedermayer | 2014-05-01 | 4 | -2/+19 |
|\| |
|
| * | lavc: make the xvid-specific "gmc" flag a private option of libxvid | Anton Khirnov | 2014-05-01 | 4 | -2/+19 |
* | | Merge commit 'b2c31710c96fa47d9dcd40b64d39663e8957f683' | Michael Niedermayer | 2014-05-01 | 6 | -4/+24 |
|\| |
|
| * | lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo | Anton Khirnov | 2014-05-01 | 6 | -4/+24 |
* | | Merge commit '5fccedaa67390ccddd6347c8e1c71b7664558bcd' | Michael Niedermayer | 2014-05-01 | 4 | -5/+10 |
|\| |
|
| * | lavc: deprecate CODEC_FLAG_INPUT_PRESERVED | Anton Khirnov | 2014-05-01 | 4 | -5/+10 |
* | | Move av_find_best_pix_fmt_of_2() from avcodec to avutil | Michael Niedermayer | 2014-04-30 | 2 | -237/+6 |
* | | avcodec/flacenc: Use av_malloc_array() | Michael Niedermayer | 2014-04-30 | 1 | -1/+1 |
* | | avcodec/ivi_common: Use av_mallocz_array() | Michael Niedermayer | 2014-04-30 | 1 | -3/+3 |
* | | avcodec/mjpegdec: use av_mallocz_array() | Michael Niedermayer | 2014-04-30 | 1 | -2/+2 |
* | | avcodec/tiff: Support 410 and 440 YCbCr | Michael Niedermayer | 2014-04-30 | 1 | -0/+4 |
* | | avcodec/vorbisdec: use av_malloc(z)_array() | Michael Niedermayer | 2014-04-30 | 1 | -9/+9 |
* | | avcodec/vorbisdec: try to workaround libvorbisenc bug | Michael Niedermayer | 2014-04-30 | 1 | -4/+17 |
* | | Merge commit '9d76dd952ffd9fffc7f9fb5cc5af6d093ba54521' | Michael Niedermayer | 2014-04-30 | 1 | -3/+0 |
|\| |
|
| * | h264: drop commented out cruft | Anton Khirnov | 2014-04-29 | 1 | -3/+0 |
* | | Merge commit 'c1f92d13589d431e576d719dd44427486a5e05cd' | Michael Niedermayer | 2014-04-30 | 2 | -2/+0 |
|\| |
|
| * | mpegvideo: remove unused MpegEncContext.b4_stride | Anton Khirnov | 2014-04-29 | 2 | -2/+0 |
* | | Merge commit '6a13505c069890cb0e2a07e29fd819a0cf2e73c1' | Michael Niedermayer | 2014-04-30 | 2 | -20/+21 |
|\| |
|
| * | mpegvideo: move the MpegEncContext fields used from arm asm to the beginning | Anton Khirnov | 2014-04-29 | 2 | -20/+21 |
| * | hwaccel: fix dxva2 & vaapi loop filter parameters | Michael Niedermayer | 2014-04-28 | 2 | -4/+4 |
* | | avcodec/hevc: fix no output of prior pics and pic output flags(cherry picked ... | gcocherel | 2014-04-29 | 3 | -0/+40 |
* | | Merge remote-tracking branch 'cigaes/master' | Michael Niedermayer | 2014-04-29 | 3 | -2/+162 |
|\ \ |
|
| * | | lavc: minor bump and APIchanges for AVCodecDescriptor.mime_types. | Nicolas George | 2014-04-29 | 1 | -2/+2 |