|
|
|
@1afc2789
|
13 years |
diego |
fate: Set FUZZ factor of vorbis-13 test to 2.
This is necessary to …
|
|
|
@4cc8e153
|
13 years |
diego |
fate: Set FUZZ factor of (e)ac3-encode test to 3.
This is necessary …
|
|
|
@ab5c38ec
|
13 years |
mans |
fate: remove unused code from regressions-funcs.sh
The only uses of …
|
|
|
@4b7304e8
|
13 years |
martin |
rtmp: Don't assume path points to a string of nonzero length
If using …
|
|
|
@01e98b1b
|
13 years |
anton |
avconv: fix behavior with -ss as an output option.
Don't return from …
|
|
|
@7d7b40f4
|
13 years |
mans |
pcmenc: set correct bitrate value
This fixes a bogus bitrate value in …
|
|
|
@d8947523
|
13 years |
anton |
avprobe: don't print format entry name when only one was requested
…
|
|
|
@6ce51a9b
|
13 years |
martin |
fate: Work around non-standard wc implementations at more places
This …
|
|
|
@ed7409f
|
13 years |
mans |
fate: work around non-standard wc implementations
On some systems, …
|
|
|
@6797d194
|
13 years |
diego |
x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions.
|
|
|
@95a98ab3
|
13 years |
justin.ruggles |
ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16
Simplifies the …
|
|
|
@11e33402
|
13 years |
mans |
fate: use standard diff options
diff -w is not a standard option. …
|
|
|
@46ea4635
|
13 years |
diego |
tta: Fix comment about channel number; TTA supports >2 channels.
…
|
|
|
@91791ac2
|
13 years |
diego |
avfilter: Move ff_get_ref_perms_string() to where it is used.
This …
|
|
|
@4982e1dd
|
13 years |
diego |
build: Add 'check' target to run all compile and test targets.
|
|
|
@6de226a2
|
13 years |
kostya.shishkov |
indeo3: validate new frame size before resetting decoder
|
|
|
@bc00da27
|
13 years |
kostya.shishkov |
indeo3: when freeing buffers, set pointers referencing them to NULL as well
|
|
|
@81064a80
|
13 years |
kostya.shishkov |
indeo3: initialise pixel planes on allocation
This prevents decoder …
|
|
|
@fc417db3
|
13 years |
kostya.shishkov |
indeo3: ensure that decoded cell data is in 7-bit range as presumed by …
|
|
|
@6d042f79
|
13 years |
mans |
fate: rename psx-str-v3-mdec to mdec-v3
This name better reflects …
|
|
|
@c68adc7b
|
13 years |
mans |
fate: convert psx-str to a demuxer test
While these codecs are …
|
|
|
@db465be4
|
13 years |
mans |
lavf: add mdec to is_intra_only() list
Signed-off-by: Mans Rullgard …
|
|
|
@0ff0af7
|
13 years |
mans |
fate: use diff -b in oneline comparison
This is simpler and should …
|
|
|
@d89eca50
|
13 years |
anton |
Add missing version bumps and APIchanges/Changelog entries.
|
|
|
@4a1ac8c4
|
13 years |
anton |
lavfi: move buffer management function to a separate file.
|
|
|
@4c64fed3
|
13 years |
anton |
lavfi: move formats-related functions from default.c to formats.c
…
|
|
|
@c5432d3c
|
13 years |
anton |
lavfi: move video-related functions to a separate file.
This is …
|
|
|
@7abf7899
|
13 years |
mans |
fate: make smjpeg a demux test
These codecs are covered elsewhere so …
|
|
|
@b1c1d7d
|
13 years |
mans |
fate: separate sierra-vmd audio and video tests
Signed-off-by: Mans …
|
|
|
@0b1c8685
|
13 years |
mans |
fate: separate smacker audio and video tests
Signed-off-by: Mans …
|
|
|
@e6694659
|
13 years |
anton |
libmp3lame: set supported channel layouts.
|
|
|
@6eeb9a04
|
13 years |
anton |
avconv: automatically insert asyncts when -async is used.
Deprecate …
|
|
|
@369cb092
|
13 years |
anton |
avconv: add support for audio filters.
The FATE changes are all …
|
|
|
@9f26421b
|
13 years |
anton |
lavfi: add asyncts filter.
|
|
|
@fb604ae8
|
13 years |
anton |
lavfi: add aformat filter
Based on a patch by Mina Nagy Zaki …
|
|
|
@a2cd9be2
|
13 years |
anton |
lavfi: add an audio buffer sink.
|
|
|
@4c66c407
|
13 years |
anton |
lavfi: add an audio buffer source.
|
|
|
@720c6b78
|
13 years |
anton |
buffersrc: add av_buffersrc_write_frame().
It's the same as …
|
|
|
@8b05e13d
|
13 years |
anton |
buffersrc: fix invalid read in uninit if the fifo hasn't been allocated
|
|
|
@fad729f
|
13 years |
anton |
lavfi: rename vsrc_buffer.c to buffersrc.c
Most of the code will be …
|
|
|
@fd127ede
|
13 years |
anton |
avfiltergraph: reindent
|
|
|
@ff1f51a8
|
13 years |
anton |
lavfi: add channel layout/sample rate negotiation.
|
|
|
@5775a183
|
13 years |
anton |
lavfi: add types and functions for channel layout/samplerate negotiation
|
|
|
@394a0267
|
13 years |
anton |
yadif: Flush filter on eof.
Signed-off-by: Anton Khirnov …
|
|
|
@7dd56d41
|
13 years |
anton |
yadif: Improve pts accuracy.
Signed-off-by: Anton Khirnov …
|
|
|
@7c6d2406
|
13 years |
mans |
mtv: do not byteswap raw video in demuxer
Signed-off-by: Mans …
|
|
|
@31f2c023
|
13 years |
janne-libav |
avprobe: free options at the end of main()
|
|
|
@093c50a4
|
13 years |
janne-libav |
avprobe: close opened codecs after use
Fixes "memleak" on closing …
|
|
|
@100c70b0
|
13 years |
diego |
vcr1: Add vcr1_ prefixes to all static functions with generic names.
|
|
|
@a761e595
|
13 years |
diego |
vcr1: Fix return type of common_init to match the function pointer …
|
|
|
@55da88c5
|
13 years |
diego |
vcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits.
|
|
|
@5aad8e80
|
13 years |
diego |
motion-test: remove disabled code
|
|
|
@70be4ddd
|
13 years |
diego |
gxfenc: remove disabled half-implemented MJPEG tag
|
|
|
@fcc456b8
|
13 years |
diego |
x86: use more standard construct for setting ASM functions in FFT code …
|
|
|
@09a35f25
|
13 years |
mans |
fate: westwood-aud: disable decoding
The codec (adpcm-ima-ws) is …
|
|
|
@f70d91e2
|
13 years |
mans |
fate: caf: disable decoding
This is intended as a demuxer test and …
|
|
|
@b809991
|
13 years |
mans |
fate: film-cvid: drop pcm audio and rename test
Signed-off-by: Mans …
|
|
|
@0bbb330e
|
13 years |
mans |
fate: d-cinema-demux: drop unnecessary flags
Signed-off-by: Mans …
|
|
|
@cd7b82c5
|
13 years |
mans |
fate: split off dpcm-interplay from interplay-mve tests
These two …
|
|
|
@838521e1
|
13 years |
mans |
fate: rename funcom-iss to adpcm-ima-iss
This matches the name of the …
|
|
|
@9656b7f2
|
13 years |
mans |
fate: rename cryo-apc to adpcm-ima-apc
This matches the name of the …
|
|
|
@773459e7
|
13 years |
mans |
fate: rename adpcm-psx-str-v3 to adpcm-xa
This matches the name of …
|
|
|
@6a64ff74
|
13 years |
mans |
fate: split off adpcm-ms-mono test from dxa-feeble
Signed-off-by: …
|
|
|
@95939bf5
|
13 years |
mans |
fate: split off adpcm-ima-ws test from vqa-cc
Signed-off-by: Mans …
|
|
|
@88ae6178
|
13 years |
mans |
fate: add adpcm-ima-smjpeg test
Signed-off-by: Mans Rullgard …
|
|
|
@cb0713fc
|
13 years |
mans |
fate: split off adpcm-ima-amv from amv test
Signed-off-by: Mans …
|
|
|
@35d88a86
|
13 years |
mans |
fate: separate bmv audio and video tests
Signed-off-by: Mans Rullgard …
|
|
|
@bd7ac952
|
13 years |
mans |
fate: separate delphine-cin audio and video tests
Signed-off-by: Mans …
|
|
|
@f4d2b93
|
13 years |
mans |
fate: truemotion1: disable audio
These tests include adpcm-ima-dk3 …
|
|
|
@63322d8c
|
13 years |
mans |
fate: qtrle: disable audio in all tests
These files contain mace6 …
|
|
|
@0c26380f
|
13 years |
mans |
fate: pcm-planar: disable video
This file has eamad video which is …
|
|
|
@1c0e8b94
|
13 years |
mans |
fate: mtv: disable video decoding
This test contains raw rgb565le …
|
|
|
@d19f3e9a
|
13 years |
diego |
doc: misc improvements for the Windows section
Fix some orthography, …
|
|
|
@7b089b79
|
13 years |
lu_zero |
doc: fix link to fate.libav.org
Signed-off-by: Diego Elio Pettenò …
|
|
|
@012f04a2
|
13 years |
anton |
lavfi: autoinsert resample filter when necessary.
|
|
|
@d371e7b9
|
13 years |
anton |
lavfi: add lavr-based audio resampling filter.
|
|
|
@ea60dfe2
|
13 years |
diego |
x86: vc1: drop MMX loop filter implementation, which uses MMX2 …
|
|
|
@ec2dbec8
|
13 years |
diego |
fate: employ better names and add a convenient shorthand for vp6 tests
|
|
|
@e54e6f25
|
13 years |
mans |
arm/neon: dsputil: use correct size specifiers on vld1/vst1
Change …
|
|
|
@2eba6898
|
13 years |
mans |
arm: dsputil: prettify some conditional instructions in put_pixels …
|
|
|
@c776531a
|
13 years |
mans |
vqavideo: change x/y loop counters to the usual pattern
…
|
|
|
@4f15006
|
13 years |
mans |
avconv: use lrint() for rounding double timestamps
Converting the …
|
|
|
@110d0cdc
|
13 years |
diego |
rv40dsp x86: MMX/MMX2/3DNow/SSE2/SSSE3 implementations of MC
Code …
|
|
|
@706b998c
|
13 years |
diego |
ape: Use unsigned integer maths
This involves a division that should …
|
|
|
@cbc7d60
|
13 years |
mans |
arm: dsputil: fix overreads in put/avg_pixels functions
The …
|
|
|
@1de53d00
|
13 years |
diego |
h264: K&R formatting cosmetics for header files (part II/II)
|
|
|
@be545b8a
|
13 years |
diego |
h264: K&R formatting cosmetics for header files (part I/II)
|
|
|
@d55961fa
|
13 years |
martin |
rtmp: Implement check bandwidth notification.
According to the …
|
|
|
@05945db9
|
13 years |
martin |
rtmp: Support 'rtmp_swfurl', an option which specifies the URL of the …
|
|
|
@e64673e4
|
13 years |
martin |
rtmp: Support 'rtmp_flashver', an option which overrides the version …
|
|
|
@55c9320e
|
13 years |
martin |
rtmp: Support 'rtmp_tcurl', an option which overrides the URL of the …
|
|
|
@7cf78b3
|
13 years |
diego |
cmdutils: Add fallback case to switch in check_stream_specifier().
…
|
|
|
@ded69c5e
|
13 years |
diego |
sctp: be consistent with socket option level
Replace SOL_SCTP by the …
|
|
|
@779222db
|
13 years |
diego |
configure: Add _XOPEN_SOURCE=600 to Solaris preprocessor flags.
This …
|
|
|
@8ae19143
|
13 years |
diego |
vcr1enc: drop pointless empty encode_init() wrapper function
|
|
|
@eeeefd50
|
13 years |
diego |
vcr1: drop pointless write-only AVCodecContext member from VCR1Context
|
|
|
@51c4d87
|
13 years |
diego |
vcr1: group encoder code together to save #ifdefs
|
|
|
@db1e403
|
13 years |
diego |
vcr1: cosmetics: K&R prettyprinting, typos, parentheses, dead code, …
|
|
|
@59cbc4ee
|
13 years |
diego |
mov: make one comment slightly more specific
|
|
|
@5cc6d524
|
13 years |
justin.ruggles |
lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 …
|
|
|