https://github.com/libav/libav
Name Target Message Date
HEAD c464278 time_internal: Prefix fallback versions of gmtime_r/localtime_r with ff_ Use a macro to redirect calling code from the official name to the ff_ prefixed one. Detecting these functions in configure can be tricky (on mingw, they are conditionally available depending on posix feature defines). If configure didn't detect them, but they still are visible at compile time (due to an unrelated header defining the posix feature defines), providing the local fallback versions with a prefixed name is safer. Signed-off-by: Martin Storsjö <martin@martin.st> 10 April 2019, 08:39:01 UTC
refs/heads/master c464278 time_internal: Prefix fallback versions of gmtime_r/localtime_r with ff_ Use a macro to redirect calling code from the official name to the ff_ prefixed one. Detecting these functions in configure can be tricky (on mingw, they are conditionally available depending on posix feature defines). If configure didn't detect them, but they still are visible at compile time (due to an unrelated header defining the posix feature defines), providing the local fallback versions with a prefixed name is safer. Signed-off-by: Martin Storsjö <martin@martin.st> 10 April 2019, 08:39:01 UTC
refs/heads/release/0.5 588571d Bump version number for the 0.5.11 release 09 May 2013, 15:53:33 UTC
refs/heads/release/0.6 0cbef38 arm: Don't clobber callee saved registers in scalarproduct q4-q7/d8-d15 are supposed to not be clobbered by the callee. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st> (cherry picked from commit d307e408d4a9ada22df443cc38be77cc5e492694) Signed-off-by: Martin Storsjö <martin@martin.st> 20 December 2013, 13:02:35 UTC
refs/heads/release/0.7 798307d arm: Don't clobber callee saved registers in scalarproduct q4-q7/d8-d15 are supposed to not be clobbered by the callee. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st> (cherry picked from commit d307e408d4a9ada22df443cc38be77cc5e492694) Signed-off-by: Martin Storsjö <martin@martin.st> 20 December 2013, 13:02:35 UTC
refs/heads/release/0.8 28544f7 Prepare for the 0.8.21 release 14 October 2017, 00:43:08 UTC
refs/heads/release/10 c0fd077 tls: Use the right return value for breaking out due to the interrupt callback The retry_transfer_wrapper function higher up in the call chain ignores AVERROR(EINTR), which only means "interrupted by system call". This makes sure that returning due to the interrupt callback works as intended. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st> 24 March 2016, 09:27:49 UTC
refs/heads/release/11 1f32295 smacker: limit recursion depth of smacker_decode_bigtree This fixes segmentation faults due to stack-overflow caused by too deep recursion. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Sean McGovern <gseanmcg@gmail.com> (cherry picked from commit 0ccddbad200c1d9439c5a836501917d515cddf76) Signed-off-by: Sean McGovern <gseanmcg@gmail.com> 19 November 2016, 13:21:11 UTC
refs/heads/release/12 502e1a0 hvcc: zero initialize the nal buffers past the last written byte Bug-Id: 1116 Cc: libav-stable@libav.org Signed-off-by: James Almer <jamrial@gmail.com> (cherry picked from commit dc40e64adb1712b1209c018914a44f809bc32664) Signed-off-by: Sean McGovern <gseanmcg@gmail.com> 23 February 2018, 03:09:38 UTC
refs/heads/release/9 4f68b0a configure: make jack depend on pthreads (cherry picked from commit a3fc62e89e1aa09c44e918726ec556210471d56e) Signed-off-by: Diego Biurrun <diego@biurrun.de> 17 May 2013, 06:13:58 UTC
refs/tags/dev14.2 4d7ab5c doxygen: Add a number of missing function parameter descriptions 16 February 2014, 22:36:31 UTC
refs/tags/v0.5.4 52ee20f update release date 17 March 2011, 12:10:27 UTC
refs/tags/v0.6.2 b0f8fdc release notes and changelog for 0.6.2 18 March 2011, 17:01:41 UTC
refs/tags/v0.7b1 d11818e Remove now obsolete references to _g-suffixed binaries. Automatic stripping of binaries was removed in commit e0be794 and the _g binaries disappeared along with it. 18 April 2011, 21:12:40 UTC
back to top