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-10-20presets: favor vprofile over profile to avoid conflicts with audio profilesMichael Niedermayer
2011-10-20lavfi: add missing header mulitple-inclusion guard in transform.hStefano Sabatini
2011-10-20lavfi/transform.h: apply misc doxy cosmetical changesStefano Sabatini
2011-10-20aacdec: support chan config =1 stereo filesMichael Niedermayer
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-20deshake: limit deshake to specific area to search for motion vectors.Paul Flinders
2011-10-20v210dec: remove debuging #includeMichael Niedermayer
2011-10-20mpegts: do not return from ff_mpegts_parse_packet() after having seen the fir...Laurent Aimar
2011-10-20mpegts: fix return value when enough ts packets have been parsed or when the ...Laurent Aimar
2011-10-20Fixes avpicture_layout to not write past buffer end.Matthew Einhorn
2011-10-20mpegtsenc: fix handling of large audio packetsMichael Niedermayer
2011-10-19presets: rename presets directoryJanne Grunau
2011-10-19mpeg12: remove '[' and ']' around last timecode field to match std representa...Clément Bœsch
2011-10-19Add V210 SIMDKieran Kunhya
2011-10-19Move x264asm to libavutil.Kieran Kunhya
2011-10-19Do not call parse_keyframes_index with NULL stream.Reimar Döffinger
2011-10-19lavc: make avcodec_get_context_defaults3 "officially" publicAnton Khirnov
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-19lavf: add avformat_new_stream as a replacement for av_new_stream.Anton Khirnov
2011-10-19Use correct scaling table for bwd-pred MVs in second B-fieldMashiat Sarker Shakkhar
2011-10-19Fix AMR block length for no data mode when muxing mov.Carl Eugen Hoyos
2011-10-19Ut Video decoderKostya Shishkov
2011-10-19Makefile: change presets extension to .avpresetAnton Khirnov
2011-10-19lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini
2011-10-19lavfi: add testsrc sourceStefano Sabatini
2011-10-19AVOptions: add documentation.Anton Khirnov
2011-10-19presets: update libx264 ffpresetsAnton Khirnov
2011-10-19mpeg12dec: Support invalid field motion types,Michael Niedermayer
2011-10-19mpeg12dec: assert no field frame messMichael Niedermayer
2011-10-19mov: Raise ctts dts_shift threshold by 1Michael Niedermayer
2011-10-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19vf_mp: Fix several incompatible pointer type warnings.Michael Niedermayer
2011-10-19vf_unsharp: Fix false ‘src2’ may be used uninitialized in this function w...Michael Niedermayer
2011-10-19src_movie: Fix incompatible pointer type warning.Michael Niedermayer
2011-10-19vf_deshake: Fix cast discards qualifiers from pointer target type warning.Michael Niedermayer
2011-10-19vf_pixdesctest: Fix incompatible pointer type warning.Michael Niedermayer
2011-10-19yadif: Fix assignment from incompatible pointer type warningMichael Niedermayer
2011-10-19vsrc_buffer: FIx incompatible pointer type warningMichael Niedermayer
2011-10-19sunrast: Check for out of bounds readsLaurent Aimar
2011-10-18aevalsrc: enclose example arguments in double quotesStefano Sabatini
2011-10-18ffprobe: prefer av_freep() over av_free() for global print_format option.Clément Bœsch
2011-10-18ffprobe: fix weird alignStefano Sabatini
2011-10-18asrc_aevalsrc: apply misc cleanup in the options arrayStefano Sabatini
2011-10-18asrc_aevalsrc: prefer av_strtok() over strtok_r()Stefano Sabatini
2011-10-18lavfi: update minor number and add Changelog entry after aevalsrc additionStefano Sabatini
2011-10-18lavu: update minor number and add APIchanges entry after recent av_strtok() a...Stefano Sabatini
2011-10-18lavfi: add audio eval signal sourceStefano Sabatini
2011-10-18ffprobe: prefer av_strtok() over av_get_token() for parsing print_format stringStefano Sabatini
2011-10-18lavu: add av_strtok()Stefano Sabatini