| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/utils: fix logic error in ff_mkdir_p | Peter Ross | 2022-02-16 | 1 | -1/+1 |
* | avformat/utils: Fix invalid NULL pointer operation in ff_parse_key_value() | Michael Niedermayer | 2022-02-09 | 1 | -1/+1 |
* | avformat/utils: keep chapter monotonicity on chapter updates | Michael Niedermayer | 2022-02-09 | 1 | -1/+2 |
* | avcodec/packet_internal: Add proper PacketList struct | Andreas Rheinhardt | 2022-01-04 | 1 | -4/+3 |
* | avcodec/utils: Unavpriv avpriv_toupper4() | Andreas Rheinhardt | 2022-01-04 | 1 | -1/+1 |
* | avformat/utils: propagate return value of ff_format_io_close in ff_format_shi... | Marton Balint | 2022-01-03 | 1 | -1/+1 |
* | avformat/movenc: factorize data shifting | Marton Balint | 2022-01-03 | 1 | -0/+56 |
* | libavformat: add side_data copy in concat demuxer | Gerard Sole | 2021-12-22 | 1 | -0/+9 |
* | avformat: introduce AVFormatContext io_close2 which returns an int | Marton Balint | 2021-12-12 | 1 | -3/+14 |
* | avformat/utils: Add const where appropriate | Andreas Rheinhardt | 2021-12-09 | 1 | -7/+8 |
* | avformat/utils: Fix wrong indentation | Andreas Rheinhardt | 2021-12-09 | 1 | -17/+17 |
* | avformat/utils: Make ff_data_to_hex() zero-terminate the string | Andreas Rheinhardt | 2021-12-08 | 1 | -0/+1 |
* | avformat/utils: Remove duplicated AV_DISPOSITION_FOO <-> "foo" table | Andreas Rheinhardt | 2021-11-19 | 1 | -28/+11 |
* | avformat/utils: Remove unused shorthand feature for auto-inserted BSF | Andreas Rheinhardt | 2021-11-18 | 1 | -7/+1 |
* | lavf: add "disposition" AVOption to AVStream AVClass | Anton Khirnov | 2021-11-16 | 1 | -0/+24 |
* | lavf: add public functions converting dispositions to/from strings | Anton Khirnov | 2021-11-16 | 1 | -0/+47 |
* | lavf: add an AVClass to AVStream on next major bump | Anton Khirnov | 2021-11-16 | 1 | -0/+15 |
* | avformat/demux: allow total size of packets in raw_packet_buffer to reach pro... | Marton Balint | 2021-11-14 | 1 | -1/+1 |
* | avformat/utils: add const for argument passed to ff_is_http_proto() | Limin Wang | 2021-09-29 | 1 | -1/+1 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -2/+2 |
* | avformat/utils: Use st for AVStream variable in avpriv_set_pts_info | Andreas Rheinhardt | 2021-09-17 | 1 | -7/+7 |
* | avformat/utils: Move demuxing code out into a new file | Andreas Rheinhardt | 2021-09-17 | 1 | -2935/+3 |
* | avformat/utils: Move seeking code out into a new file | Andreas Rheinhardt | 2021-09-17 | 1 | -744/+8 |
* | avformat/utils: Reindentation | Andreas Rheinhardt | 2021-09-17 | 1 | -10/+10 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -85/+87 |
* | avformat/mux, utils: Use dedicated pointer for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -417/+468 |
* | avformat: Avoid allocation for AVFormatInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -27/+26 |
* | avformat/mux, mxfenc, utils: Use dedicated pointer for AVFormatInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -73/+100 |
* | avformat/asfenc, mux, utils: Use smaller scope for variables | Andreas Rheinhardt | 2021-09-17 | 1 | -166/+128 |
* | avformat/utils: Ignore negative duration in codec_info_duration computation | Michael Niedermayer | 2021-09-14 | 1 | -1/+1 |
* | avformat/utils: Use av_memdup to duplicate array of AVChapter * | Andreas Rheinhardt | 2021-08-31 | 1 | -4/+1 |
* | avformat/utils: Don't allocate zero-sized array | Andreas Rheinhardt | 2021-08-31 | 1 | -3/+7 |
* | avformat/utils: Don't compare pointers when sorting chapters | Andreas Rheinhardt | 2021-08-31 | 1 | -1/+1 |
* | avformat/utils: Allocate AVStream.info only for input streams | Andreas Rheinhardt | 2021-08-30 | 1 | -10/+10 |
* | avformat/utils: Don't initialize AVStreamInternal.info multiple times | Andreas Rheinhardt | 2021-08-30 | 1 | -9/+0 |
* | avformat/utils: Remove redundant flushing of packet queue | Andreas Rheinhardt | 2021-08-30 | 1 | -2/+0 |
* | avformat/utils: Make ff_compute_frame_duration() static | Andreas Rheinhardt | 2021-08-30 | 1 | -8/+7 |
* | avformat/utils: Remove obsolete todo | Andreas Rheinhardt | 2021-08-30 | 1 | -6/+2 |
* | avformat/utils: Remove always-false check | Andreas Rheinhardt | 2021-08-30 | 1 | -2/+0 |
* | avformat/avio: Move internal AVIOContext fields to avio_internal.h | Andreas Rheinhardt | 2021-08-25 | 1 | -7/+13 |
* | avformat/utils: Move ffio_limit() to aviobuf | Andreas Rheinhardt | 2021-08-25 | 1 | -25/+0 |
* | avformat/utils: Also set io_repositioned for generic seeking | Andreas Rheinhardt | 2021-08-23 | 1 | -0/+3 |
* | avformat: Use ffio_read_size where appropriate | Andreas Rheinhardt | 2021-08-06 | 1 | -3/+3 |
* | avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.h | Andreas Rheinhardt | 2021-07-29 | 1 | -0/+1 |
* | avcodec/avcodec: Stop including bsf.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | avformat/utils: remove AVStreamInternal.orig_codec_id | James Almer | 2021-07-17 | 1 | -7/+1 |
* | avformat: Redo cleanup of demuxers upon read_header() failure | Andreas Rheinhardt | 2021-07-07 | 1 | -1/+4 |
* | avformat/utils: Avoid overflow in codec_info_duration computation for subtitles | Michael Niedermayer | 2021-06-12 | 1 | -1/+3 |
* | avformat/utils: check dts/duration to be representable before using them | Michael Niedermayer | 2021-06-12 | 1 | -1/+3 |
* | avformat: move AVStream.{first,cur}_dts to AVStreamInternal | James Almer | 2021-06-09 | 1 | -43/+43 |