- 18 Apr, 2012 4 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
This also allows dropping some PPC-specific ugliness from dsputil.[ch].
-
Diego Biurrun authored
This fixes the warning: libavcodec/mpegaudiodec.c:1704:14: warning: variable ‘out_size’ set but not used
-
Mans Rullgard authored
If a video track specifies a zero frame rate (invalid but occurs), this results in a division by zero and subsequent undefined conversion to integer. Setting the default duration from the frame rate only if the latter is greater than zero avoids such problems. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 17 Apr, 2012 9 commits
-
-
Luca Barbato authored
It avoids some rounding errors.
-
Luca Barbato authored
This is in line with other demuxers and overall seems more correct than assuming codec time base.
-
Alex Converse authored
This improves output for formats with more than one AVCodec.
-
Alex Converse authored
-
Reimar Döffinger authored
Do not pointlessly call ff_alloc_packet multiple times, and fix an infinite loop by clamping the maximum number of bits to target in the algorithm that does not use lambda. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Diego Biurrun authored
-
Kostya Shishkov authored
-
Justin Ruggles authored
This matches the value for the plain WAVEFORMATEX header. Also fixes stream copy to WAVE for non-16-bit raw pcm.
-
Justin Ruggles authored
This allows the user to specify an input channel layout without avconv aborting because the "channels" option was not found.
-
- 16 Apr, 2012 13 commits
-
-
Luca Barbato authored
The buffer must have its dimension, pixel format and aspect ratio set.
-
Alex Converse authored
Save the old output configuration (if it has been used successfully) when trying a new configuration. If the new configuration fails to decode, restore the last successful configuration.
-
Carl Eugen Hoyos authored
Signed-off-by: Alex Converse <alex.converse@gmail.com>
-
Alex Converse authored
-
Samuel Pitoiset authored
This option is the stream identifier to play or to publish. Sometimes the URL parser cannot determine the correct playpath automatically, so it must be given explicitly using this option (ie. -rtmp_playpath). Signed-off-by: Martin Storsjö <martin@martin.st>
-
Samuel Pitoiset authored
This option is the name of application to connect on the RTMP server. Sometimes the URL parser cannot determine the app name automatically, so it must be given explicitly using this option (ie. -rtmp_app). Signed-off-by: Martin Storsjö <martin@martin.st>
-
Justin Ruggles authored
-
Mans Rullgard authored
Without these, the expansion contains things like --1 with some compilers resulting in build errors. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Ronald S. Bultje authored
Fixes crashes when using biweight on win64.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Anton Khirnov authored
Prevents it from referring to the rest of the list.
-
- 15 Apr, 2012 14 commits
-
-
Anton Khirnov authored
-
Anton Khirnov authored
Prevents extensive buffering when overlaying a single picture.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
This is the first step towards supporting complex filtergraphs with more than one input and/or output.
-
Anton Khirnov authored
It more properly belongs to output, not input.
-
Anton Khirnov authored
Always take it from lavfi. This way we don't need a clearly defined corresponding input stream.
-
Anton Khirnov authored
This is a more proper place for them, since they store parameters of the input, not output, stream.
-
Anton Khirnov authored
-
Anton Khirnov authored
This way we don't require a clearly defined corresponding input stream. The result for the xwd test changes because rgb24 is now chosen instead of bgra.
-
Anton Khirnov authored
-
Anton Khirnov authored
Right now, they are arrays of structs, reallocated when new streams/files are added. This makes storing pointers to those structs harder than necessary.
-
Anton Khirnov authored
They are globals, no point in pretending they are not.
-