- 29 Jun, 2012 32 commits
-
-
Michael Niedermayer authored
Libav did not exist in 2008 thus this file cannot have originated from there Reviewed-by: Paul B Mahol <onemda@gmail.com>
-
Michael Niedermayer authored
Libav did not exist in 2010 thus the file cannot originate from there Reviewed-by: Paul B Mahol <onemda@gmail.com>
-
Michael Niedermayer authored
common wma code existed long before Libav Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
This is needed for SAMI and RealText demuxers.
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
The "Default" style written in the header is ignored unless you explicit it in the Dialogue events (it was valid, just ignored). This requires an update of the SubRip test since the ASS output obviously changes.
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Stefano Sabatini authored
Consistent with the rest of the file, less confusing.
-
Stefano Sabatini authored
This simplifies usage for segment streaming formats with no global headers, tipically MPEG 2 transport stream "ts" files. The seg class duplication is required in order to avoid an infinite loop in libavformat/utils.c:format_child_next_class().
-
Stefano Sabatini authored
Consistent with av_find_input_format().
-
Martin Sliwka authored
Patch is addition to my previous patch (https://lists.ffmpeg.org/pipermail/ffmpeg-cvslog/2012-June/051590.html) and disables seeking on FIFOs/named pipes by setting URLContext::is_streamed (same as pipe: protocol does for stdin/stdout pipes) Fixes Ticket986 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Lou Logan authored
Also update some common misspelled words in patcheck Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Replace -list with the correct option -segment_list.
-
Stefano Sabatini authored
Improve error reporting.
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
swr_free() already checks for nullness, no need to add the check in calling code.
-
Stefano Sabatini authored
The comment now references swr_convert(), rather than audio_convert(), which was deprecated and/or dropped.
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Paul B Mahol authored
Signed-off-by: Paul B Mahol <onemda@gmail.com>
-
- 28 Jun, 2012 8 commits
-
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This was never true for FFmpeg in this form. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
checkheaders doesnt pass and noone has even noticed since a very long time. checkheaders is also unmaintained (please add yourself to MAINTAINERS if you want to maintain it) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* qatar/master: flv: add support for G.711 doc: git: Add checklist with test steps to perform before pushing flvenc: K&R formatting cosmetics movenc: Add channel layouts for PCM. Conflicts: libavformat/flvenc.c tests/ref/fate/acodec-pcm-s16be tests/ref/fate/acodec-pcm-s24be tests/ref/fate/acodec-pcm-s32be tests/ref/fate/acodec-pcm-s8 Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Favor av_buffersrc_add_ref() instead, which is more powerful.
-