summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Collapse)AuthorAge
* h264: accept rbsp_trailing longer than 1 byteLoren Merritt2006-06-12
| | | | Originally committed as revision 5467 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo me thinks ...Michael Niedermayer2006-05-29
| | | | Originally committed as revision 5421 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264: MBAFF interlaced decodingLoren Merritt2006-05-28
| | | | Originally committed as revision 5419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264: faster fill_rectangle()Loren Merritt2006-05-28
| | | | Originally committed as revision 5418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics (initalize variables where they are used)Michael Niedermayer2006-05-10
| | | | Originally committed as revision 5356 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decoders should (IMHO) not duplicate frames, the application can do this if ↵Michael Niedermayer2006-05-10
| | | | | | it wants Originally committed as revision 5355 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reinit quant matrices if pps is overwritten by another of the same pps_id.Loren Merritt2006-05-05
| | | | Originally committed as revision 5346 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn on interlaced streamsLoren Merritt2006-04-30
| | | | Originally committed as revision 5337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't force asserts in release builds. 2% faster h264.Loren Merritt2006-04-29
| | | | Originally committed as revision 5332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l in 1.199 (write_back_motion with B-pyramid + spatial)Loren Merritt2006-03-25
| | | | Originally committed as revision 5215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefetch pixels for future motion compensation. 2-5% faster h264.Loren Merritt2006-03-23
| | | | Originally committed as revision 5203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1.5x faster write_back_motion, 1-3% overallLoren Merritt2006-03-22
| | | | Originally committed as revision 5198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio ↵Michael Niedermayer2006-03-13
| | | | | | array for illegal aspect ratios) Originally committed as revision 5163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Alignment fixes, caused problems on SPARC.David S. Miller2006-03-09
| | | | | | patch by "David S. Miller" davem <<at>> davemloft <<dot>> net Originally committed as revision 5130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* (f)printf --> av_log conversionSteve L'Homme2006-03-08
| | | | | | taken from a patch by Steve L'Homme Originally committed as revision 5127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264_idct8_add_mmxLoren Merritt2006-03-07
| | | | Originally committed as revision 5123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* keyframe flag was wrong if SEIs followed the keyframeLoren Merritt2006-03-04
| | | | Originally committed as revision 5107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill some warningsMåns Rullgård2006-02-25
| | | | Originally committed as revision 5063 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a memory leak on seeking.Loren Merritt2006-02-25
| | | | Originally committed as revision 5062 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor simplifications in cabac_mb_typeLoren Merritt2006-02-22
| | | | Originally committed as revision 5048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't arbitrarily limit delta_qpLoren Merritt2006-02-16
| | | | Originally committed as revision 5026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some crashes on negative nalsize.Loren Merritt2006-02-14
| | | | Originally committed as revision 5022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some crashes when missing framesLoren Merritt2006-02-13
| | | | Originally committed as revision 5019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-10
| | | | Originally committed as revision 4971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly faster loopfilterLoren Merritt2006-02-08
| | | | Originally committed as revision 4958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
| | | | | | patch by Steve Lhomme, steve .dot. lhomme .at. free .dot. fr Originally committed as revision 4942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix silly typos.Diego Biurrun2006-01-31
| | | | Originally committed as revision 4915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)Dieter2006-01-28
| | | | Originally committed as revision 4905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-25
| | | | Originally committed as revision 4898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-24
| | | | Originally committed as revision 4891 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interpret H264 VUI timing info correctlyMåns Rullgård2006-01-19
| | | | | | work around bug in x264 build < 44 Originally committed as revision 4866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tweak h264_biweightLoren Merritt2006-01-09
| | | | Originally committed as revision 4835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tweak inlines.Loren Merritt2006-01-09
| | | | Originally committed as revision 4834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix asymmetric CQMs with pre-transposed DCT.Loren Merritt2005-12-31
| | | | Originally committed as revision 4799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CQM: fix fallback to JVT scaling listsLoren Merritt2005-12-31
| | | | Originally committed as revision 4798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* direct mvs in B_8x8 mbs were set too early.Loren Merritt2005-12-31
| | | | Originally committed as revision 4797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix direct_8x8_inference_flag with 4x4 mvs.Loren Merritt2005-12-31
| | | | Originally committed as revision 4796 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some potential arithmetic overflows in pred_direct_motion() andLoren Merritt2005-12-30
| | | | | | ff_h264_weight_WxH_mmx2(). Originally committed as revision 4795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new qscale type to distinguish H264Jindřich Makovička2005-12-18
| | | | Originally committed as revision 4753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
| | | | Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recognize some more nal typesLoren Merritt2005-12-11
| | | | Originally committed as revision 4734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a crash on seeking to an invalid frameLoren Merritt2005-11-10
| | | | Originally committed as revision 4685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check MPV_frame_start() return valueMichael Niedermayer2005-11-09
| | | | Originally committed as revision 4682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tidier cabac_intra4x4_pred_modeLoren Merritt2005-11-03
| | | | Originally committed as revision 4673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no mixing of code and declarationsMåns Rullgård2005-10-28
| | | | Originally committed as revision 4670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 25% faster deblocking, 4-6% overall.Loren Merritt2005-10-28
| | | | Originally committed as revision 4668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a crash on dropped framesLoren Merritt2005-10-27
| | | | Originally committed as revision 4667 to svn://svn.ffmpeg.org/ffmpeg/trunk