summaryrefslogtreecommitdiff
path: root/libavcodec/wmv2.c
Commit message (Expand)AuthorAge
* msmpeg4data: Move WMV2 data tables to their own fileDiego Biurrun2016-02-19
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* mpegvideo: Move OutFormat enum to mpegutils.hVittorio Giovara2015-06-08
* mpegvideo: Move various temporary buffers to a separate contextVittorio Giovara2015-06-08
* mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-22
* wmv2: K&R formatting cosmeticsGabriel Dume2014-09-02
* idct: Convert IDCT permutation #defines to an enumDiego Biurrun2014-07-18
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* dsputil: Move mspel_pixels_tab to the only place it is usedDiego Biurrun2014-05-29
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-15
* lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-15
* wmv2: Propagate the wmv2 idct permutation type to the dsputils contextMartin Storsjö2013-01-24
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* wmv2: move IDCT to its own DSP context.Ronald S. Bultje2013-01-20
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* 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
* 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
* Reduce verbosity.Diego Biurrun2005-07-27
* fix block corruption caused by clear_blocks() optimizationMichael Niedermayer2005-05-08