- 20 Apr, 2012 11 commits
-
-
Alex Converse authored
movenc: Support high sample rates in isomedia formats by setting the sample rate field in stsd to 0. Libisomediafile appears to always set this field to zero.
-
Diego Biurrun authored
libavcodec/xxan.c:293:13: warning: variable ‘corr_end’ set but not used
-
Diego Biurrun authored
This simplifies the code a bit and avoids an uninitialized variable warning.
-
Justin Ruggles authored
Fixes jittery video playback of rm files with cook audio.
-
Justin Ruggles authored
Change some lavf tests to avoid resampling and channel mixing.
-
Justin Ruggles authored
This avoids resampling and channel mixing by using a source with the correct channel layout and sample rate.
-
Justin Ruggles authored
Avoids resampling and channel mixing. This only tests the behavior with respect to input and output audio rather than also testing changes to the encoder or muxer that do not affect the resulting decoded output.
-
Justin Ruggles authored
Avoids resampling and channel mixing. This only tests the behavior with respect to input and output audio rather than also testing changes to the encoder or muxer that do not affect the resulting decoded output.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
The functions operate on the sample level rather than the byte level and work with all audio sample formats.
-
- 19 Apr, 2012 7 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Justin Ruggles authored
This will allow decoding to md5 and doing a diff comparison to a reference checksum instead of a fuzzy stddev or oneoff comparison. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Justin Ruggles authored
The output format is not always the same as the file extension, which is sometimes required for correct probing. We can avoid probing by specifying the format since it is already known.
-
Loren Merritt authored
Add cvtdq2ps and cvtps2dq to the AVX instruction list. Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Justin Ruggles authored
The decoder can change the layout and channel count during decoding, but currently we only validate that the two are compatible when opening the codec. This checks for incompatibilities after each decoded frame.
-
- 18 Apr, 2012 5 commits
-
-
Mans Rullgard authored
Fix this warning: libavformat/aviobuf.c:663:20: warning: assignment discards qualifiers from pointer target type Although this is a public header, it should remain source and binary compatible. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
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 8 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>
-