- 10 Apr, 2014 17 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Anthoine Bourgeois authored
Fixes Ticket3540 The function dirac_get_arith_bit in libavcodec/dirac_arith.h can't be built with PIC and check-stack because the asm code needs 6 registers and PIC and check-stack options take 1 each and x86 is quite limited in this area. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit d8ab7f31 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit f6759d9a ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 5027f397 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit a5290cb1 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Related to CID1197063 The limit choosen is arbitrary and much larger than what makes sense. It avoids the need for checking arithmetic operations with the length for overflow Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit f9158b01 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
The check is possibly redundant, but better to check for errors that dont occur than to skip the check and crash Fixes CID1197060 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 754f8466 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes CID1197057 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit f87b3d55 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixed CID1197052 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 419800ac ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit a84f9c75 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit d167faaf ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Lukasz Marek authored
This change make error handling simplier. av_opt_freep_ranges may be called when some ranges are NULL, for example after memory allocation fail. Signed-off-by:
Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 3aac5fcf ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes crash Found-by: iive Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 8710ee11) Conflicts: libavcodec/h264_slice.c
-
Michael Niedermayer authored
Fixes segfault Fixes Ticket3469 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit e818ee09 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
fixes x264opts opengop=1 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 64b79141 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'e0aa76d3 ': golomb: Fix the implementation of get_se_golomb_long Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'a014b961 ': Prepare for 10.1 Release Conflicts: RELEASE Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 30 Mar, 2014 1 commit
-
-
Martin Storsjö authored
This was only used in hevc muxing code so far. This makes the return values match what get_se_golomb returns for the same bitstream reader instances. The logic for producing a signed golomb code out of an unsigned one was based on the corresponding code in get_se_golomb, which operated directly on the bitstream reader buffer - not on the equivalent return value from get_ue_golomb. CC: libav-stable@libav.org Signed-off-by:
Martin Storsjö <martin@martin.st> (cherry picked from commit 508a84e6 ) Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 29 Mar, 2014 1 commit
-
-
Reinhard Tartler authored
-
- 27 Mar, 2014 11 commits
-
-
Andreas Cadhalpun authored
Fix spelling errors in texi files: more informations --> more information allows to --> allows one to Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit d473f2d1 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Andreas Cadhalpun authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit cf3bfc97 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit a44409e6 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
wm4 authored
The memory allocation for f->diffs was freed multiple times in some corner cases. Simplify the code so that this doesn't happen. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 5b0ce5d4 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes h264_mp4toannexb_bsf_failure.mkv Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 289b149c ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
James Almer authored
AV_CPU_FLAG_AVX is enabled at this point only if there's OS support. Signed-off-by:
James Almer <jamrial@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 2d9821a2 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
See Ticket3486 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 575b9577 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket2893 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 742d8601 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes Ticket3432 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 5171ae78 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Should fix fate failure with clang ftrapv Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit c9c04512 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 26 Mar, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #3495. (cherry picked from commit e6fe804b)
-
- 23 Mar, 2014 9 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Andrey Myznikov authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 9deecdf8 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes build with --disable-everything Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 82a90e77 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 6c47a4e9 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes issue2.ts Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 2dcaa1b9 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 8b8ae298 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes out of array accesses This should not affect any release Fixes: 8ab69af9e5a7a7e20fe04cdd25c0d6e7-asan_heap-oob_e72b82_5505_cov_2278389485_g2m4.wmv Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 6b53c1aa ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This reverts commit f65afef1. If only pts is coded then dts must be equal pts See Rec. ITU-T H.222.0 (06/2012) / ISO/IEC 13818-1:2013 (E) 2.7.5 Found-by: Baptiste Coudurier (cherry picked from commit 0bf88286 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
this minimizes the amount of protocol seeks and reading needed in that case Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 171dd675 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-