summaryrefslogtreecommitdiff
path: root/libavformat/flvenc.c
Commit message (Expand)AuthorAge
* avformat/flvenc: fix shadowed variable tsZhao Zhili2022-08-03
* avformat/flvenc: fix timestamp of key frame indexZhao Zhili2022-08-03
* avformat/flvenc: Add deinit functionAndreas Rheinhardt2022-07-09
* avformat/utils: Move ff_stream_add_bitstream_filter to mux.cAndreas Rheinhardt2022-05-10
* flv: convert to new channel layout APIVittorio Giovara2022-03-15
* avcodec/mpeg4audio: Unavpriv and deduplicate mpeg4audio_sample_ratesAndreas Rheinhardt2022-01-04
* avformat/flvenc: use ff_format_shift_data for data shiftingMarton Balint2022-01-03
* avformat/flvenc: avoid 24bit timestamp truncation for FLV metadataasilvestre2021-11-29
* avformat/avformat: Add AVStream parameter to check_bitstream() sigAndreas Rheinhardt2021-11-27
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-27
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-10
* avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt2020-06-22
* avformat/flvenc: Avoid unnecessary seekAndreas Rheinhardt2020-01-17
* avformat/flvenc: Fix leak of oversized packetsAndreas Rheinhardt2019-12-26
* avformat/flvenc: Forward errors from allocating keyframe indexAndreas Rheinhardt2019-12-26
* avformat/flvenc: Don't reimplement ff_alloc_extradataAndreas Rheinhardt2019-12-11
* avformat/flvenc: Check pts for mpeg4/h264 (which need the value)Michael Niedermayer2019-11-09
* lavf/flvenc: Cosmetics: fix indentationJun Zhao2019-11-08
* lavf/flvenc: add automatic bitstream filteringJun Zhao2019-06-25
* avformat/flvenc: Check audio packet sizeMichael Niedermayer2018-08-04
* flvenc: Fix sequence header update timestampsAlex Converse2018-05-29
* flvenc: Factorize timestamp writingAlex Converse2018-05-29
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* avformat/flvenc: flx flvflags no_metadata bugSteven Liu2017-03-14
* avformat/flvenc: refine the flvenc shift_data codeSteven Liu2017-01-24
* avformat/flvenc: Check for extradata allocation failureMichael Niedermayer2017-01-03
* avformat/flvenc: fix ticket 5976 and use old commitSteven Liu2016-11-26
* avformat/flvenc: add no_metadata to flvflagsSteven Liu2016-11-22
* avformat/flvenc: add add_keyframe_index optionSteven Liu2016-11-10
* avformat/flvenc: support mp3 audio with 48khzfuqiuping2016-11-06
* avformat/flvenc: do not attempt to write duration and filesize when not seekableSteven Liu2016-10-20
* avformat/flvenc: add no_sequence_end flags for flvflagsSteven Liu2016-09-14
* avformat/flvenc: Add () around &Michael Niedermayer2016-09-14
* avformat/flvenc: add FLVFlags for flvflags optionsSteven Liu2016-09-14
* Merge commit '371df9ba71393a1c5429d5f40c76348b30e556c7'Matthieu Bouron2016-06-23
|\
| * flvenc: Provide output bytestream markersMartin Storsjö2016-05-18
* | libavformat/flvenc: support for codec configuration change mid streamIvan2016-06-11
* | libavformat/flvenc: refactoring: extracted method for writing codec headersIvan2016-06-11
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | avformat: use ff_standardize_creation_time for formats writing all format str...Marton Balint2016-03-03
* | avformat/flvenc: copyts in FLV muxerIvan2016-01-26
* | avformat/flvenc: Add aac_seq_header_detect and flvflagsMaksym Veremeyenko2015-11-20
* | doc: fix spelling errorsAndreas Cadhalpun2015-06-14
* | Revert "avformat/flvenc: Allow muxing video codecs which are not explicitly s...Michael Niedermayer2015-03-22
* | avformat/flvenc: Allow muxing video codecs which are not explicitly supported...Michael Niedermayer2015-03-22
* | Merge commit 'e767c9e8f2eaa116b61b8b6881b401b54bd320f5'Michael Niedermayer2015-03-04
|\|
| * flv: Validate and reject unsupported codecsLuca Barbato2015-03-04
| * flvenc: Remove an unused variableMichael Niedermayer2014-11-22