- 22 Mar, 2015 2 commits
-
-
Michael Niedermayer authored
This commit has no known use case ATM as there are no unsupported video codecs in flv and could theoretically be use to generate broken files allthough that would be not entirely easy as tags/codecs still get sanity checked This reverts commit 76f4b117.
-
Michael Niedermayer authored
This allows stream copying video codecs before they are explicitly supported. The same feature was in the past useful for audio codecs in flv This partly reverts the changes from 735ab7c5Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 04 Mar, 2015 1 commit
-
-
Luca Barbato authored
And provide a more informative message in case of failure. CC: libav-stable@libav.org
-
- 28 Feb, 2015 1 commit
-
-
Andreas Cadhalpun authored
flags is later written with avio_w8 and if it doesn't fit in one byte it triggers an av_assert2. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 22 Jan, 2015 1 commit
-
-
Michael Niedermayer authored
Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 05 Jan, 2015 1 commit
-
-
Michael Niedermayer authored
Reviewed-by:
Thilo Borgmann <thilo.borgmann@mail.de> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 23 Nov, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #4132.
-
- 22 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 17 Nov, 2014 3 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Andrew Stone authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Andrew Stone authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 06 Nov, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 03 Nov, 2014 1 commit
-
-
Stefano Sabatini authored
Avoid the creation of files which cannot be successfully decoded by ffmpeg, for example generated with: ffmpeg -f lavfi -i sine -af "aselect='not(between(t,100,500))',aresample=min_comp=0.001:min_hard_comp=0.100000" -acodec pcm_s16le -t 1000 -y out_audio.flv
-
- 02 Oct, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Sep, 2014 1 commit
-
-
Jeffrey Wescott authored
avformat/flvenc: When using "-c:d copy", don't require a codec for passing the AMF metadata through from input to output.
-
- 19 Aug, 2014 1 commit
-
-
Moritz Barsnick authored
The messages regarding the recommended use of bitstream filters are somewhat different. This also adds the ":v" stream specifier to "-bsf h264_mp4toannexb". Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Jun, 2014 1 commit
-
-
Josh Allmann authored
Over-counting occurs if framerate is not set. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 07 Jun, 2014 1 commit
-
-
Michael Niedermayer authored
avformat/flvenc: Do not allow creating h263/mpeg4 in flv without unofficial format extensions being enabled. Found-by:
Jean-Baptiste Kempf <jb@videolan.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 May, 2014 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 29 May, 2014 1 commit
-
-
Anton Khirnov authored
Do not fall back on the codec timebase, since that can be anything for VFR video.
-
- 15 Jan, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Players that conform to the specification can only playback such files correctly on big-endian hardware.
-
- 20 Dec, 2013 1 commit
-
-
Luca Barbato authored
-
- 09 Dec, 2013 1 commit
-
-
Carl Eugen Hoyos authored
Muxing VP6 is used by applications and works with Flashplayer. Reported-by: David Bertrand
-
- 10 Oct, 2013 3 commits
-
-
Martin Storsjö authored
This keeps cropping when remuxing from F4V to FLV. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Handle it in the same way as VP6F, except for the codec tag. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
The plain VP6 format is vertically flipped compared to VP6F/VP6A. Support for the plain VP6 format was added in 09d8c0ae (which also introduced support for muxing VP6F properly in general). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 16 Sep, 2013 1 commit
-
-
Clément Bœsch authored
Since 596e5d47, this is not necessary anymore. It also allows to actually disable the flushing, improving write performance (but possibly giving worse latency in real-time streaming). Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 16 Apr, 2013 1 commit
-
-
Rafaël Carré authored
FLV does not support multiple audio or video streams. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 08 Apr, 2013 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Mar, 2013 1 commit
-
-
Carl Eugen Hoyos authored
Many players ignore broken aac frames, so don't abort mov or flv muxing when encountering one, just print a warning instead. Fixes ticket #2380.
-
- 20 Dec, 2012 1 commit
-
-
Björn Axelsson authored
The FLV muxer tries to update the header in write_trailer, which is impossible if writing to a pipe or network stream. Don't write header data if seeking to the header fails. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 18 Dec, 2012 1 commit
-
-
Clément Bœsch authored
-
- 13 Dec, 2012 1 commit
-
-
Björn Axelsson authored
The FLV muxer tries to update the header in write_trailer, which is impossible if writing to a pipe or network stream. Don't write header data if seek to header fails. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 01 Oct, 2012 1 commit
-
-
Diego Biurrun authored
-
- 18 Sep, 2012 1 commit
-
-
Benjamin Larsson authored
The compiler fails to figure out that enc->codec_type can only have 3 different values. Thus when an if/else is encountered it triggers on the possibility of the else case has not initialized the flags variable. Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 11 Sep, 2012 1 commit
-
-
Stefano Sabatini authored
Also add some additional info (DTS and DTS time).
-
- 06 Sep, 2012 2 commits
-
-
Stefano Sabatini authored
Should improve user feedback in case of errors.
-
Stefano Sabatini authored
-
- 30 Aug, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-