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-03-11avformat: use the buffer_size_t typedef where requiredJames Almer
2020-06-22avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt
2020-01-17avformat/flvenc: Avoid unnecessary seekAndreas Rheinhardt
2019-12-27avformat/flvenc: Fix leak of oversized packetsAndreas Rheinhardt
2019-12-27avformat/flvenc: Forward errors from allocating keyframe indexAndreas Rheinhardt
2019-12-11avformat/flvenc: Don't reimplement ff_alloc_extradataAndreas Rheinhardt
2019-11-09avformat/flvenc: Check pts for mpeg4/h264 (which need the value)Michael Niedermayer
2019-11-08lavf/flvenc: Cosmetics: fix indentationJun Zhao
2019-06-25lavf/flvenc: add automatic bitstream filteringJun Zhao
2018-08-04avformat/flvenc: Check audio packet sizeMichael Niedermayer
2018-05-30flvenc: Fix sequence header update timestampsAlex Converse
2018-05-30flvenc: Factorize timestamp writingAlex Converse
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2017-03-14avformat/flvenc: flx flvflags no_metadata bugSteven Liu
2017-01-24avformat/flvenc: refine the flvenc shift_data codeSteven Liu
2017-01-03avformat/flvenc: Check for extradata allocation failureMichael Niedermayer
2016-11-26avformat/flvenc: fix ticket 5976 and use old commitSteven Liu
2016-11-22avformat/flvenc: add no_metadata to flvflagsSteven Liu
2016-11-10avformat/flvenc: add add_keyframe_index optionSteven Liu
2016-11-07avformat/flvenc: support mp3 audio with 48khzfuqiuping
2016-10-20avformat/flvenc: do not attempt to write duration and filesize when not seekableSteven Liu
2016-09-14avformat/flvenc: add no_sequence_end flags for flvflagsSteven Liu
2016-09-14avformat/flvenc: Add () around &Michael Niedermayer
2016-09-14avformat/flvenc: add FLVFlags for flvflags optionsSteven Liu
2016-06-23Merge commit '371df9ba71393a1c5429d5f40c76348b30e556c7'Matthieu Bouron
2016-06-11libavformat/flvenc: support for codec configuration change mid streamIvan
2016-06-11libavformat/flvenc: refactoring: extracted method for writing codec headersIvan
2016-05-18flvenc: Provide output bytestream markersMartin Storsjö
2016-04-10Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis
2016-03-03avformat: use ff_standardize_creation_time for formats writing all format str...Marton Balint
2016-02-23lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov
2016-01-26avformat/flvenc: copyts in FLV muxerIvan
2015-11-20avformat/flvenc: Add aac_seq_header_detect and flvflagsMaksym Veremeyenko
2015-06-14doc: fix spelling errorsAndreas Cadhalpun
2015-03-22Revert "avformat/flvenc: Allow muxing video codecs which are not explicitly s...Michael Niedermayer
2015-03-22avformat/flvenc: Allow muxing video codecs which are not explicitly supported...Michael Niedermayer
2015-03-04Merge commit 'e767c9e8f2eaa116b61b8b6881b401b54bd320f5'Michael Niedermayer
2015-03-04flv: Validate and reject unsupported codecsLuca Barbato
2015-03-01avformat/flvenc: check that the codec_tag fits in the available bitsAndreas Cadhalpun
2015-01-22avformat/flvenc: accept AVMEDIA_TYPE_SUBTITLE instead of DATA for subtitlesMichael Niedermayer
2015-01-05avformat/flvenc: omit more metadata elements with specific meaningMichael Niedermayer
2014-11-23Print a warning if vp6 is muxed into flv: The output is flipped.Carl Eugen Hoyos
2014-11-22flvenc: Remove an unused variableMichael Niedermayer
2014-11-17avformat/flvenc: remove unused variableMichael Niedermayer
2014-11-17Merge commit 'c64f3615118d757dcf76040fe5407bf2b3883206'Michael Niedermayer
2014-11-17Merge commit '4d0cd5f58c892276716f46f4b2702915e5018215'Michael Niedermayer
2014-11-17flvenc: Send new metadata when FLAG_METADATA_UPDATED is set.Andrew Stone
2014-11-17flvenc: move metadata updates into a single functionAndrew Stone
2014-11-06avformat/flvenc: Use AVFormatContext strict_std_compliance instead of AVCodec...Michael Niedermayer
2014-11-03lavf/flvenc: fail in case the muxed packet is too bigStefano Sabatini