aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/ftp: return AVERROR_EOF for EOFMarton Balint2018-11-011-2/+2
* avformat/utils: Never store negative values in last_IP_durationMichael Niedermayer2018-10-231-2/+3
* avformat/utils: Fix integer overflow in discontinuity checkMichael Niedermayer2018-10-231-1/+1
* avformat/utils: Fix potential integer overflow in extract_extradata()Michael Niedermayer2018-10-071-1/+3
* avformat/mov: Error on too large stsd entry counts.Dale Curtis2018-10-071-1/+2
* avformat/nsvdec: Do not parse multiple NSVfMichael Niedermayer2018-10-071-0/+7
* avformat/dashdec: Fix strlen(rep_id_val) with it being NULLMichael Niedermayer2018-10-071-1/+3
* avformat/mlvdec: read_string() received unsigned size, make the argument unsi...Michael Niedermayer2018-10-071-1/+1
* avformat/rmdec: Fix EOF check in the stream loop in ivr_read_header()Michael Niedermayer2018-10-071-0/+2
* avformat/flvenc: Check audio packet sizeMichael Niedermayer2018-10-071-0/+5
* lavf/libsmbclient: return AVERROR_EOF for EOF.Nicolas George2018-09-021-1/+1
* avformat/librtmp: fix returning EOF from Read/WriteTimo Rothenpieler2018-07-281-2/+8
* avformat/mov: Simplify last element computation in mov_estimate_video_delay()Michael Niedermayer2018-07-161-3/+2
* avformat/mov: Break out of inner loop early in mov_estimate_video_delay()Michael Niedermayer2018-07-161-0/+2
* avformat/mov: Eliminate variable buf_size from mov_estimate_video_delay()Michael Niedermayer2018-07-161-11/+8
* avformat/mov: remove modulo operations from mov_estimate_video_delay()Michael Niedermayer2018-07-161-3/+7
* avformat/movenc: Write version 2 of audio atom if channels is not knownMichael Niedermayer2018-07-161-1/+1
* avformat/movenc: Check input sample countMichael Niedermayer2018-07-161-0/+5
* avformat/mms: Add missing chunksize checkMichael Niedermayer2018-07-161-18/+26
* avformat/pva: Check for EOF before retrying in read_part_of_packet()Michael Niedermayer2018-07-161-0/+4
* avformat/rmdec: Do not pass mime type in rm_read_multi() to ff_rm_read_mdpr_c...Michael Niedermayer2018-07-161-1/+1
* avformat/asfdec_o: Check size_bmp more fullyMichael Niedermayer2018-07-161-1/+2
* avformat/mxfdec: Fix av_log contextMichael Niedermayer2018-07-161-1/+1
* avformat/movenc: Use mov->fc consistently for av_log()Michael Niedermayer2018-07-161-1/+1
* avformat/movenc: Do not pass AVCodecParameters in avpriv_request_sampleMichael Niedermayer2018-07-161-1/+1
* avformat/movenc: Check that frame_types other than EAC3_FRAME_TYPE_INDEPENDEN...Michael Niedermayer2018-07-161-0/+6
* avformat/mpegts: parse large PMTs with multiple tablesAman Gupta2018-06-181-0/+1
* avformat/mov: Only set pkt->duration to non negative valuesMichael Niedermayer2018-06-151-1/+3
* avformat/movenc: fix recognization of cover image streamsTimo Teräs2018-06-151-18/+18
* avformat/movenc: properly handle cover image codecsTimo Teräs2018-06-151-18/+12
* avformat/mov: replace a value error by clipping into valid range in mov_read_...Michael Niedermayer2018-06-151-3/+11
* avformat/bintext: Reduce detection for random .bin files as it more likely is...Michael Niedermayer2018-06-151-1/+1
* avformat/mov: Break out early if chunk_count is 0 in mov_build_index()Michael Niedermayer2018-06-151-0/+3
* avformat/mov: Only fail for STCO/STSC contradictions if both existMichael Niedermayer2018-06-151-1/+1
* avformat/m4vdec: Use the same constant names as libavcodecMichael Niedermayer2018-06-151-4/+7
* avformat/m4vdec: Fix detection of raw MPEG-4 ES StudioMichael Niedermayer2018-06-151-0/+11
* lavf/libssh: translate a read of 0 to EOFJan Ekström2018-05-281-1/+1
* avformat/mpegts: fix incorrect indentationAman Gupta2018-05-181-3/+3
* avformat/mpegts: initialize section_buf to fix valgrind test failureAman Gupta2018-05-181-1/+1
* avformat/mpegts: reindent after last changeAman Gupta2018-05-181-35/+35
* avformat/mpegts: parse sections with multiple tablesAman Gupta2018-05-181-7/+19
* avformat/mpegts: clean up whitespaceAman Gupta2018-05-181-2/+2
* avformat/mpegts: use MAX_SECTION_SIZE instead of hardcoded valueAman Gupta2018-05-181-2/+2
* avformat/mpegts: skip non-PMT tids earlierAman Gupta2018-05-181-2/+2
* avformat/webm_chunk: always use a static buffer for get_chunk_filenameMarton Balint2018-05-151-1/+7
* lavf/bluray: translate a read of 0 to EOFJan Ekström2018-05-101-1/+1
* lavf/dashenc: don't call flush_init_segment before avformat_write_headerRodger Combs2018-05-041-7/+6
* avformat/qtpalette: parse color table according to the QuickTime file format ...Marton Balint2018-05-011-6/+6
* avformat/segafilm - revert keyframe detectionGyan Doshi2018-04-221-1/+1
* avformat/utils: refactor upstream_stream_timingsAman Gupta2018-04-201-11/+10