summaryrefslogtreecommitdiffstats
path: root/libavformat/flvenc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge commit '43e7f0797f9f821a3866a20f05e512e13c82076a'Michael Niedermayer2014-05-291-4/+4
|\ \ | |/
| * flvenc: only write the framerate tag based on avg_frame_rateAnton Khirnov2014-05-291-4/+4
* | Warn if s16be is muxed into flv.Carl Eugen Hoyos2014-01-161-0/+3
* | Merge commit 'f412b2c9f3a7add0ab8021262ec4bad249347e30'Michael Niedermayer2013-12-211-1/+1
|\ \ | |/
| * flv: Use the correct type to hold the file offsetLuca Barbato2013-12-201-1/+1
* | Revert: flvenc: Don't pretend to support muxing "plain" VP6Carl Eugen Hoyos2013-12-091-1/+4
* | Merge commit 'e6ed8668597cfea25dfb350a9b4df7fb2efc1d90'Michael Niedermayer2013-10-101-6/+10
|\ \ | |/
| * flvenc: Write proper cropping for VP6 even if there's no extradataMartin Storsjö2013-10-101-3/+7
* | Merge commit 'be1e1373d267bae2af8a62d79eef736736f24565'Michael Niedermayer2013-10-101-2/+2
|\ \ | |/
| * flvenc: Support muxing VP6A as wellMartin Storsjö2013-10-101-2/+3
* | Merge commit '4d7aeff9a1080e64125f3374d993b2c9c4c2751b'Michael Niedermayer2013-10-101-4/+1
|\ \ | |/
| * flvenc: Don't pretend to support muxing "plain" VP6Martin Storsjö2013-10-101-4/+1
| * lavf: Don't explicitly flush after each written packet in muxersClément Bœsch2013-09-161-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-161-0/+10
|\ \ | |/
| * flvenc: do not mux more than one stream per typeRafaël Carré2013-04-161-0/+10
* | flvenc: dont call avio_flush() unconditionalMichael Niedermayer2013-04-081-1/+0
* | Only test the first frame for missing aac_adtstoasc bistream filter.Carl Eugen Hoyos2013-03-261-0/+3
* | Merge commit 'a925f723a915bc0255e2673f8817af5212131763'Michael Niedermayer2012-12-211-2/+2
|\ \ | |/
| * flvenc: Check whether seeking back to the header succeededBjörn Axelsson2012-12-201-4/+8
* | Fix "bistream" typo and add a check in tools/patcheck.Clément Bœsch2012-12-181-1/+1
* | flvenc: don't write random data if seek failsBjörn Axelsson2012-12-131-4/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-011-3/+0
|\ \ | |/
| * avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-011-3/+0
| * flvenc: silence bogus warningBenjamin Larsson2012-09-181-1/+1
* | lavf/flvenc: convert commented debug log to an av_dlog callStefano Sabatini2012-09-111-2/+2
* | lavf/flvenc: apply various log fixes/clarificationsStefano Sabatini2012-09-061-11/+17
OpenPOWER on IntegriCloud