summaryrefslogtreecommitdiffstats
path: root/libavcodec/vp3.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-021-748/+780
|\
| * VP3: K&R formatting cosmeticsVittorio Giovara2014-04-011-755/+787
* | Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c'Michael Niedermayer2014-03-221-1/+1
|\ \ | |/
| * dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun2014-03-221-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-281-4/+4
|\ \ | |/
| * Give IDCT matrix transpose macro a more descriptive nameDiego Biurrun2014-02-271-4/+4
* | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer2013-11-151-3/+4
|\ \ | |/
| * lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-151-1/+5
* | Merge commit '757d5e8ef98ba2ab0dd0e85a46290c4f4a7e82be'Michael Niedermayer2013-11-011-8/+5
|\ \ | |/
| * vp3: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-8/+5
* | Merge commit '93f305473f880729d18b5e42067f19d2106cb2e5'Michael Niedermayer2013-10-161-1/+1
|\ \ | |/
| * lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-151-2/+2
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-2/+2
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* | Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje2013-09-281-1/+4
* | Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje2013-09-281-1/+1
* | Merge commit '6fc8226e29055858f28973bb3d27b63b3b65e616'Michael Niedermayer2013-09-161-1/+5
|\ \ | |/
| * vp3: Check the framerate for validityMartin Storsjö2013-09-161-0/+4
| * vp3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-4/+5
| * vp3: Use full transpose for all IDCTsRonald S. Bultje2013-04-151-5/+8
* | vp3: zero allocated tablesPaul B Mahol2013-05-211-8/+8
* | Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e'Michael Niedermayer2013-04-081-1/+2
|\ \ | |/
| * vp3: Embed idct_permutation array directly in VP3DecoderContextRonald S. Bultje2013-04-081-3/+5
* | vp3: Check fps validity more completelyMichael Niedermayer2013-03-281-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-6/+2
* | vp3: use hpeldsp instead of dsputil for half-pel functions.Ronald S. Bultje2013-03-131-4/+5
* | vp3/x86: use full transpose for all IDCTs.Ronald S. Bultje2013-03-121-5/+8
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-71/+104
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-69/+103
* | vp3: embed idct_permutation array directly in VP3DecoderContext.Ronald S. Bultje2013-03-101-4/+5
* | vp3dec: move threads check out of header packet type checkMichael Niedermayer2013-01-281-4/+4
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-4/+4
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-221-1/+1
|\ \ | |/
| * vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext.Ronald S. Bultje2013-01-211-1/+1
* | vp3: fix compilation with a disabled theoraMichael Niedermayer2013-01-211-0/+2
* | theora: support midstream reconfigurationMichael Niedermayer2013-01-201-0/+36
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-201-1/+1
|\ \ | |/
| * Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil.Ronald S. Bultje2013-01-191-1/+1
* | Merge commit 'aeaf268e52fc11c1f64914a319e0edddf1346d6a'Michael Niedermayer2013-01-201-3/+2
|\ \ | |/
| * vp3: integrate clear_blocks with idct of previous block.Ronald S. Bultje2013-01-191-3/+2
* | Merge commit '80ac87c13dc8c6c063e26a464c5c542357c0583f'Michael Niedermayer2013-01-181-0/+2
|\ \ | |/
| * theora: Skip zero-sized headersMartin Storsjö2013-01-171-0/+2
* | Merge commit 'ec86ba57312745fd7ad9771e3121e79c6aacba30'Michael Niedermayer2013-01-111-9/+9
|\ \ | |/
| * vp3: Fix double free in vp3_decode_end()Ronald Bultje2013-01-101-9/+9
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-211-2/+4
|\ \ | |/
| * lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-2/+4
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-2/+2
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
| * pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-131-1/+2
OpenPOWER on IntegriCloud