| Commit message (Expand) | Author | Age | Files | Lines |
* | movenc: Don't try to fix the fragment end duration if none will be written | Martin Storsjö | 2021-08-10 | 1 | -10/+15 |
* | avformat/paf: read frame rate from header @0x88 | Gregory Montoir | 2021-08-10 | 1 | -3/+5 |
* | avformat/mxfdec: make MXFMetadataSet part of all metadata sets | Marton Balint | 2021-08-08 | 1 | -45/+21 |
* | libavformat/mov: Change log line from debug to trace | Soft Works | 2021-08-07 | 1 | -1/+1 |
* | avformat/mxfenc: add a return at the end of non-void functions | James Almer | 2021-08-06 | 1 | -0/+1 |
* | avformat/fifo: Free dict on av_dict_copy() failure | Andreas Rheinhardt | 2021-08-06 | 1 | -1/+1 |
* | avformat/ilbc: Use av_get_packet | Andreas Rheinhardt | 2021-08-06 | 1 | -6/+2 |
* | avformat: Use ffio_read_size where appropriate | Andreas Rheinhardt | 2021-08-06 | 8 | -31/+27 |
* | avformat/yuv4mpegenc: Write data generically via AVPixFmtDescriptor | Andreas Rheinhardt | 2021-08-06 | 1 | -73/+14 |
* | avformat/adtsenc: return value check for init_get_bits in adts_decode_extradata | maryam ebrahimzadeh | 2021-08-06 | 1 | -2/+4 |
* | avformat/wtvdec: Check for EOF before seeking back in parse_media_type() | Michael Niedermayer | 2021-08-06 | 1 | -0/+2 |
* | avformat/mpc8: Check first keyframe position for overflow | Michael Niedermayer | 2021-08-06 | 1 | -1/+7 |
* | avformat/mxfdec: prefer footer and complete partitions for metadata | Marton Balint | 2021-08-01 | 1 | -4/+47 |
* | avformat/wavdec: Use 64bit in new_pos computation | Michael Niedermayer | 2021-07-31 | 1 | -1/+1 |
* | avformat/sbgdec: Check for overflow in timestamp preparation | Michael Niedermayer | 2021-07-31 | 1 | -0/+4 |
* | avformat/dsicin: Check packet size for overflow | Michael Niedermayer | 2021-07-31 | 1 | -2/+5 |
* | avformat/dsfdec: Change order of operations in bitrate computation | Michael Niedermayer | 2021-07-31 | 1 | -1/+1 |
* | avformat/bfi: check nframes | Michael Niedermayer | 2021-07-31 | 1 | -0/+2 |
* | avformat/avidec: fix position overflow in avi_load_index() | Michael Niedermayer | 2021-07-31 | 1 | -1/+4 |
* | avformat/asfdec_f: Check sizeX against padding | Michael Niedermayer | 2021-07-31 | 1 | -1/+1 |
* | avformat/aiffdec: Check for size overflow in header parsing | Michael Niedermayer | 2021-07-31 | 1 | -0/+3 |
* | avformat/mxfdec: fix frame wrapping detection for J2K essence container | Pierre-Anthony Lemieux | 2021-07-29 | 2 | -2/+7 |
* | avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.h | Andreas Rheinhardt | 2021-07-29 | 16 | -15/+29 |
* | avformat/aviobuf: Make ff_read_line_to_bprint() static | Andreas Rheinhardt | 2021-07-29 | 2 | -15/+2 |
* | avformat/mov: Remove pointless EOF checks | Andreas Rheinhardt | 2021-07-28 | 1 | -6/+1 |
* | avformat/mov: Fix crash with too big STSZ atoms | Andreas Rheinhardt | 2021-07-28 | 1 | -1/+1 |
* | avformat/mov: Fix incorrect overflow detection in mov_read_sidx() | Michael Niedermayer | 2021-07-28 | 1 | -1/+1 |
* | avformat/concat: check the terminating character returned by av_get_token() | James Almer | 2021-07-27 | 1 | -1/+2 |
* | avformat/yuv4mpegenc: add support for yuva444p | Paul B Mahol | 2021-07-25 | 1 | -0/+13 |
* | avformat/yuv4mpegdec: Use table instead of repeated "else if" | Andreas Rheinhardt | 2021-07-23 | 1 | -103/+80 |
* | avformat/mov: Avoid undefined overflow in time_offset calculation | Michael Niedermayer | 2021-07-22 | 1 | -1/+5 |
* | Remove/replace some unnecessary avcodec.h inclusions | Andreas Rheinhardt | 2021-07-22 | 10 | -14/+18 |
* | Remove unnecessary avassert.h inclusions | Andreas Rheinhardt | 2021-07-22 | 18 | -19/+0 |
* | Remove unnecessary mem.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | Remove obsolete version.h inclusions | Andreas Rheinhardt | 2021-07-22 | 1 | -1/+0 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 23 | -0/+26 |
* | avcodec/avcodec: Stop including bsf.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 6 | -0/+6 |
* | avformat/gifdec: log loop count | Gyan Doshi | 2021-07-20 | 1 | -0/+1 |
* | avformat/argo_brp: use bits_per_coded_sample instead of bits_per_raw_sample | Zane van Iperen | 2021-07-19 | 2 | -2/+2 |
* | avformat/pp_bnk: don't set bits_per_raw_sample | Zane van Iperen | 2021-07-19 | 1 | -1/+0 |
* | avformat/kvag: don't set bits_per_raw_sample | Zane van Iperen | 2021-07-19 | 1 | -1/+0 |
* | avformat/apm: don't set bits_per_raw_sample | Zane van Iperen | 2021-07-19 | 1 | -1/+0 |
* | avformat/alp: don't set bits_per_raw_sample | Zane van Iperen | 2021-07-19 | 1 | -1/+0 |
* | avformat/argo_asf: don't set bits_per_raw_sample | Zane van Iperen | 2021-07-19 | 1 | -6/+1 |
* | avformat/argo_cvg: don't set bits_per_raw_sample | Zane van Iperen | 2021-07-19 | 1 | -1/+0 |
* | Avoid calling functions repeatedly via FFMIN | Andreas Rheinhardt | 2021-07-18 | 2 | -3/+4 |
* | avformat/subtitles: Deduplicate subtitles' read_(packet|seek|close) | Andreas Rheinhardt | 2021-07-18 | 17 | -360/+74 |
* | avformat/utils: remove AVStreamInternal.orig_codec_id | James Almer | 2021-07-17 | 2 | -9/+1 |
* | avformat/mov: do not ignore errors in mov_metadata_hmmt() | Michael Niedermayer | 2021-07-17 | 1 | -0/+2 |
* | avformat/mxfdec: Check size for shrinking | Michael Niedermayer | 2021-07-17 | 1 | -1/+1 |