| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/gifdec: switch to using gif parser | Paul B Mahol | 2023-05-25 | 1 | -183/+64 |
* | avformat/demux: add support to derive timestamps from packet durations for video | Paul B Mahol | 2023-05-25 | 1 | -0/+5 |
* | avformat/wavdec: Check that smv block fits in available space | Michael Niedermayer | 2023-05-22 | 1 | -0/+4 |
* | avformat/hls: remove non standard hls extension | Michael Niedermayer | 2023-05-22 | 1 | -2/+2 |
* | avformat/hls: Better message from hls_probe() | Michael Niedermayer | 2023-05-22 | 1 | -2/+8 |
* | avformat/hls: Check mime_ok first | Michael Niedermayer | 2023-05-22 | 1 | -3/+3 |
* | avformat/format: Remove redundant FFMIN() in ff_match_url_ext() | Michael Niedermayer | 2023-05-22 | 1 | -1/+1 |
* | avformat/fits*: format does not store timestamps | Paul B Mahol | 2023-05-21 | 2 | -2/+4 |
* | avformat/fitsdec: stop creating pts, instead set packet duration | Paul B Mahol | 2023-05-21 | 1 | -6/+2 |
* | avformat/fitsenc: reindent switch | Paul B Mahol | 2023-05-21 | 1 | -42/+42 |
* | avformat/fitsdec: fix demuxer class category | Paul B Mahol | 2023-05-21 | 1 | -0/+1 |
* | avformat/fitsdec: remove .raw_codec_id | Paul B Mahol | 2023-05-21 | 1 | -1/+0 |
* | avformat/matroskaenc: remove accidental variable shadowing | James Almer | 2023-05-20 | 1 | -2/+2 |
* | avformat/gif: use last frame duration | Paul B Mahol | 2023-05-20 | 1 | -0/+2 |
* | fate/imf: remove redundant code | Pierre-Anthony Lemieux | 2023-05-18 | 1 | -40/+12 |
* | fate/imf: fix memory leak | Pierre-Anthony Lemieux | 2023-05-18 | 1 | -1/+10 |
* | avformat/yuvmpegenc: add support for rawvideo input | James Almer | 2023-05-18 | 1 | -1/+7 |
* | lavc: deprecate AVCodecContext.ticks_per_frame | Anton Khirnov | 2023-05-15 | 1 | -2/+13 |
* | lavf: use AV_CODEC_PROP_FIELDS where appropriate | Anton Khirnov | 2023-05-15 | 3 | -18/+29 |
* | avformat/hls: Try to implement RFC8216 playlist refusal | Michael Niedermayer | 2023-05-15 | 1 | -1/+10 |
* | avformat: add ff_match_url_ext() | Michael Niedermayer | 2023-05-15 | 2 | -0/+34 |
* | avformat/mxfdec: recognize AAC per SMPTE ST 381-4 | Ammon Riley | 2023-05-11 | 2 | -0/+7 |
* | avformat/tests/imf: add invalid resource test | Pierre-Anthony Lemieux | 2023-05-11 | 1 | -0/+65 |
* | avformat/imf: fix invalid resource handling | Pierre-Anthony Lemieux | 2023-05-11 | 1 | -8/+6 |
* | lavf/demux: export codec-level framerate in avformat_find_stream_info() | Anton Khirnov | 2023-05-07 | 1 | -0/+1 |
* | avformat/hls: fail on probing non hls/m3u8 file extensions | Michael Niedermayer | 2023-05-06 | 1 | -1/+8 |
* | lavf/av1dec: stop setting codec context framerate | Anton Khirnov | 2023-05-05 | 1 | -1/+1 |
* | lavf/av1dec: mark as notimestamps | Anton Khirnov | 2023-05-05 | 1 | -2/+2 |
* | lavf/rawdec: stop setting codec context framerate | Anton Khirnov | 2023-05-05 | 1 | -1/+0 |
* | lavf/demux: use avg_frame_rate for packet durations for notimestamps formats | Anton Khirnov | 2023-05-05 | 1 | -0/+5 |
* | lavf/dv: use a more granular timebase for audio | Anton Khirnov | 2023-05-02 | 1 | -3/+24 |
* | lavf/dv: shorten code by using a local variable | Anton Khirnov | 2023-05-02 | 1 | -4/+7 |
* | lavf/dv: do not set video timebase more than once | Anton Khirnov | 2023-05-02 | 3 | -16/+44 |
* | lavf/dauddec: set timebase to 1/samplerate | Anton Khirnov | 2023-04-28 | 1 | -0/+4 |
* | avformat/adtsenc: do not pass NULL to av_log() | Paul B Mahol | 2023-04-27 | 1 | -3/+3 |
* | mov: Do not blindly disable advanced edit lists if use_mfra_for is set | Derek Buitenhuis | 2023-04-25 | 1 | -5/+1 |
* | tests: do not override movflags defaults | Marton Balint | 2023-04-24 | 1 | -27/+27 |
* | avformat/smoothstreamingenc: do not override movflag defaults | Marton Balint | 2023-04-24 | 1 | -1/+1 |
* | avformat/movenc: factorize determining mdhd/mvhd/tkhd version | Marton Balint | 2023-04-24 | 1 | -9/+12 |
* | avformat/mov: restrict unix timestamp hack to version 0 mdhd/mvhd | Marton Balint | 2023-04-24 | 1 | -2/+5 |
* | avformat/mov: factorize reading creation time metadata | Marton Balint | 2023-04-24 | 1 | -20/+12 |
* | avformat/movenc: fixed fmp4 packets containing incorrect flags after transcoding | Wang Yaqiang | 2023-04-24 | 1 | -2/+2 |
* | avformat: add PDV demuxer | Paul B Mahol | 2023-04-20 | 4 | -2/+177 |
* | yuv4mpegenc: add bitdepth multiplier after rounding width. | Ronald S. Bultje | 2023-04-19 | 1 | -1/+2 |
* | avformat/concatf: check if any nodes were allocated | James Almer | 2023-04-14 | 1 | -0/+2 |
* | avformat/flvenc: avoid an extra allocate | Zhao Zhili | 2023-04-15 | 1 | -17/+13 |
* | avformat/flvenc: use local variable to shorten code | Zhao Zhili | 2023-04-15 | 1 | -4/+4 |
* | lavf/rawdec: mark raw demuxers as having no timestamps | Anton Khirnov | 2023-04-13 | 1 | -1/+1 |
* | lavf/demux: treat streams with AVSTREAM_PARSE_FULL_RAW as having timestamps | Anton Khirnov | 2023-04-13 | 1 | -1/+1 |
* | lavf/rawdec: set avg_frame_rate | Anton Khirnov | 2023-04-13 | 1 | -0/+1 |