| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable cropping for the brainfart case. | Carl Eugen Hoyos | 2011-08-30 | 1 | -1/+8 |
* | h264: allow debuging SEI types | Michael Niedermayer | 2011-08-30 | 1 | -0/+3 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-29 | 1 | -3/+0 |
|\ |
|
| * | Revert "h264: Properly set coded_{width, height} when parsing H.264." | Luca Barbato | 2011-08-29 | 1 | -3/+0 |
* | | Replace goto by break, it has the same effect. | Reimar Döffinger | 2011-08-27 | 1 | -2/+1 |
* | | JPEG-LS: clip offset based on cur_scan to valid range. | Reimar Döffinger | 2011-08-27 | 1 | -1/+1 |
* | | Removes the internal avcodec_find_best_pix_fmt1()function previously used by ... | Matthew Einhorn | 2011-08-27 | 1 | -26/+0 |
* | | imgconvert: make avcodec_find_best_pix_fmt2() more bug robust against future ... | Michael Niedermayer | 2011-08-27 | 1 | -0/+1 |
* | | Adds a new pix fmt function that selects the best dest fmt from among 2 forma... | Matthew Einhorn | 2011-08-27 | 2 | -13/+69 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-26 | 11 | -32/+32 |
|\| |
|
| * | doxygen: fix wrong comment syntax, //< vs. ///< | Diego Biurrun | 2011-08-26 | 10 | -28/+28 |
| * | doxygen: drop pointless star from pointer variable names | Diego Biurrun | 2011-08-26 | 1 | -4/+4 |
* | | acodec: change default bitrate to 128k | Michael Niedermayer | 2011-08-26 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-26 | 5 | -20/+65 |
|\| |
|
| * | vp6: partially propagate huffman tree building errors during coeff model pars... | Dustin Brody | 2011-08-25 | 1 | -5/+5 |
| * | mpeg12: propagate chunk decode errors and fix conditional indentation | Dustin Brody | 2011-08-25 | 1 | -4/+24 |
| * | vc1: fix VC-1 Pulldown handling. | John Stebbins | 2011-08-25 | 3 | -2/+36 |
| * | VC1: Fix first/last row checks with slices | Alberto Delmás | 2011-08-25 | 1 | -7/+7 |
| * | vc1: properly zero coded_block[] edges on new slice entry. | Ronald S. Bultje | 2011-08-24 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-24 | 4 | -24/+104 |
|\| |
|
| * | libx264: add 'crf_max' private option. | Anton Khirnov | 2011-08-24 | 3 | -2/+9 |
| * | libx264: add 'weightp' private option. | Anton Khirnov | 2011-08-24 | 3 | -4/+15 |
| * | libx264: add 'rc_lookahead' private option. | Anton Khirnov | 2011-08-24 | 3 | -5/+9 |
| * | libx264: add 'psy_trellis' private option. | Anton Khirnov | 2011-08-24 | 3 | -6/+9 |
| * | libx264: add 'psy_rd' private option. | Anton Khirnov | 2011-08-24 | 3 | -4/+12 |
| * | libx264: add 'aq_strength' private option. | Anton Khirnov | 2011-08-24 | 3 | -5/+9 |
| * | libx264: add 'aq_mode' private option. | Anton Khirnov | 2011-08-24 | 3 | -3/+20 |
| * | libx264: add 'cqp' private option. | Anton Khirnov | 2011-08-24 | 3 | -6/+13 |
| * | libx264: add 'crf' private option. | Anton Khirnov | 2011-08-24 | 4 | -2/+21 |
| * | lavc: remove vbv_delay option | Anton Khirnov | 2011-08-24 | 1 | -1/+0 |
* | | h264: Try to fix 422 intra NEON | Michael Niedermayer | 2011-08-24 | 2 | -2/+4 |
* | | Support decoding of 2bpp and 4bpp TIFF images. | Carl Eugen Hoyos | 2011-08-23 | 1 | -3/+32 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-23 | 11 | -88/+425 |
|\| |
|
| * | Windows Media Image decoder (WMVP/WVP2) | Alberto Delmás | 2011-08-23 | 10 | -83/+425 |
| * | ac3enc: remove outdated TODO comment for apply_channel_coupling() | Justin Ruggles | 2011-08-22 | 1 | -5/+0 |
* | | codec_names: remove spaces in sed command. | Nicolas George | 2011-08-22 | 1 | -1/+1 |
* | | Be more verbose about H264 cropping errors. | Carl Eugen Hoyos | 2011-08-22 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-22 | 3 | -9/+21 |
|\| |
|
| * | libx264: only use ABR mode when the user explicitly set bitrate. | Anton Khirnov | 2011-08-22 | 1 | -6/+11 |
| * | libx264: use medium preset by default. | Anton Khirnov | 2011-08-22 | 1 | -1/+1 |
| * | mp2 encoder: make 128k the default bitrate. | Anton Khirnov | 2011-08-22 | 1 | -0/+7 |
| * | lavc: add A|E|D flags to "ac" and "ar" options | Stefano Sabatini | 2011-08-21 | 1 | -2/+2 |
* | | lavc: use av_get_media_type_string and avcodec_get_name in avcodec_string. | Nicolas George | 2011-08-22 | 1 | -42/+20 |
* | | lavc: add a table of all codecs names. | Nicolas George | 2011-08-22 | 4 | -0/+116 |
* | | Updates avcodec_get_pix_fmt_loss to return maximum loss for an invalid destin... | Matthew Einhorn | 2011-08-21 | 2 | -1/+5 |
* | | roqvideodec: Improve checking of input buffer bounds. | Reimar Döffinger | 2011-08-21 | 1 | -0/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-21 | 1 | -0/+10 |
|\| |
|
| * | WavPack decoder: implement flush function | Kostya Shishkov | 2011-08-21 | 1 | -0/+10 |
| * | h264: fix PCM intra-coded blocks in monochrome case | Jeff Downs | 2011-08-19 | 1 | -12/+34 |
* | | Fix parser not to clobber has_b_frames when extradata is set. | Reimar Döffinger | 2011-08-20 | 1 | -0/+6 |