334 Commits (0415bb74c81ab0019e48bd2989ddf48d66918e9e)

Author SHA1 Message Date
Andreas Rheinhardt 8b48b0adab avformat/utils: Use static mutexes instead of ff_lock_avformat() 6 months ago
Andreas Rheinhardt 4a4dcde339 avformat/internal: Move FF_FMT_INIT_CLEANUP to demux.h 8 months ago
Andreas Rheinhardt 53a51e70f2 avformat/internal: Remove declaration for ff_format_io_close_default() 8 months ago
Andreas Rheinhardt b800327f4c avformat/avformat: Add FFInputFormat, hide internals of AVInputFormat 8 months ago
James Almer 41e349c24a avformat/mov: add support for tile HEIF still images 9 months ago
Andreas Rheinhardt 71e1da4522 avformat/mux: Don't allocate priv_pts separately 9 months ago
Andreas Rheinhardt 569ad285a5 avformat/options: Only allocate AVCodecContext for demuxers 9 months ago
James Almer 89215237dd avformat: remove ff_remove_stream_group() 11 months ago
James Almer 556b596d1d avformat: introduce AVStreamGroup 11 months ago
James Almer 5432d2aaca avformat/avformat: use the side data from AVStream.codecpar 1 year ago
Anton Khirnov 85e075587d lavf: deprecate AVFMT_FLAG_SHORTEST 1 year ago
Andreas Rheinhardt 185d0acdc7 avformat/internal: Avoid casting const away 1 year ago
Andreas Rheinhardt 0c6e5f321b avformat/avformat: Avoid including codec.h, frame.h 1 year ago
Andreas Rheinhardt ee485b4051 avformat/internal: Don't auto-include os_support.h 1 year ago
Andreas Rheinhardt 76f244b84e avformat/internal: Use forward declaration for AVCodecDescriptor 1 year ago
Anton Khirnov e930b834a9 lavf: use AV_CODEC_PROP_FIELDS where appropriate 2 years ago
Michael Niedermayer a7b06bfc5d
avformat: add ff_match_url_ext() 2 years ago
Andreas Rheinhardt 59c9dc82f4 avformat/avformat: Move AVOutputFormat internals out of public header 2 years ago
Andreas Rheinhardt 2b41463b87 avformat/internal: Don't include avcodec.h 2 years ago
Andreas Rheinhardt 1a8309e954 avformat/mux: Allow muxers to set custom min timestamp 2 years ago
Pierre-Anthony Lemieux f2403d1530 avformat: refactor ff_stream_encode_params_copy() to stream_params_copy() 2 years ago
Andreas Rheinhardt 439ca8b5f4 avformat/internal: Hide BSF stuff only used by the core APIs 3 years ago
Andreas Rheinhardt aaeb37f385 avformat/internal: Move FFERROR_REDO to demux.h 3 years ago
Andreas Rheinhardt 9825d488d6 avformat/utils: Move ff_find_stream_index to demux_utils.c 3 years ago
Andreas Rheinhardt a085cfa654 avformat/utils: Move ff_get_extradata to demux_utils.c 3 years ago
Andreas Rheinhardt aef16886dd avformat/internal: Make AVFormatContext* a logctx in ff_get_extradata 3 years ago
Andreas Rheinhardt 7803825cfc avformat/utils: Move ff_generate_avci_extradata to demux_utils.c 3 years ago
Andreas Rheinhardt f104352b91 avformat/utils: Move ff_add_param_change to demux_utils.c 3 years ago
Andreas Rheinhardt 92a43ad384 avformat/utils: Move ff_add_attached_pic to demux_utils.c 3 years ago
Andreas Rheinhardt ff0e8e14c3 avformat/utils: Move avpriv_new_chapter to demux_utils.c 3 years ago
Andreas Rheinhardt 284313c664 avformat/utils: Move parser functions to a new file, demux_utils.c 3 years ago
Andreas Rheinhardt 3cfae9e038 avformat/internal: Move definition of FFStream->info to demux.h 3 years ago
Andreas Rheinhardt 35ec5c819b avformat/demux: Add new demux.h header 3 years ago
Andreas Rheinhardt 20ca491664 avformat/utils: Move ff_stream_encode_params_copy() to mux_utils.c 3 years ago
Andreas Rheinhardt 437484a66a avformat/utils: Move ff_format_output_open() to mux_utils.c 3 years ago
Andreas Rheinhardt d78838414b avformat/utils: Move creation-time functions to mux_utils 3 years ago
Andreas Rheinhardt 533836b8e0 avformat/utils: Move ff_get_packet_palette() to rawutils.c 3 years ago
Andreas Rheinhardt ba49acf143 avformat/mux_utils: Move ff_format_shift_data to new file for mux utils 3 years ago
Andreas Rheinhardt b9f6d416ec avformat/utils: Move stream_options, avformat_new_stream to options.c 3 years ago
Andreas Rheinhardt 7547f13548 avformat/utils: Move ff_stream_add_bitstream_filter to mux.c 3 years ago
Andreas Rheinhardt 5130bbb7ef avformat/mux: Move ff_choose_chroma_location to mxfenc, its only user 3 years ago
Andreas Rheinhardt 107bdd97a9 avformat/mux: Move ff_choose_timebase to nutenc, its only user 3 years ago
Andreas Rheinhardt f4a2d722aa avformat/internal: Move muxing-only functions to new mux.h header 3 years ago
Michael Niedermayer 6265f0b4e1 avformat: Do not search through the AVOption table for a option not in it repeatedly on each packet 3 years ago
Pierre-Anthony Lemieux b172c0f8c5
avformat/seek: add ff_rescale_interval() function 3 years ago
Andreas Rheinhardt c602deb138 avformat/mux: Preserve sync even if later packet has negative ts 3 years ago
Andreas Rheinhardt d61240f8c9 avcodec/packet_internal: Add proper PacketList struct 3 years ago
Marton Balint 76e062322c avformat/movenc: factorize data shifting 3 years ago
Gerard Sole 18ad360648 libavformat: add side_data copy in concat demuxer 3 years ago
Anton Khirnov fe31708eaa lavf/sdp: add more thorough error handling 3 years ago