- 10 Oct, 2012 4 commits
-
-
Diego Biurrun authored
-
Mans Rullgard authored
This makes sure proper linker arguments are used for the tools and test programs when shared libraries are enabled. The tools are linked using the usual -l flag while for test programs the full name of the static library is used. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Diego Biurrun authored
-
Diego Biurrun authored
-
- 09 Oct, 2012 36 commits
-
-
Janne Grunau authored
Fixes CID231347.
-
Janne Grunau authored
Fixes CID700725.
-
Janne Grunau authored
Fixes CID700730.
-
Janne Grunau authored
Does not make a difference in this case since sizeof(uint8_t*) == sizeof(uint8_t**). Fixes CID703814.
-
Anton Khirnov authored
-
Anton Khirnov authored
It has not worked for anything other than fringe codecs (asv1/2, mdec, mjpeg[b]) since about 2003 and nobody ever noticed or complained. This sufficiently proves that there are no users of this option who have a clue of what they are doing, so it is completely useless.
-
Janne Grunau authored
Fixes CID732166.
-
Janne Grunau authored
Fixes CID732273.
-
Janne Grunau authored
Fixes CID732272.
-
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.
-