summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-388/+388
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-1/+1
* recognize some more nal typesLoren Merritt2005-12-111-5/+12
* fix a crash on seeking to an invalid frameLoren Merritt2005-11-101-2/+5
* check MPV_frame_start() return valueMichael Niedermayer2005-11-091-3/+6
* tidier cabac_intra4x4_pred_modeLoren Merritt2005-11-031-6/+4
* no mixing of code and declarationsMåns Rullgård2005-10-281-8/+8
* 25% faster deblocking, 4-6% overall.Loren Merritt2005-10-281-15/+46
* fix a crash on dropped framesLoren Merritt2005-10-271-1/+1
* 10l: cqm weren't initialized in svq3.Loren Merritt2005-10-261-0/+6
* decode custom quant matrices.Loren Merritt2005-10-251-78/+162
* 6% faster decode_cabac_residualLoren Merritt2005-09-271-34/+38
* 13% faster decode_residual (cavlc).diane_cartman@gmx.de2005-09-271-48/+59
* Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.Gábor Kovács2005-09-211-0/+1
* check return value of decode_cabac_mb_dqp, it is INT_MIN on error.Reimar Döffinger2005-09-171-0/+4
* dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4Michael Niedermayer2005-09-101-3/+3
* fix emulated edge motion compensation when resolution%16!=0Loren Merritt2005-09-051-5/+7
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-261-1/+1
OpenPOWER on IntegriCloud