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
2012-09-06Merge commit '0db2d94280e260af5f3ad7993c5a6357462f17c9'Michael Niedermayer
2012-09-05h264: Remove an assert on current_picture_ptr being nullMichael Niedermayer
2012-08-28h264: Check that the codec isn't null before accessing itMartin Storsjö
2012-08-26h264: ff_init_cabac_states doesnt use its argument thus remove itMichael Niedermayer
2012-08-21h264: fix variable overflow after a few years of video playbackMichael Niedermayer
2012-08-20h264: Workaround invalid MPEG-TS broadcastsMichael Niedermayer
2012-08-18h264: vdpau: fix crash with unsupported colorspaceUoti Urpala
2012-08-17h264: vdpau: fix crash with unsupported colorspaceUoti Urpala
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-08-07h264: disable assert on current_picture_ptr being null.Michael Niedermayer
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23h264: refactor NAL decode loopRonald S. Bultje
2012-07-10h264: 12 and 14 bit supportMichael Niedermayer
2012-07-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-05h264: use templates to avoid excessive inliningMans Rullgard
2012-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-03misc typo and wording fixesDiego Biurrun
2012-07-03h264: add avpriv_h264_has_num_reorder_frames()Michael Niedermayer
2012-06-29h264: Fix maximum reference count check for non-b framesJeff Downs
2012-06-10h264: use externally provided dimensions when they appear to be more correct.Michael Niedermayer
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-09h264: allow cropping to AVCodecContext.width/heightMans Rullgard
2012-06-05Make H264 reorder buffer size message less verbose.Carl Eugen Hoyos
2012-06-02h264: log debug output for slightly truncated streamsMichael Niedermayer
2012-06-02h264: try to better handle h264 streams that are slightly truncatedMichael Niedermayer
2012-06-01h264: Fail on DPC its not fully implementedMichael Niedermayer
2012-05-31h264: move q0 scan tables into contextMichael Niedermayer
2012-05-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-02h264: additional protection against unsupported size/bitdepth changes.Ronald S. Bultje
2012-04-18h264: reset current_slice on context reinitMichael Niedermayer
2012-04-11Fix memory leaks on failed ff_h264_decode_init()Dale Curtis
2012-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-05h264: Factorize declaration of mb_sizes array.Diego Biurrun
2012-04-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-04h264: fix 4:2:2 PCM-macroblocks decodingAnton Mitrofanov
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-04-03h264: fix incompatible pointer type warnings.Michael Niedermayer
2012-03-31Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-30h264: drop ff_h264_ prefix from static function ff_h264_decode_rbsp_trailing()Diego Biurrun
2012-03-30h264: Make ff_h264_decode_end() static, it is not used externally.Diego Biurrun
2012-03-27h264: dont mess with chroma planes for grayscale h264.Michael Niedermayer
2012-03-24h264: move resolution change check further up.Michael Niedermayer
2012-03-19h264: print the pps_id when its invalid.Michael Niedermayer
2012-03-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-17h264: fix deadlocks on incomplete reference frame decoding.Ronald S. Bultje
2012-03-16h264: K&R formatting cosmeticsDiego Biurrun
2012-03-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-15h264: stricter reference limit enforcement.Ronald S. Bultje