- 09 Oct, 2012 30 commits
-
-
Janne Grunau authored
Fixes CID732271.
-
Janne Grunau authored
-
Janne Grunau authored
Prevents writes to freed memory and the leak of the old extended data. Fixes CID732303.
-
Janne Grunau authored
Make just a single reallocation per call instead of one reallocation per copied chapters. This fixes possible memory leaks on realloc failures. Also correct the allocation since it needs multiples of sizeof(AVChapter*) and not sizeof(AVChapter). Fixes CID700633 and CID700719.
-
Janne Grunau authored
Prevents memory leak and possible access to freed memory. Fixes CID605744.
-
Janne Grunau authored
Prevents CID602000.
-
Mans Rullgard authored
The test programs use internal symbols so cannot be linked against the shared libs. Linking against both shared and static is pointless and might do something strange depending on the linker. This changes the dependencies so the test programs are linked only against the static library for the component they belong to. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
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 10 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.
-