| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/http: Add support for Retry-After header | Derek Buitenhuis | 2024-04-25 | 1 | -1/+1 |
* | avformat/http: Add option to limit total reconnect delay | Derek Buitenhuis | 2024-04-25 | 1 | -1/+1 |
* | avformat/http: Add options to set the max number of connection retries | Derek Buitenhuis | 2024-04-25 | 1 | -1/+1 |
* | avformat/demux: add duration_probesize AVOption | Nicolas Gaullier | 2024-04-02 | 1 | -1/+1 |
* | Bump after 7.0 branch pointn7.1-dev | Michael Niedermayer | 2024-03-27 | 1 | -1/+1 |
* | Bump prior release/7.0 branch | Michael Niedermayer | 2024-03-27 | 1 | -1/+1 |
* | libs: bump major version for all libraries | James Almer | 2024-03-07 | 1 | -1/+1 |
* | avformat/options: Deprecate av_fmt_ctx_get_duration_estimation_method() | Andreas Rheinhardt | 2024-03-06 | 1 | -1/+1 |
* | avformat/avformat: add a function to return the name of stream groups | James Almer | 2024-03-05 | 1 | -1/+1 |
* | avformat/avio: Make avio_print_string_array() accept const pointers | Andreas Rheinhardt | 2024-03-02 | 1 | -2/+2 |
* | avformat/mov: add support for tile HEIF still images | James Almer | 2024-02-26 | 1 | -1/+1 |
* | avformat: add a Tile Grid stream group type | James Almer | 2024-02-26 | 1 | -2/+2 |
* | avformat/mpegts: add a ts_id exported option | James Almer | 2024-02-19 | 1 | -1/+1 |
* | avformat: add a disposition field to AVStreamGroup | James Almer | 2024-02-13 | 1 | -1/+1 |
* | avformat: Immersive Audio Model and Formats muxer | James Almer | 2023-12-18 | 1 | -1/+1 |
* | avformat: introduce AVStreamGroup | James Almer | 2023-12-18 | 1 | -1/+1 |
* | avformat: add QOA demuxer | Paul B Mahol | 2023-11-26 | 1 | -1/+1 |
* | Bump versions after 6.1n6.2-dev | Michael Niedermayer | 2023-10-29 | 1 | -1/+1 |
* | Bump versions prior to 6.1 | Michael Niedermayer | 2023-10-29 | 1 | -2/+2 |
* | avformat/options: add missing disposition flag to AVStream class options | James Almer | 2023-10-25 | 1 | -1/+1 |
* | avformat/avformat: use the side data from AVStream.codecpar | James Almer | 2023-10-06 | 1 | -1/+1 |
* | avformat/avformat: Deprecate AVFMT_ALLOW_FLUSH | Andreas Rheinhardt | 2023-10-03 | 1 | -1/+1 |
* | avformat: add CRI USM demuxer | Paul B Mahol | 2023-09-17 | 1 | -2/+2 |
* | avformat/mov: add interleaved_read option | Zhao Zhili | 2023-09-14 | 1 | -1/+1 |
* | avformat/avio: Constify data pointees of write callbacks | Andreas Rheinhardt | 2023-09-10 | 1 | -1/+1 |
* | avformat: add OSQ demuxer | Paul B Mahol | 2023-09-01 | 1 | -2/+2 |
* | avformat/jpegxl: remove jpegxl_probe, instead call avcodec/jpegxl_parse | Leo Izen | 2023-08-27 | 1 | -1/+1 |
* | avformat/version: bump minor after recent additions | James Almer | 2023-06-29 | 1 | -1/+1 |
* | avformat: add raw AC-4 muxer | Paul B Mahol | 2023-06-20 | 1 | -1/+1 |
* | avformat: add raw AC-4 demuxer | Paul B Mahol | 2023-06-20 | 1 | -1/+1 |
* | avformt/version: bump minor after evc muxer and demuxer additions | James Almer | 2023-06-15 | 1 | -1/+1 |
* | avformat/jpegxl_anim_dec: add animated JPEG XL demuxer | Leo Izen | 2023-06-05 | 1 | -1/+1 |
* | avformat: add PDV demuxer | Paul B Mahol | 2023-04-20 | 1 | -2/+2 |
* | libavformat/tcp: add local_addr/local_port for network option | jackarain | 2023-03-30 | 1 | -1/+1 |
* | version.h: Bump minor post 6.0 branchn6.1-dev | Michael Niedermayer | 2023-02-19 | 1 | -1/+1 |
* | version.h: Bump minor for 6.0 branch | Michael Niedermayer | 2023-02-19 | 1 | -1/+1 |
* | avformat: add RKA demuxer | Paul B Mahol | 2023-02-11 | 1 | -1/+1 |
* | avformat: add SDNS demuxer | Paul B Mahol | 2023-02-11 | 1 | -1/+1 |
* | Bump major versions of all libraries | James Almer | 2023-02-09 | 1 | -1/+1 |
* | avformat: add WavArc demuxer | Paul B Mahol | 2023-02-04 | 1 | -1/+1 |
* | avformat: add XMD demuxer | Paul B Mahol | 2023-01-30 | 1 | -1/+1 |
* | avformat: add WADY demuxer | Paul B Mahol | 2023-01-24 | 1 | -1/+1 |
* | avformat/file: add fd protocol | Zhao Zhili | 2023-01-11 | 1 | -2/+2 |
* | avformat/file: add fd option for pipe | Zhao Zhili | 2023-01-11 | 1 | -1/+1 |
* | avformat/electronicarts: add option to return alpha channel in the main video... | Marton Balint | 2022-11-22 | 1 | -1/+1 |
* | avformat/mpegtsenc: add omit_rai flag | Zhao Zhili | 2022-10-08 | 1 | -1/+1 |
* | avformat/avio: Schedule AVIODirContext to become an opaque type | Andreas Rheinhardt | 2022-10-03 | 1 | -1/+1 |
* | avformat: add APAC demuxer | Paul B Mahol | 2022-09-23 | 1 | -2/+2 |
* | avformat/movenc: Write auxi box for animated AVIF with alpha | Vignesh Venkatasubramanian | 2022-09-22 | 1 | -1/+1 |
* | avformat: add LAF demuxer | Paul B Mahol | 2022-09-16 | 1 | -1/+1 |