summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* snowenc: initialize edgesMichael Niedermayer2013-03-06
| | | | | | | This fixes a regression caused by changes to the buffer initialization code. Fixes valgrind warnings Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vc1dec: use av_log_ask_for_sample for odd spritesMichael Niedermayer2013-03-06
| | | | | Suggested-by: Reimar Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libilbc: use ff_alloc_packet2Paul B Mahol2013-03-06
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* libopusenc: use ff_alloc_packet2James Zern2013-03-06
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-06
|\ | | | | | | | | | | | | | | | | | | * qatar/master: hwaccel: consistent name prefixes for start_frame/end_frame/decode_slice Conflicts: libavcodec/vda_h264.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * hwaccel: consistent name prefixes for start_frame/end_frame/decode_sliceDiego Biurrun2013-03-05
| | | | | | | | | | Some hwaccels use name prefixes, some do not, others only use them for some codecs. Add prefixes everywhere for consistency.
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-03-06
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * cehoyos/master: Move the iconv test to the bottom of configure. Make 32bit zmbv colour-space opaque. Use uint8_t instead of uint16_t pointer in kega decoder. kgv1dec: Simplify kega decoding by using memcpy instead of loops Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | Move the iconv test to the bottom of configure.Carl Eugen Hoyos2013-03-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a possible mis-detection of iconv on OS X. OS X with macports often has two version of libiconv.2.dylib installed, one with symbols like "_iconv_open" and one with "_libiconv_open", so test for iconv with all flags to make sure the detection uses the same library as the actual compilation / linking. Tested-by: Paul Sturbaum
| * | Make 32bit zmbv colour-space opaque.Carl Eugen Hoyos2013-03-06
| | |
| * | Use uint8_t instead of uint16_t pointer in kega decoder.Carl Eugen Hoyos2013-03-06
| | | | | | | | | | | | | | | This change allows to remove a few casts and avoids a potential pointer aliasing violation.
| * | kgv1dec: Simplify kega decoding by using memcpy instead of loopsReimar Döffinger2013-03-06
| | | | | | | | | | | | | | | | | | Fixes decoding errors with icc 13.1 Signed-off-by: Carl Eugen Hoyos <cehoyos@ag.or.at>
* | | qdm2: check "AC" codewordsMichael Niedermayer2013-03-06
| | | | | | | | | | | | | | | | | | | | | Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | qdm2: simplify arithmetic coder tables generationMichael Niedermayer2013-03-06
| | | | | | | | | | | | | | | | | | Someone should rename the variables, theres nothing random in there Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | rv20: Fix handling of frame skip.Michael Niedermayer2013-03-06
| | | | | | | | | | | | | | | | | | | | | Fixes division by zero Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | mss2dsp/upsample_plane: fix 0x0 handlingMichael Niedermayer2013-03-06
| | | | | | | | | | | | | | | | | | | | | Fixes invalid memcpy and out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | | vc1dec: odd sized sprites are unsupportedMichael Niedermayer2013-03-06
|/ / | | | | | | | | | | | | | | | | | | It should be easy to add support but without a sample we would not know if they work. Fixes out of array reads Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | asfdec: dont truncate type 2-5 valuesMichael Niedermayer2013-03-05
| | | | | | | | | | | | | | 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-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/deshake: support named options.Clément Bœsch2013-03-05
| |
* | doc/filters: make examples a bit more consistent.Clément Bœsch2013-03-05
| | | | | | | | | | 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-05
| |
* | lavfi/overlay: improve log message warning in case of clipped overlayStefano Sabatini2013-03-05
| |
* | lavfi/overlay: add support for partial overlayingStefano Sabatini2013-03-05
| | | | | | | | | | 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-05
| | | | | | | | | | | | 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-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavf/concat: compute duration if possible.Nicolas George2013-03-05
| |
* | examples/muxing: fix memory leak.Nicolas George2013-03-05
| | | | | | | | | | | | | | | | | | | | | | 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-05
| |
* | doc/muxers: specify that tee needs -map.Nicolas George2013-03-05
| | | | | | | | Address trac ticket #2311.
* | Revert "lavf/concatdec: define "ffcat" and "ffconcat" extensions"Nicolas George2013-03-05
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-05
| |
* | lavu/opt-test: do not explicitly set default value in test_ctxStefano Sabatini2013-03-05
| | | | | | | | | | Let av_opt_set_defaults() set the value, which is simpler and more idiomatic.
* | tests: add overlay rgb and yuv444 testsStefano Sabatini2013-03-05
| | | | | | | | Also rename overlay test to overlay_yuv420 accordingly.
* | mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov2013-03-05
| | | | | | | | | | | | | | | | | | | | | | 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-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-05
|\| | | | | | | | | | | | | | | | | | | * 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-05
| |
* | Merge commit '9c7d85b3b45a77742b1e69c48ab33f9c8a2e6f35'Michael Niedermayer2013-03-05
|\| | | | | | | | | | | | | * commit '9c7d85b3b45a77742b1e69c48ab33f9c8a2e6f35': configure: Add check_builtin convenience function Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Add check_builtin convenience functionDiego Biurrun2013-03-05
| |
* | Merge commit 'f868b24d0f280bb966e5c352028a343e45d20a02'Michael Niedermayer2013-03-05
|\| | | | | | | | | | | | | * 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-05
| | | | | | | | | | This is useful in all the places where special characters in variable names are manually translated to underscores.
* | Merge commit '813b82b927b19532e3bc3397b972c8a27b9f6326'Michael Niedermayer2013-03-05
|\| | | | | | | | | | | | | | | | | | | | | | | * 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-05
| |
| * fate: remove last incomplete frame from mpeg2-field-enc testJanne Grunau2013-03-04
| |
* | zmbv: stop doing colorspace conversionPaul B Mahol2013-03-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: fix short options for noise filterPaul B Mahol2013-03-05
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-03-05
|\ \ | | | | | | | | | | | | | | | | | | * 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-05
| | | | | | | | | | | | Fix building for some unusual configurations.
* | | msrledec: fix output_end checksMichael Niedermayer2013-03-05
| | | | | | | | | | | | | | | | | | | | | 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-05
|/ / | | | | | | | | | | | | Fixes out of array accesses Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>