Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-15indeo: Bound-check before applying motion compensationLuca Barbato
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
2013-07-15MAINTAINERS: drop 1.1 from the releases that i maintainMichael Niedermayer
There seems to be no need to continue maintaining it, people can easily upgrade to 1.2 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-15lavfi/stereo3d: subsampled yuv support for non-anaglyph outputsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-15oggparsevorbis: Support official chapter extensionJames Almer
Fixes ticket #1833 Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-15fate: fix stereo3dMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-14lavfi/drawutils: set subsampling for rgb tooPaul B Mahol
Otherwise it is incorrectly set to 1. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-14rtsp: Include an User-Agent header field in all requestsMartin Storsjö
Some rtsp servers like the IP Cam IcyBox IB-CAM2002 need it. Based on a patch by Carl Eugen Hoyos. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-07-14lavfi/mp: remove mp=perspectivePaul B Mahol
The filter was ported to a native libavfilter filter. Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-14lavfi: port perspective filter from libmpcodecsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-14doc/bitstream_filters: amend name of some bitstream filtersStefano Sabatini
2013-07-14indeo4: print an error message if ref_mb is needed but unavailableMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-14indeo: print errors if transform and block size mismatchMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: indeo: Bound-check before applying transform Conflicts: libavcodec/indeo4.c libavcodec/indeo5.c libavcodec/ivi_common.c See: af388237093ed6df6f5118b34ef938a2ca2ffbda, 0846719dd11ab3f7a7caee13e7af71f71d913389 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-14Merge commit 'cd78e934c246d1b2510f8fba0abfe40bb75795f6'Michael Niedermayer
* commit 'cd78e934c246d1b2510f8fba0abfe40bb75795f6': indeo4: Validate scantable dimension See: 92f7f1db421ee8b3431534fa09e8050ba622c33a Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-14Merge commit '6255ccf7d51c82ab79bf0cd47a921f572dda4489'Michael Niedermayer
* commit '6255ccf7d51c82ab79bf0cd47a921f572dda4489': indeo4: Check the quantization matrix index Conflicts: libavcodec/indeo4.c See: 8a20774a24bb1ea68b7360113746eac6e59ad8a8 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-14Merge commit '8435bca087c0e79385763c51de009fd89390b6a5'Michael Niedermayer
* commit '8435bca087c0e79385763c51de009fd89390b6a5': indeo4: Do not access missing reference MV Conflicts: libavcodec/indeo4.c See: 5216245a, aae44fb4 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-14Merge commit '031be5b41b54c3b666f31d83fe3ad41c194af8c5'Michael Niedermayer
* commit '031be5b41b54c3b666f31d83fe3ad41c194af8c5': ac3dec: Consistently use AC3_BLOCK_SIZE and sizeof Conflicts: libavcodec/ac3dec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-14Merge commit '68e57cde68f3da4c557ca15491fda74d1ea6321e'Michael Niedermayer
* commit '68e57cde68f3da4c557ca15491fda74d1ea6321e': ac3dec: Increment channel pointers only once per channel Conflicts: libavcodec/ac3dec.c See: 7aabeea9ba0e557e834c886de5ea4db8e9a5193d Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-14Merge commit '886e1b36f5044d3ceccbb01f64619acaf288fb7c'Michael Niedermayer
* commit '886e1b36f5044d3ceccbb01f64619acaf288fb7c': jpeg2000: Remove unused passes array in Jpeg200Cblk structure The array is left as its used by our encoder Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-14swscale: call handle_format() from the functions that need itMichael Niedermayer
This should fix some hypothetical issues with alloc/init_context() usage Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-14swscale: make handle_formats() safe to be called multiple timesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-14swscale: move format handling to its own functionMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-14lavfi/aecho: fix invalid freePaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-14lavfi/silencedetect: unbreak for unknown channel layoutsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-14lavfi/ashowinfo: unbreak for >8 channelsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-14lavfi/asetnsamples: unbreak for >8 channelsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-14lavfi/trim: fix sample copy for >8 channelsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-14lavfi/showwaves: fix floating exception with >8 channelsPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-14avfilter/asrc_aevalsrc: fix cases of unknown channel layoutMichael Niedermayer
Fixes >8 channels Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-14avdevice/lavfi: fix input with unknown channel layoutMichael Niedermayer
Fixes handling of >8 channels Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-13indeo: Bound-check before applying transformLuca Barbato
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
2013-07-13indeo4: Validate scantable dimensionLuca Barbato
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
2013-07-13indeo4: Check the quantization matrix indexLuca Barbato
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
2013-07-13indeo4: Do not access missing reference MVLuca Barbato
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-stable@libav.org
2013-07-13ac3dec: Consistently use AC3_BLOCK_SIZE and sizeofMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-07-13ac3dec: Increment channel pointers only once per channelMartin Storsjö
If the channel mapping map multiple output channels to one input channel, we should only increment the actual pointer once. Cc: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
2013-07-13jpeg2000: Remove unused passes array in Jpeg200Cblk structureNicolas Bertrand
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-07-13jpeg2000: Initialize only once mqc arraysNicolas Bertrand
Improves decoding speed. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
2013-07-13fate: add tests for stereo3d filterPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-07-13av_frame_get_buffer: Do not fail when the channel layout is unknownMichael Niedermayer
Fixes handling of cases with unknown layouts but known channel counts Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-13configure: Disable avresample if an old version of yasm is used.Carl Eugen Hoyos
The avresample maintainers decided not to support old versions of yasm. Supporting old yasm in FFmpeg was no big effort in the last months, so keep it for the time being.
2013-07-13rmdec: Forward error messages from rm_assemble_video_frame() to the caller.Carl Eugen Hoyos
Fixes the cause of a null pointer dereference on oom described in ticket #2724.
2013-07-13g726: Do not try to decode more than one channel.Carl Eugen Hoyos
Ask for a sample instead. Reviewed-by: Derek Buitenhuis
2013-07-13configure: Only build ffserver if SA_RESAMPLE is available.Carl Eugen Hoyos
QNX does not define SA_RESAMPLE (because it is not implemented). Fixes ticket #2780. Reviewed-by: Nicolas George
2013-07-13lavfi/delogo: Document where parameter show=1 draws its rectangleJean Delvare
It is not completely obvious where delogo's parameter show=1 draws its rectangle. Document it so that the user can more easily tune the parameters. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-13lavfi/delogo: Fix sign extension issueJean Delvare
Coverity complains about a possible sign extension issue in apply_delogo(). While it is extremely unlikely to happen, it is easy to fix so let's just do that. Using unsigned variables even makes the binary code smaller. Fixes Coverity CID 1046439. Signed-off-by: Jean Delvare <khali@linux-fr.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-13avcodec/012v: improve stride selectionMichael Niedermayer
Fixes decoding some files Fixes Ticket2126 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-13ffplay: remove explicit idct optionMichael Niedermayer
this allows named idct options to be used Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-13jpeg2000: fix overflow in dequantizationMichael Niedermayer
Fixes decoding of file generated with: ffmpeg -f lavfi -i smptehdbars=hd720 -pix_fmt rgb48 /tmp/o.jp2 Reviewed-by: Nicolas BERTRAND <nicoinattendu@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: jpeg2000: Initialize only once mqc arrays Merged-by: Michael Niedermayer <michaelni@gmx.at>