summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* | lavf/mpegts: Convert service_name and service_provider to utf-8.Carl Eugen Hoyos2019-02-092-1/+45
* | avformat/mov: validate chunk_count vs stsc_datachcunningham2019-02-081-2/+12
* | avformat/mov.c: require tfhd to begin parsing trunchcunningham2019-02-082-0/+11
* | avformat/movenc: Add more error checking when writing sample entries.Nikolas Bowe2019-02-071-26/+47
* | libavformat/dashdec: disable seeking only for live streams.Paweł Wegner2019-02-061-2/+2
* | avformat/async: fix assertion condition when draining bufferMarton Balint2019-02-041-1/+1
* | avformat/mpegts: cache PID discard valuesMarton Balint2019-02-041-2/+5
* | avformat/rtsp: Check number of streams in sdp_parse_line()Michael Niedermayer2019-01-311-1/+4
* | avformat/hlsenc: add var_stream_map LANGUAGE field string parameterSteven Liu2019-01-314-9/+19
* | avformat/hlsenc: add var_stream_map DEFAULT field status parameterSteven Liu2019-01-311-5/+24
* | avformat/hlsenc: make the EXT-X-MEDIA NAME field by stream id.Steven Liu2019-01-311-1/+1
OpenPOWER on IntegriCloud