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
2015-12-15movenc: support cenc (common encryption)erankor
2015-12-14mpegtsenc: add flag to embed an AC-3 ES the DVB wayStefan Pöschel
2015-12-14r3d: fix an invalid read introduced in 6bf4c1dAnton Khirnov
2015-12-14rtmpproto: Include the full path as app when "slist=" is foundMartin Storsjö
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-12vocdec: do not create the stream in read_header()Anton Khirnov
2015-12-12vocdec: put the code not shared with other demuxers under appropriate ifdefAnton Khirnov
2015-12-12flvdec: do not create any streams in read_header()Anton Khirnov
2015-12-12mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_headerAnton Khirnov
2015-12-12mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov
2015-12-12r3d: do not create the audio stream until we know the sample rateAnton Khirnov
2015-12-12ff_parse_specific_params: do not use AVCodecContext.frame_sizeAnton Khirnov
2015-12-12rmenc: do not use AVCodecContext.frame_sizeAnton Khirnov
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
2015-12-05libavformat/mov.c: allow QuickTime metadata to come after traksNeil Birkbeck
2015-12-04avformat/flvdec: Fix left shift of 137 by 24 places cannot be represented in ...Michael Niedermayer
2015-12-04avformat/msf: Check channels when reading the headerMichael Niedermayer
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-12-04ffmdec: reject zero-sized chunksAndreas Cadhalpun
2015-12-04ffmdec: only seek back at EOF if a server is attachedAndreas Cadhalpun
2015-12-04avformat/oggparsetheora: Check duration to be not AV_NOPTS_VALUE (and positiv...Michael Niedermayer