aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | als: consistent messagesThilo Borgmann2012-03-261-11/+11
| | | | | | | | | | | | "." for warnings, "!" for errors. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libopenjpegenc: remove leftover because older version of patch being appliedPaul B Mahol2012-03-261-1/+0
| | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ALS error message pretty printThilo Borgmann2012-03-261-1/+1
| | | | | | | | | | | | One prettier message. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | qdm2: Fix out of array writesMichael Niedermayer2012-03-261-5/+14
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | qdm2: fix out of array readMichael Niedermayer2012-03-261-3/+6
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | qdm2dec: fix out of array readMichael Niedermayer2012-03-261-3/+7
| | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mxfdec: fix off by one error.Michael Niedermayer2012-03-261-1/+1
| | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libopenjpegdec: refactor some code and fix memory leaksPaul B Mahol2012-03-261-5/+4
| | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libopenjpegdec: always check image because decoding may still failPaul B Mahol2012-03-261-0/+5
| | | | | | | | | | | | | | Fixes bunch of segfaults. Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libopenjpegenc: allow changing encoding parametersPaul B Mahol2012-03-261-3/+58
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Michael Bradshaw <mbradshaw@sorensonmedia.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libopenjpegenc: merge common codePaul B Mahol2012-03-261-24/+0
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Michael Bradshaw <mbradshaw@sorensonmedia.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libopenjpegenc: use pix_fmt descriptor to get bppPaul B Mahol2012-03-261-9/+2
| | | | | | | | | | | | | | | | This will also simplify adding support for RGB565 and similar. Signed-off-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Michael Bradshaw <mbradshaw@sorensonmedia.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libopenjpegenc: use pix_fmt descriptor to get numcompsPaul B Mahol2012-03-261-16/+3
| | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Michael Bradshaw <mbradshaw@sorensonmedia.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | indeo4: better mv checkMichael Niedermayer2012-03-261-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | indeo5: check motion vectors.Michael Niedermayer2012-03-262-1/+11
| | | | | | | | | | | | | | fixes out of frame reading Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mxfdec: pass correct context to av_timecode_init()Michael Niedermayer2012-03-261-2/+2
| | | | | | | | | | fixes null ptr dereference Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | vf_hflip: accept PIX_FMT_RGB444 and PIX_FMT_BGR444 pixel formatsPaul B Mahol2012-03-262-0/+6
| | | | | | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> added fate checksum update Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | png: fix warning about discarding qualifiers [-Wincompatible-pointer-types]Paul B Mahol2012-03-261-1/+1
| | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | pthread : Remove lock/unlock pairs in worker loop to avoid unexpected state ↵Aaron Colwell2012-03-261-7/+2
| | | | | | | | | | | | | | changes. Reviewed-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-2510-2247/+2484
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: x86: dsputil: prettyprint gcc inline asm x86: K&R prettyprinting cosmetics for dsputil_mmx.c x86: conditionally compile H.264 QPEL optimizations dsputil_mmx: Surround QPEL macros by "do { } while (0);" blocks. Ignore generated files below doc/. dpcm: convert to bytestream2. interplayvideo: convert to bytestream2. movenc: Merge if statements h264: fix memleak in error path. pthread: Immediately release all frames in ff_thread_flush() h264: Add check for invalid chroma_format_idc utvideo: port header reading to bytestream2. Conflicts: .gitignore configure libavcodec/h264_ps.c libavcodec/interplayvideo.c libavcodec/pthread.c libavcodec/x86/dsputil_mmx.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: dsputil: prettyprint gcc inline asmDiego Biurrun2012-03-251-1295/+1310
| |
| * x86: K&R prettyprinting cosmetics for dsputil_mmx.cDiego Biurrun2012-03-251-773/+1049
| |
| * x86: conditionally compile H.264 QPEL optimizationsDiego Biurrun2012-03-253-13/+22
| |
| * dsputil_mmx: Surround QPEL macros by "do { } while (0);" blocks.Diego Biurrun2012-03-251-4/+12
| | | | | | | | This makes them safe to use in non-fully braced if-blocks and similar.
| * Ignore generated files below doc/.Diego Biurrun2012-03-251-0/+3
| |
| * dpcm: convert to bytestream2.Ronald S. Bultje2012-03-241-27/+31
| |
| * interplayvideo: convert to bytestream2.Ronald S. Bultje2012-03-241-199/+124
| |
| * movenc: Merge if statementsMartin Storsjö2012-03-251-5/+2
| | | | | | | | | | | | | | | | This isn't exactly equivalent with the earlier code for codecs other than H264 and VC1, but those are two only codecs supported by this codepath anyway, and it simplifies it a bit. Signed-off-by: Martin Storsjö <martin@martin.st>
| * h264: fix memleak in error path.Alexander Strange2012-03-241-1/+1
| | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * pthread: Immediately release all frames in ff_thread_flush()Alexander Strange2012-03-241-3/+7
| | | | | | | | | | | | | | | | Before this, they were only added to the delayed release queue and not freed until later. This could lead to unnecessary memory use or buffer exhaustion. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * h264: Add check for invalid chroma_format_idcAlexander Strange2012-03-241-1/+5
| | | | | | | | | | | | Fixes a crash when FF_DEBUG_PICT_INFO is used. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * utvideo: port header reading to bytestream2.Ronald S. Bultje2012-03-241-16/+12
| | | | | | | | | | | | | | Fixes crash during slice size reading if slice_end goes negative. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
* | swr-test: test the new flexible bufferingMichael Niedermayer2012-03-251-1/+24
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swr: realloc_audio: support packed audio buffersMichael Niedermayer2012-03-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swr: More flexible and convenient bufferingMichael Niedermayer2012-03-252-41/+105
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix SVCD scan_offset optionJulien Ramseier2012-03-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | "Metal Gear Solid: The Twin Snakes" demuxerPaul B Mahol2012-03-256-1/+108
| | | | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | CrystalHD: Remove EXPERIMENTAL flag for known good formats.Philip Langdale2012-03-251-5/+5
| | | | | | | | | | | | | | | | | | With the flag in place, it's hard to actually use the decoder, and I'm happy with how it works, with the exception of DivX3 where I've never found a sample that worked that I was confident actually matched what the hardware claimed to support. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | pthread: return proper error code on pthread_create failureMarton Balint2012-03-251-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swr: fix segfault when 0 out size is used.Michael Niedermayer2012-03-251-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swr: revert stray hunkMichael Niedermayer2012-03-251-5/+0
| | | | | | | | | | Found-by:ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | VC1: Do not needlessly use signed types.Reimar Döffinger2012-03-253-17/+17
| | | | | | | | | | | | | | | | | | This might even have prevented the compiler from some optimizations, since both signed and unsigned types are used for the dezigzag tables/ table pointers, and if a branches uses both the compiler needs to create more complex code. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | DV: detect another case of broken DV files.Reimar Döffinger2012-03-251-0/+4
| | | | | | | | | | | | | | See trac issue #217. Only the dsf field seems to be used to distinguish between PAL and NTSC. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | DV: check coded_width/height instead of width/height.Reimar Döffinger2012-03-251-1/+1
| | | | | | | | | | | | | | This makes the workaround also work with lowres. Fixes issue #633. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | vqavideo: fix decoding of samples with no partial updates.Reimar Döffinger2012-03-251-2/+2
| | | | | | | | | | | | | | | | Fixes playback of http://samples.mplayerhq.hu/game-formats/vqa/landsoflore/B0EB8711.VQA (trac issue #710). Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
* | resample: Fix boundary handling with fragments.Michael Niedermayer2012-03-251-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swr: Fix partial flushing.Michael Niedermayer2012-03-251-2/+2
| | | | | | | | | | Found-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swr: test partial flushingMichael Niedermayer2012-03-251-2/+25
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | mov: fix heap buffer overflowMichael Niedermayer2012-03-251-1/+1
| | | | | | | | | | Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swr: allow flushing in multiple steps if the output is too small.Michael Niedermayer2012-03-252-11/+15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>