- 27 Aug, 2014 6 commits
-
-
Diego Biurrun authored
-
Luca Barbato authored
-
Luca Barbato authored
Leftover of a4d3c200.
-
Anton Khirnov authored
CC: libav-stable@libav.org
-
Anton Khirnov authored
The mpegenc private option values are in 50-byte units. CC: libav-stable@libav.org
-
Anton Khirnov authored
It is written to the file as a 22-bit value. CC: libav-stable@libav.org
-
- 26 Aug, 2014 6 commits
-
-
Vittorio Giovara authored
Even if sps.crop is true, the cropping amount may be zero. Fixes a sample with a valid but broken container cropping.
-
Gabriel Dume authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Gabriel Dume authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
-
Luca Barbato authored
It hints that the content is H264 according to HD-DVD.
-
Luca Barbato authored
As written in the comment above, skip must be added only if a start code is found.
-
- 25 Aug, 2014 4 commits
-
-
Diego Biurrun authored
Some obsolete versions of the MinGW32 runtime (<4.0.0) lack the definition.
-
Rémi Denis-Courmont authored
If the remote end of a connection oriented socket hangs up, generating an EPIPE error is preferable over an unhandled SIGPIPE signal. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
It allows to configure how long will avformat_find_stream_info() wait to get the first timestamp.
-
Anton Khirnov authored
-
- 24 Aug, 2014 1 commit
-
-
Luca Barbato authored
alsa and x11grab use av_gettime() to report timestamps. Bug-Id: 647
-
- 23 Aug, 2014 3 commits
-
-
Reinhard Tartler authored
This option facilitates testing shared libarary builds: for instance fate builders do no longer need to set LD_LIBRARY_PATH as the binaries will get the right search paths hardcoded into their executable file. This option is only meant to be used for testing purposes: The installed libraries must not move around in the file system, and doing so will cause a lot of subtle problems. For more information why using RPATH is dangerous, please refer to https://blog.flameeyes.eu/2010/06/the-why-and-how-of-rpath
-
Reinhard Tartler authored
-
Luca Barbato authored
Unbreak 051aadee
-
- 22 Aug, 2014 7 commits
-
-
Diego Biurrun authored
This avoids a number of redefinition warnings on MinGW64.
-
Diego Biurrun authored
This avoids a number of redefinition warnings on MinGW64.
-
Luca Barbato authored
Since they are aliases for ogg enabling any of them enables ogg as well.
-
Anton Khirnov authored
It is hardcoded to 15fps.
-
Anton Khirnov authored
-
Anton Khirnov authored
At least one FATE sample contains such chunks and happens to work simply by accident (due to find_stream_info() swallowing the error). CC: libav-stable@libav.org
-
Janne Grunau authored
MpegEncContext based decoders are only fully initialized after the first ff_thread_get_buffer() call. The RV30/40 decoders may fail before a frame buffer was requested. ff_mpeg_update_thread_context() fails on half initialized MpegEncContexts. Since this can only happen before a the first frame was decoded there is no need to call ff_mpeg_update_thread_context(). Based on patches by John Stebbins and tested by John Stebbins. CC: libav-stable@libav.org
-
- 21 Aug, 2014 6 commits
-
-
Diego Biurrun authored
The same is done for GCC and clang already.
-
Nidhi Makhijani authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Diego Biurrun authored
Also convert a debug av_log() to av_dlog().
-
Diego Biurrun authored
-
Diego Biurrun authored
The asserts check struct members that are not referenced in guess_mv() and one of them fails to compile.
-
Diego Biurrun authored
-
- 19 Aug, 2014 7 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
This avoids an unused variable warning with MSVC since the variable is only used in a debug mode printf statement.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
The defines were added long ago when MinGW still lacked them.
-
Diego Biurrun authored
This is cleaner and avoids an uninitialized variable warning with MSVC.
-