aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/wmv2.c
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Move mspel_pixels_tab to the only place it is usedDiego Biurrun2014-05-291-4/+4
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-091-12/+10
* lavc: Edge emulation with dst/src linesizeRonald S. Bultje2013-11-151-6/+16
* lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-151-1/+2
* wmv2: Propagate the wmv2 idct permutation type to the dsputils contextMartin Storsjö2013-01-241-0/+1
* Drop DCTELEM typedefDiego Biurrun2013-01-221-2/+2
* wmv2: move IDCT to its own DSP context.Ronald S. Bultje2013-01-201-3/+19
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-3/+3
* msmpeg4: Add ff_ prefixes to nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
* Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-3/+3
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* clear_block mmxLoren Merritt2008-12-101-2/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-081-4/+4
* split wmv2 encoder and decoder in their own filesAurelien Jacobs2007-11-251-714/+2
* intrax8 decoder patch by "someone"Michael Niedermayer2007-11-091-5/+10
* split wmv2 in its own fileAurelien Jacobs2007-11-071-0/+5
* rename some msmpeg4 symbols and make them non-staticAurelien Jacobs2007-11-071-17/+17
* use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi2007-08-091-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Identify the loop_filter flag as such and remove the unused variables in the ...Ivan Kalvachev2007-06-271-6/+4
* static (inline) X => ff_XDenis Fortin2007-06-211-1/+1
* misc spelling fixesDiego Biurrun2007-06-121-2/+3
* Rename code012() to ff_code012(), and remove static qualifier: paves the wayDenis Fortin2007-06-051-5/+5
* Replace general CONFIG_ENCODERS by more fine-grained CONFIG_WMV2_ENCODER.Diego Biurrun2007-05-091-3/+3
* Allow conditional compilation of H.263-related decoders.Diego Biurrun2007-05-091-0/+2
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-4/+4
* maybe fixing a segfaultMichael Niedermayer2007-01-031-0/+6
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* 1000l copy and paste typoMichael Niedermayer2006-09-211-1/+1
* set supported pixel formats for a few encoders (fixes crashes with grayscale)Michael Niedermayer2006-09-201-0/+1
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-091-3/+0
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-051-1/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-29/+29
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-76/+76
* segfault fixMichael Niedermayer2005-08-041-2/+5
* Reduce verbosity.Diego Biurrun2005-07-271-1/+1
* fix block corruption caused by clear_blocks() optimizationMichael Niedermayer2005-05-081-3/+3
* switch to native time basesMichael Niedermayer2005-04-301-1/+1
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-251-0/+2
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-2/+2
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-0/+2
* In that patch:anonymous2005-01-301-2/+2
* warning fixes by (Michael Roitzsch <mroi at users dot sourceforge dot net>)Michael Niedermayer2004-05-251-3/+0
* some of the warning fixes by (Michael Roitzsch <mroi at users dot sourceforge...Michael Niedermayer2004-05-181-1/+2
* seems wmv8 doesnt use intra-inter predictionMichael Niedermayer2004-04-161-2/+2
* unify table indexing (motion_val,dc_val,ac_val,coded_block changed)Michael Niedermayer2004-04-161-2/+2