summaryrefslogtreecommitdiff
path: root/libavcodec/wmv2.c
Commit message (Expand)AuthorAge
* Merge commit 'ebfe622bb1ca57cecb932e42926745cba7161913'Michael Niedermayer2014-01-09
|\
| * mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
* | Merge commit '458446acfa1441d283dacf9e6e545beb083b8bb0'Michael Niedermayer2013-11-15
|\|
| * lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-15
| * lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-15
* | Rewrite emu_edge functions to have separate src/dst_stride arguments.Ronald S. Bultje2013-09-28
* | Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje2013-09-28
* | wmv2: drop non emu edge modeMichael Niedermayer2013-03-28
* | wmv2: Use emu edge mode when the edge is too smallMichael Niedermayer2013-03-28
* | Merge commit '57ed8debb9b9cc565cc6e9f98c5b5cbb9f69097c'Michael Niedermayer2013-01-24
|\|
| * wmv2: Propagate the wmv2 idct permutation type to the dsputils contextMartin Storsjö2013-01-24
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge commit 'e6bc38fd49c94726b45d5d5cc2b756ad8ec49ee0'Michael Niedermayer2013-01-21
|\|
| * wmv2: move IDCT to its own DSP context.Ronald S. Bultje2013-01-20
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-21
|\|
| * lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-15
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-28
* | Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-30
|/
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* clear_block mmxLoren Merritt2008-12-10
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-08
* split wmv2 encoder and decoder in their own filesAurelien Jacobs2007-11-25
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-09
* split wmv2 in its own fileAurelien Jacobs2007-11-07
* rename some msmpeg4 symbols and make them non-staticAurelien Jacobs2007-11-07
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-09
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Identify the loop_filter flag as such and remove the unused variables in the ...Ivan Kalvachev2007-06-27
* static (inline) X => ff_XDenis Fortin2007-06-21
* misc spelling fixesDiego Biurrun2007-06-12
* Rename code012() to ff_code012(), and remove static qualifier: paves the wayDenis Fortin2007-06-05
* Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER.Diego Biurrun2007-05-09
* Allow conditional compilation of H.263-related decoders.Diego Biurrun2007-05-09
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* maybe fixing a segfaultMichael Niedermayer2007-01-03
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* 1000l copy and paste typoMichael Niedermayer2006-09-21
* set supported pixel formats for a few encoders (fixes crashes with grayscale)Michael Niedermayer2006-09-20
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-09
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* segfault fixMichael Niedermayer2005-08-04