| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/internal: Don't include avcodec.h | Andreas Rheinhardt | 2022-09-26 | 1 | -2/+1 |
* | avformat/mux: Allow muxers to set custom min timestamp | Andreas Rheinhardt | 2022-09-05 | 1 | -0/+7 |
* | avformat: refactor ff_stream_encode_params_copy() to stream_params_copy() | Pierre-Anthony Lemieux | 2022-08-12 | 1 | -0/+11 |
* | avformat/internal: Hide BSF stuff only used by the core APIs | Andreas Rheinhardt | 2022-05-12 | 1 | -3/+2 |
* | avformat/internal: Move FFERROR_REDO to demux.h | Andreas Rheinhardt | 2022-05-12 | 1 | -6/+0 |
* | avformat/utils: Move ff_find_stream_index to demux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -6/+0 |
* | avformat/utils: Move ff_get_extradata to demux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -9/+0 |
* | avformat/internal: Make AVFormatContext* a logctx in ff_get_extradata | Andreas Rheinhardt | 2022-05-10 | 1 | -1/+1 |
* | avformat/utils: Move ff_generate_avci_extradata to demux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -6/+0 |
* | avformat/utils: Move ff_add_param_change to demux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -8/+0 |
* | avformat/utils: Move ff_add_attached_pic to demux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -16/+0 |
* | avformat/utils: Move avpriv_new_chapter to demux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -14/+0 |
* | avformat/utils: Move parser functions to a new file, demux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -2/+0 |
* | avformat/internal: Move definition of FFStream->info to demux.h | Andreas Rheinhardt | 2022-05-10 | 1 | -29/+1 |
* | avformat/demux: Add new demux.h header | Andreas Rheinhardt | 2022-05-10 | 1 | -114/+0 |
* | avformat/utils: Move ff_stream_encode_params_copy() to mux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -9/+0 |
* | avformat/utils: Move ff_format_output_open() to mux_utils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -10/+0 |
* | avformat/utils: Move creation-time functions to mux_utils | Andreas Rheinhardt | 2022-05-10 | 1 | -20/+0 |
* | avformat/utils: Move ff_get_packet_palette() to rawutils.c | Andreas Rheinhardt | 2022-05-10 | 1 | -27/+0 |
* | avformat/mux_utils: Move ff_format_shift_data to new file for mux utils | Andreas Rheinhardt | 2022-05-10 | 1 | -7/+0 |
* | avformat/utils: Move stream_options, avformat_new_stream to options.c | Andreas Rheinhardt | 2022-05-10 | 1 | -1/+11 |
* | avformat/utils: Move ff_stream_add_bitstream_filter to mux.c | Andreas Rheinhardt | 2022-05-10 | 1 | -11/+0 |
* | avformat/mux: Move ff_choose_chroma_location to mxfenc, its only user | Andreas Rheinhardt | 2022-05-10 | 1 | -5/+0 |
* | avformat/mux: Move ff_choose_timebase to nutenc, its only user | Andreas Rheinhardt | 2022-05-10 | 1 | -9/+0 |
* | avformat/internal: Move muxing-only functions to new mux.h header | Andreas Rheinhardt | 2022-05-10 | 1 | -60/+0 |
* | avformat: Do not search through the AVOption table for a option not in it rep... | Michael Niedermayer | 2022-03-27 | 1 | -0/+5 |
* | avformat/seek: add ff_rescale_interval() function | Pierre-Anthony Lemieux | 2022-03-19 | 1 | -0/+20 |
* | avformat/mux: Preserve sync even if later packet has negative ts | Andreas Rheinhardt | 2022-01-21 | 1 | -12/+11 |
* | avcodec/packet_internal: Add proper PacketList struct | Andreas Rheinhardt | 2022-01-04 | 1 | -7/+5 |
* | avformat/movenc: factorize data shifting | Marton Balint | 2022-01-03 | 1 | -0/+7 |
* | libavformat: add side_data copy in concat demuxer | Gerard Sole | 2021-12-22 | 1 | -0/+9 |
* | lavf/sdp: add more thorough error handling | Anton Khirnov | 2021-12-17 | 1 | -3/+4 |
* | lavf/sdp: add const qualifiers where appropriate | Anton Khirnov | 2021-12-17 | 1 | -1/+1 |
* | avformat: introduce AVFormatContext io_close2 which returns an int | Marton Balint | 2021-12-12 | 1 | -1/+9 |
* | avformat/utils: Add const where appropriate | Andreas Rheinhardt | 2021-12-09 | 1 | -1/+1 |
* | avformat/utils: Make ff_data_to_hex() zero-terminate the string | Andreas Rheinhardt | 2021-12-08 | 1 | -0/+11 |
* | avformat/mux: Avoid overhead of packet list in case of single streams | Andreas Rheinhardt | 2021-11-19 | 1 | -0/+7 |
* | avformat/mux: Store pointer to interleavement func in FFFormatContext | Andreas Rheinhardt | 2021-11-19 | 1 | -0/+6 |
* | avformat/demux: allow total size of packets in raw_packet_buffer to reach pro... | Marton Balint | 2021-11-14 | 1 | -3/+2 |
* | avformat/internal: Allow AVFormatInternal.pkt to be used by muxers | Andreas Rheinhardt | 2021-10-03 | 1 | -1/+3 |
* | avformat/mux: Don't use stack packet when writing interleaved packets | Andreas Rheinhardt | 2021-10-03 | 1 | -13/+6 |
* | avformat/utils: add const for argument passed to ff_is_http_proto() | Limin Wang | 2021-09-29 | 1 | -1/+1 |
* | avformat/utils: Use st for AVStream variable in avpriv_set_pts_info | Andreas Rheinhardt | 2021-09-17 | 1 | -2/+2 |
* | avformat/utils: Move demuxing code out into a new file | Andreas Rheinhardt | 2021-09-17 | 1 | -0/+2 |
* | avformat/utils: Move seeking code out into a new file | Andreas Rheinhardt | 2021-09-17 | 1 | -0/+18 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -2/+17 |
* | avformat: Avoid allocation for AVFormatInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -2/+12 |
* | avformat/mux: Fix double-free when using AVPacket.opaque_ref | Andreas Rheinhardt | 2021-09-03 | 1 | -1/+2 |
* | avformat/utils: Make ff_compute_frame_duration() static | Andreas Rheinhardt | 2021-08-30 | 1 | -6/+0 |
* | avformat/internal: Move ff_read_line_to_bprint_overwrite to avio_internal.h | Andreas Rheinhardt | 2021-07-29 | 1 | -15/+1 |