summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat: add Argonaut Games CVG demuxerZane van Iperen2021-05-124-2/+249
* lavf/framecrcenc: do not hash side dataAnton Khirnov2021-05-091-73/+0
* avformat/rpl: Support files containing Replay IMA ADPCM audioCameron Cawley2021-05-091-3/+11
* avformat/matroskadec: remove special handling of av1c extradataJan Ekström2021-05-081-4/+0
* avformat/mov: remove special handling of av1c extradataJan Ekström2021-05-081-29/+1
* avformat/hls: use av_strncasecmp()Limin Wang2021-05-071-1/+1
* avformat: move AVStream.stream_identifier to AVStreamInternalJames Almer2021-05-073-9/+9
* avformat: move AVStream.codec_info_nb_frames to AVStreamInternalJames Almer2021-05-074-21/+21
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-0753-158/+167
* avformat: move AVStream.probe_packets to AVStreamInternalJames Almer2021-05-077-17/+17
* avformat: move AVStream.last-IP_{pts,duration} to AVStreamInternalJames Almer2021-05-074-13/+14
* avformat/utils: constrain the lifetime of the pointer returned by avformat_in...James Almer2021-05-062-8/+8
* avformat/mov: don't save a copy of the packet's AVBufferRef on DV streamsJames Almer2021-05-061-2/+0
* avformat/avidec: don't save a copy of the packet's AVBufferRef on DV streamsJames Almer2021-05-061-2/+0
* avformat/dv: stop using av_init_packet()James Almer2021-05-061-4/+20
* avformat/rpl: cosmeticsZane van Iperen2021-05-061-16/+10
* avformat/hlsenc: correct log text and supply packet detailsGyan Doshi2021-05-051-1/+2
* avformat/mvdec: Check sample rate in parse_audio_var()Michael Niedermayer2021-05-041-0/+2
* movenc: add movie_timescale option instead of hardcoding 1000Justin Ruggles2021-05-043-12/+14
* avformat/dump: Remove remnants of codec timebaseAndreas Rheinhardt2021-04-301-5/+4
* avformat/mpegtsenc: Fix indentation inside if-clause in mpegts_write_pes()zheng qian2021-04-281-90/+90
* avformat/mpegtsenc: Fix mpegts_write_pes() for private_stream_2 and other typeszheng qian2021-04-281-0/+15
* avformat/mpegts: Fix indentation for stream_id constantszheng qian2021-04-281-12/+12
* avformat/mpegts: Add missing constants for MPEG-TS stream_id definitionszheng qian2021-04-281-0/+8
* avformat/mpegtsenc: factorize determining pes stream idMarton Balint2021-04-281-25/+35
* avformat/mpegtsenc: move is_dvb_subtitle/is_dvb_teletext initialization upwardsMarton Balint2021-04-281-10/+3
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27327-927/+927
* Bump major versions of all libraries.Anton Khirnov2021-04-271-2/+2
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-275-76/+0
* avformat: remove deprecated AVStream.codecJames Almer2021-04-2711-320/+17
* avformat/avformat, utils: Make av_find_best_stream const-correctAndreas Rheinhardt2021-04-272-3/+3
* avformat/avformat: Constify AVFormatContext.*_codec pointersAndreas Rheinhardt2021-04-271-4/+4
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-2724-47/+41
* avformat: Switch AVChapter.id to 64bitsAndreas Rheinhardt2021-04-275-19/+0
* avformat: Remove deprecated av_demuxer_open()Andreas Rheinhardt2021-04-273-41/+1
* avformat: Remove deprecated AVFMT_FLAG_MP4A_LATM flag, latm optionAndreas Rheinhardt2021-04-273-9/+0
* avformat/dashenc: Remove deprecated min_seg_duration optionAndreas Rheinhardt2021-04-272-15/+0
* avformat/rtsp: Remove deprecated old options, rename stimeout->timeoutAndreas Rheinhardt2021-04-272-11/+0
* avformat/aviobuf: End grace period of allowing 0 from read_packetAndreas Rheinhardt2021-04-272-10/+0
* avformat/mov, movenc: Stop exporting rotation via metadataAndreas Rheinhardt2021-04-273-32/+0
* avformat: Remove remnants of side data mergingAndreas Rheinhardt2021-04-273-9/+0
* avformat/hlsenc: Remove deprecated localtime optionsAndreas Rheinhardt2021-04-272-9/+0
* avformat/hlsenc: Remove deprecated wrap optionAndreas Rheinhardt2021-04-272-29/+0
* avformat/http: Remove deprecated "user-agent" optionAndreas Rheinhardt2021-04-272-6/+0
* avformat/avformat: Remove outdated private fieldsAndreas Rheinhardt2021-04-271-47/+0
* avformat: Remove deprecated filename field from AVFormatContextAndreas Rheinhardt2021-04-274-37/+0
* avformat: Remove getters and settersAndreas Rheinhardt2021-04-273-69/+0
* avformat: Remove deprecated old open callbacksAndreas Rheinhardt2021-04-274-41/+0
* avformat: Remove FFserver leftoversAndreas Rheinhardt2021-04-273-43/+0
* avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt2021-04-2719-63/+55