summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* approximate qpel functions: sacrifice some quality for some decoding speed. e...Loren Merritt2006-10-011-2/+10
* fix some signedness warningsMåns Rullgård2006-09-271-3/+3
* slightly faster deblockLoren Merritt2006-08-291-14/+22
* mmx implementation of deblocking strength decision.Loren Merritt2006-08-281-10/+113
* 10l in r5768 (broke mbaff)Loren Merritt2006-07-271-2/+2
* slightly faster h264 fill_caches()Loren Merritt2006-07-161-9/+8
* --enable/disable parsers. Warning: some combinations are broken.Måns Rullgård2006-07-091-1/+4
* simplify intra prediction mode decodingMichael Niedermayer2006-07-041-10/+3
* fill_mbaff_ref_list is missing a return statement, its return valueMåns Rullgård2006-07-011-1/+1
* h264: accept rbsp_trailing longer than 1 byteLoren Merritt2006-06-121-1/+2
* typo me thinks ...Michael Niedermayer2006-05-291-1/+1
* h264: MBAFF interlaced decodingLoren Merritt2006-05-281-294/+686
* h264: faster fill_rectangle()Loren Merritt2006-05-281-37/+60
* cosmetics (initalize variables where they are used)Michael Niedermayer2006-05-101-5/+4
* decoders should (IMHO) not duplicate frames, the application can do this if i...Michael Niedermayer2006-05-101-4/+2
* reinit quant matrices if pps is overwritten by another of the same pps_id.Loren Merritt2006-05-051-0/+2
* warn on interlaced streamsLoren Merritt2006-04-301-0/+2
* don't force asserts in release builds. 2% faster h264.Loren Merritt2006-04-291-1/+1
* 10l in 1.199 (write_back_motion with B-pyramid + spatial)Loren Merritt2006-03-251-0/+3
* prefetch pixels for future motion compensation. 2-5% faster h264.Loren Merritt2006-03-231-0/+20
* 1.5x faster write_back_motion, 1-3% overallLoren Merritt2006-03-221-34/+21
* fixing coverity warnig CID: 253 (reading over the end of the aspect_ratio arr...Michael Niedermayer2006-03-131-1/+1
* Alignment fixes, caused problems on SPARC.David S. Miller2006-03-091-2/+2
* (f)printf --> av_log conversionSteve L'Homme2006-03-081-1/+1
* h264_idct8_add_mmxLoren Merritt2006-03-071-6/+31
* keyframe flag was wrong if SEIs followed the keyframeLoren Merritt2006-03-041-1/+1
* kill some warningsMåns Rullgård2006-02-251-2/+0
* fix a memory leak on seeking.Loren Merritt2006-02-251-1/+6
* minor simplifications in cabac_mb_typeLoren Merritt2006-02-221-35/+21
* don't arbitrarily limit delta_qpLoren Merritt2006-02-161-1/+1
* fix some crashes on negative nalsize.Loren Merritt2006-02-141-0/+9
* fix some crashes when missing framesLoren Merritt2006-02-131-3/+6
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-101-38/+59
* slightly faster loopfilterLoren Merritt2006-02-081-2/+14
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-051-5/+5
* Fix silly typos.Diego Biurrun2006-01-311-2/+2
* make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)Dieter2006-01-281-1/+1
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-251-1/+1
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-241-4/+4
* interpret H264 VUI timing info correctlyMåns Rullgård2006-01-191-1/+5
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* tweak h264_biweightLoren Merritt2006-01-091-6/+6
* tweak inlines.Loren Merritt2006-01-091-4/+4
* fix asymmetric CQMs with pre-transposed DCT.Loren Merritt2005-12-311-1/+3
* CQM: fix fallback to JVT scaling listsLoren Merritt2005-12-311-13/+14
* direct mvs in B_8x8 mbs were set too early.Loren Merritt2005-12-311-2/+10
* fix direct_8x8_inference_flag with 4x4 mvs.Loren Merritt2005-12-311-0/+16
* fix some potential arithmetic overflows in pred_direct_motion() andLoren Merritt2005-12-301-4/+4
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-12/+12
* new qscale type to distinguish H264Jindřich Makovička2005-12-181-0/+1
OpenPOWER on IntegriCloud