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-05-18doc: Replace some @file tags by more suitable markup.Diego Biurrun
2012-05-18fate: Set FUZZ factor of vorbis-13 test to 2.Diego Biurrun
This is necessary to account for different rounding done in the 3DNow! Assembly optimizations.
2012-05-18fate: Set FUZZ factor of (e)ac3-encode test to 3.Diego Biurrun
This is necessary to account for different rounding done in the 3DNow! Assembly optimizations.
2012-05-18fate: remove unused code from regressions-funcs.shMans Rullgard
The only uses of the do_avconv_nomd5() function were removed in 85cf49f. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-17rtmp: Don't assume path points to a string of nonzero lengthMartin Storsjö
If using the new -rtmp_app and -rtmp_playpath parameters, one can in many cases set the main url to just rtmp://server/. If the trailing slash is omitted, path is a string of zero length, and using path+1 will end up reading uninitialized data. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-05-17avconv: fix behavior with -ss as an output option.Anton Khirnov
Don't return from poll_filters() immediately, there may be other frames and/or other streams to handle. Fixes a memleak.
2012-05-17pcmenc: set correct bitrate valueMans Rullgard
This fixes a bogus bitrate value in the header of WAV files with alaw/ulaw audio. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-16avprobe: don't print format entry name when only one was requestedAnton Khirnov
This is easier to parse with automated tools.
2012-05-16fate: Work around non-standard wc implementations at more placesMartin Storsjö
This applies the same fix as in ed7409fe9d for lavf-regressions.sh. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-05-16fate: work around non-standard wc implementationsMans Rullgard
On some systems, the wc command prints spaces before the first number causing mismatches with the test references. Using the output of wc as arguments to echo removes any extra whitespace. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-16x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions.Michael Kostylev
2012-05-15ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16Justin Ruggles
Simplifies the code by using cpuflags and a new macro. Also fixes the invalid use of the MMX2 pshufw operation in the MMX-only function.
2012-05-15fate: use standard diff optionsMans Rullgard
diff -w is not a standard option. This fixes the reference files to match what the tests actually output and switches to using the standard diff -b which is sufficient to handle different line ending styles. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-15tta: Fix comment about channel number; TTA supports >2 channels.Aneesh Dogra
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2012-05-15avfilter: Move ff_get_ref_perms_string() to where it is used.Diego Biurrun
This fixes a compilation failure with -DDEBUG.
2012-05-15build: Add 'check' target to run all compile and test targets.Diego Biurrun
2012-05-15indeo3: validate new frame size before resetting decoderKostya Shishkov
2012-05-15indeo3: when freeing buffers, set pointers referencing them to NULL as wellKostya Shishkov
2012-05-15indeo3: initialise pixel planes on allocationKostya Shishkov
This prevents decoder from reading garbage from it in case of errors later.
2012-05-15indeo3: ensure that decoded cell data is in 7-bit range as presumed by decoderKostya Shishkov
2012-05-15fate: rename psx-str-v3-mdec to mdec-v3Mans Rullgard
This name better reflects that it is v3 of mdec that is tested. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-15fate: convert psx-str to a demuxer testMans Rullgard
While these codecs are covered elsewhere, the container is different from the other psx-str file. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-15lavf: add mdec to is_intra_only() listMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-15fate: use diff -b in oneline comparisonMans Rullgard
This is simpler and should take care of any problems with mixed line ending styles. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-15Add missing version bumps and APIchanges/Changelog entries.Anton Khirnov
2012-05-15lavfi: move buffer management function to a separate file.Anton Khirnov
2012-05-15lavfi: move formats-related functions from default.c to formats.cAnton Khirnov
It's more convenient to have them all in one file.
2012-05-15lavfi: move video-related functions to a separate file.Anton Khirnov
This is easier to follow than having them randomly scattered in avfilter.c and defaults.c.
2012-05-15fate: make smjpeg a demux testMans Rullgard
These codecs are covered elsewhere so make this a pure demux test. Also rename it accordingly. Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-15fate: separate sierra-vmd audio and video testsMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-15fate: separate smacker audio and video testsMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-14libmp3lame: set supported channel layouts.Anton Khirnov
2012-05-14avconv: automatically insert asyncts when -async is used.Anton Khirnov
Deprecate -async.
2012-05-14avconv: add support for audio filters.Anton Khirnov
The FATE changes are all off-by-one due to different rounding being used (lrintf vs av_rescale_q).
2012-05-14lavfi: add asyncts filter.Anton Khirnov
2012-05-14lavfi: add aformat filterAnton Khirnov
Based on a patch by Mina Nagy Zaki <mnzaki@gmail.com>
2012-05-14lavfi: add an audio buffer sink.Anton Khirnov
2012-05-14lavfi: add an audio buffer source.Anton Khirnov
2012-05-14buffersrc: add av_buffersrc_write_frame().Anton Khirnov
It's the same as av_vsrc_buffer_add_frame(), except it doesn't take pts or pixel_aspect parameters. Those are read from AVFrame. Deprecate av_vsrc_buffer_add_frame().
2012-05-14buffersrc: fix invalid read in uninit if the fifo hasn't been allocatedAnton Khirnov
2012-05-14lavfi: rename vsrc_buffer.c to buffersrc.cAnton Khirnov
Most of the code will be shared for both audio and video version.
2012-05-14avfiltergraph: reindentAnton Khirnov
2012-05-14lavfi: add channel layout/sample rate negotiation.Anton Khirnov
2012-05-14lavfi: add types and functions for channel layout/samplerate negotiationAnton Khirnov
2012-05-14yadif: Flush filter on eof.Robert Nagy
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-05-14yadif: Improve pts accuracy.Robert Nagy
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2012-05-14mtv: do not byteswap raw video in demuxerMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-05-14avprobe: free options at the end of main()Janne Grunau
2012-05-14avprobe: close opened codecs after useJanne Grunau
Fixes "memleak" on closing avprobe to make valgrind happy.
2012-05-14vcr1: Add vcr1_ prefixes to all static functions with generic names.Diego Biurrun