| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'eda7571ea1a41c835e3a02fa9517e5bc67d7adce' | Michael Niedermayer | 2014-09-03 | 1 | -60/+65 |
|\ |
|
| * | wmv2: K&R formatting cosmetics | Gabriel Dume | 2014-09-02 | 1 | -63/+68 |
* | | Merge commit 'b4987f72197e0c62cf2633bf835a9c32d2a445ae' | Michael Niedermayer | 2014-07-18 | 1 | -1/+1 |
|\| |
|
| * | idct: Convert IDCT permutation #defines to an enum | Diego Biurrun | 2014-07-18 | 1 | -1/+1 |
* | | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' | Michael Niedermayer | 2014-07-01 | 1 | -11/+12 |
|\| |
|
| * | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -11/+12 |
* | | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9' | Michael Niedermayer | 2014-06-19 | 1 | -2/+3 |
|\| |
|
| * | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 1 | -2/+3 |
* | | libavcodec/wmv2: remove dead code | Michael Niedermayer | 2014-06-13 | 1 | -15/+7 |
* | | Merge commit '256da0770e495176d1b2699ec6e9c7993c2a6d7b' | Michael Niedermayer | 2014-05-30 | 1 | -4/+4 |
|\| |
|
| * | dsputil: Move mspel_pixels_tab to the only place it is used | Diego Biurrun | 2014-05-29 | 1 | -4/+4 |
* | | Merge commit 'ebfe622bb1ca57cecb932e42926745cba7161913' | Michael Niedermayer | 2014-01-09 | 1 | -11/+11 |
|\| |
|
| * | mpegvideo: drop support for real (non-emulated) edges | Anton Khirnov | 2014-01-09 | 1 | -12/+10 |
* | | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0' | Michael Niedermayer | 2013-11-15 | 1 | -9/+15 |
|\| |
|
| * | lavc: Edge emulation with dst/src linesize | Ronald S. Bultje | 2013-11-15 | 1 | -6/+16 |
| * | lavc: Convert some remaining strides to ptrdiff_t | Ronald S. Bultje | 2013-10-15 | 1 | -1/+2 |
* | | Rewrite emu_edge functions to have separate src/dst_stride arguments. | Ronald S. Bultje | 2013-09-28 | 1 | -6/+10 |
* | | Convert multiplier for MV from int to ptrdiff_t. | Ronald S. Bultje | 2013-09-28 | 1 | -1/+2 |
* | | wmv2: drop non emu edge mode | Michael Niedermayer | 2013-03-28 | 1 | -1/+0 |
* | | wmv2: Use emu edge mode when the edge is too small | Michael Niedermayer | 2013-03-28 | 1 | -2/+1 |
* | | Merge commit '57ed8debb9b9cc565cc6e9f98c5b5cbb9f69097c' | Michael Niedermayer | 2013-01-24 | 1 | -0/+1 |
|\| |
|
| * | wmv2: Propagate the wmv2 idct permutation type to the dsputils context | Martin Storsjö | 2013-01-24 | 1 | -0/+1 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -2/+2 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -2/+2 |
* | | Merge commit 'e6bc38fd49c94726b45d5d5cc2b756ad8ec49ee0' | Michael Niedermayer | 2013-01-21 | 1 | -3/+19 |
|\| |
|
| * | wmv2: move IDCT to its own DSP context. | Ronald S. Bultje | 2013-01-20 | 1 | -3/+19 |
* | | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723' | Michael Niedermayer | 2012-12-21 | 1 | -3/+3 |
|\| |
|
| * | lavc: introduce VideoDSPContext | Ronald S. Bultje | 2012-12-20 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -2/+2 |
|\| |
|
| * | msmpeg4: Add ff_ prefixes to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -5/+5 |
| * | Move ff_emulated_edge_mc() into DSPContext. | Ronald S. Bultje | 2011-01-28 | 1 | -3/+3 |
* | | Move ff_emulated_edge_mc() into DSPContext. | Ronald S. Bultje | 2011-01-30 | 1 | -3/+3 |
|/ |
|
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | clear_block mmx | Loren Merritt | 2008-12-10 | 1 | -2/+2 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -1/+1 |
* | add ff_ prefix to all simple_idct symbols | Aurelien Jacobs | 2007-12-08 | 1 | -4/+4 |
* | split wmv2 encoder and decoder in their own files | Aurelien Jacobs | 2007-11-25 | 1 | -714/+2 |
* | intrax8 decoder patch by "someone" | Michael Niedermayer | 2007-11-09 | 1 | -5/+10 |
* | split wmv2 in its own file | Aurelien Jacobs | 2007-11-07 | 1 | -0/+5 |
* | rename some msmpeg4 symbols and make them non-static | Aurelien Jacobs | 2007-11-07 | 1 | -17/+17 |
* | use get_bits1(..) instead get_bits(.., 1) | Alex Beregszaszi | 2007-08-09 | 1 | -1/+1 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+0 |
* | Identify the loop_filter flag as such and remove the unused variables in the ... | Ivan Kalvachev | 2007-06-27 | 1 | -6/+4 |
* | static (inline) X => ff_X | Denis Fortin | 2007-06-21 | 1 | -1/+1 |
* | misc spelling fixes | Diego Biurrun | 2007-06-12 | 1 | -2/+3 |
* | Rename code012() to ff_code012(), and remove static qualifier: paves the way | Denis Fortin | 2007-06-05 | 1 | -5/+5 |
* | Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER. | Diego Biurrun | 2007-05-09 | 1 | -3/+3 |
* | Allow conditional compilation of H.263-related decoders. | Diego Biurrun | 2007-05-09 | 1 | -0/+2 |
* | Add av_ prefix to clip functions | Reimar Döffinger | 2007-02-25 | 1 | -4/+4 |