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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-12-22lavf/rmdec: Use correct format specifier for int64_t.Carl Eugen Hoyos
2015-12-21lavf/avformat: add av_warn_unused_result to avformat_write_headerGanesh Ajjanagadde
2015-12-21lavf/img2enc: add atomic_writing optionClément Bœsch
2015-12-20nuv: sanitize negative fps rateAndreas Cadhalpun
2015-12-20mlvdec: check that index_entries existAndreas Cadhalpun
2015-12-19lavf/hlsenc: replace round by lrintGanesh Ajjanagadde
2015-12-19nutdec: reject negative value_len in read_sm_dataAndreas Cadhalpun
2015-12-19nutdec: only copy the header if it existsAndreas Cadhalpun
2015-12-19oggparsedaala: sync with current bitstream syntaxRostislav Pehlivanov
2015-12-18Merge commit 'febfb49a70e82f5ac46dc7ea34dabd4d56b19b31'Hendrik Leppkes
2015-12-17avformat/oggparsedirac: Export sample aspect ratioMichael Niedermayer
2015-12-17avformat/xmv: Add *.xmv to the recognized extensions for the XMV format.rsn8887
2015-12-17Merge commit 'b8b21dee0f0b4bcc1888067c497d6e838859d2cd'Hendrik Leppkes
2015-12-17Merge commit 'e02de9df4b218bd6e1e927b67fd4075741545688'Hendrik Leppkes
2015-12-17Merge commit '8bcadaacc2b8dc3c5d6569835a5ca20e62d3efca'Hendrik Leppkes
2015-12-17Merge commit '5845a8273e4694e0254ad728970b82bb64fd8bc0'Hendrik Leppkes
2015-12-17avformat/swfenc: Check frama rate before writing itMichael Niedermayer
2015-12-16ffm: reject invalid codec_id and codec_typeAndreas Cadhalpun
2015-12-15movenc: support cenc (common encryption)erankor
2015-12-13avformat/mxfenc: Do not crash if there is no packet in the first streamMichael Niedermayer
2015-12-13lavf/tee: fix side data double free.Nicolas George
2015-12-13avformat/hlsenc: Check the return code of avformat_write_header()Michael Niedermayer
2015-12-13avformat/mov: Enable parser for mp3s by old HandBrakeMichael Niedermayer
2015-12-13avformat/mxfenc: Fix integer overflow in length computationMichael Niedermayer
2015-12-13avformat/segment: Fix memory leak of cur_entry.filenameLvqier
2015-12-12lavf/matroskadec: Set codec_tag also for audio codecs.Carl Eugen Hoyos
2015-12-12avformat/mpegtsenc: Add basic multi program supportMichael Niedermayer
2015-12-12avformat: Add av_program_add_stream_index()Michael Niedermayer
2015-12-11diracdec: Extract version parametersKieran Kunhya
2015-12-10diracdec: Move strides to bytes, and pointer types to uint8_t.Kieran Kunhya
2015-12-09lavf/mpjpegdec: Fixed dereference after null checkAlex Agranovsky
2015-12-09avformat/rmdec: Fix use of uninitialized variableMichael Niedermayer
2015-12-09avformat/flacdec: remove unused return code assignmentMichael Niedermayer
2015-12-09avformat/matroskaenc: Check codecdelay before useMichael Niedermayer
2015-12-08Merge commit '5f3a081b42b84404a40a52c80ef7a354cf048c56'Hendrik Leppkes
2015-12-08lavf/mxfdec: fix seeking before the first keyframeMarton Balint
2015-12-07matroskadec: Fix sample_aspect_ratio for stereo matroska contentAaron Colwell
2015-12-07Merge commit 'd017ed878a45171f2f6c69fb9d76401c3c494110'Hendrik Leppkes
2015-12-07Merge commit 'a0fa6d06b848f26b16ba12f0a9a4a85b93ab8022'Hendrik Leppkes
2015-12-07Merge commit 'f7986239f4dbec91c743c4c5eb0a2339bd325bf6'Hendrik Leppkes
2015-12-07rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde
2015-12-07movenc-test: add a missing va_end callGanesh Ajjanagadde
2015-12-07Remove Redundant Entry of MPEG2 Video DescAnshul Maheshwari
2015-12-06avformat/movenc-test: correct varargs usageGanesh Ajjanagadde
2015-12-06avformat/rtsp: free opts dictionary on failure of getnameinfoGanesh Ajjanagadde
2015-12-06mxfenc: always assume long gopAnton Khirnov
2015-12-06lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov
2015-12-06mpegenc: use the CPB props side dataAnton Khirnov
2015-12-06movenc: use the CPB props side dataAnton Khirnov
2015-12-05avformat/smacker: fix integer overflow with pts_incMichael Niedermayer