|
|
|
@91ab557b
|
13 years |
michaelni |
Revert "aacdec: Avoid unneeded reinit due to ADTS headers"
This has …
|
|
|
@4392b3d1
|
13 years |
michaelni |
tiffdec: hotfix for fate failure.
Only use pal8 as output if the file …
|
|
|
@5500e653
|
13 years |
michaelni |
flvdec: Check avpriv_mpeg4audio_get_config() return
value before …
|
|
|
@b6ffceef
|
13 years |
michaelni |
mpegts: remove unused variable
Signed-off-by: Jean First …
|
|
|
@8aed73c3
|
13 years |
michaelni |
movenc: remove unused variables
Signed-off-by: Jean First …
|
|
|
@576ada79
|
13 years |
michaelni |
cache: use av_freep instead of av_free in cache_open
Signed-off-by: …
|
|
|
@3ceb4c9
|
13 years |
michaelni |
cache: remove unused variable in cache_open
Signed-off-by: Jean First …
|
|
|
@9bfaeee5
|
13 years |
michaelni |
8svx: remove unused variable in eightsvx_decode_frame
Signed-off-by: …
|
|
|
@7ee0649f
|
13 years |
Carl Eugen Hoyos |
Fix decoding some 1bpp tiff files, they are palettized.
Fixes ticket #830.
|
|
|
@e767968c
|
13 years |
Carl Eugen Hoyos |
Simplify tiff decoder by merging two functions.
|
|
|
@b46fb615
|
13 years |
Carl Eugen Hoyos |
tiff.c: Use switch / case instead of if / else where appropriate.
|
|
|
@1a6a088
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fate: …
|
|
|
@e146ad95
|
13 years |
michaelni |
mlp_parser: Fix infinite loop with 0 bytes_left.
Signed-off-by: …
|
|
|
@9afc025b
|
13 years |
diego |
fate: whitespace cosmetics
|
|
|
@628637f6
|
13 years |
diego |
fate: split off video codec FATE tests into their own file
|
|
|
@ab2d11f7
|
13 years |
diego |
fate: split off audio codec FATE tests into their own file
|
|
|
@394f0b18
|
13 years |
diego |
fate: split off Electronic Arts codec FATE tests into their own file
|
|
|
@f6ba1f26
|
13 years |
diego |
fate: split off QuickTime codec FATE tests into their own file
|
|
|
@51150cf0
|
13 years |
diego |
fate: split off voice codec FATE tests into their own file
|
|
|
@c7cb1730
|
13 years |
diego |
fate: split off demuxer FATE tests into their own file
|
|
|
@d4b63054
|
13 years |
diego |
cosmetics: Drop unnecessary parentheses around return values.
|
|
|
@f486fb33
|
13 years |
diego |
fate: drop pointless _audio and _video suffixes from xan tests
|
|
|
@cd8d845
|
13 years |
diego |
qt-faststart: K&R reformatting; fix comment typos
|
|
|
@bace181b
|
13 years |
michaelni |
flvdec: Add comment about the 5 second threshold
Idea-by: Reimar …
|
|
|
@ae51b1a9
|
13 years |
rsbultje |
FATE: Add test for H.264 MP4->annex.B bitstream filter.
This test …
|
|
|
@ba10207b
|
13 years |
Carl Eugen Hoyos |
Use more designated initializers.
Also remove some pointless NULL/0 …
|
|
|
@73ba2c1
|
13 years |
Carl Eugen Hoyos |
mp3enc: remove unused variable
|
|
|
@5ff2c495
|
13 years |
Carl Eugen Hoyos |
Make sure configure does not fail just because unneeded third-party …
|
|
|
@874da65
|
13 years |
Reimar.Doeffinger |
Avoid av_memcpy_backptr hang without extra branch.
This only happens …
|
|
|
@b0143da8
|
13 years |
michaelni |
ljpegdec: fix point transform injection.
Fix Ticket842
Signed-off-by: …
|
|
|
@83f70805
|
13 years |
michaelni |
flvdec: Print a warning in all failure cases of …
|
|
|
@67c734ea
|
13 years |
michaelni |
flvdec: Disable metadatacreator "MEGA" hack
Signed-off-by: Michael …
|
|
|
@df0bff66
|
13 years |
michaelni |
flvdec: Check index for being valid
Fixes seeking in …
|
|
|
@00c0465d
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fate: …
|
|
|
@6ed3565f
|
13 years |
Carl Eugen Hoyos |
Do not fail when decoding invalid v410 files with odd width.
…
|
|
|
@b9e0e953
|
13 years |
michaelni |
nsvdec: Check av_malloc(string_size)
This can easily be NULL as …
|
|
|
@209c4452
|
13 years |
diego |
fate: split off DPCM codec FATE tests into their own file
|
|
|
@bdda1616
|
13 years |
diego |
fate: split off PCM codec FATE tests into their own file
|
|
|
@3a15051a
|
13 years |
Carl Eugen Hoyos |
Always assume the bmp palette as being opaque.
|
|
|
@ca5ab8cd
|
13 years |
diego |
libvorbis: K&R reformatting cosmetics
|
|
|
@c4db3446
|
13 years |
diego |
libmp3lame: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@8ca903eb
|
13 years |
rsbultje |
fate: Add a video test for xxan decoder
Signed-off-by: Ronald S. …
|
|
|
@9342ecf0
|
13 years |
rsbultje |
mpegvideo_enc: K&R cosmetics (line 1000-2000).
Signed-off-by: Ronald …
|
|
|
@7636c8c6
|
13 years |
anton |
avconv: K&R cosmetics
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
|
|
@f41a6c8f
|
13 years |
michaelni |
indeo5: Fix null pointer dereferences of ref_mb
Reviewed-by: Derek …
|
|
|
@7ae251b4
|
13 years |
michaelni |
h264_mp4toannexb_filter: pass error code through.
Bug-Found-by and …
|
|
|
@cf4afe0b
|
13 years |
martin |
qt-faststart: Fix up indentation
This restores indentation after …
|
|
|
@1fbd3d30
|
13 years |
kostya.shishkov |
indeo4: remove two unused variables
|
|
|
@762b21f9
|
13 years |
lu_zero |
doxygen: cleanup style to support older doxy
Doxygen 1.7.5.1 had been …
|
|
|
@377dfa3d
|
13 years |
nicolas.george |
Revert "build: error on mixed declarations and code"
This reverts …
|
|
|
@ac1c27bc
|
13 years |
janne-libav |
fate: add more tests for VC-1 decoder
Signed-off-by: Janne Grunau …
|
|
|
@bf5cc805
|
13 years |
michaelni |
issdemux: Check packet_size for validity
Reviewed-by: Paul B Mahol …
|
|
|
@e7c1e38
|
13 years |
michaelni |
qpeg: Check for overread in qpeg_decode_intra.
Reviewed-by: Paul B …
|
|
|
@1f8bf1ef
|
13 years |
martin |
applehttpproto: Apply the same reload interval changes as for the …
|
|
|
@617475a9
|
13 years |
martin |
applehttp: Use half the target duration as interval if the playlist …
|
|
|
@356ae5f6
|
13 years |
martin |
applehttp: Use the last segment duration as reload interval
According …
|
|
|
@7af507ea
|
13 years |
anton |
lagarith: add decode support for arith rgb24 mode
Signed-off-by: …
|
|
|
@6071e4d8
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@7e5cbb3c
|
13 years |
michaelni |
cljrdec: improve scaling somewhat
Signed-off-by: Michael Niedermayer …
|
|
|
@8f52169
|
13 years |
rsbultje |
v410dec: Check for sufficient input data. Fixes crash
Signed-off-by: …
|
|
|
@92e2b59
|
13 years |
michaelni |
indeo5: fix division by 0 in ff_ivi_init_tiles()
Signed-off-by: …
|
|
|
@a1ca4531
|
13 years |
michaelni |
cljrenc: fix scaling
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@733b23c2
|
13 years |
anton |
fate: Add v210 codec regression tests
Signed-off-by: Reimar Döffinger …
|
|
|
@891ce00c
|
13 years |
anton |
mpegts: adjustable minimum PES payload
With the current default PES …
|
|
|
@6fa9843b
|
13 years |
anton |
mpegts: properly output large audio packets
Do not assume the audio …
|
|
|
@b5aecc6b
|
13 years |
anton |
avformat: Add SMJPEG demuxer.
Signed-off-by: Paul B Mahol …
|
|
|
@d46bc413
|
13 years |
michaelni |
indeo5: Fix crash due to partially initialized gop vars.
…
|
|
|
@4b35ee0b
|
13 years |
michaelni |
indeo5: fix null pointer crash with ref_mb
Signed-off-by: Michael …
|
|
|
@8e09482e
|
13 years |
michaelni |
vcr1dec: Check that there is sufficient input data.
Fixes crash.
…
|
|
|
@11ca3416
|
13 years |
michaelni |
v410dec: Check for sufficient input data.
Fixes crash
Signed-off-by: …
|
|
|
@adfe0c94
|
13 years |
kostya.shishkov |
Indeo 4 decoder
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
|
|
|
@190a0998
|
13 years |
Carl Eugen Hoyos |
Fix a crash when reading gray pam files.
Fixes ticket #837.
|
|
|
@c1bc1967
|
13 years |
Carl Eugen Hoyos |
Fix a typo that broke writing (and reading) PAM files.
Reported and …
|
|
|
@0e5fbbd7
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@ad1c5025
|
13 years |
michaelni |
Fixed crash in palette handling when converting certain .png images to …
|
|
|
@29c1b258
|
13 years |
michaelni |
Makefile: fix path to ffprobe.xsd
Idea-by: beastd
Signed-off-by: …
|
|
|
@bd96be6e
|
13 years |
rsbultje |
mpegvideo_enc: K&R cosmetics
Signed-off-by: Ronald S. Bultje …
|
|
|
@ec0dc7e2
|
13 years |
Carl Eugen Hoyos |
Make Interplay palette opaque and increase its dynamics.
|
|
|
@387d8607
|
13 years |
Carl Eugen Hoyos |
Support decoding yuv442 and yuv421 jpeg images.
Fixes ticket #787.
|
|
|
@613cbf31
|
13 years |
Carl Eugen Hoyos |
Fix some 1bit png samples, they can be palettised.
Fixes ticket #767.
|
|
|
@2702ec2e
|
13 years |
janne-libav |
doxygen: remove unreplaced variables from custom header and footer
|
|
|
@06bb5905
|
13 years |
janne-libav |
threads: test for sys/param.h and include it for sysctl on OpenBSD
|
|
|
@1adba23c
|
13 years |
janne-libav |
v4l2: remove unneded linux specific asm/types.h include
|
|
|
@440e984b
|
13 years |
stefasab |
lavfi: add asplit filter
|
|
|
@ae217762
|
13 years |
stefasab |
lavfi: add missing check in avfilter_filter_samples()
Avoid …
|
|
|
@e9af732a
|
13 years |
stefasab |
lavfi: fix avfilter_default_get_audio_buffer() after changes in …
|
|
|
@5764301d
|
13 years |
stefasab |
lavfi: don't try to indent words in trace messages
The traces end up …
|
|
|
@20ac5849
|
13 years |
stefasab |
ffprobe: add XML writer
|
|
|
@f1a4182e
|
13 years |
stefasab |
ffprobe: add show_private_data option
|
|
|
@9361333
|
13 years |
stefasab |
ff* tools: move descriptions from copyright header to @file doxy
|
|
|
@c405a22d
|
13 years |
stefasab |
Changelog: move thunbnail filter entry from 0.9 to "next" section
|
|
|
@f1f87439
|
13 years |
Clément Bœsch |
thumbnail: fix error code in case of invalid args.
|
|
|
@15a2a29b
|
13 years |
Clément Bœsch |
lavfi: add thumbnail video filter.
|
|
|
@676a9ee1
|
13 years |
martin |
x86: Fix constraints for decode_significance*_x86
Originally, prior …
|
|
|
@b7254437
|
13 years |
michaelni |
mpegvideo: fix visualization buffer size.
Signed-off-by: Michael …
|
|
|
@f2f8632a
|
13 years |
michaelni |
ffmpeg: Check that frames are user type before treating them as such
…
|
|
|
@80d2ddda
|
13 years |
michaelni |
ffmpeg: disable dr1 in case of resolution changes, as this does not …
|
|
|
@9971af3a
|
13 years |
michaelni |
ffmpeg: add remaining hunks to enable dr1 support
Author: Anton …
|
|
|
@49b909b9
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fate: …
|
|
|
@f5146953
|
13 years |
Clément Bœsch |
fate: warn if SAMPLES is not specified.
|
|
|