- 29 Oct, 2014 1 commit
-
-
Carl Eugen Hoyos authored
This does not fix anything but gives users a chance to know that they must not pass -sub_charenc UTF-16 to ffmpeg. Fixes ticket #4059.
-
- 26 Sep, 2014 1 commit
-
-
Clément Bœsch authored
Fixes Ticket #3935.
-
- 05 Sep, 2014 2 commits
- 07 Aug, 2014 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 08 Sep, 2013 2 commits
-
-
Clément Bœsch authored
This fixes a bunch of possible overread in avformat with the idiom p += strcspn(p, "\n") + 1 (strcspn() can focus on the trailing '\0' if no '\n' is found, so the +1 leads to an overread). Note on lavf/matroskaenc: no extra subtitles.o Makefile dependency is added because only the header is required for ff_subtitles_next_line(). Note on lavf/mpsubdec: code gets slightly complex to avoid an infinite loop in the probing since there is no more forced increment.
-
Clément Bœsch authored
I found a bunch of (recent) SRT files in the wild with 3 to 10 line breaks at the beginning.
-
- 14 May, 2013 1 commit
-
-
Michael Niedermayer authored
This fixes use of uninitialized memory and possible out of array access Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 27 Jan, 2013 1 commit
-
-
Clément Bœsch authored
Regression since 3af3a300. Fixes Ticket2167.
-
- 02 Jan, 2013 1 commit
-
-
Clément Bœsch authored
This flag is not necessary.
-
- 30 Dec, 2012 2 commits
-
-
Clément Bœsch authored
This function can be useful for various other subtitles formats.
-
Clément Bœsch authored
This is not necessary anymore since the last commit.
-
- 25 Dec, 2012 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 20 Dec, 2012 2 commits
-
-
Clément Bœsch authored
-
Clément Bœsch authored
-
- 20 Nov, 2012 1 commit
-
-
Clément Bœsch authored
The muxer add them automatically, so this avoid having a bunch of line breaks all over the output files. One '\n' is still kept/added because the lavc subrip decoder seems to have trouble with line ending abruptly (it doesn't flush correctly the tags). This bug is harmless but should be fixed; though, this doesn't look like a trivial change. When this bug gets fixed, we can consider removing the '\n' at the end of the packet. The 2048B buffer limit was also removed while moving to AVBPrint API. Note that this doesn't really matter since the decoder is limited as well.
-
- 05 Nov, 2012 1 commit
-
-
Clément Bœsch authored
-
- 24 Oct, 2012 2 commits
-
-
Clément Bœsch authored
The SRT format should never have outputted CODEC_ID_SRT packets in the first place: SRT is a subtitle format containing SubRip text markup events. The timing information is part of the format, not the codec, and thus CODEC_ID_SRT should not exist. Creating packets with the timing information within the payload only leads to problem (such as remuxing with timing alteration not working), especially when the SubRip markup is being used in container like Matroska in addition to this standalone SRT format. The main reason the timing line was included in those CODEC_ID_SRT packets is likely because it contained extra information (the event position) the codec actually needs. This issue is solved by using the AV_PKT_DATA_SUBTITLE_POSITION side data type.
-
Clément Bœsch authored
Also fix potential overflow (CID733778)
-
- 07 Aug, 2012 1 commit
-
-
Anton Khirnov authored
-
- 04 Aug, 2012 1 commit
-
-
Philip Langdale authored
The current demuxer does not bother to write packet durations, which makes it impossible to remux into a new format. Signed-off-by:
Philip Langdale <philipl@overt.org>
-
- 30 Jul, 2012 1 commit
-
-
Diego Biurrun authored
-
- 15 Jun, 2012 1 commit
-
-
Clément Bœsch authored
-
- 27 Jan, 2012 1 commit
-
-
Anton Khirnov authored
-
- 30 Nov, 2011 1 commit
-
-
Anton Khirnov authored
It's supposed to be called only from (de)muxers.
-
- 19 Oct, 2011 1 commit
-
-
Anton Khirnov authored
Trivial replacements with sed are done in this commit: sed 's/av_new_stream(\([^)]*\), 0)/avformat_new_stream(\1, NULL)/'
-
- 19 Mar, 2011 1 commit
-
-
Mans Rullgard authored
Signed-off-by:
Mans Rullgard <mans@mansr.com>
-
- 07 Mar, 2011 1 commit
-
-
Anton Khirnov authored
AVIOContext.eof_reached should be used directly instead. Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 05 Mar, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit a2704c97)
-
- 04 Mar, 2011 1 commit
-
-
Anton Khirnov authored
Signed-off-by:
Ronald S. Bultje <rsbultje@gmail.com>
-
- 28 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts. (cherry picked from commit c6610a21)
-
- 26 Jan, 2011 1 commit
-
-
Diego Elio Pettenò authored
This also lists the objects from those two libraries as internal (by adding the ff_ prefix) so that they can then be hidden via linker scripts.
-
- 24 Jul, 2010 1 commit
-
-
Aurelien Jacobs authored
Originally committed as revision 24488 to svn://svn.ffmpeg.org/ffmpeg/trunk
-