summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* fix broken links to msdn documentationPeter Ross2021-05-13
* avformat/mov: Ignore duplicate CoLLMichael Niedermayer2021-05-12
* avformat/mov: Limit nb_chapter_tracks to input sizeMichael Niedermayer2021-05-12
* avformat/utils: Use 64bit earlier in r_frame_rate checkMichael Niedermayer2021-05-12
* lavf/flvdec: normalize exporting date metadataAnton Khirnov2021-05-12
* avformat: add Argonaut Games CVG muxerZane van Iperen2021-05-12
* avformat: add Argonaut Games CVG demuxerZane van Iperen2021-05-12
* lavf/framecrcenc: do not hash side dataAnton Khirnov2021-05-09
* avformat/rpl: Support files containing Replay IMA ADPCM audioCameron Cawley2021-05-09
* avformat/matroskadec: remove special handling of av1c extradataJan Ekström2021-05-08
* avformat/mov: remove special handling of av1c extradataJan Ekström2021-05-08
* avformat/hls: use av_strncasecmp()Limin Wang2021-05-07
* avformat: move AVStream.stream_identifier to AVStreamInternalJames Almer2021-05-07
* avformat: move AVStream.codec_info_nb_frames to AVStreamInternalJames Almer2021-05-07
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-07
* avformat: move AVStream.probe_packets to AVStreamInternalJames Almer2021-05-07
* avformat: move AVStream.last-IP_{pts,duration} to AVStreamInternalJames Almer2021-05-07
* avformat/utils: constrain the lifetime of the pointer returned by avformat_in...James Almer2021-05-06
* avformat/mov: don't save a copy of the packet's AVBufferRef on DV streamsJames Almer2021-05-06
* avformat/avidec: don't save a copy of the packet's AVBufferRef on DV streamsJames Almer2021-05-06
* avformat/dv: stop using av_init_packet()James Almer2021-05-06
* avformat/rpl: cosmeticsZane van Iperen2021-05-06
* avformat/hlsenc: correct log text and supply packet detailsGyan Doshi2021-05-05
* avformat/mvdec: Check sample rate in parse_audio_var()Michael Niedermayer2021-05-04
* movenc: add movie_timescale option instead of hardcoding 1000Justin Ruggles2021-05-04
* avformat/dump: Remove remnants of codec timebaseAndreas Rheinhardt2021-04-30
* avformat/mpegtsenc: Fix indentation inside if-clause in mpegts_write_pes()zheng qian2021-04-28
* avformat/mpegtsenc: Fix mpegts_write_pes() for private_stream_2 and other typeszheng qian2021-04-28
* avformat/mpegts: Fix indentation for stream_id constantszheng qian2021-04-28
* avformat/mpegts: Add missing constants for MPEG-TS stream_id definitionszheng qian2021-04-28
* avformat/mpegtsenc: factorize determining pes stream idMarton Balint2021-04-28
* avformat/mpegtsenc: move is_dvb_subtitle/is_dvb_teletext initialization upwardsMarton Balint2021-04-28
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* Bump major versions of all libraries.Anton Khirnov2021-04-27
* avutil: remove deprecated AVClass.child_class_nextJames Almer2021-04-27
* avformat: remove deprecated AVStream.codecJames Almer2021-04-27
* avformat/avformat, utils: Make av_find_best_stream const-correctAndreas Rheinhardt2021-04-27
* avformat/avformat: Constify AVFormatContext.*_codec pointersAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avformat: Switch AVChapter.id to 64bitsAndreas Rheinhardt2021-04-27
* avformat: Remove deprecated av_demuxer_open()Andreas Rheinhardt2021-04-27
* avformat: Remove deprecated AVFMT_FLAG_MP4A_LATM flag, latm optionAndreas Rheinhardt2021-04-27
* avformat/dashenc: Remove deprecated min_seg_duration optionAndreas Rheinhardt2021-04-27
* avformat/rtsp: Remove deprecated old options, rename stimeout->timeoutAndreas Rheinhardt2021-04-27
* avformat/aviobuf: End grace period of allowing 0 from read_packetAndreas Rheinhardt2021-04-27
* avformat/mov, movenc: Stop exporting rotation via metadataAndreas Rheinhardt2021-04-27
* avformat: Remove remnants of side data mergingAndreas Rheinhardt2021-04-27
* avformat/hlsenc: Remove deprecated localtime optionsAndreas Rheinhardt2021-04-27
* avformat/hlsenc: Remove deprecated wrap optionAndreas Rheinhardt2021-04-27
* avformat/http: Remove deprecated "user-agent" optionAndreas Rheinhardt2021-04-27