- 09 Oct, 2012 17 commits
-
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Diego Biurrun authored
-
Janne Grunau authored
Fixes CID700204.
-
Janne Grunau authored
Fixes CID732173.
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Duncan Salerno authored
This is defined by RFC 3986 section 5.4.1 to be handled this way. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Duncan Salerno authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Duncan Salerno authored
Strip off query parameters from the original url before applying the new relative path. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
This was done to work around toolchain bugs that have long been fixed.
-
Diego Biurrun authored
Some invocations include a verb in the log message, others do not. Yet av_log_missing_feature expects callers to provide a verb. Change the function to include a verb instead and update the callers accordingly. The result is a more natural function API and correct English in the function invocations.
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Yusuke Nakamura authored
This fixes a regression in 4ed5ac50. Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 08 Oct, 2012 17 commits
-
-
Mans Rullgard authored
The vec_splat() intrinsic requires a constant argument for the element number, and the code relies on the compiler unrolling the loop to provide this. Manually unrolling the loop avoids this reliance and works with all compilers. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Enable dead store elimination. The last few releases work no worse with this flag than without. Older versions failed to build some source files when using this flag. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Martin Storsjö authored
Tested to work with the gstreamer depacketizer. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Not all details are implemented, but it's enough for proper playback as long as there is no packet loss. Tested to work with the packetizer in gstreamer (which although uses a different codec name, to clarify that it is still a spec draft). Signed-off-by: Martin Storsjö <martin@martin.st>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Janne Grunau authored
-
Janne Grunau authored
-
Janne Grunau authored
-
Janne Grunau authored
Rename the called dsp init functions to *_init_x86.
-
Luca Barbato authored
-
Luca Barbato authored
The tag @table expects @item to mark entries.
-
Luca Barbato authored
-
Luca Barbato authored
avconv provides an option to set it externally and there isn't a way for the outer demuxer to report the inner demuxer flag. Solves a bad interaction between mpegts and x264, but requires additional setting for the user.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 07 Oct, 2012 5 commits
-
-
Justin Ruggles authored
When there is only 1 channel, the planar and interleaved formats of the same data type should be treated as identical.
-
Justin Ruggles authored
When there is only 1 channel, the planar and interleaved formats of the same data type should be treated as identical.
-
Justin Ruggles authored
Should fix fate-acodec-adpcm-ima_wav with several compilers.
-
Diego Biurrun authored
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 06 Oct, 2012 1 commit
-
-
Justin Ruggles authored
-