summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | ffplay: set CODEC_FLAG_EMU_EDGE earlierMichael Niedermayer2011-05-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-05
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (23 commits) doc: Check standalone compilation before submitting new components. Fix standalone compilation of pipe protocol. Fix standalone compilation of ac3_fixed encoder. Fix standalone compilation of binkaudio_dct / binkaudio_rdft decoders. Fix standalone compilation of IMC decoder. Fix standalone compilation of WTV demuxer. Fix standalone compilation of MXPEG decoder. flashsv: K&R cosmetics matroskaenc: fix memory leak vc1: make overlap filter for I-frames bit-exact. vc1dec: use s->start/end_mb_y instead of passing them as function args. Revert "VC1: merge idct8x8, coeff adjustments and put_pixels." Replace strncpy() with av_strlcpy(). indeo3: Eliminate use of long. get_bits: make cache unsigned to eliminate undefined signed overflow. asfdec: fix assert failure on invalid files avfilter: check malloc return values. Not pulled as reason for reindent is not pulled: mpegvideo: reindent. nutenc: check malloc return values. Not pulled due to much simpler solution in ffmpeg *: don't av_malloc(0). ... Conflicts: doc/developer.texi libavcodec/Makefile libavcodec/get_bits.h libavcodec/mpegvideo.c libavformat/Makefile libavutil/log.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: Check standalone compilation before submitting new components.Diego Biurrun2011-05-04
| |
| * Fix standalone compilation of pipe protocol.Diego Biurrun2011-05-04
| | | | | | | | file_check() is not only used by the file protocol, adjust #ifdef accordingly.
| * Fix standalone compilation of ac3_fixed encoder.Diego Biurrun2011-05-04
| |
| * Fix standalone compilation of binkaudio_dct / binkaudio_rdft decoders.Diego Biurrun2011-05-04
| |
| * Fix standalone compilation of IMC decoder.Diego Biurrun2011-05-04
| |
| * Fix standalone compilation of WTV demuxer.Diego Biurrun2011-05-04
| |
| * Fix standalone compilation of MXPEG decoder.Diego Biurrun2011-05-04
| |
| * flashsv: K&R cosmeticsDiego Biurrun2011-05-04
| |
| * matroskaenc: fix memory leakMans Rullgard2011-05-04
| | | | | | | | | | | | | | This fixes a memory leak occurring when no cue points are defined since commit 91819763. Signed-off-by: Mans Rullgard <mans@mansr.com>
| * vc1: make overlap filter for I-frames bit-exact.Ronald S. Bultje2011-05-04
| |
| * vc1dec: use s->start/end_mb_y instead of passing them as function args.Ronald S. Bultje2011-05-04
| |
| * Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."Ronald S. Bultje2011-05-04
| | | | | | | | | | | | | | This reverts commit f8bed30d8b176fa030f6737765338bb4a2bcabc9. The reason for this is that the overlap filter, which runs after IDCT, should run on unclamped values, and thus IDCT and put_pixels() cannot be merged if we want to attempt to be bitexact.
| * Replace strncpy() with av_strlcpy().Alex Converse2011-05-03
| |
| * indeo3: Eliminate use of long.Alex Converse2011-05-03
| |
| * get_bits: make cache unsigned to eliminate undefined signed overflow.Alex Converse2011-05-03
| |
| * asfdec: fix assert failure on invalid filesUoti Urpala2011-05-03
| | | | | | | | | | | | | | | | Add an extra size validity check in asf_read_frame_header(). Without this asf->packet_size_left may become negative, which triggers an assertion failure later. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
| * avfilter: check malloc return values.Ronald S. Bultje2011-05-03
| |
| * mpegvideo: reindent.Ronald S. Bultje2011-05-03
| |
| * nutenc: check malloc return values.Ronald S. Bultje2011-05-03
| |
| * avfilter: don't av_malloc(0).Ronald S. Bultje2011-05-03
| |
| * nutenc: don't av_malloc(0).Ronald S. Bultje2011-05-03
| |
| * mpegvideo: don't av_malloc(0).Ronald S. Bultje2011-05-03
| |
| * asfdec: fix parsing of packets that overrun into padding.Ronald S. Bultje2011-05-03
| | | | | | | | Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* | rgb24toyv12: break out in the middle before out of array reads.Michael Niedermayer2011-05-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffplay: fix memleak if avfilter is disabledalexandru_mg32011-05-05
| |
* | file: Fix mmap error check.Michael Niedermayer2011-05-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | configure: jack currently needs sem_timedwait()Michael Niedermayer2011-05-04
| | | | | | | | | | Should fix ticket99 and ticket43 by disabling jack. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffplay: removed unused variable channels.Michael Niedermayer2011-05-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Disable warnings for casting pointers to integers, there is nothing wrong ↵Michael Niedermayer2011-05-04
| | | | | | | | | | | | with that. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | swscale: fix src typeMichael Niedermayer2011-05-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix "libavcodec/dfa.c:189: warning: unused variable ‘frame_end’"Michael Niedermayer2011-05-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | dvbsubdec: Split delete_state()JULIAN GARDNER2011-05-04
| |
* | xsubenc: only 1 rectangle is supported so dont allow 0 as it would crash.Michael Niedermayer2011-05-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | sonic: fix sonic decoder to match encoder for sample rates other than 44100.Justin Ruggles2011-05-04
| |
* | bitstream_reader: Try to fix "get_bits.h:305:45: warning: variable ↵Michael Niedermayer2011-05-04
| | | | | | | | | | | | ‘re_cache’ set but not used [-Wunused-but-set-variable]" Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | bitstream reader: remove unneeded variable initilization.Michael Niedermayer2011-05-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-04
|\| | | | | | | | | | | | | | | | | | | | | * qatar/master: Implement fate-rsync target Make ffmpeg support generic data stream Conflicts: cmdutils.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Implement fate-rsync targetReinhard Tartler2011-05-03
| |
| * Make ffmpeg support generic data streamLuca Barbato2011-05-03
| | | | | | | | The patch is the first step to support -dcodec copy
* | msvideo1 regression testMichael Niedermayer2011-05-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | MS Video 1 encoderKostya Shishkov2011-05-04
| |
* | Remove lowres support from wmv2 decoderami_stuff2011-05-03
| | | | | | | | | | | | | | | | lowres option crashes with wmv2 files which I have for test, so I think it's better to remove the support to the time when lowres will be really supported by this codec Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: vp8: frame-multithreading. Duplicate Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. Duplicate Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). Bug spoted&removed in last merge: dpx: Do not use DPX encoder for decoding. Conflicts: ffmpeg.c ffplay.c libavcodec/h264.c libavcodec/mpeg12.c libavcodec/mpeg4videodec.c libavcodec/mpegvideo.c libavcodec/mpegvideo_enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vp8: frame-multithreading.Ronald S. Bultje2011-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tested on a Mac Pro, 2 CPUs, 2 cores each, OSX 10.6.6: time ./ffmpeg -v 0 -vsync 0 -threads [1234] -i \ ~/Downloads/sintel_trailer_1080p_vp8_vorbis.webm \ -f null -vcodec rawvideo -an - 1: 0m14.630s (89.9 fps) 2: 0m8.056s (163.2 fps) 3: 0m5.882s (223.6 fps) 4: 0m4.952s (265.6 fps) time ./ffmpeg -v 0 -vsync 0 -threads [1234] -i \ ~/Downloads/Elephants_Dream-720p-Stereo.webm \ -f null -vcodec rawvideo -an - 1: 1m12.962s (215.1 fps) 2: 0m44.682s (351.2 fps) 3: 0m31.183s (503.2 fps) 4: 0m25.284s (620.6 fps) Signed-off-by: Anton Khirnov <anton@khirnov.net>
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().Stefano Sabatini2011-05-02
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
| * dpx: Do not use DPX encoder for decoding.Kostya Shishkov2011-05-02
| | | | | | | | 10l to the one who hasn't checked this.
* | Support decoding of 24 bit True Audio samples-Carl Eugen Hoyos2011-05-03
| | | | | | | | Many samples will fail because "Output buffer size is too small."