summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-05
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: qcelpdec: cosmetics: do not add line break before opening bracket in 'for', 'while', 'if/else', and 'switch' statements. qcelp: check output buffer size before decoding qcelpdec: fix the return value of qcelp_decode_frame(). sipr: fix the output data size check and only calculate it once. Synchronize various 4CCs and codec tags from FFmpeg. qdm2: check output buffer size before decoding Fix out of bound reads in the QDM2 decoder. Check for out of bound writes in the QDM2 decoder. ogg/celt: do not set sample_fmt in the demuxer Conflicts: libavcodec/avcodec.h libavcodec/qdm2.c libavformat/oggparsecelt.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * qcelpdec: cosmetics: do not add line break before opening bracket in 'for',Justin Ruggles2011-10-04
| | | | | | | | | | | | 'while', 'if/else', and 'switch' statements. also fixes some spacing, but only if already changing a line
| * qcelp: check output buffer size before decodingJustin Ruggles2011-10-04
| |
| * qcelpdec: fix the return value of qcelp_decode_frame().Chris Rankin2011-10-04
| | | | | | | | Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
| * sipr: fix the output data size check and only calculate it once.Justin Ruggles2011-10-04
| |
| * Synchronize various 4CCs and codec tags from FFmpeg.Diego Biurrun2011-10-04
| |
| * qdm2: check output buffer size before decodingJustin Ruggles2011-10-03
| |
| * Fix out of bound reads in the QDM2 decoder.Laurent Aimar2011-10-03
| | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
| * Check for out of bound writes in the QDM2 decoder.Laurent Aimar2011-10-03
| | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
| * ogg/celt: do not set sample_fmt in the demuxerJustin Ruggles2011-10-03
| |
* | h264: remove assert() on ref_frame_count.Michael Niedermayer2011-10-05
| | | | | | | | | | | | | | This assert can fail if a SPS with a smaller value becomes active. Fixes Ticket532 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: fix compilation without libmodplugMichael Niedermayer2011-10-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264: do not let invalid values in h->ref_count after a decoder reset.Laurent Aimar2011-10-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264: bit depth/chroma idc changes must go through a full format negociation.Laurent Aimar2011-10-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h254: explicitly initialize bit depth/chroma idcLaurent Aimar2011-10-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libx264: Fix loop failure due to bufsize becoming 0Michael Niedermayer2011-10-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add libmodplug support.Clément Bœsch2011-10-04
| |
* | deshake: simplify filename check.Clément Bœsch2011-10-04
| |
* | configure: remove bashism equality check for target_os.Clément Bœsch2011-10-04
| |
* | deshake: misc style fixes.Clément Bœsch2011-10-04
| |
* | deshake: move angles from stack to heap.Michael Niedermayer2011-10-04
| | | | | | | | | | | | Fixes Ticket530 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | deshake: Allow specifying the filename for statistics and disable them by ↵Michael Niedermayer2011-10-04
| | | | | | | | | | | | default. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | deshake: remove non const staticMichael Niedermayer2011-10-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doxygen: remove a few @file parameters.Clément Bœsch2011-10-04
| | | | | | | | It is not mandatory and prevents breakage on rename.
* | lavfi: remove align tabs in Makefile.Clément Bœsch2011-10-04
| |
* | ass_split: fix invalid doxygen group end markers.Clément Bœsch2011-10-04
| |
* | proresdec_gpl: remove wrong @file reference.Clément Bœsch2011-10-04
| |
* | bintext: remove wrong @file reference.Clément Bœsch2011-10-04
| |
* | deshake: fix doxygen comments.Clément Bœsch2011-10-04
| |
* | isom: replace pseudo doxycomments with normal comments.Clément Bœsch2011-10-04
| | | | | | | | | | Those chunks don't need to be parsed and they weren't parsed correctly by Doxygen anyway.
* | pngdec: set reference correctly for corepng.Michael Niedermayer2011-10-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ff_dv_frame_profile2: Check input buffer size.Michael Niedermayer2011-10-04
| | | | | | | | | | | | Based on code by DivX, Inc. / drffmpeg Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | cinepak: detect keyframesMichael Niedermayer2011-10-04
| | | | | | | | | | | | | | | | Code by DivX, Inc. Taken from drffmpeg Author: unknown Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-04
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: id3v2: remove pointless casts id3v2: read TXXX frames with two calls to decode_str() instead of one. id3v2: don't discard the whole tag when encountering empty frames. libvpx: fix build with older libvpx versions. ARM: check for inline asm 'y' operand modifier support Conflicts: libavcodec/libvpxenc.c libavformat/id3v2.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * id3v2: remove pointless castsAnton Khirnov2011-10-03
| |
| * id3v2: read TXXX frames with two calls to decode_str() instead of one.Anton Khirnov2011-10-03
| | | | | | | | | | | | | | Read the key in the first, value in the second. This allows to avoid pointless strdups and simplify decode_str() by dropping two of its parameters.
| * id3v2: don't discard the whole tag when encountering empty frames.Anton Khirnov2011-10-03
| | | | | | | | | | While they're technically invalid, it's better to skip them and try to read the rest of the tag.
| * libvpx: fix build with older libvpx versions.Anton Khirnov2011-10-03
| | | | | | | | | | | | VPX_ERROR_RESILIENT_DEFAULT and VPX_ERROR_RESILIENT_PARTITIONS weren't defined before 4cb0ebe5b27d35ccc2a78c1d16f2622ddef21f74 (CommitDate: Tue Jun 28 11:10:17 2011)
| * ARM: check for inline asm 'y' operand modifier supportMans Rullgard2011-10-03
| | | | | | | | | | | | | | | | The inline asm added in bf5d46d uses the 'y' modifier which is only supported from gcc 4.5. This check allows building with older compilers. Signed-off-by: Mans Rullgard <mans@mansr.com>
* | libvpxenc: support vpxencs command line options.Luca Barbato2011-10-04
| | | | | | | | | | | | This simplifies useage for users who are used to vpxenc. We continue to support the previous options with the exception of the flags for which it would be slightly messy.
* | deshake: nicer looking defaultsMichael Niedermayer2011-10-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavfilter: add deshake filterdanielgtaylor2011-10-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libavfilter: image transform codedanielgtaylor2011-10-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | H264: hotfix for speedloss on frame threading and h264 files with slices.Michael Niedermayer2011-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This fix is not ideal as it still limits the multithreading on field pictures to the 2nd field only. Ill try to fix it properly to allow both fields to decode concurrently but this needs more work. This bug exists since and was caused by: commit ea6331f8bbaf3343faec6ffe77a6218a016a3af5 Author: Ronald S. Bultje <rsbultje@gmail.com> Date: Mon Jun 20 10:24:33 2011 -0400 h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).
* | threads: warn in case of multiple finished setup calls.Michael Niedermayer2011-10-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264_parser: print AU size on error.Michael Niedermayer2011-10-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | h264_parser: AVC support.Michael Niedermayer2011-10-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fate: fix due to new yuv444 formatsMichael Niedermayer2011-10-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | RELEASE: 0.8.5 has been releasedDominique Leuenberger2011-10-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Enable conversions to YUV444P9/YUV444P10, they seem to work fine.Reimar Döffinger2011-10-03
| | | | | | | | Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>