summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-16Merge commit '93f305473f880729d18b5e42067f19d2106cb2e5'Michael Niedermayer5-10/+10
2013-10-15lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje10-21/+25
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer267-338/+338
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun267-338/+338
2013-09-29Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje20-674/+657
2013-09-28Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje17-31/+32
2013-09-16Merge commit '6fc8226e29055858f28973bb3d27b63b3b65e616'Michael Niedermayer1-1/+5
2013-09-16vp3: Check the framerate for validityMartin Storsjö1-0/+4
2013-05-21vp3: zero allocated tablesPaul B Mahol1-8/+8
2013-04-19vp3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2-5/+6
2013-04-15vp3: Use full transpose for all IDCTsRonald S. Bultje12-117/+135
2013-04-08Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e'Michael Niedermayer10-28/+29
2013-04-08vp3: Embed idct_permutation array directly in VP3DecoderContextRonald S. Bultje1-3/+5
2013-03-27vp3: Check fps validity more completelyMichael Niedermayer1-1/+1
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch191-669/+273
2013-03-13vp3: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje5-14/+10
2013-03-12vp3/x86: use full transpose for all IDCTs.Ronald S. Bultje13-122/+141
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer275-4858/+4160
2013-03-10vp3: embed idct_permutation array directly in VP3DecoderContext.Ronald S. Bultje1-4/+5
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov239-4319/+3888
2013-01-28vp3dec: move threads check out of header packet type checkMichael Niedermayer1-4/+4
2013-01-23Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer169-907/+929
2013-01-23Drop DCTELEM typedefDiego Biurrun163-812/+835
2013-01-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer10-46/+102
2013-01-22vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.Ronald S. Bultje7-11/+39
2013-01-21vp3: fix compilation with a disabled theoraMichael Niedermayer1-0/+2
2013-01-20theora: support midstream reconfigurationMichael Niedermayer2-0/+37
2013-01-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer6-18/+7
2013-01-20Merge commit 'aeaf268e52fc11c1f64914a319e0edddf1346d6a'Michael Niedermayer8-21/+46
2013-01-20Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil.Ronald S. Bultje5-11/+6
2013-01-20vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje7-20/+45
2013-01-18Merge commit '80ac87c13dc8c6c063e26a464c5c542357c0583f'Michael Niedermayer6-5/+19
2013-01-17theora: Skip zero-sized headersMartin Storsjö1-0/+2
2013-01-11Merge commit 'ec86ba57312745fd7ad9771e3121e79c6aacba30'Michael Niedermayer5-15/+126
2013-01-10vp3: Fix double free in vp3_decode_end()Ronald Bultje1-9/+9
2012-12-21Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer41-943/+1277
2012-12-20lavc: introduce VideoDSPContextRonald S. Bultje37-927/+1189
2012-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer133-295/+306
2012-12-04lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov133-293/+305
2012-11-21ensure comment blocks that contain doxygen commands start with double asterixPeter Ross12-20/+20
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato11-17/+55
2012-11-12theora: check that pix fmt is valid, fix null ptr derefMichael Niedermayer1-1/+6
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-10-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer62-297/+176
2012-10-01avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun23-69/+105
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-07-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-246/+321
[next]