summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* kill some warningsMåns Rullgård2006-02-25
* fix a memory leak on seeking.Loren Merritt2006-02-25
* minor simplifications in cabac_mb_typeLoren Merritt2006-02-22
* don't arbitrarily limit delta_qpLoren Merritt2006-02-16
* fix some crashes on negative nalsize.Loren Merritt2006-02-14
* fix some crashes when missing framesLoren Merritt2006-02-13
* h264: special case dc-only idct. ~1% faster overallLoren Merritt2006-02-10
* slightly faster loopfilterLoren Merritt2006-02-08
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* Fix silly typos.Diego Biurrun2006-01-31
* make some functions static (patch by Dieter < freebsd at sopwith.solgatos.com >)Dieter2006-01-28
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-25
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-24
* interpret H264 VUI timing info correctlyMåns Rullgård2006-01-19
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* tweak h264_biweightLoren Merritt2006-01-09
* tweak inlines.Loren Merritt2006-01-09
* fix asymmetric CQMs with pre-transposed DCT.Loren Merritt2005-12-31
* CQM: fix fallback to JVT scaling listsLoren Merritt2005-12-31
* direct mvs in B_8x8 mbs were set too early.Loren Merritt2005-12-31
* fix direct_8x8_inference_flag with 4x4 mvs.Loren Merritt2005-12-31
* fix some potential arithmetic overflows in pred_direct_motion() andLoren Merritt2005-12-30
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* new qscale type to distinguish H264Jindřich Makovička2005-12-18
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* recognize some more nal typesLoren Merritt2005-12-11
* fix a crash on seeking to an invalid frameLoren Merritt2005-11-10
* check MPV_frame_start() return valueMichael Niedermayer2005-11-09
* tidier cabac_intra4x4_pred_modeLoren Merritt2005-11-03
* no mixing of code and declarationsMåns Rullgård2005-10-28
* 25% faster deblocking, 4-6% overall.Loren Merritt2005-10-28
* fix a crash on dropped framesLoren Merritt2005-10-27
* 10l: cqm weren't initialized in svq3.Loren Merritt2005-10-26
* decode custom quant matrices.Loren Merritt2005-10-25
* 6% faster decode_cabac_residualLoren Merritt2005-09-27
* 13% faster decode_residual (cavlc).diane_cartman@gmx.de2005-09-27
* Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.Gábor Kovács2005-09-21
* check return value of decode_cabac_mb_dqp, it is INT_MIN on error.Reimar Döffinger2005-09-17
* dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4Michael Niedermayer2005-09-10
* fix emulated edge motion compensation when resolution%16!=0Loren Merritt2005-09-05
* Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf u...Michael Niedermayer2005-08-26
* prevent assert failures and infinite loops with broken streamsMichael Niedermayer2005-08-25
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* workaround 'colocated mv if colocated block is L1 predicted' bug in x264Michael Niedermayer2005-08-01
* fixing colocated mv if colocated block is L1 predicted for the temporal direc...Michael Niedermayer2005-07-27
* fixing colocated mv if colocated block is L1 predictedMichael Niedermayer2005-07-26
* Add missing +1 in bounds check.Reimar Döffinger2005-07-22
* more fine grained skip_frameMichael Niedermayer2005-07-14
* skip_idctMichael Niedermayer2005-07-14