summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* lavf/latmenc: Error out for unsupported codecs.Carl Eugen Hoyos2019-03-211-0/+4
* lavf/allformats: Remove an accidentally committed line.Carl Eugen Hoyos2019-03-201-1/+0
* lavf: Constify AVProbeData* in av_probe_input_format().Carl Eugen Hoyos2019-03-202-6/+6
* lavf/avformat: Add a warning that ff_const59 is not part of the public api.Carl Eugen Hoyos2019-03-201-0/+4
* lavf: Constify AVInputFormat pointer.Carl Eugen Hoyos2019-03-2011-27/+36
* lavf: Constify AVOutputFormat pointer.Carl Eugen Hoyos2019-03-2013-22/+30
* lavf/http: Print metadata updates with -loglevel verbose.Carl Eugen Hoyos2019-03-201-2/+4
* lavf/spdifenc: Do not overwrite buffer when muxing TrueHD.Carl Eugen Hoyos2019-03-201-2/+7
* lavf/sdp: Change pointer to configuration from char* to uint8_t*.Carl Eugen Hoyos2019-03-201-1/+2
* avformat/smoothstreamingenc:add bitrate calculateJun Li2019-03-201-5/+27
* libavformat/movenc: mov: added subtitle codec tags to codec tag listPaweł Wegner2019-03-181-1/+1
* avformat/gdv: Check fpsMichael Niedermayer2019-03-141-0/+3
* avformat/rtpdec.h remove unused variableJun Li2019-03-131-1/+0
* avformat/mxfenc: allow user comments for opatom muxerMark Reid2019-03-131-0/+2
* lavf/matroskaenc: Allow dvdsub remuxing from some containers.Carl Eugen Hoyos2019-03-101-0/+1
* avformat/mpegts: Simplify score compareMichael Niedermayer2019-03-091-6/+6
* avformat/mpegts: reduce buffering during initializationAndriy Gelman2019-03-091-23/+36
* Add the Canon XF-HEVC UL to the picture essence container UL listMatthew McKenna2019-03-081-0/+1
* avformat/dashenc: Added #EXT-X-PROGRAM-DATE-TIME to HLS playlistsjoepadmiraal2019-03-061-2/+17
* avformat/utils: fix indentationMarton Balint2019-03-011-118/+118
* avformat/utils: be even more strict about stream specifiersMarton Balint2019-03-011-11/+15
* avformat/utils: be more strict about stream specifiersMarton Balint2019-03-011-31/+51
* avformat/mpegtsenc: write format_identifier HEVC for HEVC streamsMarton Balint2019-03-011-0/+2
* avformat/mpegtsenc: factorize writing registration_descriptorMarton Balint2019-03-011-32/+18
* mov: Fix start_time for streams with empty edits in the middleJustin Ruggles2019-02-261-1/+3
* http: Do not try to make a new request when seeking past the end of the fileJustin Ruggles2019-02-261-0/+7
* avformat/dashenc: Added commentsKarthick J2019-02-251-0/+3
* avformat/dashenc: Added option to repeatedly publish master playlistKarthick J2019-02-251-1/+8
* avformat:matroskadec: use a define to mark the EBML length is unknownSteve Lhomme2019-02-241-5/+7
* rtpenc_chain: forward strict_std_compliance flags to rtp muxerTristan Matthews2019-02-231-0/+1
* avformat/mpegtsenc: add support for service and provider names with utf8 enco...Marton Balint2019-02-211-35/+53
* lavf/jacosubdec: compute subtitle duration correctlyAdam Sampson2019-02-201-1/+1
* Merge commit '90b15f60bf4919deaed66d868e18107eba371da7'James Almer2019-02-201-1/+2
|\
| * srt: Set srto_sender flag to sender srt socketSven Dueking2019-02-121-1/+2
* | lavf/mpeg: fix indentXiaofeng Wang2019-02-181-28/+28
* | avformat/matroskadec: Check parents remaining lengthSteve Lhomme2019-02-171-0/+12
* | avformat/webmdashenc: Check id in adaption_setsMichael Niedermayer2019-02-171-0/+6
* | avformat/http: Fix Out-of-Bounds access in process_line()Wenxiang Qian2019-02-171-1/+1
* | avformat/ftp: Fix Out-of-Bounds Access and Information Leak in ftp.c:393Wenxiang Qian2019-02-171-1/+1
* | avformat/matroskadec: Do not leak queued packets on sync errorsMichael Niedermayer2019-02-171-1/+1
* | avformat/mov: Do not use reference stream in mov_read_sidx() if there is no r...Michael Niedermayer2019-02-141-1/+1
* | avformat/utils: parse some stream specifiers recursivelyMarton Balint2019-02-131-118/+55
* | avformat/mpegts: also convert strings without a specified encoding to UTF-8Marton Balint2019-02-131-4/+8
* | avformat/mpegts: fix charset of type 0x11Marton Balint2019-02-131-1/+1
* | avformat/mov: fix hang while seek on a kind of fragmented mp4Charles Liu2019-02-111-9/+12
* | avformat/mov: don't rescale mastering display values from the SmDm atomJames Almer2019-02-111-14/+10
* | lavf/img2: Move "loop" into common options.Carl Eugen Hoyos2019-02-101-1/+1
* | lavf/img2dec: Split img2 and img2pipe options.Carl Eugen Hoyos2019-02-101-10/+16
* | avformat/hlsenc: fix fmp4_init_filename file name with %v problemSteven Liu2019-02-101-1/+5
* | lavf/mpegts: add reading of ARIB data coding descriptorJan Ekström2019-02-101-0/+44
OpenPOWER on IntegriCloud