summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decodi...Loren Merritt2006-03-231-0/+14
* kill some warningsMåns Rullgård2006-02-251-1/+2
* 1 goto 1 fixMichael Niedermayer2006-02-061-0/+4
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-051-1/+1
* simplifyMichael Niedermayer2006-02-041-6/+4
* faster find_startcode()Michael Niedermayer2006-02-041-0/+28
* fix crash on height < 16 pixels.Loren Merritt2006-01-281-2/+3
* Add a newline to b_frame_strategy error message.Corey Hickey2006-01-271-1/+1
* fixing bframe strategy 2Michael Niedermayer2006-01-271-14/+28
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* H.263: more descriptive error messageTom Joseph2006-01-041-1/+1
* second try of improved lambda/qp guessing for motion estimation RD in first passMichael Niedermayer2005-12-291-5/+4
* support downscaling frames for dynamic b frame decissionMichael Niedermayer2005-12-251-2/+3
* b frame strategy 2Michael Niedermayer2005-12-251-0/+95
* better f_code guessing in 2nd passMichael Niedermayer2005-12-221-2/+3
* improved lambda/qp guessing for motion estimation RD in first passMichael Niedermayer2005-12-221-0/+8
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-19/+19
* use correct qp & lambda for ME on the second passMichael Niedermayer2005-12-191-22/+30
* forgotMichael Niedermayer2005-12-191-1/+2
* fix q=0 bugMichael Niedermayer2005-12-181-1/+2
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-464/+464
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-121-2/+2
* psnr calculation with threads>1 fixMichael Niedermayer2005-12-071-4/+8
* frame skip fixesMichael Niedermayer2005-11-051-2/+7
* kill a bunch of compiler warningsMåns Rullgård2005-08-141-1/+1
* Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb un...Martin Boehme2005-07-251-2/+2
* skip_idctMichael Niedermayer2005-07-141-1/+8
* spelling fixesDiego Biurrun2005-06-171-14/+14
* fix max b frames with b frame strategy 1Michael Niedermayer2005-05-211-1/+1
* remove/replace non-ascii charactersMåns Rullgård2005-05-131-1/+1
* b_frame_strategy sanity checkMichael Niedermayer2005-05-121-0/+5
* #defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer2005-05-081-2/+2
* overflow fixMichael Niedermayer2005-05-081-1/+1
* complain about mpeg4 limits only if codec_id == MPEG4Michael Niedermayer2005-05-081-1/+1
* put most codecs under ifdefsMichael Niedermayer2005-05-021-0/+14
* switch to native time basesMichael Niedermayer2005-04-301-10/+13
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-11/+11
* Spelling errors patch by (Kevin Baragona | kevinmb500 gawab com)Kevin Baragona2005-04-241-16/+16
* remove duplicate clip to 8bit functionMichael Niedermayer2005-04-201-1/+1
* remove superfluous CONFIG_ENCODERS (entire function is already wrapped)Mike Melanson2005-04-191-3/+1
* motion estimation bitrate penalty compensationMichael Niedermayer2005-03-271-0/+2
* check mb/me_threshold range, fixes assertion failureMichael Niedermayer2005-03-261-0/+10
* alignment fixMichael Niedermayer2005-03-191-4/+4
* AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)Michael Niedermayer2005-03-061-79/+0
* H.264: decode arbitrary frame orders and allow B-frames as references.Loren Merritt2005-03-041-2/+3
* vismb: display 4x4 partition boundaries in H.264Loren Merritt2005-03-031-0/+15
* set supported pix_fmtsMichael Niedermayer2005-02-251-0/+11
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-241-4/+3
* removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)Josh Varner2005-02-211-35/+0
* Border processing adaptive quant patch by (Christophe Massiot |cmassiot freeb...Christophe Massiot2005-02-021-0/+1
OpenPOWER on IntegriCloud