aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* remove STATS code (probably hasnt been used for years ..., and its not comple...Michael Niedermayer2006-07-091-4/+0
* Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1Corey Hickey2006-06-031-1/+1
* Make b_frame_strategy not fail on pass 2, but still print a notice.Corey Hickey2006-05-291-2/+2
* h264: MBAFF interlaced decodingLoren Merritt2006-05-281-2/+2
* MPEG-2 4:2:2 encoding supportBaptiste Coudurier2006-05-161-35/+90
* add MPEG-2 intra vlc supportBaptiste Coudurier2006-05-131-0/+6
* allow insane gop sizes if the user doesnt care about playable streams (doesnt...Michael Niedermayer2006-05-091-1/+1
* clip_uint8 now return an uint8_t so no need to &0xFFAurelien Jacobs2006-05-011-1/+1
* missmatch control for mpeg2 intra dequantization if bitexact=1Michael Niedermayer2006-04-281-0/+37
* 10l in h264 vismb/vismv (broke on 2006-03-09)Loren Merritt2006-04-211-1/+1
* remove mpegvideo.c img resample dependancyMichael Niedermayer2006-03-311-7/+7
* 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