summaryrefslogtreecommitdiffstats
path: root/libavformat/flvenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit 'c64f3615118d757dcf76040fe5407bf2b3883206'Michael Niedermayer2014-11-171-14/+19
|\ \ | |/
| * flvenc: Send new metadata when FLAG_METADATA_UPDATED is set.Andrew Stone2014-11-171-14/+19
* | Merge commit '4d0cd5f58c892276716f46f4b2702915e5018215'Michael Niedermayer2014-11-171-108/+121
|\ \ | |/
| * flvenc: move metadata updates into a single functionAndrew Stone2014-11-171-90/+103
* | avformat/flvenc: Use AVFormatContext strict_std_compliance instead of AVCodec...Michael Niedermayer2014-11-061-1/+1
* | lavf/flvenc: fail in case the muxed packet is too bigStefano Sabatini2014-11-031-0/+6
* | avformat/flvenc: fix codec_id_text checkMichael Niedermayer2014-10-021-1/+1
* | avformat/flvenc: When using "-c:d copy", don't require a codec for passing th...Jeffrey Wescott2014-09-301-13/+19
* | align and correct messages regarding bitstream filtersMoritz Barsnick2014-08-191-1/+1
* | Merge commit '74bc9458057f07c0820c3d3264396c4c64442e47'Michael Niedermayer2014-06-181-1/+2
|\ \ | |/
| * flvenc: Don't over-count metadata.Josh Allmann2014-06-171-1/+2
* | avformat/flvenc: Do not allow creating h263/mpeg4 in flv without unofficial f...Michael Niedermayer2014-06-071-0/+12
* | avformat/flvenc: fix assertion failure after 4h muxingMichael Niedermayer2014-05-311-1/+1
OpenPOWER on IntegriCloud