|
|
|
@925c9f44
|
12 years |
michaelni |
Fix OS/2 threading
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@53228f4
|
12 years |
michaelni |
avf_concat: init pointers to NULL for saftey and to avoid warning of …
|
|
|
@d59d39e
|
12 years |
onemda |
wavdec: fix duration calculation for files with invalid data size
…
|
|
|
@981baf74
|
12 years |
michaelni |
lavfi: replace REGISTER_BUILTIN_FILTER() by …
|
|
|
@83d4a84
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@2a9443a1
|
12 years |
michaelni |
Merge commit '69583bd3b1eba471366141c945030c163e073e02'
* commit …
|
|
|
@ba34e56c
|
12 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: fix …
|
|
|
@c5bea1b0
|
12 years |
michaelni |
xtea: fix unused variable warning for config_small
Signed-off-by: …
|
|
|
@e0a99d54
|
12 years |
michaelni |
msmpeg4enc: fix possible use of uninitialized warning
Signed-off-by: …
|
|
|
@2fbc8ea0
|
12 years |
michaelni |
hpel_motion_search: move code used for asserts under correct #if
This …
|
|
|
@30872fa0
|
12 years |
michaelni |
ivi_common: Fix use of uninitialized warnings
Signed-off-by: Michael …
|
|
|
@76e65a1b
|
12 years |
michaelni |
avs: silence "may be used uninitialized" warnings
We initialize the …
|
|
|
@3f8ee30e
|
12 years |
onemda |
mmfenc: use ff_raw_write_packet()
Signed-off-by: Paul B Mahol …
|
|
|
@f18d2137
|
12 years |
onemda |
aiffenc: use ff_raw_write_packet()
Signed-off-by: Paul B Mahol …
|
|
|
@8ad010a7
|
12 years |
onemda |
soxenc: use ff_raw_write_packet()
Signed-off-by: Paul B Mahol …
|
|
|
@a4b62f36
|
12 years |
onemda |
soxdec: use meaningful error codes
Signed-off-by: Paul B Mahol …
|
|
|
@09401694
|
12 years |
onemda |
soxenc: use ffio_fill
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@a4912aa6
|
12 years |
onemda |
soxenc: use FFALIGN
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@07abf13d
|
12 years |
michaelni |
h264: avoid a grayscale related if() in hl_decode_mb()
Signed-off-by: …
|
|
|
@92b50b71
|
12 years |
Marton Balint |
ffplay: fix type of time_diff in waveform display
Fixes time diff …
|
|
|
@ec89ea30
|
12 years |
Marton Balint |
ffplay: always display audio visualization if mode is set
Fixes …
|
|
|
@ef7f3b08
|
12 years |
Marton Balint |
ffplay: hide cursor on no mouse movement
Signed-off-by: Marton Balint …
|
|
|
@0ca4e9f0
|
12 years |
Marton Balint |
ffplay: reset external clock to unknown on start
Fixes a delay and …
|
|
|
@4e33d8eb
|
12 years |
Marton Balint |
ffplay: only drop frames if not in frame step mode
Fixes ticket …
|
|
|
@97660b8b
|
12 years |
Marton Balint |
ffplay: move frame step pause from the video thread to video_refresh
…
|
|
|
@c73c87b4
|
12 years |
diego |
cosmetics: Prettyprint codec/format/filter registration files
|
|
|
@69583bd
|
12 years |
diego |
avfilter: Refactor unconditional filter registration
|
|
|
@5ad2f0bf
|
12 years |
diego |
build: Add rtpenc_chain extra config option
Also fixes linking in …
|
|
|
@844c6852
|
12 years |
diego |
configure: Add --disable-all command line option
This option disables …
|
|
|
@50795682
|
12 years |
onemda |
auenc: do not write invalid file size
Signed-off-by: Paul B Mahol …
|
|
|
@8afe168c
|
12 years |
michaelni |
vf_divtc: dont mix av_strdup and free
Signed-off-by: Michael …
|
|
|
@baa5d6df
|
12 years |
michaelni |
vf_detc: dont mix av_strdup & free
Signed-off-by: Michael Niedermayer …
|
|
|
@458afd2a
|
12 years |
michaelni |
vf_mp: fix 'discards const qualifier from pointer target type'
args …
|
|
|
@33f15ab3
|
12 years |
michaelni |
libavutil/samplefmt: Fix project name
Signed-off-by: Michael …
|
|
|
@0d4572a5
|
12 years |
michaelni |
MAINTAINERS: s/mjpeg.c/mjpeg*.c/
Signed-off-by: Michael Niedermayer …
|
|
|
@0156dd65
|
12 years |
stefasab |
lavf/segment: add segment_frames option
This is meant to address trac …
|
|
|
@7a8face9
|
12 years |
stefasab |
lavf/segment: add reference_stream option
|
|
|
@9e04e11e
|
12 years |
michaelni |
libpostproc: alloc a few bytes more in the temporary buffer
This …
|
|
|
@f1185fbb
|
12 years |
michaelni |
libpostproc: Fix off by 1 error in the C dering code
Signed-off-by: …
|
|
|
@69db85c3
|
12 years |
michaelni |
mjpegdec: Support 16bit DQT
Fixes Ticket2072
Signed-off-by: Michael …
|
|
|
@10a3fa8f
|
12 years |
onemda |
build: fix g723_1 decoder dependency
g723_1 decoder needs celp_math.o …
|
|
|
@64f4fb75
|
12 years |
onemda |
gifdec: fix transparent background color
Signed-off-by: Paul B Mahol …
|
|
|
@b61097f
|
12 years |
michaelni |
mjpegdec: reset restart_count on progressive scans
Fixes Ticket2068
…
|
|
|
@ae2b51ac
|
12 years |
stefasab |
doc/encoders: clarify the direction of the quality setting parameters …
|
|
|
@7e0676a7
|
12 years |
stefasab |
doc/ffmpeg-formats: extend documentation for the probesize parameter
|
|
|
@750382d5
|
12 years |
stefasab |
ffmpeg: remove annoying logs and improve reporting in case of …
|
|
|
@b3f3fe3c
|
12 years |
michaelni |
MAINTAINERS: add libswresample
Signed-off-by: Michael Niedermayer …
|
|
|
@8d9a5033
|
12 years |
michaelni |
docs: add soxr documentation
Signed-off-by: Michael Niedermayer …
|
|
|
@03d38ee2
|
12 years |
michaelni |
soxr_resample: soxr API parameter rename
Signed-off-by: Michael …
|
|
|
@f2957adb
|
12 years |
michaelni |
soxr_resample: Correct email address
Signed-off-by: Michael …
|
|
|
@ceee4407
|
12 years |
Clément Bœsch |
lavfi/tile: small align cosmetics.
|
|
|
@4cd724da
|
12 years |
Clément Bœsch |
lavfi/tile: remove usage of link->{cur,out}_buf.
|
|
|
@3b870f9
|
12 years |
Clément Bœsch |
lavfi/scale: remove usage of link->cur_buf.
|
|
|
@a612e86e
|
12 years |
Clément Bœsch |
lavfi/deshake: remove usage of link->cur_buf.
|
|
|
@5673a010
|
12 years |
Clément Bœsch |
lavfi/decimate: remove usage of link->cur_buf.
|
|
|
@33e0eb51
|
12 years |
Clément Bœsch |
lavfi/video: remove unused ff_inplace_start_frame().
|
|
|
@011169cd
|
12 years |
michaelni |
mjpegdec: handle the occurance of rstn emulation
Signed-off-by: …
|
|
|
@5ff8ca1f
|
12 years |
michaelni |
mjpegdec: Handle RSTn in progressive jpegs
Fixes Ticket2003
…
|
|
|
@47e7f57a
|
12 years |
michaelni |
mjpegdec: factor handle_rstn() out
Signed-off-by: Michael Niedermayer …
|
|
|
@c46cfed
|
12 years |
onemda |
build: mp filter does not depend on postproc anymore
This fixes …
|
|
|
@a2349dc3
|
12 years |
michaelni |
vf_idet: fix type of stats
Reviewed-by: Stefano Sabatini …
|
|
|
@d155abd1
|
12 years |
Clément Bœsch |
lavfi/idet: remove unused assert include.
|
|
|
@a7f0af1
|
12 years |
Clément Bœsch |
lavfi/idet: remove unecessary context assignment.
|
|
|
@43cbd440
|
12 years |
Clément Bœsch |
lavfi/idet: support named parameters.
The parameters are currently …
|
|
|
@915d748
|
12 years |
Clément Bœsch |
lavfi/idet: remove unecessary poll_frame callback.
|
|
|
@39d17880
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@075eaf8d
|
12 years |
michaelni |
vc1dsp: fix the warning fix, make it work with --disable-asm
…
|
|
|
@955c7c7b
|
12 years |
stefasab |
doc/resampler: extend docs for min_comp and min_hard_comp options
…
|
|
|
@e06c1475
|
12 years |
stefasab |
lavfi/aresample: fix style
Improve overall consistency/improve …
|
|
|
@b3674533
|
12 years |
michaelni |
libswscale/swscale-test: fix some const correctness
Signed-off-by: …
|
|
|
@fceeac98
|
12 years |
michaelni |
vc1dsp: fix pointer type warnings
Signed-off-by: Michael Niedermayer …
|
|
|
@67c1acf2
|
12 years |
michaelni |
lavc/utils: fix 'warning: missing braces around initializer'
…
|
|
|
@169dfe32
|
12 years |
michaelni |
lcldec: fix zlib const pointer warning
Signed-off-by: Michael …
|
|
|
@2ad1eb19
|
12 years |
michaelni |
imgconvert: fix 2 "discards const qualifier from pointer target type"
…
|
|
|
@2eab1a17
|
12 years |
michaelni |
imgconvert: dont depend on default return type for get_color_type()
…
|
|
|
@4f927542
|
12 years |
michaelni |
h264_direct: silence several warning: assignment from incompatible …
|
|
|
@1f4ea4e0
|
12 years |
janne-libav |
mpegvideo: initialize videodsp with correct pixel depth
Fixes …
|
|
|
@7fc73d9
|
12 years |
michaelni |
rmdec: fix compiler warning for uninitialized variables
…
|
|
|
@4c41fc88
|
12 years |
michaelni |
mpegts: update AVProgram after pmt change
Signed-off-by: Michael …
|
|
|
@928727f9
|
12 years |
michaelni |
mxfdec: Rescale audio stream duration from EditRate to SampleRate
…
|
|
|
@a752b9b8
|
12 years |
michaelni |
ffmpeg: use the new swr -async parameter instead of a set of …
|
|
|
@f9e55c0f
|
12 years |
michaelni |
swr: support -async X as a simple way to do what ffmpeg -async X did
…
|
|
|
@0b980e57
|
12 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: fix …
|
|
|
@8b6b3632
|
12 years |
michaelni |
vf_pp: add postproc to the library dependencys for avfilter when …
|
|
|
@cf0c63d9
|
12 years |
Marton Balint |
ffplay: fix greenish line on the right edge with some xv sizes
If the …
|
|
|
@1be8d0fb
|
12 years |
michaelni |
srt_probe: make buffer pointer const
Signed-off-by: Michael …
|
|
|
@9cb887ed
|
12 years |
michaelni |
dsputil_mmx: fix pointer type for emulated_edge_mc_func()
Found-by: …
|
|
|
@f89f3d4a
|
12 years |
michaelni |
str_probe: make buffer related pointers const
Signed-off-by: Michael …
|
|
|
@28b9099a
|
12 years |
michaelni |
pva_probe: make buffer related pointers and function arguments const
…
|
|
|
@59693ed9
|
12 years |
michaelni |
mxf_probe: make buffer related pointers const
Signed-off-by: Michael …
|
|
|
@c8e5efb4
|
12 years |
michaelni |
mpc8_probe: make buffer related pointers and function arguments const
…
|
|
|
@7a84664f
|
12 years |
michaelni |
mp3_read_probe: make buffer related pointers const
Signed-off-by: …
|
|
|
@9d95dee
|
12 years |
michaelni |
microdvd_probe: make buffer pointers const
Signed-off-by: Michael …
|
|
|
@c3cb3389
|
12 years |
michaelni |
mpegps_probe: make buffer related pointers const
Signed-off-by: …
|
|
|
@e1f94326
|
12 years |
michaelni |
loas_probe: make buffer pointers const
Signed-off-by: Michael …
|
|
|
@29397c99
|
12 years |
michaelni |
lmlm4_probe: make buffer pointers const
Signed-off-by: Michael …
|
|
|
@23348647
|
12 years |
michaelni |
ipmovie_probe: make buffer pointers const
Signed-off-by: Michael …
|
|
|
@4fcf6aa7
|
12 years |
michaelni |
flac_probe: make buffer pointers const
Signed-off-by: Michael …
|
|
|
@658bd6db
|
12 years |
michaelni |
ac3_eac3_probe: mark buffer pointers const
Signed-off-by: Michael …
|
|
|
@d7e050b1
|
12 years |
michaelni |
adts_aac_probe: mark buffer pointers as const
Signed-off-by: Michael …
|
|
|