|
|
|
@2b7c0c9f
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mp3dec: …
|
|
|
@d3d5e84f
|
13 years |
michaelni |
img2dec: remove GLOB_TILDE support.
tilde expansion should/can be …
|
|
|
@3e1ff8eb
|
13 years |
michaelni |
img2dec: Recognize glob meta chars only if prefixed by %
This …
|
|
|
@0be130e
|
13 years |
michaelni |
img2: glob matching for image series
Signed-off-by: Michael …
|
|
|
@d61ef05b
|
13 years |
michaelni |
ffmpeg: check pts like dts for being in the past.
Signed-off-by: …
|
|
|
@30ced7e6
|
13 years |
michaelni |
lavf: print ts values in pts < dts error message
Signed-off-by: …
|
|
|
@42043646
|
13 years |
michaelni |
ffmpeg: switch duration calculation code from avg to r frame_rate.
…
|
|
|
@a05c41ac
|
13 years |
kostya.shishkov |
mp3dec: perform I/S and M/S only when frame mode is joint stereo.
…
|
|
|
@f704eb61
|
13 years |
kostya.shishkov |
id3v2: add another mimetype for JPEG image
|
|
|
@282ec728
|
13 years |
Carl Eugen Hoyos |
Do not try to use lowres for unusual jpg subsampling.
Fixes ticket #1144.
|
|
|
@9a0f2b7b
|
13 years |
Carl Eugen Hoyos |
Revert "Fix compilation with hardcoded tables."
This reverts commit …
|
|
|
@1dab5efa
|
13 years |
michaelni |
fate/vp8-size-change: set bitexact flag
Signed-off-by: Michael …
|
|
|
@a37a281
|
13 years |
michaelni |
ffmpeg: pass bitexact flag to vsrc_buffer
Signed-off-by: Michael …
|
|
|
@ddd89740
|
13 years |
michaelni |
iff: prevent a possible crash with broken/prepared IFF PBM
Based on …
|
|
|
@aebce0b0
|
13 years |
michaelni |
Merge git://github.com/mjbshaw/FFmpeg-OpenJPEG-J2K-Encoder
* …
|
|
|
@9aeacc95
|
13 years |
michaelni |
ffmpeg: dont disable dr1 when changing dimensions are encountered in …
|
|
|
@e5c3b51c
|
13 years |
michaelni |
ffmpeg: disable dr1 when frame sizes change.
dr1 seems to work fine …
|
|
|
@8c2045c9
|
13 years |
michaelni |
avfilter: set w/h in avfilter_fill_frame_from_video_buffer_ref().
…
|
|
|
@d40ff29c
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
asf: …
|
|
|
@ddcf67c8
|
13 years |
rsbultje |
lzw: prevent buffer overreads.
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@28e8c4d5
|
13 years |
diego |
WMAL: Remove inaccurate and unnecessary doxy
A call to …
|
|
|
@63a1b48
|
13 years |
rsbultje |
h264: fix cabac-on-stack after safe cabac reader.
|
|
|
@b678dd96
|
13 years |
mbradshaw |
Fixes ticket 1127.
I'm still looking into why bpp is getting set to 0.
|
|
|
@99bb88c5
|
13 years |
stefasab |
doc/ffmpeg: update and extend documentation for -copytb
Address trac …
|
|
|
@bd508d43
|
13 years |
rsbultje |
truemotion2: convert packet header reading to bytestream2.
Also use …
|
|
|
@44257ef4
|
13 years |
rsbultje |
asf: only set index_read if the index contained entries.
This allows …
|
|
|
@a9401981
|
13 years |
rsbultje |
cabac: add overread protection to BRANCHLESS_GET_CABAC().
Found-by: …
|
|
|
@448dc425
|
13 years |
rsbultje |
cabac: increment jump locations by one in callers of …
|
|
|
@16f6e83f
|
13 years |
rsbultje |
cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().
|
|
|
@951014e5
|
13 years |
rsbultje |
cabac: use struct+offset instead of memory operand in …
|
|
|
@a0bdcb01
|
13 years |
rsbultje |
h264: add overread protection to get_cabac_bypass_sign_x86().
|
|
|
@95bfa4ea
|
13 years |
rsbultje |
h264: reindent get_cabac_bypass_sign_x86().
|
|
|
@db02592
|
13 years |
rsbultje |
h264: use struct offsets in get_cabac_bypass_sign_x86().
|
|
|
@7374fac8
|
13 years |
rsbultje |
h264: fix overreads in cabac reader.
Found-by: Mateusz "j00ru" …
|
|
|
@247fbf07
|
13 years |
nicolas.george |
ass: fix aspect ratio computation.
|
|
|
@d360dd90
|
13 years |
rsbultje |
wmall: fix seeking.
|
|
|
@0a82f52
|
13 years |
rsbultje |
lagarith: fix buffer overreads.
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@c0b34e61
|
13 years |
diego |
dvdec: drop unnecessary dv_tablegen.h #include
dvdec.c uses nothing …
|
|
|
@c44417e1
|
13 years |
michaelni |
indeo4: Dont leave tables in random state on errors.
Signed-off-by: …
|
|
|
@a74d7218
|
13 years |
michaelni |
indeo4: apply correction to eob/esc indexes too
Found-by: Mateusz …
|
|
|
@92f7f1db
|
13 years |
michaelni |
indeo4: Check for mismatching scan tables
Found-by: Mateusz "j00ru" …
|
|
|
@2efb710a
|
13 years |
mans |
build: fix doc generation errors in parallel builds
The $(dir) …
|
|
|
@a60a4d70
|
13 years |
michaelni |
vc1dec: Fix global array overread.
Found-by: Mateusz "j00ru" Jurczyk …
|
|
|
@8db2935d
|
13 years |
michaelni |
apedec: fix global array overread
Found-by: Mateusz "j00ru" Jurczyk …
|
|
|
@a92be9b8
|
13 years |
diego |
Replace memset(0) by zero initializations.
Also remove one pointless …
|
|
|
@856c8e0a
|
13 years |
diego |
faandct: Remove FAAN_POSTSCALE define and related code.
It is not a …
|
|
|
@a839dbb9
|
13 years |
anton |
dvenc: print allowed profiles if the video doesn't conform to any of them.
|
|
|
@3c6607eb
|
13 years |
anton |
avcodec_encode_{audio,video}: only reallocate output packet when it …
|
|
|
@e2e165c0
|
13 years |
anton |
FATE: add a test for vp8 with changing frame size.
|
|
|
@7a5e5872
|
13 years |
michaelni |
apedec: check bits <= 32
Fixes FPE
Found-by: Mateusz "j00ru" Jurczyk …
|
|
|
@936951ca
|
13 years |
michaelni |
tm2dec: check total_frames and extradata_size.
Fixes overread
…
|
|
|
@b17b296
|
13 years |
Carl Eugen Hoyos |
Fix compilation with hardcoded tables.
|
|
|
@d0dafebb
|
13 years |
michaelni |
tm2: Fix overread of token array.
Found-by: Mateusz "j00ru" Jurczyk …
|
|
|
@11cc2092
|
13 years |
michaelni |
lzw(gif): Fix overread
Found-by: Mateusz "j00ru" Jurczyk and Gynvael …
|
|
|
@96d0494
|
13 years |
michaelni |
lagarith: Fix various issues that lead to out of array reads.
…
|
|
|
@44bd50f5
|
13 years |
michaelni |
lagarith: fix flipped return value
Signed-off-by: Michael Niedermayer …
|
|
|
@c30d04ce
|
13 years |
michaelni |
lagarithrac: fix length used in ff_lag_rac_init()
Signed-off-by: …
|
|
|
@7b453d1c
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@4a619fca
|
13 years |
michaelni |
h263dec: Restore w/h values to a consistent state if a change is …
|
|
|
@e74d6da
|
13 years |
rsbultje |
fate: add kgv1 fate test.
Tested to be bit-exact across x86-64, …
|
|
|
@3c639740
|
13 years |
michaelni |
id3v2: support JPEG APIC with incorrect (image/jpg) MIME type
…
|
|
|
@e4cc9f30
|
13 years |
michaelni |
Support FLIC in AVI.
Signed-off-by: Paul B Mahol <onemda@gmail.com> …
|
|
|
@e206b51f
|
13 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@eed691f
|
13 years |
justin.ruggles |
oggdec: calculate correct timestamps in Ogg/FLAC
We need to parse the …
|
|
|
@e6093e36
|
13 years |
Marton Balint |
ffplay: pause rdft column when ffplay is paused
Signed-off-by: …
|
|
|
@a0340dfb
|
13 years |
michaelni |
XBM decoder
Signed-off-by: Paul B Mahol <onemda@gmail.com> …
|
|
|
@1cd85109
|
13 years |
michaelni |
j2kdec: move ff_j2k_init_tier1_luts() to j2kdec_init()
Signed-off-by: …
|
|
|
@6fa998c4
|
13 years |
michaelni |
Clarify the use of the interl=11 option of the scale filter.
It is …
|
|
|
@7ea948ba
|
13 years |
michaelni |
alsdec: check return values.
|
|
|
@55abaa58
|
13 years |
justin.ruggles |
westwood_vqa: fix SND0 chunk handling
Version from vqa header does …
|
|
|
@f0a343f3
|
13 years |
rsbultje |
westwood_vqa: set video stream duration
Signed-off-by: Paul B Mahol …
|
|
|
@98df2e24
|
13 years |
rsbultje |
raw: forward avpicture_fill() error code in raw_decode().
Found-by: …
|
|
|
@28a613b0
|
13 years |
michaelni |
h264: dont mess with chroma planes for grayscale h264.
Found-by: …
|
|
|
@dfacef9e
|
13 years |
michaelni |
alsdec: make sure no invalid opt_order stays in the context.
…
|
|
|
@1acc553e
|
13 years |
michaelni |
vc1dec: dont ignore ff_vc1_parse_frame_header_advs return value
…
|
|
|
@e3bd6124
|
13 years |
michaelni |
vc1dec: avoid == -1 checks for errors.
Signed-off-by: Michael …
|
|
|
@b378a233
|
13 years |
michaelni |
vc1dec: sanity check state used in get_mvdata_interlaced()
…
|
|
|
@dcd013a5
|
13 years |
michaelni |
oma: dont over-read buffer
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@6999f8bc
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
make …
|
|
|
@8e0b7e2f
|
13 years |
diego |
build: Do not explicitly add the doc directory to the OBJDIRS list.
…
|
|
|
@d724fe66
|
13 years |
diego |
dv: Split off DV video decoder into its own file.
|
|
|
@9f43fdda
|
13 years |
diego |
build: fix RALF decoder standalone compilation, which depends on …
|
|
|
@d7ce1a48
|
13 years |
diego |
configure: Drop stray duplicate entry for --disable-fft from help output.
|
|
|
@904100e5
|
13 years |
martin |
make av_interleaved_write_frame() flush packets when pkt is NULL
This …
|
|
|
@ab31db06
|
13 years |
tempn |
doc: clarify dshow input requirements
|
|
|
@0f3886fa
|
13 years |
michaelni |
j2kdec: remove pointless swapping
Signed-off-by: Paul B Mahol …
|
|
|
@ebbf10ef
|
13 years |
michaelni |
j2kdec: vertically align AVCodec members
Signed-off-by: Paul B Mahol …
|
|
|
@75625c61
|
13 years |
michaelni |
j2kdec: Remove useless .pix_fmts.
Signed-off-by: Paul B Mahol …
|
|
|
@ddfa375
|
13 years |
michaelni |
j2kdec: convert to bytestream2 API
Protects against overreads.
…
|
|
|
@c9024a9f
|
13 years |
alex.converse |
mpegts: Fix dead error checks
|
|
|
@95b192de
|
13 years |
rsbultje |
vc1: Do not read from array if index is invalid.
Found-by: Mateusz …
|
|
|
@2ad40554
|
13 years |
rsbultje |
targa: convert to bytestream2.
Also remove some write-only variables …
|
|
|
@a0820eaa
|
13 years |
michaelni |
ffmpeg: fix handling or empty audio packets
Fixes Ticket1131
…
|
|
|
@b62b9df7
|
13 years |
michaelni |
ffmpeg: more verbose error messages in case of audio encoding failure. …
|
|
|
@8b58f6b5
|
13 years |
michaelni |
Revert "raw: move buffer size check up."
This reverts commit …
|
|
|
@5484170a
|
13 years |
rsbultje |
rv34: set mb_num_left to 0 after finishing a frame
Prevents running …
|
|
|
@7f9b42ff
|
13 years |
michaelni |
j2kenc: cosmetics: vertically align AVCodec members.
Signed-off-by: …
|
|
|
@a6501620
|
13 years |
michaelni |
libopenjpegdec: hack to fix GRAY16 decoding
Signed-off-by: Paul B …
|
|
|
@d6eef545
|
13 years |
michaelni |
vc1dec: move mquant zero check down.
This way it catches all cases, …
|
|
|
@43fd3212
|
13 years |
michaelni |
targa: Fix input buffer size check.
Found-by: Mateusz "j00ru" Jurczyk …
|
|
|