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-08-02avformat/tee: Factor parse_slave_options() outMichael Niedermayer
2016-08-02lavf/rmdec: Do not return EIO on EOF.Carl Eugen Hoyos
2016-08-01Merge commit '5c2fb561d94fc51d76ab21d6f7cc5b6cc3aa599c'James Almer
2016-07-31avformat/matroskaenc: fix Voids with size < 10Michael Bradshaw
2016-07-30libavformat/matroskadec: Add test for seeking with codec delay.Chris Cunningham
2016-07-29avformat/rmdec: Clear extradata when extradata_size is clearedMichael Niedermayer
2016-07-29Merge commit '251cbb44003caf179fb17afbb8a6c56643c2a646'Clément Bœsch
2016-07-29Merge commit '9df889a5f116c1ee78c2f239e0ba599c492431aa'Clément Bœsch
2016-07-29lavf/mpegtsenc: add special case for handling timed ID3 packetsStefano Sabatini
2016-07-28avformat/matroskaenc: Write duration early during mkv_write_header (Rev #3)softworkz
2016-07-28avformat/hls: Fix missing streams in some cases with MPEG TSAnssi Hannula
2016-07-28avformat/hls: Move stream propagation to a separate functionAnssi Hannula
2016-07-28avformat/hls: Use an array instead of stream offset for stream mappingAnssi Hannula
2016-07-28avformat/hls: Sync starting segment across variants on live streamsAnssi Hannula
2016-07-28avformat/hls: Fix regression with ranged media segmentsAnssi Hannula
2016-07-28avformat/utils: Fix find_stream_info not considering the extradata it foundAnssi Hannula
2016-07-27avformat/flvdec: parse keyframe before a\v stream was created add_keyframes_i...Xinzheng Zhang
2016-07-27avformat/flvdec: splitting add_keyframes_index() out from parse_keyframes_ind...Xinzheng Zhang
2016-07-26librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato
2016-07-26avformt/matroskaenc: undo an accidental revert by commit 5d48e4eaJames Almer
2016-07-25libavformat/rtpdec_asf: zero initialize the AVIOContext structKacper Michajłow
2016-07-25avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a headerJames Almer
2016-07-23avformat/tee: Rescale ts using av_packet_rescale_tsJan Sebechlebsky
2016-07-23libavformat/movenc: add dnxhr compatibility for apple playersMark Reid
2016-07-23libavformat/matroskadec: fix unsigned overflow to improve seekingChris Cunningham
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