- 23 Jun, 2014 4 commits
-
-
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
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>
-
Michael Niedermayer authored
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>
-
- 21 Jun, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Fixes ticket #3428. (cherry picked from commit e3fd263f)
-
- 19 Jun, 2014 1 commit
-
-
Carl Eugen Hoyos authored
Revert "ff_id3v2_read: add option to limit ID3 magic number search" Revert "ff_id3v2_free_extra_meta: set the pointer pointing to extra_meta to NULL" This reverts commit 7f8aa37b. This reverts commit 5219e20d.
-
- 09 Jun, 2014 4 commits
-
-
Martin Storsjö authored
The actual predictor value, set by the trellis code, never was written back into the variable that was written into the block header. This was accidentally removed in b304244b. This significantly improves the audio quality of the trellis case, which was plain broken since b304244b . Encoding IMA QT with trellis still actually gives a slightly worse quality than without trellis, since the trellis encoder doesn't use the exact same way of rounding as in adpcm_ima_qt_compress_sample and adpcm_ima_qt_expand_nibble. Fixes part of Ticket3701 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit fa8f060b) Conflicts: tests/ref/acodec/adpcm-ima_qt-trellis
-
Martin Storsjö authored
This was broken in 095be4fb - samples+ch (for the previous non-planar case) equals &samples_p[ch][0]. The confusion probably stemmed from the IMA WAV case where it originally was &samples[avctx->channels + ch], which was correctly changed into &samples_p[ch][1]. Fixes part of Ticket3701 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit a32765c4)
-
Carl Eugen Hoyos authored
Fixes a regression since fb3e3808 similar to ticket #2661, reported by fluffrabbit at aol dot com. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 673716c5) Conflicts: libavcodec/utvideodec.c
-
Michael Niedermayer authored
Fixes Ticket3670 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 571ab834) Conflicts: libavformat/avidec.c
-
- 01 May, 2014 2 commits
-
-
Michael Niedermayer authored
Fixes Ticket3594 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 421b21ca)
-
Michael Niedermayer authored
Fixes Ticket3590 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 0a266cb5) Conflicts: libavcodec/vorbisdec.c
-
- 23 Apr, 2014 2 commits
-
-
Stefano Sabatini authored
Fix trac ticket #3523. (cherry picked from commit 1ba59b1c)
-
Michael Niedermayer authored
Fixes Ticket3531 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 57fb5709) Conflicts: libavformat/avidec.c
-
- 19 Apr, 2014 2 commits
-
-
Peter Ross authored
Several chunked formats (AIFF, IFF,DSF) store ID3 metadata within an 'ID3 ' chunk tag. If such chunks are stored sequentially, it is possible for the ID3v2 parser to confuse the chunk tag for the ID3 magic number. e.g. [1st chunk tag ('ID3 ') | chunk size] [ID3 magic number | metadata ...] [2nd chunk tag ('ID3 ') | chunk size] [ID3 magic number | metadata ...] Fixes ticket #3530. Signed-off-by:
Peter Ross <pross@xvid.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 5331773c) Conflicts: libavformat/dsfdec.c libavformat/id3v2.c
-
Peter Ross authored
Fixes ticket #3530. Signed-off-by:
Peter Ross <pross@xvid.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit c94305ae)
-
- 16 Apr, 2014 2 commits
-
-
Michael Niedermayer authored
Fixes part of Ticket3256 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 5800b085) Conflicts: libavformat/matroskadec.c
-
Michael Niedermayer authored
avformat/matroskaenc: wrap V_QUICKTIME codec private in something that looks like its part of quicktime stsd This is needed for matroska spec compliance Fixes playback of SVQ3 in matroska with vlc Fixes Ticket 3256 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 8456bd2c)
-
- 24 Mar, 2014 2 commits
-
-
Michael Niedermayer authored
Fixes ticket #3362. Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit a0911b05)
-
Hendrik Leppkes authored
Fixes playback of some AAC streams, which are otherwise mangled by the parser, and stss is typically only valid for video anyway. Fixes a regression since e41ea866 . Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 019247bd)
-
- 18 Mar, 2014 3 commits
-
-
Michael Niedermayer authored
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
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 8b02dfd3 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 17 Mar, 2014 3 commits
-
-
Peter Ross authored
These ADPCM codecs include a per-frame flag that enables a raw 16-bit mode. Therefore the the number of samples returned by get_nb_samples() is only ever approximate. Fixes ticket #3460. Signed-off-by:
Peter Ross <pross@xvid.org> Reviewed-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 73802014)
-
Peter Ross authored
Fixes ticket #3461. Signed-off-by:
Peter Ross <pross@xvid.org> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit d1bb1794)
-
Michael Niedermayer authored
Fixes Ticket3260 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 8e92ff25) Conflicts: libavcodec/h264.c
-
- 13 Mar, 2014 2 commits
-
-
Michael Niedermayer authored
Fixes Ticket3425 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit dbc3e110) Conflicts: libavformat/flvdec.c
-
Michael Niedermayer authored
Fixes Ticket3432 Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 5171ae78)
-
- 10 Mar, 2014 1 commit
-
-
Michael Niedermayer authored
* TimothyGu/release/1.2: configure: use pkg-config to detect libbluray Merged-by:
Michael Niedermayer <michaelni@gmx.at>
-
- 09 Mar, 2014 1 commit
-
-
Luca Barbato authored
Fixes ticket #1796. (cherry picked from commit c8f0b20b) Conflicts: libavformat/avidec.c
-
- 07 Mar, 2014 1 commit
-
-
Timothy Gu authored
The current configure fails when static libbluray is compiled with libxml2 support. Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit baa650cc ) Signed-off-by:
Timothy Gu <timothygu99@gmail.com> Conflicts: configure
-
- 05 Mar, 2014 9 commits
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes assertion failure Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 0a8c9020 ) Conflicts: libavcodec/utvideoenc.c (cherry picked from commit 57522ca79cc38c279123596d3288ddbf56fa8903) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes out of array read Fixes: d4476f68ca1c1c57afbc45806f581963-asan_heap-oob_2266b27_8607_cov_4044577381_snow_chroma_bug.avi Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 61d59703 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes out of array read Fixes: 5f9698e86d92f19bb08d54ff0d57027f-signal_sigsegv_b30756_3795_cov_2693691257_ansi256.ans Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit d42ec843 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes out of array access Fixes: 14a74a0a2dc67ede543f0e35d834fbbe-asan_heap-oob_49572c_556_cov_215466444_44_001_engine_room.mov Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit c919e1ca) Conflicts: libavcodec/msrle.c (cherry picked from commit bc1c8ec5 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Prevents out of array writes Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit 842b6c14 ) Conflicts: libavformat/mpegtsenc.c (cherry picked from commit e87de3f50b765134588d0b048c32ed4b8acc16fb) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes corruption of context Fixes: 8835659dde6a4f7dcdf341de6a45c6c8-signal_sigsegv_1dce67b_4564_cov_2504444599_classical_22_16_1_14000_v3c_0_extend_0_29.wma Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit ec9578d5 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Justin Ruggles authored
CC:libav-stable@libav.org (cherry picked from commit 0e830094 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Fixes NULL pointer dereference Fixes: signal_sigsegv_1ab8bf4_2847_cov_4254117347_SA10091.vc1 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by:
Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit b51e9354 ) Signed-off-by:
Michael Niedermayer <michaelni@gmx.at>
-