Diego Biurrun
|
844c68520e
|
configure: Add --disable-all command line option
This option disables all programs, libraries and other parts of Libav
that get built as part of the compilation process.
|
12 years ago |
Paul B Mahol
|
507956824c
|
auenc: do not write invalid file size
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
12 years ago |
Michael Niedermayer
|
8afe168c78
|
vf_divtc: dont mix av_strdup and free
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Michael Niedermayer
|
baa5d6df77
|
vf_detc: dont mix av_strdup & free
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Michael Niedermayer
|
458afd2a0e
|
vf_mp: fix 'discards const qualifier from pointer target type'
args are not supposed to be changed by filters even if the argument is
not marked as const.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Michael Niedermayer
|
33f15ab35d
|
libavutil/samplefmt: Fix project name
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Michael Niedermayer
|
0d4572a54b
|
MAINTAINERS: s/mjpeg.c/mjpeg*.c/
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Stefano Sabatini
|
0156dd6530
|
lavf/segment: add segment_frames option
This is meant to address trac ticket #1483.
|
12 years ago |
Stefano Sabatini
|
7a8face9fb
|
lavf/segment: add reference_stream option
|
12 years ago |
Michael Niedermayer
|
9e04e11e83
|
libpostproc: alloc a few bytes more in the temporary buffer
This avoids dering reading 4 bytes prior the buffer (1 byte can
be used)
Fixes Ticket2057
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Michael Niedermayer
|
f1185fbbec
|
libpostproc: Fix off by 1 error in the C dering code
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Michael Niedermayer
|
69db85c30c
|
mjpegdec: Support 16bit DQT
Fixes Ticket2072
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Paul B Mahol
|
10a3fa8f31
|
build: fix g723_1 decoder dependency
g723_1 decoder needs celp_math.o because it calls ff_dot_product().
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
12 years ago |
Don Moir
|
64f4fb75c4
|
gifdec: fix transparent background color
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
12 years ago |
Michael Niedermayer
|
b61097fe0d
|
mjpegdec: reset restart_count on progressive scans
Fixes Ticket2068
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Stefano Sabatini
|
ae2b51acd2
|
doc/encoders: clarify the direction of the quality setting parameters for libtheora
|
12 years ago |
Stefano Sabatini
|
7e0676a715
|
doc/ffmpeg-formats: extend documentation for the probesize parameter
|
12 years ago |
Stefano Sabatini
|
750382d5c8
|
ffmpeg: remove annoying logs and improve reporting in case of unavailable bitrate
|
12 years ago |
Michael Niedermayer
|
b3f3fe3c28
|
MAINTAINERS: add libswresample
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Rob Sykes
|
8d9a503313
|
docs: add soxr documentation
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Rob Sykes
|
03d38ee207
|
soxr_resample: soxr API parameter rename
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Rob Sykes
|
f2957adb23
|
soxr_resample: Correct email address
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Clément Bœsch
|
ceee4407e3
|
lavfi/tile: small align cosmetics.
|
12 years ago |
Clément Bœsch
|
4cd724daee
|
lavfi/tile: remove usage of link->{cur,out}_buf.
|
12 years ago |
Clément Bœsch
|
3b870f973e
|
lavfi/scale: remove usage of link->cur_buf.
|
12 years ago |
Clément Bœsch
|
a612e86ea6
|
lavfi/deshake: remove usage of link->cur_buf.
|
12 years ago |
Clément Bœsch
|
5673a0102a
|
lavfi/decimate: remove usage of link->cur_buf.
|
12 years ago |
Clément Bœsch
|
33e0eb5109
|
lavfi/video: remove unused ff_inplace_start_frame().
|
12 years ago |
Michael Niedermayer
|
011169cd41
|
mjpegdec: handle the occurance of rstn emulation
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Michael Niedermayer
|
5ff8ca1f04
|
mjpegdec: Handle RSTn in progressive jpegs
Fixes Ticket2003
Reviewed-by: Alexander Strasser <eclipse7@gmx.net>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Michael Niedermayer
|
47e7f57a4b
|
mjpegdec: factor handle_rstn() out
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Paul B Mahol
|
c46cfedf09
|
build: mp filter does not depend on postproc anymore
This fixes testprogs build target if libpostproc is disabled.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
12 years ago |
Michael Niedermayer
|
a2349dc3f0
|
vf_idet: fix type of stats
Reviewed-by: Stefano Sabatini <stefasab@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Clément Bœsch
|
d155abd1fc
|
lavfi/idet: remove unused assert include.
|
12 years ago |
Clément Bœsch
|
a7f0af1b9a
|
lavfi/idet: remove unecessary context assignment.
|
12 years ago |
Clément Bœsch
|
43cbd4406e
|
lavfi/idet: support named parameters.
The parameters are currently not documented in doc/filters.texi, but now
they at least appear in the automatic help.
|
12 years ago |
Clément Bœsch
|
915d7487d7
|
lavfi/idet: remove unecessary poll_frame callback.
|
12 years ago |
Michael Niedermayer
|
39d178806d
|
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mpegvideo: initialize videodsp with correct pixel depth
Conflicts:
libavcodec/mpegvideo.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Michael Niedermayer
|
075eaf8d6a
|
vc1dsp: fix the warning fix, make it work with --disable-asm
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Stefano Sabatini
|
955c7c7bc6
|
doc/resampler: extend docs for min_comp and min_hard_comp options
Based on the text from the aresample filter docs.
|
12 years ago |
Stefano Sabatini
|
e06c147581
|
lavfi/aresample: fix style
Improve overall consistency/improve readability.
|
12 years ago |
Michael Niedermayer
|
b36745339d
|
libswscale/swscale-test: fix some const correctness
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Michael Niedermayer
|
fceeac9847
|
vc1dsp: fix pointer type warnings
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Michael Niedermayer
|
67c1acf234
|
lavc/utils: fix 'warning: missing braces around initializer'
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Michael Niedermayer
|
169dfe320d
|
lcldec: fix zlib const pointer warning
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Michael Niedermayer
|
2ad1eb1907
|
imgconvert: fix 2 "discards const qualifier from pointer target type"
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Michael Niedermayer
|
2eab1a178c
|
imgconvert: dont depend on default return type for get_color_type()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Michael Niedermayer
|
4f927542fb
|
h264_direct: silence several warning: assignment from incompatible pointer type"
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |
Janne Grunau
|
1f4ea4e068
|
mpegvideo: initialize videodsp with correct pixel depth
Fixes decoding of 9/10 bit per pixel h264 videos as reported in
https://bugzilla.libav.org/show_bug.cgi?id=404 .
|
12 years ago |
Jean First
|
7fc73d9ab7
|
rmdec: fix compiler warning for uninitialized variables
Signed-off-by: Jean First <jeanfirst@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
12 years ago |