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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-12lavfi/testsrc: add "d" alias for the duration optionStefano Sabatini
2012-01-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: fft: init functions with INIT_XMM/YMM. pcmenc: set frame_size to 0. gsm demuxer: use generic seeking instead of a gsm-specific function. gsm demuxer: return packets with only 1 gsm block at a time. avcodec: add GSM parser doc: Replace ffmpeg references in avserver config file by avconv. doc: Fix names of av_log color environment variables. Fix a bunch of platform name and other typos. Add some missing changelog entries and release 0.8_beta2 No longer build libpostproc by default wtv: fix memleaks during normal operation threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs Conflicts: Changelog RELEASE cmdutils.c configure doc/ffserver.conf doc/platform.texi ffplay.c libavcodec/Makefile libavcodec/version.h libavformat/wtv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-12Support encoding RGB48 with libopenjpeg.Carl Eugen Hoyos
Reviewed-by: Michael Bradshaw
2012-01-12cabac: Try to disable problematic ASM for gcc-llvm 4.2.1Michael Niedermayer
This should fix compilation with gcc-llvm (see darwin fate box) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-12sws: Remove unneeded YUV cliping from yuv2rgb_X_c_template()Michael Niedermayer
This should slightly improve speed. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-12bmpenc: support for BGRAPaul B Mahol
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-12swscale: Force full horizontal chroma internally when the output has a odd size.Michael Niedermayer
This fixes a gray line on the right side due to 1 column of pixels being skiped. Fixes Ticket891 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-12libmp3lame: It appears the buffer used is a bit too small.Michael Niedermayer
Increase it by an arbitrary amount. Fixes part of Ticket676 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-11fft: init functions with INIT_XMM/YMM.Henrik Gramner
This is required to handle clobbering of XMM registers on Win64 correctly. Fixes FFT and all tests depending on FFT on Win64. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2012-01-11timecode: support >24h timecode.Clément Bœsch
2012-01-11timecode: string representation can be negative.Clément Bœsch
Timecode can be specified with a negative value in MOV...
2012-01-11timecode: set a fixed buffer size of 16B for tc string.Clément Bœsch
2012-01-11pcmenc: set frame_size to 0.Justin Ruggles
This indicates that the actual frame size is based on the buf_size passed to avcodec_encode_audio().
2012-01-11sws: Move yuv2rgb clipping into the tables.Michael Niedermayer
This fixes some cases where the clipping was entirely missing. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Thanks (for the comments and review) -to: Reimar, beastd, Ronald
2012-01-11bmpdec: support various bitfields for 32 bit depthPaul B Mahol
Fixes #740 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-11Revert "v4l2: poll the file descriptor"Michael Niedermayer
This reverts commit 0efd48dfd15273a5ac85f2fd42f19d419fafe90d. Reason for the revert is that the code seems based on some misunderstanding on how the code works. Conflicts: libavdevice/v4l2.c Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-11gsm demuxer: use generic seeking instead of a gsm-specific function.Justin Ruggles
Since packets all contain only a single block, the generic seek function can be used while still maintaining block-accuracy.
2012-01-11gsm demuxer: return packets with only 1 gsm block at a time.Justin Ruggles
fixes stream copy of raw gsm to mov. tested with QuickTime.
2012-01-11avcodec: add GSM parserJustin Ruggles
The WAVE demuxer returns packets with many blocks per frame, which needs to be parsed into single blocks. This has a side-effect of fixing the timestamps.
2012-01-11doc: Replace ffmpeg references in avserver config file by avconv.Diego Biurrun
2012-01-11doc: Fix names of av_log color environment variables.Diego Biurrun
2012-01-11Fix a bunch of platform name and other typos.Diego Biurrun
2012-01-11Add some missing changelog entries and release 0.8_beta2Reinhard Tartler
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
2012-01-11tiffdec: notify user that tile support is missingPaul B Mahol
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2012-01-11Fix step_minus1 pixel descirption for RGB64.Carl Eugen Hoyos
2012-01-11No longer build libpostproc by defaultReinhard Tartler
update documentation to inform developers that it may be removed in a later release. Signed-off-by: Reinhard Tartler <siretart@tauware.de>
2012-01-11Fixes wrong duration in .mov file. Issue 599Oana Stratulat
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-11sws: fix unscaled LE<->BE rgb<->bgrMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-11doc: Fix stray references to libvaMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: (22 commits) rv34: frame-level multi-threading mpegvideo: claim ownership of referenced pictures aacsbr: prevent out of bounds memcpy(). ipmovie: fix pts for CODEC_ID_INTERPLAY_DPCM sierravmd: fix audio pts bethsoftvideo: Use bytestream2 functions to prevent buffer overreads. bmpenc: support for PIX_FMT_RGB444 swscale: fix crash in fast_bilinear code when compiled with -mred-zone. swscale: specify register type. rv34: use get_bits_left() avconv: reinitialize the filtergraph on resolution change. vsrc_buffer: error on changing frame parameters. avconv: fix -copyinkf. fate: Update file checksums after the mov muxer change in a78dbada55d6 movenc: Don't store a nonzero creation time if nothing was set by the caller bmpdec: support for rgb444 with bitfields compression rgb2rgb: allow conversion for <15 bpp doc: fix stray reference to FFmpeg v4l2: use C99 struct initializer v4l2: poll the file descriptor ... Conflicts: avconv.c libavcodec/aacsbr.c libavcodec/bethsoftvideo.c libavcodec/kmvc.c libavdevice/v4l2.c libavfilter/vsrc_buffer.c libswscale/swscale_unscaled.c libswscale/x86/input.asm tests/ref/acodec/alac tests/ref/acodec/pcm_s16be tests/ref/acodec/pcm_s24be tests/ref/acodec/pcm_s32be tests/ref/acodec/pcm_s8 tests/ref/lavf/mov tests/ref/vsynth1/dnxhd_1080i tests/ref/vsynth1/mpeg4 tests/ref/vsynth1/qtrle tests/ref/vsynth1/svq1 tests/ref/vsynth2/dnxhd_1080i tests/ref/vsynth2/mpeg4 tests/ref/vsynth2/qtrle tests/ref/vsynth2/svq1 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-11wtv: fix memleaks during normal operationJanne Grunau
2012-01-11threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavsJanne Grunau
2012-01-11Merge remote-tracking branch 'richardpl/sws'Michael Niedermayer
* richardpl/sws: rgb2rgb: remove unused bgr8torgb8() rgb2rgb: rgb12tobgr12() rgb2rgb: allow conversion for <15 bpp bmpenc: support for PIX_FMT_RGB444 bmpdec: support for rgb444 with bitfields compression Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-11x86inc: remove duplicate movlhpsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-11ljpegdec: Fix the left column of rgb24 decodingMichael Niedermayer
Fixes Ticket894 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-11rv34: frame-level multi-threadingJanne Grunau
Statistics for bourne.rmvb -an -f null 1 thread: 37.12s user 0.03s system 99% cpu 37.174 total 2 threads: 47.63s user 0.24s system 185% cpu 25.807 total 4 threads: 41.21s user 0.30s system 327% cpu 12.674 total
2012-01-11mpegvideo: claim ownership of referenced picturesJanne Grunau
Under certain conditions pictures could be released before they were returned with frame-threading. Broken mv computation in the upcoming rv34 frame-threading patch was caused by this. To prevent contexts from running out of available pictures the loop releasing "unused" pictures has to be run for B frames too.
2012-01-11ffprobe: use av_toupper() in upcase_string()Stefano Sabatini
2012-01-11aacsbr: prevent out of bounds memcpy().Alex Converse
Fixes Libav Bug 195. This doesn't make the code handle sample rate or upsample/downsample change properly but this is still a good sanity check. Based on change by Michael Niedermayer. Signed-off-by: Alex Converse <alex.converse@gmail.com>
2012-01-10Merge remote-tracking branch 'hexene/stagefright'Michael Niedermayer
* hexene/stagefright: libstagefright: fix build Merged-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-10ipmovie: fix pts for CODEC_ID_INTERPLAY_DPCMJustin Ruggles
frame sample count calculation was incorrect
2012-01-10sierravmd: fix audio ptsJustin Ruggles
The duration of the first packet was being calculated incorrectly, leading to an incorrect timestamp offset.
2012-01-10Revert "swscale: fix integer overflows in RGB pixel writing."Michael Niedermayer
This reverts commit 77d88b872d8cbb42738ede2d4fc098c16f204236. The revert fixes actual overflows and a segfault as the variables are signed and can be negative. Conflicts: libswscale/swscale.c Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-10bethsoftvideo: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
2012-01-10rgb2rgb: remove unused bgr8torgb8()Paul B Mahol
RGB8 and BGR8 are paletted formats now.
2012-01-10RELEASE: We're now at 0.9.1.gitDominique Leuenberger
2012-01-10rgb2rgb: rgb12tobgr12()Paul B Mahol
2012-01-10rgb2rgb: allow conversion for <15 bppPaul B Mahol
2012-01-10bmpenc: support for PIX_FMT_RGB444Paul B Mahol
2012-01-10bmpdec: support for rgb444 with bitfields compressionPaul B Mahol
Do not display garbage for invalid/unsupported bitfields values.