| Commit message (Expand) | Author | Age | Files | Lines |
* | remove STATS code (probably hasnt been used for years ..., and its not comple... | Michael Niedermayer | 2006-07-09 | 1 | -4/+0 |
* | Make B-frame reduction sensitivity by b_strategy/vb_strategy = 1 | Corey Hickey | 2006-06-03 | 1 | -1/+1 |
* | Make b_frame_strategy not fail on pass 2, but still print a notice. | Corey Hickey | 2006-05-29 | 1 | -2/+2 |
* | h264: MBAFF interlaced decoding | Loren Merritt | 2006-05-28 | 1 | -2/+2 |
* | MPEG-2 4:2:2 encoding support | Baptiste Coudurier | 2006-05-16 | 1 | -35/+90 |
* | add MPEG-2 intra vlc support | Baptiste Coudurier | 2006-05-13 | 1 | -0/+6 |
* | allow insane gop sizes if the user doesnt care about playable streams (doesnt... | Michael Niedermayer | 2006-05-09 | 1 | -1/+1 |
* | clip_uint8 now return an uint8_t so no need to &0xFF | Aurelien Jacobs | 2006-05-01 | 1 | -1/+1 |
* | missmatch control for mpeg2 intra dequantization if bitexact=1 | Michael Niedermayer | 2006-04-28 | 1 | -0/+37 |
* | 10l in h264 vismb/vismv (broke on 2006-03-09) | Loren Merritt | 2006-04-21 | 1 | -1/+1 |
* | remove mpegvideo.c img resample dependancy | Michael Niedermayer | 2006-03-31 | 1 | -7/+7 |
* | prefetch pixels for future motion compensation. 4-10% faster mpeg1/2/4 decodi... | Loren Merritt | 2006-03-23 | 1 | -0/+14 |
* | kill some warnings | Måns Rullgård | 2006-02-25 | 1 | -1/+2 |
* | 1 goto 1 fix | Michael Niedermayer | 2006-02-06 | 1 | -0/+4 |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 1 | -1/+1 |
* | simplify | Michael Niedermayer | 2006-02-04 | 1 | -6/+4 |
* | faster find_startcode() | Michael Niedermayer | 2006-02-04 | 1 | -0/+28 |
* | fix crash on height < 16 pixels. | Loren Merritt | 2006-01-28 | 1 | -2/+3 |
* | Add a newline to b_frame_strategy error message. | Corey Hickey | 2006-01-27 | 1 | -1/+1 |
* | fixing bframe strategy 2 | Michael Niedermayer | 2006-01-27 | 1 | -14/+28 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | H.263: more descriptive error message | Tom Joseph | 2006-01-04 | 1 | -1/+1 |
* | second try of improved lambda/qp guessing for motion estimation RD in first pass | Michael Niedermayer | 2005-12-29 | 1 | -5/+4 |
* | support downscaling frames for dynamic b frame decission | Michael Niedermayer | 2005-12-25 | 1 | -2/+3 |
* | b frame strategy 2 | Michael Niedermayer | 2005-12-25 | 1 | -0/+95 |
* | better f_code guessing in 2nd pass | Michael Niedermayer | 2005-12-22 | 1 | -2/+3 |
* | improved lambda/qp guessing for motion estimation RD in first pass | Michael Niedermayer | 2005-12-22 | 1 | -0/+8 |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -19/+19 |
* | use correct qp & lambda for ME on the second pass | Michael Niedermayer | 2005-12-19 | 1 | -22/+30 |
* | forgot | Michael Niedermayer | 2005-12-19 | 1 | -1/+2 |
* | fix q=0 bug | Michael Niedermayer | 2005-12-18 | 1 | -1/+2 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -464/+464 |
* | use PRIxN, %zd, %td formats where needed | Måns Rullgård | 2005-12-12 | 1 | -2/+2 |
* | psnr calculation with threads>1 fix | Michael Niedermayer | 2005-12-07 | 1 | -4/+8 |
* | frame skip fixes | Michael Niedermayer | 2005-11-05 | 1 | -2/+7 |
* | kill a bunch of compiler warnings | Måns Rullgård | 2005-08-14 | 1 | -1/+1 |
* | Fix for overflow issue in mpegvideo.c patch by (Martin Boehme: boehme, inb un... | Martin Boehme | 2005-07-25 | 1 | -2/+2 |
* | skip_idct | Michael Niedermayer | 2005-07-14 | 1 | -1/+8 |
* | spelling fixes | Diego Biurrun | 2005-06-17 | 1 | -14/+14 |
* | fix max b frames with b frame strategy 1 | Michael Niedermayer | 2005-05-21 | 1 | -1/+1 |
* | remove/replace non-ascii characters | Måns Rullgård | 2005-05-13 | 1 | -1/+1 |
* | b_frame_strategy sanity check | Michael Niedermayer | 2005-05-12 | 1 | -0/+5 |
* | #defines for strict_std_compliance and split between inofficial extensions an... | Michael Niedermayer | 2005-05-08 | 1 | -2/+2 |
* | overflow fix | Michael Niedermayer | 2005-05-08 | 1 | -1/+1 |
* | complain about mpeg4 limits only if codec_id == MPEG4 | Michael Niedermayer | 2005-05-08 | 1 | -1/+1 |
* | put most codecs under ifdefs | Michael Niedermayer | 2005-05-02 | 1 | -0/+14 |
* | switch to native time bases | Michael Niedermayer | 2005-04-30 | 1 | -10/+13 |
* | Ministry of English Composition, reporting for duty (and the word is "skipped... | Mike Melanson | 2005-04-24 | 1 | -11/+11 |
* | Spelling errors patch by (Kevin Baragona | kevinmb500 gawab com) | Kevin Baragona | 2005-04-24 | 1 | -16/+16 |
* | remove duplicate clip to 8bit function | Michael Niedermayer | 2005-04-20 | 1 | -1/+1 |