- 10 Apr, 2014 8 commits
-
-
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 18 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>
-
Michael Niedermayer authored
This reduces the number of protocol seeks Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 9600486d ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 2adf422c ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This limits ABI issues in case libavcodec is linked to a libavutil with larger AVFrame Which can happen if they are shiped in seperate binary packages and libavutil is upgraded A cleaner alternative would be to replace them by pointers but this would likely cause a small speedloss Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit fc567ac4 ) Conflicts: libavcodec/h264.h (cherry picked from commit 618d062bd553a7d7fad194d4236913f2b0a0251e) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes double free Fixes Ticket3476 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit d003a0cd ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes assertion failure Fixes Ticket3463 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 2fd14f06 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This avoids hypothetical integer overflows (cherry picked from commit b4356c9c ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This avoids a hypothetical integer overflow with very high resolution video Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit e92a78a4 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This avoids a hypothetical integer overflow with very high resolution video Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit c3272674 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
This is unsafe and can deadlock amongth other things Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 9dca02ee ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-