summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* lavf/mov: Do not fail hard for truncated stsz atoms.Carl Eugen Hoyos2018-06-19
* avformat/movenc: read track title from correct keyGyan Doshi2018-06-19
* avformat/mpegts: parse large PMTs with multiple tablesAman Gupta2018-06-18
* lavf/tedcaptionsdec: Replace the number by macro for bprint initJun Zhao2018-06-17
* lavf/icecast: Replace the number by macro for bprint initJun Zhao2018-06-17
* lavf/aviobuf: Increase Statistics verbosity to AV_LOG_VERBOSE.Carl Eugen Hoyos2018-06-16
* avformat/mov: Only set pkt->duration to non negative valuesMichael Niedermayer2018-06-14
* avformat/movenc: fix recognization of cover image streamsTimo Teräs2018-06-13
* avformat/movenc: properly handle cover image codecsTimo Teräs2018-06-13
* avformat/mov: Add check for per-sample IV size.Jacob Trimble2018-06-13
* avformat: deprecate unused MP4A_LATM flagGyan Doshi2018-06-13
* avformat/mov: Fix reading saio/saiz for clear content.Jacob Trimble2018-06-09
* avformat/mxfdec: add support for recognizing timed text streamsMarton Balint2018-06-08
* avformat/mxfdec: remove check for NULL MXFTrack in mxf_set_ptsMarton Balint2018-06-08
* avformat/mxfdec: only disallow seek on metadata streamsMarton Balint2018-06-08
* avformat/mxfdec: recognize SMPTE 436 VBI dataMarton Balint2018-06-08
* avformat/mxfdec: use MXFCodecUL struct to store essence description for data_...Marton Balint2018-06-08
* lavf/mov.c: Set st->start_time for video streams explicitly.Sasi Inguva2018-06-06
* lavf/mov.c: Fix timestamps to be strictly monotonic for video also.Sasi Inguva2018-06-05
* libavformat/mov: Fix heap buffer overflow.Jacob Trimble2018-06-02
* avformat/mxfdec: add some missing picture_essence_container_ulsMarton Balint2018-05-30
* avformat/mxfdec: use int math for sample count calculationMarton Balint2018-05-30
* avformat/mxfdec: fix klv_decode_ber_length return value usageMarton Balint2018-05-30
* flvenc: Fix sequence header update timestampsAlex Converse2018-05-29
* flvenc: Factorize timestamp writingAlex Converse2018-05-29
* avformat/movenc: creating producer reference time (PRFT) boxVishwanath Dixit2018-05-29
* avformat/utils: function to get the formatted ntp timeVishwanath Dixit2018-05-29
* lavf/libssh: translate a read of 0 to EOFJan Ekström2018-05-28
* avformat/dashenc: Added a warning for incorrect segment name extensionKarthick Jeyapal2018-05-28
* avformat/dashenc: Added option for Segment file formatKarthick Jeyapal2018-05-28
* libavformat/mxfenc: Add some () to attempt to workaround build issue on osxMichael Niedermayer2018-05-27
* avformat/mxf: fix NTSC 59.94 samples per frame layoutMarton Balint2018-05-27
* lavf/img2dec: Auto-detect xwd images.Carl Eugen Hoyos2018-05-25
* avformat/hlsenc: support http method for hls fmp4Steven Liu2018-05-24
* avformat/dashdec: replace user-agent to user_agent for deprecate warning messageSteven Liu2018-05-24
* avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams)Colin NG2018-05-24
* avformat/dashdec: Fix for ticket 7149 (Segfault when decoding dash streams)Colin NG2018-05-24
* avformat/mov: replace a value error by clipping into valid range in mov_read_...Michael Niedermayer2018-05-22
* avformat/bintext: Reduce detection for random .bin files as it more likely is...Michael Niedermayer2018-05-22
* libavformat: add mbedTLS based TLSThomas Volkert2018-05-21
* avformat/mpegts: fix memory leak with merge_pmt_versions=1Aman Gupta2018-05-21
* avformat/mpegts: rename variable to clarify meaningAman Gupta2018-05-21
* avformat/mov: Only fail for STCO/STSC contradictions if both existMichael Niedermayer2018-05-21
* avformat/mov: Break out early if chunk_count is 0 in mov_build_index()Michael Niedermayer2018-05-21
* avformat/mp3dec: require 90% of a file to be mp3 if only 1 mp3 frame is found...Michael Niedermayer2018-05-20
* avformat/mp3dec: Require 50% of the file to be mp3 frames in the maxframes>20...Michael Niedermayer2018-05-20
* avformat/mp3dec: Require probing data to be 50% mp3 frames for low score prob...Michael Niedermayer2018-05-20
* avformat/mpegts: add merge_pmt_versions optionAman Gupta2018-05-18
* avformat/mpegts: keep track of PMT details in AVProgram/AVStreamAman Gupta2018-05-18
* avformat: add fields to AVProgram/AVStream for PMT change trackingAman Gupta2018-05-18