- 17 Apr, 2012 3 commits
-
-
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 18 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.
-
Diego Biurrun authored
Switch from changing global values to defining a separate C style and add appropriate settings for indenting assignments that span more than one line.
-
Derek Buitenhuis authored
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
-
Dale Curtis authored
Call mov_read_close when mov_read_header fails. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Dale Curtis authored
Instead of allocating over the original, free first. MOVStreamContext is zero initialized so no double free will occur. Same style as other fixes for the same problem in this file. Signed-off-by: Dale Curtis <dalecurtis@chromium.org> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
- 14 Apr, 2012 6 commits
-
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
If coefficient A is 12-bits xixed-point number "X", then the other coefficient is (1 << 12) - X, not (1 << 12) - X - 1.
-
Anton Khirnov authored
The user submitted variable in this function is frame, not buf.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Mashiat Sarker Shakkhar authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-