summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* dshow: attempt to build shared as well as staticrogerdpack2013-02-062-1/+4
| | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* get_se_golomb: fix decoding of very large valuesMichael Niedermayer2013-02-091-1/+5
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dsp: make put_no_rnd_pixels_tab 4x4 bigMichael Niedermayer2013-02-081-1/+1
| | | | | | | | This makes it match the other tables and fixes out of array acceses. Fixes CID980012 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* dxva2: Prevent redefinition of _WIN32_WINNTJames Almer2013-02-081-0/+7
| | | | | | | Don't redefine _WIN32_WINNT when targeting Win7/8 Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ff_end_tag: assert that the start is aligned.Michael Niedermayer2013-02-081-0/+2
| | | | | | | | If its start is not aligned then aligning its end will likely break many demuxers as they check the size and not the position. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* riff: chunks must be at 2 byte boundaryPaul B Mahol2013-02-081-1/+3
| | | | | | Fixes #2244. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* vc1dec: Fix destination pointers in context for fieldsMichael Niedermayer2013-02-082-41/+35
| | | | | | | | | | | | | | | This replaces a large number of checks for the second field by fixing the pointers when they are setup This should also fix I/BI field pictures Changes checksums for vc1_sa10143, the file becomes slightly closer to what the reference decoder outputs Based on "vc1dec: the second field is written wrong to the picture" by Sebastian Sandberg <sebastiand.sandberg@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavf: add seek2any to allow forcing seeking to non keyframes via AVOptionsMichael Niedermayer2013-02-073-0/+11
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* matroskadec: support seek to non keyframesMichael Niedermayer2013-02-071-3/+8
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/select: correctly set prev_t and prev_ptsStefano Sabatini2013-02-071-1/+3
| | | | In particular, fix trac ticket #2248.
* lavfi/select: avoid double -> int lossy conversion in debug logStefano Sabatini2013-02-071-4/+4
|
* doc/filters: remove another instance of '×'Stefano Sabatini2013-02-071-1/+1
| | | | Fix trac ticket #2247.
* af_biquad: avoid subtraction in loopMichael Niedermayer2013-02-071-3/+5
| | | | | | | | 17% faster Note the speedup is smaller if its done before storing in the context (gcc 4.6.3 core i7) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* af_biquad: unroll loop, remove variable copiesMichael Niedermayer2013-02-071-1/+26
| | | | | | This makes the code about 7% faster Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* sws: dont write out of array on bigendianMichael Niedermayer2013-02-071-0/+3
| | | | | | Fixes Ticket2229 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* x86/dsputil: Fix author attribution after code has been moved/splited aroundMichael Niedermayer2013-02-071-0/+2
| | | | | | | | | | | | | | | | | | | | | Reference: commit 3615e2be846f6382aa42360d02d16b25f443af9f Author: Michael Niedermayer <michaelni@gmx.at> Date: Tue Dec 2 22:02:57 2003 +0000 h263_h_loop_filter_mmx Originally committed as revision 2553 to svn://svn.ffmpeg.org/ffmpeg/trunk commit 359f98ded95ec65f7109b25f3cfaa9189c4fab9c Author: Michael Niedermayer <michaelni@gmx.at> Date: Tue Dec 2 20:28:10 2003 +0000 h263_v_loop_filter_mmx Originally committed as revision 2552 to svn://svn.ffmpeg.org/ffmpeg/trunk Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-072-177/+171
|\ | | | | | | | | | | | | | | * qatar/master: dsputil: x86: Fix compile error dsputil: x86: Convert h263 loop filter to yasm Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dsputil: x86: Fix compile errorDaniel Kang2013-02-071-2/+2
| | | | | | | | | | | | Accidentally prefixed ff_ with cextern. Signed-off-by: Martin Storsjö <martin@martin.st>
| * dsputil: x86: Convert h263 loop filter to yasmDaniel Kang2013-02-062-177/+171
| | | | | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit '12b54a1f39fee22fa0399825ae47a43e60bad4c5'Michael Niedermayer2013-02-071-5/+5
|\ \ | |/ | | | | | | | | | | * commit '12b54a1f39fee22fa0399825ae47a43e60bad4c5': mpegvideo: remove an unused function parameter Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mpegvideo: remove an unused function parameterAnton Khirnov2013-02-061-5/+5
| |
* | Merge commit '605b047bcc48482dc8a356f56629da259fbddbf1'Michael Niedermayer2013-02-071-2/+6
|\ \ | |/ | | | | | | | | | | * commit '605b047bcc48482dc8a356f56629da259fbddbf1': rv10: improve buffer size check. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * rv10: improve buffer size check.Anton Khirnov2013-02-061-2/+6
| | | | | | | | | | Check slice count and input buffer size before constructing a possibly invalid pointer, not after.
* | error_resilience: assert that unsupported B frame interpolation isnt used ↵Michael Niedermayer2013-02-071-0/+1
| | | | | | | | | | | | with h264 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'c5fcdb440237f06f6c954185ab60970cabf786a2'Michael Niedermayer2013-02-072-8/+1
|\ \ | |/ | | | | | | | | | | | | * commit 'c5fcdb440237f06f6c954185ab60970cabf786a2': error_resilience: remove a useless if() and FIXME h264: remove silly macros Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * error_resilience: remove a useless if() and FIXMEAnton Khirnov2013-02-061-5/+1
| | | | | | | | pp_time is never set for h264
| * h264: remove silly macrosAnton Khirnov2013-02-061-3/+0
| | | | | | | | | | They serve no useful purpose and wreak all kind of havoc when h264.h is included elsewhere.
* | Merge commit 'ca1fe6c0e60808da45d4dfd8728f45e843b9f9b0'Michael Niedermayer2013-02-075-5/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * commit 'ca1fe6c0e60808da45d4dfd8728f45e843b9f9b0': h263: remove an unused parameter from ff_h263_decode_init_vlc flac: add channel layout masks for streams with 7 or 8 channels. flac: don't check the number of channels before setting the channel layout. Conflicts: libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h263: remove an unused parameter from ff_h263_decode_init_vlcAnton Khirnov2013-02-064-4/+4
| |
| * flac: add channel layout masks for streams with 7 or 8 channels.Tim Walker2013-02-062-3/+5
| | | | | | | | | | | | | | They were added to the latest FLAC specification: https://git.xiph.org/?p=flac-website.git;a=commit;h=65c199a2 Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * flac: don't check the number of channels before setting the channel layout.Tim Walker2013-02-062-2/+2
| | | | | | | | | | | | This is unnecessary, as ff_flac_set_channel_layout can handle any number of channels. Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit 'a846dccb29d2bb0798af1d47d06100eda9ca87cc'Michael Niedermayer2013-02-0711-26/+30
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit 'a846dccb29d2bb0798af1d47d06100eda9ca87cc': h264chroma: x86: Fix building with yasm disabled rv34: Drop now unnecessary dsputil dependencies Conflicts: libavcodec/x86/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * h264chroma: x86: Fix building with yasm disabledMartin Storsjö2013-02-062-2/+4
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * rv34: Drop now unnecessary dsputil dependenciesDiego Biurrun2013-02-069-24/+26
| |
* | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer2013-02-0742-684/+982
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * commit '79dad2a932534d1155079f937649e099f9e5cc27': dsputil: Separate h264chroma Conflicts: libavcodec/dsputil_template.c libavcodec/ppc/dsputil_ppc.c libavcodec/vc1dec.c libavcodec/vc1dsp.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dsputil: Separate h264chromaDiego Biurrun2013-02-0640-680/+971
| |
* | lavfi: fix missing space in error message.Nicolas George2013-02-071-1/+1
| |
* | lavfi: remove disabled code.Nicolas George2013-02-071-90/+0
| |
* | mov: remove unused functionMichael Niedermayer2013-02-071-9/+0
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | flac: don't check the number of channels before setting the channel layoutTim Walker2013-02-072-2/+2
| | | | | | | | This is unnecessary, as ff_flac_set_channel_layout can handle any number of channels.
* | doc: replace '×' symbol with 'x'Stefano Sabatini2013-02-062-2/+2
| | | | | | | | | | | | | | | | Non-ascii chars are not correctly rendered in both MAN and HTML output or may even cause compilation failure. Thus avoid to use them until we find a satisfying way to deal with them. Fix trac ticket #2243.
* | lavf/segment: fix DTS inconsistencies with -reset_timestampsStefano Sabatini2013-02-061-6/+3
| | | | | | | | | | | | | | | | | | | | | | The DTS needs to be resynched against the segment start PTS, or the resulting DTS may result < PTS. Reported-by: Owen Jones <riots6@gmail.com> See thread: Subject: [FFmpeg-user] pts/dts error using reset_timestamps while splitting a DVD Date: Sat, 19 Jan 2013 08:58:27 +0000
* | lavf/mov: skip version and flags attributes in mov_read_chan functionMatthieu Bouron2013-02-061-0/+3
| | | | | | | | | | | | Fixes ticket #1764. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'rdp/combined2'Michael Niedermayer2013-02-061-18/+7
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | * rdp/combined2: dshow: allow for more codec ID's dshow: better error reporting dshow: fix log message Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | dshow: allow for more codec ID'srogerdpack2013-01-161-15/+4
| | | | | | | | | | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
| * | dshow: better error reportingrogerdpack2013-01-161-1/+1
| | | | | | | | | | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
| * | dshow: fix log messagerogerdpack2013-01-161-2/+2
| | | | | | | | | | | | Signed-off-by: rogerdpack <rogerpack2005@gmail.com>
* | | framecrcenc: print all side data elements, not just the firstMichael Niedermayer2013-02-061-4/+8
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | framecrcenc: Also print the size of side data elementsMichael Niedermayer2013-02-061-1/+1
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | Fate test to print side_data crc if presentVignesh Venkatasubramanian2013-02-061-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | Modified the fate test crc generator to print the side_data's crc if side_data is present. Signed-off-by: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud