|
|
|
@4c587b4f
|
12 years |
michaelni |
tiny_ssim: Avoid "for(int ..."
This should avoid issues with old …
|
|
|
@0641464
|
12 years |
michaelni |
tools: add tiny_ssim
Taken from: …
|
|
|
@1741fece
|
12 years |
Carl Eugen Hoyos |
Only test the first frame for missing aac_adtstoasc bistream filter.
…
|
|
|
@8af593d
|
12 years |
Carl Eugen Hoyos |
mpegtsenc: Only test the first frame for missing h264_mp4toannexb …
|
|
|
@07d405cc
|
12 years |
michaelni |
configure: mpegvideo should not depend on error resilience
…
|
|
|
@79c84565
|
12 years |
michaelni |
configure: the snow encoder is not supposed to depend on error …
|
|
|
@365ad004
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
h264: …
|
|
|
@62d36abe
|
12 years |
onemda |
lavfi/mptestsrc: make use of AV_OPT_TYPE_VIDEO_RATE
Signed-off-by: …
|
|
|
@401f9c95
|
12 years |
onemda |
lavfi/cellauto: make use of AV_OPT_TYPE_VIDEO_RATE
Signed-off-by: …
|
|
|
@8c5b37b4
|
12 years |
onemda |
lavfi/life: make use of AV_OPT_TYPE_VIDEO_RATE
Signed-off-by: Paul B …
|
|
|
@975efc8
|
12 years |
onemda |
lavfi/mandelbrot: make use of AV_OPT_TYPE_VIDEO_RATE
Signed-off-by: …
|
|
|
@54056c66
|
12 years |
onemda |
lavfi/testsrc: make use of AV_OPT_TYPE_VIDEO_RATE
Signed-off-by: Paul …
|
|
|
@7606f4a1
|
12 years |
onemda |
lavfi/fps: make use of AV_OPT_TYPE_VIDEO_RATE
Signed-off-by: Paul B …
|
|
|
@b19604c
|
12 years |
michaelni |
Merge commit 'f1e9398621af0bc9d166014e4ce6996bb4f141d0'
* commit …
|
|
|
@7834bb09
|
12 years |
michaelni |
Revert "Fix compilation with --disable-everything …
|
|
|
@2cdedcbc
|
12 years |
michaelni |
Merge commit '75644335b907919057960716508477239c26fed4'
* commit …
|
|
|
@795b911b
|
12 years |
michaelni |
Merge commit '613a37eca4c7b8eefceaa3e0231c23ad090ca94f'
* commit …
|
|
|
@9b9205e7
|
12 years |
michaelni |
x86/dsputil.asm: make unaligned bswap actually work
Signed-off-by: …
|
|
|
@cb69a9db
|
12 years |
michaelni |
Merge commit 'e5c2794a7162e485eefd3133af5b98fd31386aeb'
* commit …
|
|
|
@0b499c9b
|
12 years |
martin |
h264: Make it possible to compile without error_resilience
Error …
|
|
|
@f1e93986
|
12 years |
martin |
lavc: Rename avpriv_mpv_find_start_code after moving out from …
|
|
|
@75644335
|
12 years |
martin |
lavc: Move start code finding to utils.c
This allows dropping the …
|
|
|
@ea7b96af
|
12 years |
michaelni |
avcodec/x86/dsputil_qns_template: use av_assert
Signed-off-by: …
|
|
|
@e32cbd0
|
12 years |
Clément Bœsch |
lavfi/perms: add myself to the copyright header.
|
|
|
@9371467d
|
12 years |
Clément Bœsch |
lavfi/perms: add seed option.
|
|
|
@e600d062
|
12 years |
Clément Bœsch |
lavfi/perms: remove unecessary indirection after f7324c06.
|
|
|
@bd03afb5
|
12 years |
michaelni |
ffmpeg_opt: avoid strcpy()
This fixes a warning on openbsd and is …
|
|
|
@ec1ef083
|
12 years |
Clément Bœsch |
tools: add audio normalize script example.
|
|
|
@133035c4
|
12 years |
Clément Bœsch |
lavfi/curves: add forgotten strong_contrast preset.
|
|
|
@183f3450
|
12 years |
Clément Bœsch |
lavfi/curves: support preset shorthand.
|
|
|
@dc65d784
|
12 years |
Clément Bœsch |
lavfi/curves: add presets support.
Except for the vintage preset, the …
|
|
|
@4a595cff
|
12 years |
michaelni |
ffserver/ctime1: avoid using strcpy()
Signed-off-by: Michael …
|
|
|
@ea4c99de
|
12 years |
michaelni |
dshow_pin: dont return a value from a void function
Signed-off-by: …
|
|
|
@a2f7314b
|
12 years |
michaelni |
libpostproc: silence valgrind/fate warning about using uninitialized …
|
|
|
@613a37ec
|
12 years |
kostya.shishkov |
ape: 3.80-3.92 decoding support
|
|
|
@67607e20
|
12 years |
michaelni |
xxan: make code independent of sizeof(AVFrame)
Signed-off-by: Michael …
|
|
|
@8097e5b2
|
12 years |
michaelni |
yop: Fix return type
Found-by: durandal_1707
Signed-off-by: Michael …
|
|
|
@ccd349e5
|
12 years |
martin |
h264: Remove an unused variable
Signed-off-by: Martin Storsjö …
|
|
|
@afdfff48
|
12 years |
michaelni |
avcodec/gifdec: Add av_log() to workaround gcc 4.2 miscompiling the …
|
|
|
@ad438f45
|
12 years |
michaelni |
xan: make decoder independent of sizeof(AVFrame)
Reviewed-by: Paul B …
|
|
|
@45013b36
|
12 years |
michaelni |
lavc/flacdec: Propagate and return meaningful error codes
…
|
|
|
@f248b8a9
|
12 years |
michaelni |
blend: Adding yuvj pixelformats to the blend effect
Reviewed-by: Paul …
|
|
|
@4ce9e4e9
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@e5c2794a
|
12 years |
janne-libav |
x86: consistently use unaligned movs in the unaligned bswap
Fixes …
|
|
|
@ae65327e
|
12 years |
michaelni |
vsrc_testsrc: avoid floats and non bit exactness
The round to zero …
|
|
|
@01df2a13
|
12 years |
michaelni |
avcodec/utils: initialize pixel buffer pool
This should silence many …
|
|
|
@4f112a8e
|
12 years |
nicolas.george |
lavf/mux: add the flush_packets option.
Note: a lot of muxers already …
|
|
|
@125acd21
|
12 years |
nicolas.george |
lavfi: support multiple rounds of format negotiation.
Remove the …
|
|
|
@00da527b
|
12 years |
nicolas.george |
lavfi/af_amerge: return EAGAIN if the input layouts are not known.
…
|
|
|
@57cb4fb0
|
12 years |
nicolas.george |
lavfi: add test for concat.
|
|
|
@e2b3019
|
12 years |
michaelni |
h264/field_end move progress report code after error concealment.
…
|
|
|
@386dc9a3
|
12 years |
Clément Bœsch |
lavfi/thumbnail: add support for named options.
|
|
|
@3b811bcf
|
12 years |
stefasab |
lavfi/colormatrix: reword error message in init
Change:
"source and …
|
|
|
@1b14083
|
12 years |
stefasab |
lavfi/colormatrix: add support for named options
|
|
|
@cbf224b6
|
12 years |
Clément Bœsch |
lavfi/tinterlace: use standard options parsing.
|
|
|
@9e21c898
|
12 years |
Clément Bœsch |
lavfi/subtitles: use standard options parsing.
|
|
|
@06784b73
|
12 years |
Clément Bœsch |
lavfi/smartblur: use standard options parsing.
|
|
|
@15878b2b
|
12 years |
Clément Bœsch |
lavfi/setfield: use standard options parsing.
|
|
|
@e62587bc
|
12 years |
Clément Bœsch |
lavfi/overlay: use standard options parsing.
|
|
|
@5dc074d3
|
12 years |
Clément Bœsch |
lavfi/kerndeint: use standard options parsing.
|
|
|
@ab228f91
|
12 years |
Clément Bœsch |
lavfi/idet: use standard options parsing.
|
|
|
@552c02f2
|
12 years |
Clément Bœsch |
lavfi/histeq: use standard options parsing.
|
|
|
@b27a8ba1
|
12 years |
Clément Bœsch |
lavfi/gradfun: use standard options parsing.
|
|
|
@b595819c
|
12 years |
Clément Bœsch |
lavfi/geq: use standard options parsing.
|
|
|
@cb0fb4d0
|
12 years |
Clément Bœsch |
lavfi/fieldorder: use standard options parsing.
|
|
|
@a733481d
|
12 years |
Clément Bœsch |
lavfi/field: use standard options parsing.
|
|
|
@7edda1a9
|
12 years |
Clément Bœsch |
lavfi/deshake: use standard options parsing.
|
|
|
@1341dd2d
|
12 years |
Clément Bœsch |
lavfi/cropdetect: use standard options parsing.
|
|
|
@a36d9036
|
12 years |
Clément Bœsch |
lavfi/boxblur: use standard options parsing.
|
|
|
@3f807288
|
12 years |
Clément Bœsch |
lavfi/blackframe: use standard options parsing.
|
|
|
@67ad9fd0
|
12 years |
Clément Bœsch |
lavfi/settb: use standard options parsing.
|
|
|
@8b994c8c
|
12 years |
Clément Bœsch |
lavfi/select: use standard options parsing.
|
|
|
@f7324c0
|
12 years |
Clément Bœsch |
lavfi/perms: use standard options parsing.
|
|
|
@07b7c2a2
|
12 years |
Clément Bœsch |
lavfi/sine: use standard options parsing.
|
|
|
@3ac77f67
|
12 years |
Clément Bœsch |
lavfi/apad: use standard options parsing.
|
|
|
@fdaacc59
|
12 years |
martin |
sndio_dec: Add missing includes for av_gettime()
This is necessary …
|
|
|
@4c6f08bd
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
x86: …
|
|
|
@285ff144
|
12 years |
martin |
x86: Change a missed occurrance of int to ptrdiff_t for strides
…
|
|
|
@01a334e8
|
12 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@8e062fd1
|
12 years |
michaelni |
rawdec: fix memleak
Fixes fate-lavf-flm under valgrind
…
|
|
|
@8e944891
|
12 years |
michaelni |
avutil/buffer: remove redundant memory poisoning
Found-by: ubitux …
|
|
|
@058c002
|
12 years |
michaelni |
avutil/buffer: support memory poisoning
Signed-off-by: Michael …
|
|
|
@d6f96108
|
12 years |
michaelni |
yop: use reget_buffer() as the previous contents are used
…
|
|
|
@7239b360
|
12 years |
michaelni |
fate: dont try to filter partial frames with yadif.
The partial …
|
|
|
@62f56fd7
|
12 years |
michaelni |
buffersink/uninit: use av_frame_free() not unref
Fixes memleak
…
|
|
|
@352dbdb9
|
12 years |
martin |
x86: Remove win64 xmm clobbering wrappers for the now removed …
|
|
|
@fe26611
|
12 years |
martin |
bktr: Add missing includes for av_gettime()
This is necessary after …
|
|
|
@70db0c91
|
12 years |
michaelni |
fate: use little endian yuv444p10 in h264-reinit tests
Fixes fate big …
|
|
|
@644092c
|
12 years |
michaelni |
h264: dont report rows as finished after a missing slice
…
|
|
|
@a42d15a3
|
12 years |
stefasab |
lavfi/anullsrc: add missing checks
|
|
|
@4e8062c2
|
12 years |
stefasab |
lavfi/anullsrc: remove extra parentheses
|
|
|
@fe2cfd50
|
12 years |
stefasab |
lavfi/anullsrc: simplify logging code in config_props
|
|
|
@5373a2a
|
12 years |
stefasab |
lavfi/anullsrc: fix format negotiation
Samplerate and channel layouts …
|
|
|
@e54eb8db
|
12 years |
michaelni |
mips: Optimization of AAC psychoacoustic model functions
…
|
|
|
@e26b066c
|
12 years |
michaelni |
libspeex: support ZygoAudio (quality 10 mode)
Fixes "quality 10" mode …
|
|
|
@785b849f
|
12 years |
michaelni |
lavd/v4l2: honor previously selected input channel
An input channel …
|
|
|
@2a97c591
|
12 years |
michaelni |
Make audio FIFO read/write contracts more strict
Signed-off-by: …
|
|
|
@535c247b
|
12 years |
janne-libav |
fate: use little endian yuv444p10 in h264-reinit tests
Fixes fate big …
|
|
|
@fcf73f9c
|
12 years |
michaelni |
Call do_video_stats when duplicating frame
When multiple frame are …
|
|
|
@8b63eeb6
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fate: …
|
|
|