summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-09
* Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1Corey Hickey2006-06-03
* Make b_frame_strategy not fail on pass 2, but still print a notice.Corey Hickey2006-05-29
* h264: MBAFF interlaced decodingLoren Merritt2006-05-28
* MPEG-2 4:2:2 encoding supportBaptiste Coudurier2006-05-16
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-13
* allow insane gop sizes if the user doesnt care about playable streams (doesnt...Michael Niedermayer2006-05-09
* clip_uint8 now return an uint8_t so no need to &0xFFAurelien Jacobs2006-05-01
* missmatch control for mpeg2 intra dequantization if bitexact=1Michael Niedermayer2006-04-28
* 10l in h264 vismb/vismv (broke on 2006-03-09)Loren Merritt2006-04-21
* remove mpegvideo.c img resample dependancyMichael Niedermayer2006-03-31
* prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decodi...Loren Merritt2006-03-23
* kill some warningsMåns Rullgård2006-02-25
* 1 goto 1 fixMichael Niedermayer2006-02-06
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-05
* simplifyMichael Niedermayer2006-02-04
* faster find_startcode()Michael Niedermayer2006-02-04
* fix crash on height < 16 pixels.Loren Merritt2006-01-28
* Add a newline to b_frame_strategy error message.Corey Hickey2006-01-27
* fixing bframe strategy 2Michael Niedermayer2006-01-27
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* H.263: more descriptive error messageTom Joseph2006-01-04
* second try of improved lambda/qp guessing for motion estimation RD in first passMichael Niedermayer2005-12-29
* support downscaling frames for dynamic b frame decissionMichael Niedermayer2005-12-25
* b frame strategy 2Michael Niedermayer2005-12-25
* better f_code guessing in 2nd passMichael Niedermayer2005-12-22
* improved lambda/qp guessing for motion estimation RD in first passMichael Niedermayer2005-12-22
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* use correct qp & lambda for ME on the second passMichael Niedermayer2005-12-19
* forgotMichael Niedermayer2005-12-19
* fix q=0 bugMichael Niedermayer2005-12-18
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* psnr calculation with threads>1 fixMichael Niedermayer2005-12-07
* frame skip fixesMichael Niedermayer2005-11-05
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
* Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb un...Martin Boehme2005-07-25
* skip_idctMichael Niedermayer2005-07-14
* spelling fixesDiego Biurrun2005-06-17
* fix max b frames with b frame strategy 1Michael Niedermayer2005-05-21
* remove/replace non-ascii charactersMåns Rullgård2005-05-13
* b_frame_strategy sanity checkMichael Niedermayer2005-05-12
* #defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer2005-05-08
* overflow fixMichael Niedermayer2005-05-08
* complain about mpeg4 limits only if codec_id == MPEG4Michael Niedermayer2005-05-08
* put most codecs under ifdefsMichael Niedermayer2005-05-02
* switch to native time basesMichael Niedermayer2005-04-30
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* Spelling errors patch by (Kevin Baragona | kevinmb500 gawab com)Kevin Baragona2005-04-24
* remove duplicate clip to 8bit functionMichael Niedermayer2005-04-20