summaryrefslogtreecommitdiff
path: root/libavformat/flvenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | avformat/flvenc: Add aac_seq_header_detect and flvflagsMaksym Veremeyenko2015-11-201-0/+45
* | doc: fix spelling errorsAndreas Cadhalpun2015-06-141-1/+1
* | Revert "avformat/flvenc: Allow muxing video codecs which are not explicitly s...Michael Niedermayer2015-03-221-11/+2
* | avformat/flvenc: Allow muxing video codecs which are not explicitly supported...Michael Niedermayer2015-03-221-2/+11
* | Merge commit 'e767c9e8f2eaa116b61b8b6881b401b54bd320f5'Michael Niedermayer2015-03-041-18/+18
|\ \ | |/
| * flv: Validate and reject unsupported codecsLuca Barbato2015-03-041-16/+17
| * flvenc: Remove an unused variableMichael Niedermayer2014-11-221-1/+1
* | avformat/flvenc: check that the codec_tag fits in the available bitsAndreas Cadhalpun2015-02-281-1/+1
* | avformat/flvenc: accept AVMEDIA_TYPE_SUBTITLE instead of DATA for subtitlesMichael Niedermayer2015-01-221-1/+11
* | avformat/flvenc: omit more metadata elements with specific meaningMichael Niedermayer2015-01-051-0/+8
* | Print a warning if vp6 is muxed into flv: The output is flipped.Carl Eugen Hoyos2014-11-231-0/+3
* | avformat/flvenc: remove unused variableMichael Niedermayer2014-11-171-1/+1