summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* oggdec: validate VP8 keyframesJames Almer2014-02-241-2/+10
| | | | | | | Fixes seeking with broken files Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-231-5/+4
|\ | | | | | | | | | | | | | | | | | | | | * qatar/master: x86: add detection for Bit Manipulation Instruction sets Conflicts: libavutil/x86/cpu.c See: 0bc3de19ffe296254f214dc7615e624d8e401bcb Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: add detection for Bit Manipulation Instruction setsJames Almer2014-02-233-6/+19
| | | | | | | | | | | | Based on x264 code Signed-off-by: James Almer <jamrial@gmail.com>
* | Merge commit '1b932eb1508f550fac9e911923a0383efda53aa3'Michael Niedermayer2014-02-231-1/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * commit '1b932eb1508f550fac9e911923a0383efda53aa3': x86: add detection for FMA3 instruction set Conflicts: configure libavutil/cpu.h libavutil/x86/cpu.c See: a2af8eddab75f1eac712411e4dde89823c0845e8 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: add detection for FMA3 instruction setJames Almer2014-02-235-1/+16
| | | | | | | | | | | | Based on x264 code Signed-off-by: James Almer <jamrial@gmail.com>
* | Merge commit '10b0161d78148f46eaffb29ea022378947eaef2c'Michael Niedermayer2014-02-230-0/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * commit '10b0161d78148f46eaffb29ea022378947eaef2c': x86: add missing XOP checks and macros Conflicts: configure libavutil/x86/cpu.h See: 6c12b1de064d2604d19cb4c238a788cfed9679ac Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * x86: add missing XOP checks and macrosJames Almer2014-02-232-0/+8
| | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | Merge commit '5800ba0db667630e6ff81d30f03961ea10726aa6'Michael Niedermayer2014-02-231-1/+1
|\ \ | |/ | | | | | | | | | | * commit '5800ba0db667630e6ff81d30f03961ea10726aa6': configure: disable cpunop if the check fails Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: disable cpunop if the check failsJanne Grunau2014-02-231-1/+1
| | | | | | | | | | | | | | | | Moving cpunop from the HAVE_LIST to the ARCH_EXT_LIST_X86 has the side effect of enabling it. The semantics of the check have to be changed from enable if successful to disable if unsuccessful. This was missing in 2b0bb69997c2416e74f41aa1400ce983bf8775c0 causing build errors with nasm.
* | configure: Move cpunop into ARCH_EXT_LIST_X86Diego Biurrun2014-02-231-1/+1
| | | | | | | | | | | | It is a processor feature, so it belongs there. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '8eeacf31c5ea37baf6b222dc38d20cf4fd33c455'Michael Niedermayer2014-02-231-1/+1
|\ \ | |/ | | | | | | | | | | * commit '8eeacf31c5ea37baf6b222dc38d20cf4fd33c455': hevc: Do not left shift a negative value in hevc_loop_filter_chroma Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * hevc: Do not left shift a negative value in hevc_loop_filter_chromaLuca Barbato2014-02-231-1/+1
| |
* | Merge commit 'ff486c0f7f6b2ace3f0238660bc06cc35b389676'Michael Niedermayer2014-02-231-4/+8
|\ \ | |/ | | | | | | | | | | * commit 'ff486c0f7f6b2ace3f0238660bc06cc35b389676': hevc: Do not right shift a negative value in get_pcm Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * hevc: Do not right shift a negative value in get_pcmLuca Barbato2014-02-231-4/+8
| |
* | Merge commit '50c988aa6d6c6f0ceb8f922bcea34800b56b85d9'Michael Niedermayer2014-02-231-4/+4
|\ \ | |/ | | | | | | | | | | * commit '50c988aa6d6c6f0ceb8f922bcea34800b56b85d9': hevc: Drop unnecessary shifts in deblocking_filter_CTB Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * hevc: Drop unnecessary shifts in deblocking_filter_CTBLuca Barbato2014-02-231-4/+4
| | | | | | | | beta_offset is pre-multiplied by 2.
* | avcodec/pngenc: fix invalid read in sub filter.Clément Bœsch2014-02-231-2/+17
| | | | | | | | | | | | | | | | First pixel was computed based on invalid address read, and then corrected by the following memcpy. After the commit, it's not computed anymore, and memcpy fills the appropriate area. Fixes Ticket #3387
* | avcodec/h264: clear chroma planes when flags gray is usedMichael Niedermayer2014-02-231-0/+12
| | | | | | | | | | Fixes Ticket3397 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/mpegvideo: fix buffer clear code so it should work with negative ↵Michael Niedermayer2014-02-231-8/+9
| | | | | | | | | | | | linesizes Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add more Bayer colour spaces to the video4linux2 device wrapper.Carl Eugen Hoyos2014-02-231-0/+5
| |
* | avdevice/v4l2: add V4L2_PIX_FMT_SRGGB8Peter Ross2014-02-231-0/+1
| |
* | Issue-#3407 : Enhance precision for double to string conversion, useful for ↵Sylvain Fabre2014-02-232-3/+3
| | | | | | | | | | | | GEOTIFF double values Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libswscale: bayer to rgb24 & yv12 colorspace convertersPeter Ross2014-02-234-1/+434
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/rawdec: for 16-bit pix fmts, shift pixels when bits_per_coded_sample ↵Peter Ross2014-02-231-1/+16
| | | | | | | | | | | | | | < 16 Signed-off-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/pixdesc: set bayer pixfmt descriptor flagsPeter Ross2014-02-231-0/+12
| | | | | | | | | | Signed-off-by: Peter Ross <pross@xvid.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: Revert commit 5176e9651bda5182df008a1226e2484fdd809985Dave Yeo2014-02-231-1/+1
| | | | | | | | | | | | | | This fixes cpunop detection and unbreaks NASM assembly Signed-off-by: Dave Yeo <daveryeo@telus.net> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Support old qclp-in-mov files that do not store bytes_per_frame in the header.Carl Eugen Hoyos2014-02-231-0/+4
| | | | | | | | Fixes ticket #2649.
* | Support MPEG-2 video mov files with sample description mp2v.Carl Eugen Hoyos2014-02-231-0/+1
| |
* | avformat/movenc: shift positive timestamps to 0 if edit lists cannot be usedMichael Niedermayer2014-02-223-8/+8
| | | | | | | | | | | | Fix handling of timestamps which start far away from 0 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/mux: support shifting timestamps so they start at 0Michael Niedermayer2014-02-222-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swresample: factorize clear_context() outMichael Niedermayer2014-02-221-26/+20
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-221-0/+5
|\ \ | |/ | | | | | | | | | | * qatar/master: lavr: return an error if a avresample_open() is called on an open context Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavr: return an error if a avresample_open() is called on an open contextAnton Khirnov2014-02-221-0/+5
| |
* | Merge commit '7e86c27b4ee9e5a3fbe6cf5249b9d918b2a5e731'Michael Niedermayer2014-02-224-1/+17
|\ \ | |/ | | | | | | | | | | * commit '7e86c27b4ee9e5a3fbe6cf5249b9d918b2a5e731': lavr: add a function for checking whether AVAudioResampleContext is open Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavr: add a function for checking whether AVAudioResampleContext is openAnton Khirnov2014-02-224-1/+17
| |
* | avformat/nut: add bayer colorspacesPeter Ross2014-02-221-0/+13
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/raw: add bayer formatsPeter Ross2014-02-221-0/+13
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | x86: add detection for Bit Manipulation Instruction setsJames Almer2014-02-223-5/+21
| | | | | | | | | | | | | | Based on x264 code Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | x86: add detection for FMA3 instruction setJames Almer2014-02-225-1/+17
| | | | | | | | | | | | | | Based on x264 code Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-220-0/+0
|\ \ | |/ | | | | | | | | | | | | * qatar/master: h264: Fix a typo from the previous commit See: 76dd01ecd4ed51e0669773470ee0d8db2c2e4d3f Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h264: Fix a typo from the previous commitLuca Barbato2014-02-221-1/+1
| | | | | | | | | | | | f777504f640260337974848c7d5d7a3f064bbb45 changed a - in + CC: libav-stable@libav.org
* | avformat/utils: compute_pkt_fields: Fix DTS for the case where has_b_frames ↵Michael Niedermayer2014-02-222-4/+53
| | | | | | | | | | | | | | | | is too large but the correct one is constant Fixes issue1.m2ts Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/utils: reset pts_buffer in estimate_timings_from_pts()Michael Niedermayer2014-02-221-0/+4
| | | | | | | | | | | | This fixes the first few dts after find_stream_info Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/utils: factorize h264/hevc checks out in compute_pkt_fields()Michael Niedermayer2014-02-221-4/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | SDR2 demuxerPaul B Mahol2014-02-223-0/+122
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Fix FSF address in colormatrix and libzvbi license headers.Carl Eugen Hoyos2014-02-222-2/+2
| | | | | | | | | | As reported by irc user aca. The files in compat/avisynth are maintained elsewhere, no changes.
* | avcodec/h264_ps: fix printed num_reorder_frames valueMichael Niedermayer2014-02-221-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avcodec/h264: use subsample factors of the used pixel formatMichael Niedermayer2014-02-211-3/+4
| | | | | | | | | | | | | | Fixes out of array read Fixes: 1cb91c36c4e55463f14aacb9bdf55b38-asan_heap-oob_106cbce_5617_cov_11212800_h264_mmx_chroma_intra_lf.mp4 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-210-0/+0
|\ \ | |/ | | | | | | | | | | | | * qatar/master: mxf: Add DNxHD UL See: 2ff540a0fe02c2d2588a7d2aa7820e66a615de95 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mxf: Add DNxHD ULTomas Härdin2014-02-211-0/+1
| | | | | | | | | | | | | | Note that the old DNxHD UL is actually JPEG 2000 according to RP224. Leaving it as-is for now. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
OpenPOWER on IntegriCloud