summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/matroskaenc: Write duration early during mkv_write_header (Rev #3)softworkz2016-07-281-1/+38
* avformat/hls: Fix missing streams in some cases with MPEG TSAnssi Hannula2016-07-281-5/+51
* avformat/hls: Move stream propagation to a separate functionAnssi Hannula2016-07-281-65/+69
* avformat/hls: Use an array instead of stream offset for stream mappingAnssi Hannula2016-07-281-21/+38
* avformat/hls: Sync starting segment across variants on live streamsAnssi Hannula2016-07-281-1/+24
* avformat/hls: Fix regression with ranged media segmentsAnssi Hannula2016-07-281-6/+17
* avformat/utils: Fix find_stream_info not considering the extradata it foundAnssi Hannula2016-07-281-1/+1
* avformat/flvdec: parse keyframe before a\v stream was created add_keyframes_i...Xinzheng Zhang2016-07-271-2/+6
* avformat/flvdec: splitting add_keyframes_index() out from parse_keyframes_ind...Xinzheng Zhang2016-07-271-16/+60
* librtmp: Avoid an infiniloop setting connection argumentsLuca Barbato2016-07-261-0/+2
* avformt/matroskaenc: undo an accidental revert by commit 5d48e4eaJames Almer2016-07-261-9/+12
* libavformat/rtpdec_asf: zero initialize the AVIOContext structKacper Michajłow2016-07-251-1/+1
* avcodec/dnxhddata: move avpriv_dnxhd_parse_header_prefix to a headerJames Almer2016-07-252-2/+2
* avformat/tee: Rescale ts using av_packet_rescale_tsJan Sebechlebsky2016-07-231-3/+1
* libavformat/movenc: add dnxhr compatibility for apple playersMark Reid2016-07-231-5/+26
* libavformat/matroskadec: fix unsigned overflow to improve seekingChris Cunningham2016-07-231-1/+4
* avformat/teeproto: Fix memset sizeofMichael Niedermayer2016-07-221-1/+1
* avformat/mov: Do not allocate empty extradataMichael Niedermayer2016-07-211-5/+7
* libavformat/rawenc: add dnxhr raw format extensionMark Reid2016-07-211-1/+1
* libopenmpt: Add "date" to metadata.Jörn Heusipp2016-07-211-0/+1
* libopenmpt: set stream duration and fix time baseJörn Heusipp2016-07-211-3/+4
* libopenmpt: add subsong supportJosh de Kock2016-07-211-3/+27
* avformat/oggenc: add vp8 muxing supportJames Almer2016-07-201-10/+89
* avformat: add an Ogg Video muxerJames Almer2016-07-204-2/+27
* avformat/mux: Fix some codecpar non usesMichael Niedermayer2016-07-211-2/+2
* avformat/avlanguage: make av_convert_lang_to() internalJames Almer2016-07-197-7/+21
* avformat/oggenc: fix page duration calculation when granule differs from time...James Almer2016-07-191-3/+3
* avformat/oggparsevp8: fix pts calculation on pages ending with an invisible f...James Almer2016-07-191-1/+5
* avformat: Add tee protocolMichael Niedermayer2016-07-194-1/+140
* cosmetics: fix some misspelled wordsJames Almer2016-07-175-5/+5
* libavformat/libopenmpt: Fix memory leak in error path in read_header_openmpt().Jörn Heusipp2016-07-171-1/+5
* avformat/tee: Use ff_format_output_open() functionJan Sebechlebsky2016-07-161-6/+5
* avformat/utils: Add ff_format_output_open() functionJan Sebechlebsky2016-07-162-0/+20
* avformat/tee: Support flushing by writing NULL pktJan Sebechlebsky2016-07-161-1/+12
* avformat/tee: Use ff_stream_encode_params_copy()Jan Sebechlebsky2016-07-161-11/+3
* avformat/utils: Add ff_stream_encode_params_copy()Jan Sebechlebsky2016-07-162-0/+66
* lavf: add libopenmpt demuxerJosh de Kock2016-07-154-1/+179
* lavf/vplayerdec: Improve auto-detection.Clément Bœsch2016-07-151-2/+2
* lavf/img2dec: Also auto-detect (unusual) uncompressed pcx.Carl Eugen Hoyos2016-07-151-1/+1
* lavf/img2: Remove ffv1-img.Carl Eugen Hoyos2016-07-151-1/+0
* avformat/segment: remove the check_bitstream from segmentSteven Liu2016-07-141-21/+0
* avformat/mux: Apply auto bsfs in av_write_frame() tooMichael Niedermayer2016-07-141-0/+4
* avformat/mux: Factor do_packet_auto_bsf() outMichael Niedermayer2016-07-141-45/+57
* lavf/mov: fix stream extradata_size allocationMatthieu Bouron2016-07-141-1/+1
* Merge commit '846a3e78a535f05ee61bb23a160f3378f041f751'Matthieu Bouron2016-07-131-0/+2
|\
| * mov: Support prores with multiple stsdVittorio Giovara2016-06-171-0/+2
* | Merge commit '76729970049fe95659346503f7401a5d869f9959'Matthieu Bouron2016-07-132-6/+125
|\ \ | |/
| * mov: Implement support for multiple sample description tablesVittorio Giovara2016-06-172-6/+127
* | avformat/oggenc: always use the time base stored in the theora headerJames Almer2016-07-121-0/+8
* | avformat/oggenc: make flac the default for oga muxerJames Almer2016-07-111-2/+1
OpenPOWER on IntegriCloud