summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo_common.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-4/+4
|\
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-081-1/+1
|\ \ | |/
| * cosmetics: drop some completely pointless parenthesesDiego Biurrun2011-12-071-1/+1
* | mpegvideo: dont use ff_mspel_motion() for vc1Michael Niedermayer2011-11-201-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-16/+16
|\ \ | |/
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-16/+16
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-3/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-13/+13
| * Make denoise_dct_c and dct_quantize_trellis_c static.Diego Elio Pettenò2011-01-241-2/+0
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-3/+3
* | Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-301-13/+13
* | Make denoise_dct_c and dct_quantize_trellis_c static.Diego Elio Pettenò2011-01-261-2/+0
|/
* Fix misspelled parameter names in Doxygen documentation.Diego Biurrun2010-07-021-2/+2
* Fix strict-aliasing violations in MPV_motion_internal.Eli Friedman2010-06-301-8/+8
* Use right-shift instead of division by two.Jason Garrett-Glaser2010-06-221-4/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Get rid of pointless CONFIG_WMV2 definition.Diego Biurrun2009-12-301-1/+1
* Set mb_y in mpeg2 field pictures like h264 does.Michael Niedermayer2009-11-301-15/+15
* Make ""MPEG motion vector out of boundary" message more verbose.Michael Niedermayer2009-11-301-1/+1
* Cosmetic: Reindent after last commitJeff Downs2009-08-031-1/+1
* Revert r18344. Fixes at least issue 1218, 1221, and 1187), see masterJeff Downs2009-08-031-1/+0
* fix indentation and remove whitespace after returnBaptiste Coudurier2009-04-131-1/+1
* Try to honor even completely invalid motion vectors as far as isMichael Niedermayer2009-04-061-0/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Directly #include some required headers.Diego Biurrun2009-01-251-0/+1
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-10/+10
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-2/+2
* Fix a warning about an undefined function when compiling h264.cCarl Eugen Hoyos2008-09-291-1/+0
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Force inlining of MPV_motion_internal.Keiji Costantini2008-04-211-1/+1
* Unroll codepathKeiji Costantini2008-04-211-13/+49
* cosmetics: Break some overly long lines.Keiji Costantini2008-04-101-13/+28
* cosmetics: Break some overly long lines.Keiji Costantini2008-04-101-16/+30
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-091-3/+3
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* make grayscale only decoding checks in inner loops compiletime killableMichael Niedermayer2007-08-011-8/+8
* Fix typoPanagiotis Issaris2007-07-311-1/+1
* Group all copyright and author notices together.Diego Biurrun2007-07-051-2/+2
* Description: split mpegvideo.cBenoit Fouet2007-07-031-0/+836
OpenPOWER on IntegriCloud