Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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