summaryrefslogtreecommitdiff
path: root/libavformat/flvenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/flvenc: avoid an extra allocateZhao Zhili2023-04-151-17/+13
* avformat/flvenc: use local variable to shorten codeZhao Zhili2023-04-151-4/+4
* avformat/flvenc: use extract_extradata bsf when necessaryZhao Zhili2023-04-091-4/+6
* avformat/flvenc: fix EOS tagZhao Zhili2023-02-191-3/+6
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-10/+10
* avformat/flvenc: use av_dict_iterateMarvin Scholz2022-12-011-2/+2
* avformat/internal: Don't include avcodec.hAndreas Rheinhardt2022-09-261-0/+1
* avformat/flvenc: fix shadowed variable tsZhao Zhili2022-08-031-6/+3
* avformat/flvenc: fix timestamp of key frame indexZhao Zhili2022-08-031-4/+1
* avformat/flvenc: Add deinit functionAndreas Rheinhardt2022-07-091-14/+16
* avformat/utils: Move ff_stream_add_bitstream_filter to mux.cAndreas Rheinhardt2022-05-101-2/+1
* flv: convert to new channel layout APIVittorio Giovara2022-03-151-5/+5
* avcodec/mpeg4audio: Unavpriv and deduplicate mpeg4audio_sample_ratesAndreas Rheinhardt2022-01-041-2/+2
* avformat/flvenc: use ff_format_shift_data for data shiftingMarton Balint2022-01-031-53/+6
* avformat/flvenc: avoid 24bit timestamp truncation for FLV metadataasilvestre2021-11-291-2/+2
* avformat/avformat: Add AVStream parameter to check_bitstream() sigAndreas Rheinhardt2021-11-271-2/+2
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avutil/buffer: Switch AVBuffer API to size_tAndreas Rheinhardt2021-04-271-1/+1
* avformat: use the buffer_size_t typedef where requiredJames Almer2021-03-101-1/+1
* avcodec, avformat: Remove unnecessary initializations of side data sizeAndreas Rheinhardt2020-06-221-1/+1
* avformat/flvenc: Avoid unnecessary seekAndreas Rheinhardt2020-01-171-5/+2
* avformat/flvenc: Fix leak of oversized packetsAndreas Rheinhardt2019-12-261-1/+2
* avformat/flvenc: Forward errors from allocating keyframe indexAndreas Rheinhardt2019-12-261-7/+9
* avformat/flvenc: Don't reimplement ff_alloc_extradataAndreas Rheinhardt2019-12-111-7/+3
* avformat/flvenc: Check pts for mpeg4/h264 (which need the value)Michael Niedermayer2019-11-091-0/+6
* lavf/flvenc: Cosmetics: fix indentationJun Zhao2019-11-081-4/+4
* lavf/flvenc: add automatic bitstream filteringJun Zhao2019-06-251-3/+24
* avformat/flvenc: Check audio packet sizeMichael Niedermayer2018-08-041-0/+5
* flvenc: Fix sequence header update timestampsAlex Converse2018-05-291-4/+4
* flvenc: Factorize timestamp writingAlex Converse2018-05-291-6/+9
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-281-2/+2
* avformat/flvenc: flx flvflags no_metadata bugSteven Liu2017-03-141-12/+14
* avformat/flvenc: refine the flvenc shift_data codeSteven Liu2017-01-241-5/+7
* avformat/flvenc: Check for extradata allocation failureMichael Niedermayer2017-01-031-0/+4
* avformat/flvenc: fix ticket 5976 and use old commitSteven Liu2016-11-261-4/+7
* avformat/flvenc: add no_metadata to flvflagsSteven Liu2016-11-221-1/+7
* avformat/flvenc: add add_keyframe_index optionSteven Liu2016-11-101-10/+321
* avformat/flvenc: support mp3 audio with 48khzfuqiuping2016-11-061-0/+9
* avformat/flvenc: do not attempt to write duration and filesize when not seekableSteven Liu2016-10-201-21/+28
* avformat/flvenc: add no_sequence_end flags for flvflagsSteven Liu2016-09-141-7/+13
* avformat/flvenc: Add () around &Michael Niedermayer2016-09-141-1/+1
* avformat/flvenc: add FLVFlags for flvflags optionsSteven Liu2016-09-141-2/+6
* Merge commit '371df9ba71393a1c5429d5f40c76348b30e556c7'Matthieu Bouron2016-06-231-0/+4
|\
| * flvenc: Provide output bytestream markersMartin Storsjö2016-05-181-0/+4
* | libavformat/flvenc: support for codec configuration change mid streamIvan2016-06-111-0/+13
* | libavformat/flvenc: refactoring: extracted method for writing codec headersIvan2016-06-111-52/+64
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-95/+95
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-76/+76
* | avformat: use ff_standardize_creation_time for formats writing all format str...Marton Balint2016-03-031-0/+1
* | avformat/flvenc: copyts in FLV muxerIvan2016-01-261-1/+1