Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-05-09lavf/framecrcenc: do not hash side dataAnton Khirnov
2021-05-09avformat/rpl: Support files containing Replay IMA ADPCM audioCameron Cawley
2021-05-08avformat/matroskadec: remove special handling of av1c extradataJan Ekström
2021-05-08avformat/mov: remove special handling of av1c extradataJan Ekström
2021-05-07avformat/hls: use av_strncasecmp()Limin Wang
2021-05-07avformat: move AVStream.stream_identifier to AVStreamInternalJames Almer
2021-05-07avformat: move AVStream.codec_info_nb_frames to AVStreamInternalJames Almer
2021-05-07avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer
2021-05-07avformat: move AVStream.probe_packets to AVStreamInternalJames Almer
2021-05-07avformat: move AVStream.last-IP_{pts,duration} to AVStreamInternalJames Almer
2021-05-06avformat/utils: constrain the lifetime of the pointer returned by avformat_in...James Almer
2021-05-06avformat/mov: don't save a copy of the packet's AVBufferRef on DV streamsJames Almer
2021-05-06avformat/avidec: don't save a copy of the packet's AVBufferRef on DV streamsJames Almer
2021-05-06avformat/dv: stop using av_init_packet()James Almer
2021-05-06avformat/rpl: cosmeticsZane van Iperen
2021-05-05avformat/hlsenc: correct log text and supply packet detailsGyan Doshi
2021-05-04avformat/mvdec: Check sample rate in parse_audio_var()Michael Niedermayer
2021-05-04movenc: add movie_timescale option instead of hardcoding 1000Justin Ruggles
2021-04-30avformat/dump: Remove remnants of codec timebaseAndreas Rheinhardt
2021-04-28avformat/mpegtsenc: Fix indentation inside if-clause in mpegts_write_pes()zheng qian
2021-04-28avformat/mpegtsenc: Fix mpegts_write_pes() for private_stream_2 and other typeszheng qian
2021-04-28avformat/mpegts: Fix indentation for stream_id constantszheng qian
2021-04-28avformat/mpegts: Add missing constants for MPEG-TS stream_id definitionszheng qian
2021-04-28avformat/mpegtsenc: factorize determining pes stream idMarton Balint
2021-04-28avformat/mpegtsenc: move is_dvb_subtitle/is_dvb_teletext initialization upwardsMarton Balint
2021-04-27avformat: Constify all muxer/demuxersAndreas Rheinhardt
2021-04-27Bump major versions of all libraries.Anton Khirnov
2021-04-27avutil: remove deprecated AVClass.child_class_nextJames Almer
2021-04-27avformat: remove deprecated AVStream.codecJames Almer
2021-04-27avformat/avformat, utils: Make av_find_best_stream const-correctAndreas Rheinhardt
2021-04-27avformat/avformat: Constify AVFormatContext.*_codec pointersAndreas Rheinhardt
2021-04-27avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt
2021-04-27avformat: Switch AVChapter.id to 64bitsAndreas Rheinhardt
2021-04-27avformat: Remove deprecated av_demuxer_open()Andreas Rheinhardt
2021-04-27avformat: Remove deprecated AVFMT_FLAG_MP4A_LATM flag, latm optionAndreas Rheinhardt
2021-04-27avformat/dashenc: Remove deprecated min_seg_duration optionAndreas Rheinhardt
2021-04-27avformat/rtsp: Remove deprecated old options, rename stimeout->timeoutAndreas Rheinhardt
2021-04-27avformat/aviobuf: End grace period of allowing 0 from read_packetAndreas Rheinhardt
2021-04-27avformat/mov, movenc: Stop exporting rotation via metadataAndreas Rheinhardt
2021-04-27avformat: Remove remnants of side data mergingAndreas Rheinhardt
2021-04-27avformat/hlsenc: Remove deprecated localtime optionsAndreas Rheinhardt
2021-04-27avformat/hlsenc: Remove deprecated wrap optionAndreas Rheinhardt
2021-04-27avformat/http: Remove deprecated "user-agent" optionAndreas Rheinhardt
2021-04-27avformat/avformat: Remove outdated private fieldsAndreas Rheinhardt
2021-04-27avformat: Remove deprecated filename field from AVFormatContextAndreas Rheinhardt
2021-04-27avformat: Remove getters and settersAndreas Rheinhardt
2021-04-27avformat: Remove deprecated old open callbacksAndreas Rheinhardt
2021-04-27avformat: Remove FFserver leftoversAndreas Rheinhardt
2021-04-27avformat: Constify the API wrt AV(In|Out)putFormatAndreas Rheinhardt
2021-04-27avcodec: Switch AVCPBProperties to 64bitsAndreas Rheinhardt