summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | cafenc: do not leak caf->pkt_sizesPaul B Mahol2013-02-221-2/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | aacdec: dont pop random configurationsMichael Niedermayer2013-02-221-1/+0
| | | | | | | | | | | | | | Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mxg: do not leak mxg->bufferPaul B Mahol2013-02-221-4/+6
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-220-0/+0
|\ \ | |/ | | | | | | | | | | | | | | | | * qatar/master: x86: h264: Don't use redzone in AVX h264_deblock on Win64 No code change, as the commit has been already integrated merge just for metadata Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: h264: Don't use redzone in AVX h264_deblock on Win64Matt Wolenetz2013-02-211-0/+8
| | | | | | | | | | | | | | This fixes crashes in chromium on win64 on machines with AVX (crashes that apparently aren't triggered by fate). Signed-off-by: Martin Storsjö <martin@martin.st>
* | dxva2: move _WIN32_WINNT handling to public headerMichael Niedermayer2013-02-222-8/+7
| | | | | | | | | | | | | | This removes duplicate code Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavcodec/mips/aacsbr_mips: fix ;;Michael Niedermayer2013-02-211-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mips: optimization for float aac decoder (ps module)Mirjana Vulin2013-02-214-1/+464
| | | | | | | | | | Signed-off-by: Mirjana Vulin <mvulin@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mips: optimization for float aac decoder (sbr module)Mirjana Vulin2013-02-2111-9/+2151
| | | | | | | | | | Signed-off-by: Mirjana Vulin <mvulin@mips.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: Use libiconv on systems that lack built-in iconvJames Almer2013-02-211-1/+1
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix Win64 AVX h264_deblock by not using redzone on Win64Matt Wolenetz2013-02-211-0/+8
| | | | | | | | | | Thanks-to: "Ronald S. Bultje" <rsbultje@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264: ensure that get_format() is called when changing format but not otherwise.Michael Niedermayer2013-02-211-5/+5
| | | | | | | | | | | | | | Fixes Ticket2288 Tested-by: Stefano Pigozzi <stefano.pigozzi@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | matroska: fix missing ,Andrea30002013-02-211-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec_decode_audio4: check got_frame_ptr before handling initial skipMichael Niedermayer2013-02-211-1/+1
| | | | | | | | | | | | | | Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | blend filterPaul B Mahol2013-02-216-2/+587
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | h264: move next/last picture init to decode_slice_headerMichael Niedermayer2013-02-211-2/+5
| | | | | | | | | | | | | | | | This is a regression introduced from the h264/mpegvideo split Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ec: check that reference pictures have matching parameters before using them.Michael Niedermayer2013-02-211-0/+16
| | | | | | | | | | | | | | Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264: check that luma and chroma depth matchMichael Niedermayer2013-02-211-1/+1
| | | | | | | | | | | | | | Fixes out of array access Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | exr: constify s in rle_uncompress()Paul B Mahol2013-02-211-1/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | exr: reset compression in decode_frame()Paul B Mahol2013-02-211-2/+1
| | | | | | | | | | | | | | This fixes decoding of images if compression changes. Regression since b040ffc84c5e. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-213-2/+6
|\ \ | |/ | | | | | | | | | | | | | | * qatar/master: dxva2: Add missing #define to make header compile standalone arm: vp8: Add missing #includes for header to compile standalone doc: filters: Correct BNF FILTER description Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dxva2: Add missing #define to make header compile standaloneDiego Biurrun2013-02-201-1/+1
| |
| * arm: vp8: Add missing #includes for header to compile standaloneDiego Biurrun2013-02-201-0/+4
| |
| * doc: filters: Correct BNF FILTER descriptionVicente Jimenez Aguilar2013-02-201-1/+1
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | ffmpeg: set resample_pix_fmt for sub2video.Nicolas George2013-02-211-1/+1
| | | | | | | | | | Forgotten when the resample_* fields were added. Fix assert failures.
* | lavfi/buffersrc: set channel layout if it is known.Nicolas George2013-02-211-0/+4
| | | | | | | | | | | | | | | | | | If buffersrc was configured for frames with an unknown layout, the incoming frames will have channel_layout = 0. If the format negotiation has selected a known (and compatible) channel layout for the link, the frame is assumed to have that layout, the field must be set before injecting the frame in the filters.
* | Use SMPTE standard notation when showing mxf Universal Labels.Carl Eugen Hoyos2013-02-211-1/+4
| |
* | vf_idet: adapt default scores due to bugfixMichael Niedermayer2013-02-211-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vf_idet: Fix macro arguments sideeffectMichael Niedermayer2013-02-211-2/+4
| | | | | | | | | | | | | | Fixes valgrind errors should improve detection scores Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate/subtitles: add MicroDVD remux test.Clément Bœsch2013-02-212-0/+4
| |
* | lavf/microdvd: fix muxing.Clément Bœsch2013-02-212-3/+20
| | | | | | | | This was broken since 1f265f52.
* | lavf/swfdec: remove 8-bit audio FIXME.Clément Bœsch2013-02-211-1/+0
| | | | | | | | Implemented since 624fb5f9.
* | brender_pix: use a grayscale palette as fallback instead of a uninitialized one.Michael Niedermayer2013-02-211-0/+8
| | | | | | | | | | | | Improves: 3-0-CORPSE.PIX Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mjpegdec: check for packed rgb mjpeg.Michael Niedermayer2013-02-211-4/+9
| | | | | | | | | | | | | | Fixes null pointer dereference Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix bits_per_coded_sample when encoding png with frame-level multithreading.Carl Eugen Hoyos2013-02-201-5/+17
| | | | | | | | Fixes ticket #2290.
* | lavf/swfdec: support 8-bits PCM audio.Clément Bœsch2013-02-201-1/+4
| |
* | lavf/swfdec: factorize the creation of a new stream.Clément Bœsch2013-02-201-26/+25
| | | | | | | | This also makes the changes of a3949fe11 applicable in both cases.
* | h264: Fix handling of changing reference counts between slicesMichael Niedermayer2013-02-202-1/+6
| | | | | | | | | | | | | | Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264: call alloc_scratch_buffers() only once linesize is knownMichael Niedermayer2013-02-201-17/+9
| | | | | | | | | | | | | | Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/subtitles: fix recently introduced warning about discarded const ↵Clément Bœsch2013-02-201-1/+1
| | | | | | | | qualifier.
* | lavfi/overlay: add format optionStefano Sabatini2013-02-203-15/+62
| | | | | | | | | | In particular, fix misbehavior in case main and overlay input formats mismatch (e.g. YUV420 and YUV444).
* | lavfi/overlay: apply minor consistency fixesStefano Sabatini2013-02-201-2/+2
| |
* | lavfi/overlay: implement shortest optionStefano Sabatini2013-02-203-1/+21
| | | | | | | | | | | | Force termination when the overlay stream ends. Simplify scripting logic, for example when an infinite source is used to generate a background for a composite video.
* | doc/filters: rework introductory description for decimateStefano Sabatini2013-02-201-5/+6
| | | | | | | | | | In particular, dedicate first paragraph to deliver a short description of the filter.
* | lavfi/decimate: use named optionsStefano Sabatini2013-02-203-32/+40
| |
* | doc/filters: apply misc fixes to drawbox documentationStefano Sabatini2013-02-201-7/+5
| |
* | mov: fix self referencing timecode tracksMichael Niedermayer2013-02-201-1/+1
| | | | | | | | | | | | | | Fixes read after free. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter: fix segfault with setsar/darMichael Niedermayer2013-02-201-1/+1
| | | | | | | | | | Reported-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-201-0/+2
|\ \ | |/ | | | | | | | | | | * qatar/master: intreadwrite: tomi: Add missing attributes.h #include for av_always_inline Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * intreadwrite: tomi: Add missing attributes.h #include for av_always_inlineDiego Biurrun2013-02-201-0/+2
| |
OpenPOWER on IntegriCloud