|
|
|
@f61369d7
|
12 years |
Clément Bœsch |
lavfi/vsrc: switch to ff_filter_frame.
|
|
|
@6d2892c9
|
12 years |
Clément Bœsch |
lavf/assdec: return appropriate error code instead of -1.
|
|
|
@069c8975
|
12 years |
Clément Bœsch |
lavf/assdec: add ass_ prefix to callbacks.
|
|
|
@e0260e25
|
12 years |
Clément Bœsch |
lavf/assdec: rewrite using the demux subtitles API.
|
|
|
@bad4e112
|
12 years |
Clément Bœsch |
lavf: use ff_subtitles_queue_seek() for text subtitles demuxers.
|
|
|
@ad5d72b1
|
12 years |
Clément Bœsch |
lavf/subtitles: seek a little more backward when necessary.
If some …
|
|
|
@ff3624b
|
12 years |
Clément Bœsch |
lavf/subtitles: add ff_subtitles_queue_seek().
This function is …
|
|
|
@b684f744
|
12 years |
Clément Bœsch |
ffmpeg: use avformat_seek_file() instead of av_seek_frame().
…
|
|
|
@aae47803
|
12 years |
michaelni |
vmnc: Check for integer overflow
Fixes null pointer dereference and …
|
|
|
@3b2cd83a
|
12 years |
michaelni |
dcadec: check lfe field
Fix out of array accesses
Found-by: Mateusz …
|
|
|
@56e149fd
|
12 years |
onemda |
PVF demuxer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@5442083b
|
12 years |
Carl Eugen Hoyos |
Support Sorenson Spark in f4v files streamed by Flash Media Server.
|
|
|
@873049e6
|
12 years |
michaelni |
mxfdec: check index_tables before dereferencing in close.
Fixes null …
|
|
|
@7389bb12
|
12 years |
michaelni |
svq1dec: update w/h only if the header is successfully parsed.
…
|
|
|
@c9ff322
|
12 years |
stefasab |
lavu/opt: allow to set sample and pixel format with av_opt_set_int()
…
|
|
|
@b5cedf8b
|
12 years |
michaelni |
fate/mp3: increase fuzz for NEON, due to different rounding from …
|
|
|
@13c39e96
|
12 years |
stefasab |
lavfi/geq: add T variable and example
|
|
|
@5473f625
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@12cd992d
|
12 years |
stefasab |
doc/ffmpeg-filters: add short description
|
|
|
@13d351bd
|
12 years |
michaelni |
tests/ref/seek/lavf_gif: update for 9d5cfce85540: gifdec: rudimentary …
|
|
|
@9d5cfce8
|
12 years |
onemda |
gifdec: rudimentary seeking
With this ffplay -loop X successfully …
|
|
|
@2152b60f
|
12 years |
onemda |
gifdec: use av_fast_malloc()
Signed-off-by: Paul B Mahol …
|
|
|
@6b11ae71
|
12 years |
onemda |
shorten: return more meaningful error codes
Signed-off-by: Paul B …
|
|
|
@e4af8ed8
|
12 years |
onemda |
ws-snd1: return meaningful error code
Signed-off-by: Paul B Mahol …
|
|
|
@679c7578
|
12 years |
onemda |
wnv1: return more meaningful error codes
Signed-off-by: Paul B Mahol …
|
|
|
@51bcf8ac
|
12 years |
onemda |
xldec: K&R formatting cosmetics
Signed-off-by: Paul B Mahol …
|
|
|
@24e5cb48
|
12 years |
onemda |
xldec: return meaningful error code
Signed-off-by: Paul B Mahol …
|
|
|
@3b56ed34
|
12 years |
onemda |
motionpixels: use meaningful error code
Signed-off-by: Paul B Mahol …
|
|
|
@b912895d
|
12 years |
onemda |
mvi: check av_mallocz() result
Signed-off-by: Paul B Mahol …
|
|
|
@822d10e7
|
12 years |
michaelni |
swscale: fix 12 and 14 bit YUV planar output with scaling.
…
|
|
|
@f0695b09
|
12 years |
michaelni |
pcmdec: check codec_id
Fixes out of array accesses
Found-by: Mateusz …
|
|
|
@b90e795f
|
12 years |
michaelni |
check std tag size before reading.
Fixes out of array read
Found-by: …
|
|
|
@a7ee6281
|
12 years |
michaelni |
qdm2: check array index before use, fix out of array accesses
…
|
|
|
@991e2351
|
12 years |
michaelni |
aacps: check iid/icc_par more completely.
Fixes global out of array …
|
|
|
@7205e896
|
12 years |
michaelni |
dxa: check reference frame availability before use.
Fix NULL pointer …
|
|
|
@daede25f
|
12 years |
onemda |
update Changelog
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@57b00d7
|
12 years |
onemda |
gifdec: remove width and height from demuxer context
Signed-off-by: …
|
|
|
@2c69fcc2
|
12 years |
michaelni |
smacker: more complete vlc length check, fixes out of array read
…
|
|
|
@50cbe09d
|
12 years |
michaelni |
smacker: check smacker_decode_tree() return value
Signed-off-by: …
|
|
|
@d56b1501
|
12 years |
onemda |
undo file modifiers that suck in
Signed-off-by: Paul B Mahol …
|
|
|
@3bbe63d1
|
12 years |
martin |
configure: Use headers in the check for _beginthreadex for w32threads
…
|
|
|
@7e6a11bc
|
12 years |
martin |
avutil: Use a configure check to enable windows console functions
Not …
|
|
|
@b70abd5b
|
12 years |
martin |
avutil: Include io.h with a separate condition from windows console …
|
|
|
@f83657fc
|
12 years |
onemda |
Add exception for "gif" in image2 probe() method.
Without this …
|
|
|
@5603b2bf
|
12 years |
onemda |
Gif demuxer
Gif demuxer is capable of extracting multiple frames from …
|
|
|
@005cb97e
|
12 years |
onemda |
Move some definitions to header file.
Share them with upcoming …
|
|
|
@de0cb7f0
|
12 years |
onemda |
Additional checks to prevent overread.
Check for availability of some …
|
|
|
@91499f4e
|
12 years |
onemda |
Prepare gif decoder for use in conjunction with gif demuxer.
Add …
|
|
|
@c5fe41c7
|
12 years |
onemda |
Add meaningful error codes and constants.
Replace literals with named …
|
|
|
@034a1afb
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
avutil: …
|
|
|
@db29a7c7
|
12 years |
michaelni |
Merge commit '9d46eaec7a90bd8f5cd9e45398c6d17804182320'
* commit …
|
|
|
@8119d8b0
|
12 years |
Clément Bœsch |
configure: add lavfi avr dep to .pc when required.
|
|
|
@d4c59f77
|
12 years |
onemda |
adpcm/thp: cosmetics: reindent
Signed-off-by: Paul B Mahol …
|
|
|
@1560c329
|
12 years |
onemda |
iff: fix some incorrect interpretations of invalid files
…
|
|
|
@50b5c229
|
12 years |
onemda |
iff: MAUD support
Based on patch by Piotr Bandurski
Signed-off-by: …
|
|
|
@ccf771cd
|
12 years |
Carl Eugen Hoyos |
Correctly skip strf tag for subtitles when decoding avi.
Fixes ticket …
|
|
|
@d9bec3b6
|
12 years |
michaelni |
lavc: fix duplicate stats_out line.
Found-by: Thierry Foucu …
|
|
|
@bc16031a
|
12 years |
michaelni |
mjpegdec: print error message when quant_index is invalid
…
|
|
|
@a2f680c
|
12 years |
michaelni |
mjpegdec: check h/v_count, fix context becoming inconsistent and …
|
|
|
@08d0969c
|
12 years |
stefasab |
lavu/opt: change the way default pixel and sample format value is set
…
|
|
|
@0b28abf9
|
12 years |
michaelni |
vble: check packet size.
Fixes null pointer dereference
Found-by: …
|
|
|
@10416a4d
|
12 years |
michaelni |
id3v2: check index against buffer size. Fix out of array access
…
|
|
|
@0b14c19
|
12 years |
onemda |
iff: mention all decoders
|
|
|
@9a319979
|
12 years |
onemda |
BRSTM demuxer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@15816c8e
|
12 years |
martin |
avutil: Include io.h with a separate condition from MapViewOfFile
The …
|
|
|
@15caccb9
|
12 years |
martin |
cmdutils: Use a configure check for enabling CommandLineToArgvW
This …
|
|
|
@9d46eaec
|
12 years |
diego |
build: The FLAC encoder also depends on the flacdsp code
Fixes …
|
|
|
@cc7d5cf
|
12 years |
diego |
img2: K&R formatting cosmetics
Also introduce local img_ namespace to …
|
|
|
@6abb9a90
|
12 years |
michaelni |
huffyuvdec: check width more completely, avoid out of array accesses
…
|
|
|
@27eada2
|
12 years |
michaelni |
tiffdec: better checks for bitstream offsets, fixes out of array reads …
|
|
|
@3ae61045
|
12 years |
michaelni |
roqvideodec: check dimensions validity
Found-by: Mateusz "j00ru" …
|
|
|
@c1fcf563
|
12 years |
janne-libav |
h264: check context state before decoding slice data partitions
Fixes …
|
|
|
@a9236b87
|
12 years |
onemda |
fate: add tak dependencies
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@26f1b1a
|
12 years |
onemda |
fate: add ADPCM 4XM test
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@0ecfcf86
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
avplay: …
|
|
|
@9f8e2e92
|
12 years |
michaelni |
Merge commit 'e4d349b4014ee2a03f521027e0bd1ace4a9e60bd'
* commit …
|
|
|
@3ae69b91
|
12 years |
janne-libav |
flashsv: make sure data for zlib priming is available
Fixes a …
|
|
|
@52066bdb
|
12 years |
michaelni |
Merge commit 'c74f81786d434dfaf9b3dff06aa96bfd23d0127b'
* commit …
|
|
|
@d7b20bfb
|
12 years |
michaelni |
Merge commit '5c7bf2dddee5bdfa247ff0d57cb8a37d19077f66'
* commit …
|
|
|
@076300bf
|
12 years |
michaelni |
Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'
* commit …
|
|
|
@7dc0ed80
|
12 years |
michaelni |
Merge commit '1f3f896564501c23b44fcf605567c78ce066b539'
* commit …
|
|
|
@a7eabbb2
|
12 years |
Clément Bœsch |
lavfi/concat: prefer av_asprintf() over stack allocated buffer.
|
|
|
@b99f1303
|
12 years |
Clément Bœsch |
lavfi/concat: switch to filter_frame.
|
|
|
@ea3bad0e
|
12 years |
Clément Bœsch |
lavfi/smartblur: switch to filter_frame.
|
|
|
@9262f132
|
12 years |
Clément Bœsch |
lavfi/show{spectrum,waves}: use ff_filter_frame().
|
|
|
@e2718e7a
|
12 years |
diego |
avplay: Do not use removed av_get_int()
Fixes build with lavfi …
|
|
|
@605f1d98
|
12 years |
stefasab |
lsws: define version in SWScaler class
The version number is useful …
|
|
|
@cf56c207
|
12 years |
stefasab |
doc/Makefile: rework component configuration logic
Only enable …
|
|
|
@989c6a49
|
12 years |
stefasab |
doc/ffmpeg-codecs: add short description
|
|
|
@3fd8e072
|
12 years |
michaelni |
vsrc_mandelbrot: switch to filter_frame
Signed-off-by: Michael …
|
|
|
@9236e9f1
|
12 years |
Clément Bœsch |
lavfi/ebur128: use ff_filter_frame() everywhere.
|
|
|
@55a5ded6
|
12 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@1eb8809a
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@87b9dc09
|
12 years |
michaelni |
Merge commit '565e4993c63f797e2d50ad2f1e8f62fdbe299666'
The commit …
|
|
|
@031d6448
|
12 years |
Clément Bœsch |
lavfi/ass: switch to filter_frame.
|
|
|
@9178235f
|
12 years |
michaelni |
avfilter: mark start_frame/end_frame/draw_slice as deprecated
…
|
|
|
@502ecc9c
|
12 years |
Clément Bœsch |
lavfi/colormatrix: 10l fix forgotten buffer unref.
|
|
|
@269cd077
|
12 years |
Clément Bœsch |
lavfi/colormatrix: switch to filter_frame.
|
|
|
@88f8af26
|
12 years |
michaelni |
vf_format: switch to filter_frame
Signed-off-by: Michael Niedermayer …
|
|
|
@7c428147
|
12 years |
michaelni |
vf_copy: switch to filter_frame
Signed-off-by: Michael Niedermayer …
|
|
|