- 30 Jun, 2012 5 commits
-
-
Nicolas George authored
It broke twice in the last three months due to other changes.
-
Nicolas George authored
Identical to commit 4f6a1c97 by Reimar Döffinger, that was lost after the merge of 19ad5673.
-
Clément Bœsch authored
-
Clément Bœsch authored
-
Clément Bœsch authored
For consistency only.
-
- 29 Jun, 2012 35 commits
-
-
Michael Niedermayer authored
* qatar/master: file: Only include unistd.h if it exists random_seed: Only read /dev/*random if we have unistd.h doc: Indicate that RTMPT is natively implemented in libavformat rtpdec: Don't explicitly include unistd.h any longer Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Stefano Sabatini authored
Possibly improve readability.
-
Stefano Sabatini authored
Possibly improve readability.
-
Stefano Sabatini authored
Avoid confusing and pointless double assignment of variable resampled_data_size.
-
Stefano Sabatini authored
-
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>
-
Ronald S. Bultje authored
It is included for the open/read/write/close functions. On MSVC, where this header does not exist, the same functions are provided by io.h, which is already included. On windows, these functions are provided by io.h. Make sure io.h is included if it exists, regardless of the setmode function. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
unistd.h is used for open/read/close, but if this header does not exist, there's probably no use in trying to open /dev/*random at all. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Stefano Sabatini authored
-
Stefano Sabatini authored
Replace -list with the correct option -segment_list.
-
Stefano Sabatini authored
Improve error reporting.
-
Samuel Pitoiset authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Ronald S. Bultje authored
unistd.h used to be required for gethostname. On windows, gethostname is provided by winsock2.h. Now network.h includes both unistd.h and winsock2.h if they exist. Signed-off-by: Martin Storsjö <martin@martin.st>
-
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.
-