summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* avformat/internal: Make AVFormatContext* a logctx in ff_get_extradataAndreas Rheinhardt2022-05-10
* avformat/utils: Move ff_generate_avci_extradata to demux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move av_read_(play|pause) to demux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move ff_add_param_change to demux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move ff_add_attached_pic to demux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move avformat_queue_attached_pictures to demux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move av_format_inject_global_side_data to demux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move avpriv_new_chapter to demux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move parser functions to a new file, demux_utils.cAndreas Rheinhardt2022-05-10
* avformat/internal: Move definition of FFStream->info to demux.hAndreas Rheinhardt2022-05-10
* avformat/utils: Move ff_stream_encode_params_copy() to mux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move av_stream_get_end_pts() to mux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move avformat_query_codec() to mux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move ff_format_output_open() to mux_utils.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move creation-time functions to mux_utilsAndreas Rheinhardt2022-05-10
* avformat/utils: Move ff_get_packet_palette() to rawutils.cAndreas Rheinhardt2022-05-10
* avformat/mux_utils: Move ff_format_shift_data to new file for mux utilsAndreas Rheinhardt2022-05-10
* avformat/utils: Move stream_options, avformat_new_stream to options.cAndreas Rheinhardt2022-05-10
* avformat/utils: Move ff_stream_add_bitstream_filter to mux.cAndreas Rheinhardt2022-05-10
* avformat/utils: Use av_realloc_array for reallocating arrayAndreas Rheinhardt2022-05-10
* lib*/version: Move library version functions into files of their ownAndreas Rheinhardt2022-05-10
* libavformat: Split version.hMartin Storsjö2022-03-16
* lavf: convert the generic layer to the new channel layoutAnton Khirnov2022-03-15
* lavc: deprecate channel count/layout changing side dataAnton Khirnov2022-03-15
* avformat/utils: fix logic error in ff_mkdir_pPeter Ross2022-02-16
* avformat/utils: Fix invalid NULL pointer operation in ff_parse_key_value()Michael Niedermayer2022-02-09
* avformat/utils: keep chapter monotonicity on chapter updatesMichael Niedermayer2022-02-09
* avcodec/packet_internal: Add proper PacketList structAndreas Rheinhardt2022-01-04
* avcodec/utils: Unavpriv avpriv_toupper4()Andreas Rheinhardt2022-01-04
* avformat/utils: propagate return value of ff_format_io_close in ff_format_shi...Marton Balint2022-01-03
* avformat/movenc: factorize data shiftingMarton Balint2022-01-03
* libavformat: add side_data copy in concat demuxerGerard Sole2021-12-22
* avformat: introduce AVFormatContext io_close2 which returns an intMarton Balint2021-12-12
* avformat/utils: Add const where appropriateAndreas Rheinhardt2021-12-09
* avformat/utils: Fix wrong indentationAndreas Rheinhardt2021-12-09
* avformat/utils: Make ff_data_to_hex() zero-terminate the stringAndreas Rheinhardt2021-12-08
* avformat/utils: Remove duplicated AV_DISPOSITION_FOO <-> "foo" tableAndreas Rheinhardt2021-11-19
* avformat/utils: Remove unused shorthand feature for auto-inserted BSFAndreas Rheinhardt2021-11-18
* lavf: add "disposition" AVOption to AVStream AVClassAnton Khirnov2021-11-16
* lavf: add public functions converting dispositions to/from stringsAnton Khirnov2021-11-16
* lavf: add an AVClass to AVStream on next major bumpAnton Khirnov2021-11-16
* avformat/demux: allow total size of packets in raw_packet_buffer to reach pro...Marton Balint2021-11-14
* avformat/utils: add const for argument passed to ff_is_http_proto()Limin Wang2021-09-29
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avformat/utils: Use st for AVStream variable in avpriv_set_pts_infoAndreas Rheinhardt2021-09-17
* avformat/utils: Move demuxing code out into a new fileAndreas Rheinhardt2021-09-17
* avformat/utils: Move seeking code out into a new fileAndreas Rheinhardt2021-09-17
* avformat/utils: ReindentationAndreas Rheinhardt2021-09-17
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat/mux, utils: Use dedicated pointer for AVStreamInternalAndreas Rheinhardt2021-09-17