aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Disable cropping for the brainfart case.Carl Eugen Hoyos2011-08-301-1/+8
* h264: allow debuging SEI typesMichael Niedermayer2011-08-301-0/+3
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-291-3/+0
|\
| * Revert "h264: Properly set coded_{width, height} when parsing H.264."Luca Barbato2011-08-291-3/+0
* | Replace goto by break, it has the same effect.Reimar Döffinger2011-08-271-2/+1
* | JPEG-LS: clip offset based on cur_scan to valid range.Reimar Döffinger2011-08-271-1/+1
* | Removes the internal avcodec_find_best_pix_fmt1()function previously used by ...Matthew Einhorn2011-08-271-26/+0
* | imgconvert: make avcodec_find_best_pix_fmt2() more bug robust against future ...Michael Niedermayer2011-08-271-0/+1
* | Adds a new pix fmt function that selects the best dest fmt from among 2 forma...Matthew Einhorn2011-08-272-13/+69
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-2611-32/+32
|\|
| * doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-2610-28/+28
| * doxygen: drop pointless star from pointer variable namesDiego Biurrun2011-08-261-4/+4
* | acodec: change default bitrate to 128kMichael Niedermayer2011-08-261-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-265-20/+65
|\|
| * vp6: partially propagate huffman tree building errors during coeff model pars...Dustin Brody2011-08-251-5/+5
| * mpeg12: propagate chunk decode errors and fix conditional indentationDustin Brody2011-08-251-4/+24
| * vc1: fix VC-1 Pulldown handling.John Stebbins2011-08-253-2/+36
| * VC1: Fix first/last row checks with slicesAlberto Delmás2011-08-251-7/+7
| * vc1: properly zero coded_block[] edges on new slice entry.Ronald S. Bultje2011-08-241-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-244-24/+104
|\|
| * libx264: add 'crf_max' private option.Anton Khirnov2011-08-243-2/+9
| * libx264: add 'weightp' private option.Anton Khirnov2011-08-243-4/+15
| * libx264: add 'rc_lookahead' private option.Anton Khirnov2011-08-243-5/+9
| * libx264: add 'psy_trellis' private option.Anton Khirnov2011-08-243-6/+9
| * libx264: add 'psy_rd' private option.Anton Khirnov2011-08-243-4/+12
| * libx264: add 'aq_strength' private option.Anton Khirnov2011-08-243-5/+9
| * libx264: add 'aq_mode' private option.Anton Khirnov2011-08-243-3/+20
| * libx264: add 'cqp' private option.Anton Khirnov2011-08-243-6/+13
| * libx264: add 'crf' private option.Anton Khirnov2011-08-244-2/+21
| * lavc: remove vbv_delay optionAnton Khirnov2011-08-241-1/+0
* | h264: Try to fix 422 intra NEONMichael Niedermayer2011-08-242-2/+4
* | Support decoding of 2bpp and 4bpp TIFF images.Carl Eugen Hoyos2011-08-231-3/+32
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-2311-88/+425
|\|
| * Windows Media Image decoder (WMVP/WVP2)Alberto Delmás2011-08-2310-83/+425
| * ac3enc: remove outdated TODO comment for apply_channel_coupling()Justin Ruggles2011-08-221-5/+0
* | codec_names: remove spaces in sed command.Nicolas George2011-08-221-1/+1
* | Be more verbose about H264 cropping errors.Carl Eugen Hoyos2011-08-221-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-223-9/+21
|\|
| * libx264: only use ABR mode when the user explicitly set bitrate.Anton Khirnov2011-08-221-6/+11
| * libx264: use medium preset by default.Anton Khirnov2011-08-221-1/+1
| * mp2 encoder: make 128k the default bitrate.Anton Khirnov2011-08-221-0/+7
| * lavc: add A|E|D flags to "ac" and "ar" optionsStefano Sabatini2011-08-211-2/+2
* | lavc: use av_get_media_type_string and avcodec_get_name in avcodec_string.Nicolas George2011-08-221-42/+20
* | lavc: add a table of all codecs names.Nicolas George2011-08-224-0/+116
* | Updates avcodec_get_pix_fmt_loss to return maximum loss for an invalid destin...Matthew Einhorn2011-08-212-1/+5
* | roqvideodec: Improve checking of input buffer bounds.Reimar Döffinger2011-08-211-0/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-211-0/+10
|\|
| * WavPack decoder: implement flush functionKostya Shishkov2011-08-211-0/+10
| * h264: fix PCM intra-coded blocks in monochrome caseJeff Downs2011-08-191-12/+34
* | Fix parser not to clobber has_b_frames when extradata is set.Reimar Döffinger2011-08-201-0/+6