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
2016-07-22avformat/teeproto: Fix memset sizeofMichael Niedermayer
2016-07-21avformat/mov: Do not allocate empty extradataMichael Niedermayer
2016-07-21libavformat/rawenc: add dnxhr raw format extensionMark Reid
2016-07-21libopenmpt: Add "date" to metadata.Jörn Heusipp
2016-07-21libopenmpt: set stream duration and fix time baseJörn Heusipp
2016-07-21libopenmpt: add subsong supportJosh de Kock
2016-07-21avformat/oggenc: add vp8 muxing supportJames Almer
2016-07-21avformat: add an Ogg Video muxerJames Almer
2016-07-21avformat/mux: Fix some codecpar non usesMichael Niedermayer
2016-07-20avformat/avlanguage: make av_convert_lang_to() internalJames Almer
2016-07-20avformat/oggenc: fix page duration calculation when granule differs from time...James Almer
2016-07-20avformat/oggparsevp8: fix pts calculation on pages ending with an invisible f...James Almer
2016-07-19avformat: Add tee protocolMichael Niedermayer
2016-07-17cosmetics: fix some misspelled wordsJames Almer
2016-07-17libavformat/libopenmpt: Fix memory leak in error path in read_header_openmpt().Jörn Heusipp
2016-07-16avformat/tee: Use ff_format_output_open() functionJan Sebechlebsky
2016-07-16avformat/utils: Add ff_format_output_open() functionJan Sebechlebsky
2016-07-16avformat/tee: Support flushing by writing NULL pktJan Sebechlebsky
2016-07-16avformat/tee: Use ff_stream_encode_params_copy()Jan Sebechlebsky
2016-07-16avformat/utils: Add ff_stream_encode_params_copy()Jan Sebechlebsky
2016-07-15lavf: add libopenmpt demuxerJosh de Kock
2016-07-15lavf/vplayerdec: Improve auto-detection.Clément Bœsch
2016-07-15lavf/img2dec: Also auto-detect (unusual) uncompressed pcx.Carl Eugen Hoyos
2016-07-15lavf/img2: Remove ffv1-img.Carl Eugen Hoyos
2016-07-14avformat/segment: remove the check_bitstream from segmentSteven Liu
2016-07-14avformat/mux: Apply auto bsfs in av_write_frame() tooMichael Niedermayer
2016-07-14avformat/mux: Factor do_packet_auto_bsf() outMichael Niedermayer
2016-07-14lavf/mov: fix stream extradata_size allocationMatthieu Bouron
2016-07-13Merge commit '846a3e78a535f05ee61bb23a160f3378f041f751'Matthieu Bouron
2016-07-13Merge commit '76729970049fe95659346503f7401a5d869f9959'Matthieu Bouron
2016-07-12avformat/oggenc: always use the time base stored in the theora headerJames Almer
2016-07-11avformat/oggenc: make flac the default for oga muxerJames Almer
2016-07-11add split_by_time flag for support splite mpegts segment at non-keyframeSteven Liu
2016-07-05Added Quadrox formatsmitbose
2016-07-03lavf/aiffdec: Support QDMC demuxing.Carl Eugen Hoyos
2016-06-30avformat/avformat: Move new field to the end of AVStreamMichael Niedermayer
2016-06-30avformat/utils: update deprecated AVStream->codec when the context is updatedHendrik Leppkes
2016-06-30avformat/mov: Skip non-key frames if AVDISCARD_NONKEY is set.Vadim Kalinsky
2016-06-29Merge commit 'b668662939de3a02454cfc9ba3e6d10b87527a40'Clément Bœsch
2016-06-29Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch
2016-06-29avformat/mov: Check sample sizeMichael Niedermayer
2016-06-27Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24'Matthieu Bouron
2016-06-27avformat/mov: parse rtmd track timecodePaul B Mahol
2016-06-26Merge commit '4024b566d664a4b161d677554be52f32e7ad4236'Hendrik Leppkes
2016-06-26Merge commit '3fdffc032e8ea5676bc0c2551b900c0dc887835b'Hendrik Leppkes
2016-06-26Merge commit '14634429b915333f3612eaf41db3954222dc4aaf'Hendrik Leppkes
2016-06-26Merge commit 'e45a638f50cc1dbeb87b9792e68f57e77fc0c3b5'Hendrik Leppkes
2016-06-26avcodec: add YUY2 Lossless Codec decoderPaul B Mahol
2016-06-26avformat/tee: Support arbitrary number of slavesJan Sebechlebsky
2016-06-25lavf/srtdec: fix indentRodger Combs