summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* kgv1dec: Simplify kega decoding by using memcpy instead of loopsReimar Döffinger2013-03-061-15/+5
| | | | | | Fixes decoding errors with icc 13.1 Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
* asfdec: dont truncate type 2-5 valuesMichael Niedermayer2013-03-051-3/+4
| | | | | | | Fixes use of uninitialized variables and possible out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vf_stereo3d: Add AVOption table terminatorMichael Niedermayer2013-03-051-0/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/deshake: support named options.Clément Bœsch2013-03-053-46/+71
|
* doc/filters: make examples a bit more consistent.Clément Bœsch2013-03-051-40/+96
| | | | | Create dedicated subsection and itemize. Not done for every filters, but a large part is done.
* doc/showspectrum: add some examples.Clément Bœsch2013-03-051-0/+17
|
* lavfi/overlay: improve log message warning in case of clipped overlayStefano Sabatini2013-03-051-1/+2
|
* lavfi/overlay: add support for partial overlayingStefano Sabatini2013-03-052-37/+63
| | | | | Partially rework the iteration logic, in order to limit iteration only for the clipped overlay region.
* lavfi/mp: drop mp=stereo3d filterPaul B Mahol2013-03-054-544/+1
| | | | | | The filter has been natively integrated into libavfilter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi: port MP stereo3d filterPaul B Mahol2013-03-058-1/+605
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavf/concat: compute duration if possible.Nicolas George2013-03-051-0/+13
|
* examples/muxing: fix memory leak.Nicolas George2013-03-051-9/+2
| | | | | | | | | | | Do not re-call avcodec_get_context_defaults3(), it is already called by avformat_new_stream() and it leaks the codec priv_data that was already allocated. Use avformat_free_context() instead of freeing (not) everything manually. Fix trac ticket #2322.
* lavu/eval: add native support to lte and lt functionsStefano Sabatini2013-03-051-3/+5
|
* doc/muxers: specify that tee needs -map.Nicolas George2013-03-051-2/+2
| | | | Address trac ticket #2311.
* Revert "lavf/concatdec: define "ffcat" and "ffconcat" extensions"Nicolas George2013-03-052-2/+1
| | | | | | | | | | | | | This reverts commit 6cc12353a88dfb21c4c5a38e6c83280483b0ec88. Conflicts: libavformat/version.h Allowing to automatically select the concat demuxer raises security concerns, as it allows a possibly hostile file to access any file on the system. Guessing the format based on the file name extension does not allow to enable the safe mode designed to avoid it.
* lavu/opt: fix weird alignStefano Sabatini2013-03-051-1/+1
|
* lavu/opt-test: do not explicitly set default value in test_ctxStefano Sabatini2013-03-051-2/+1
| | | | | Let av_opt_set_defaults() set the value, which is simpler and more idiomatic.
* tests: add overlay rgb and yuv444 testsStefano Sabatini2013-03-056-3/+9
| | | | Also rename overlay test to overlay_yuv420 accordingly.
* mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov2013-03-053-7/+13
| | | | | | | | | | | When parsing the Xing/Info tag, don't set the bit rate if it's an Info tag. When parsing the stream, don't override the bit rate if it's already set, otherwise calculate the mean bit rate from parsed frames. This way, the bit rate will be set correctly both for CBR and VBR streams. Signed-off-by: Alexander Kojevnikov <alexander@kojevnikov.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* fate: add dependency for xfacePaul B Mahol2013-03-051-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-051-4/+3
|\ | | | | | | | | | | | | | | | | | | * qatar/master: configure: Use check_builtin() where appropriate Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Use check_builtin() where appropriateDiego Biurrun2013-03-051-3/+2
| |
* | Merge commit '9c7d85b3b45a77742b1e69c48ab33f9c8a2e6f35'Michael Niedermayer2013-03-051-0/+10
|\ \ | |/ | | | | | | | | | | * commit '9c7d85b3b45a77742b1e69c48ab33f9c8a2e6f35': configure: Add check_builtin convenience function Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Add check_builtin convenience functionDiego Biurrun2013-03-051-0/+10
| |
* | Merge commit 'f868b24d0f280bb966e5c352028a343e45d20a02'Michael Niedermayer2013-03-051-2/+6
|\ \ | |/ | | | | | | | | | | * commit 'f868b24d0f280bb966e5c352028a343e45d20a02': configure: Add sanitize_var_name convenience function Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Add sanitize_var_name convenience functionDiego Biurrun2013-03-051-2/+6
| | | | | | | | | | This is useful in all the places where special characters in variable names are manually translated to underscores.
* | Merge commit '813b82b927b19532e3bc3397b972c8a27b9f6326'Michael Niedermayer2013-03-053-3/+2
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * commit '813b82b927b19532e3bc3397b972c8a27b9f6326': configure: Fix silly typo in logging command of check_struct() fate: remove last incomplete frame from mpeg2-field-enc test Conflicts: tests/fate/video.mak tests/ref/fate/mpeg2-field-enc Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Fix silly typo in logging command of check_struct()Diego Biurrun2013-03-051-1/+1
| |
| * fate: remove last incomplete frame from mpeg2-field-enc testJanne Grunau2013-03-042-2/+1
| |
* | zmbv: stop doing colorspace conversionPaul B Mahol2013-03-053-331/+303
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: fix short options for noise filterPaul B Mahol2013-03-051-2/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-03-051-1/+1
|\ \ | | | | | | | | | | | | | | | | | | * cehoyos/master: Add h264chroma dependency for mpegvideo / lowres to configure. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | Add h264chroma dependency for mpegvideo / lowres to configure.Carl Eugen Hoyos2013-03-051-1/+1
| | | | | | | | | | | | Fix building for some unusual configurations.
* | | msrledec: fix output_end checksMichael Niedermayer2013-03-051-5/+6
| | | | | | | | | | | | | | | | | | | | | Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | iff: fix integer overflowMichael Niedermayer2013-03-051-0/+3
|/ / | | | | | | | | | | | | Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | update_stream_timings: check bitrate for being in range.Michael Niedermayer2013-03-041-1/+3
| | | | | | | | | | | | | | Fixes numerical overflow Fixes Ticket2089 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | dnxhddec: return the correct number of bytes from decode_frameMichael Niedermayer2013-03-041-1/+1
| | | | | | | | | | | | Fixes Ticket2022 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat: Make duration estimation from pts more robustMichael Niedermayer2013-03-042-1/+5
| | | | | | | | | | | | | | Ignore durations which differ significantly from the previous Fixes Ticket2018 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | nutdec: more specific return codes for decode_syncpoint()Michael Niedermayer2013-03-041-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | nutdec: print error on invalid/unsupported fourcc styleMichael Niedermayer2013-03-041-1/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-03-044-8/+8
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * cehoyos/master: buildsys: only include log2_tab per library for shared builds Add h264chroma dependency for cavs decoder to configure. Add h264qpel dependency for snow codec to configure. Add h264chroma dependency for vp5 and vp6 decoder to configure. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | buildsys: only include log2_tab per library for shared buildsMichael Niedermayer2013-03-043-3/+3
| | | | | | | | | | | | | | | | | | Fix linking failures with -all_load due to multiple log2_tabs Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
| * | Add h264chroma dependency for cavs decoder to configure.Carl Eugen Hoyos2013-03-041-1/+1
| | | | | | | | | | | | Fix building for some unusual configurations.
| * | Add h264qpel dependency for snow codec to configure.Carl Eugen Hoyos2013-03-041-2/+2
| | | | | | | | | | | | Fix building for some unusual configurations.
| * | Add h264chroma dependency for vp5 and vp6 decoder to configure.Carl Eugen Hoyos2013-03-041-2/+2
| | | | | | | | | | | | Fix building for some unusual configurations.
* | | build: [autodetect] -> [no] in iconv help.Clément Bœsch2013-03-041-1/+1
| | |
* | | compat/strtod: isspace -> av_isspace.Clément Bœsch2013-03-041-1/+1
| | | | | | | | | | | | This should fix build after 88d55b8.
* | | build: disable iconv by default.Clément Bœsch2013-03-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems to break a lot on MacOS because of a mixup between multiple iconv libraries. The issue is that the configure check link with no particular library path (so it uses /usr/lib/libiconv.dylib where all the symbols are defined). OTOH, the final build might link with extra library paths, such as the ports lib directory (typically you get -L/opt/local/lib because of an extra library such as SDL). Whatever this option position (before or after -liconv), it will try to link with /opt/local/lib/libiconv.dylib, and the issue is that this version has the same symbols as the ones in /usr/lib/libiconv.dylib except that they all start with 'lib' (libiconv_open, libiconv_close, ...). I don't plan to try to workaround this mess, so any better solution is welcome.
* | | doc/filters: fix degrees/radians copy/paste fail.Clément Bœsch2013-03-031-1/+1
| | |
* | | ffmpeg_opt: Ask for overwrite in single image2 files tooMichael Niedermayer2013-03-031-1/+2
| | | | | | | | | | | | | | | | | | Fixes Ticket1637 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
OpenPOWER on IntegriCloud