|
|
|
@b7c7eae7
|
13 years |
michaelni |
tta: better check for totalframes.
Avoids crash, Fixes Ticket 690
…
|
|
|
@102a2463
|
13 years |
michaelni |
img2: Allow writing multiple files onto the same output file.
Fixes …
|
|
|
@47044625
|
13 years |
michaelni |
pthread: check pthread_create() return value.
Signed-off-by: Michael …
|
|
|
@2bb79b23
|
13 years |
michaelni |
pthread: next try on freeing threads without crashing.
This should fix …
|
|
|
@3d977edb
|
13 years |
michaelni |
HAM6/HAM8 support for IFF ACBM decoder
Based on patch by ami_stuff
…
|
|
|
@b488679
|
13 years |
michaelni |
iff: fix invalid reads (ticket 689)
Signed-off-by: Michael …
|
|
|
@801393bc
|
13 years |
michaelni |
vc1: select interlaced scan table by FCM element
Interlaced videos …
|
|
|
@5c15b78e
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (42 …
|
|
|
@7c5ce99b
|
13 years |
mans |
swscale: fix signed overflow in yuv2mono_X_c_template
As old bits are …
|
|
|
@8540dcfd
|
13 years |
mans |
snow: fix integer overflows
The way these values are used, they …
|
|
|
@0e55edcb
|
13 years |
mans |
svq1enc: remove stale altivec-related hack
altivec.h is no longer …
|
|
|
@ff6d9cc5
|
13 years |
mans |
snow: fix signed overflow in byte to 32-bit replication
…
|
|
|
@22cb8e7b
|
13 years |
michaelni |
fate: enable new sbr tests after our rsync server has them now.
…
|
|
|
@4fd5e763
|
13 years |
michaelni |
vc1: Fix pic_header_flag=0 (SA10143.vc1)
Bug introduced in:
commit …
|
|
|
@9d2dd356
|
13 years |
justin.ruggles |
adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()
It …
|
|
|
@a17c3c7d
|
13 years |
justin.ruggles |
avformat: add CRI ADX format demuxer
|
|
|
@27360ccc
|
13 years |
justin.ruggles |
adx: add an ADX parser.
This simplifies the decoder so it doesn't …
|
|
|
@d8cec2d7
|
13 years |
justin.ruggles |
adx: move header decoding to ADX common code
|
|
|
@7ff55d9b
|
13 years |
justin.ruggles |
adx: calculate the number of blocks in a packet
|
|
|
@05c1f11b
|
13 years |
justin.ruggles |
adx: define and use 2 new macro constants BLOCK_SIZE and BLOCK_SAMPLES
|
|
|
@d1745619
|
13 years |
justin.ruggles |
adx: check for unsupported ADX formats
|
|
|
@99423853
|
13 years |
justin.ruggles |
adx: simplify encoding by using put_sbits()
|
|
|
@b237248e
|
13 years |
justin.ruggles |
adx: calculate correct LPC coeffs
Instead of using fixed …
|
|
|
@954d94dd
|
13 years |
justin.ruggles |
adx: use 12-bit coefficients instead of 14-bit to avoid integer overflow
|
|
|
@c52ddc60
|
13 years |
justin.ruggles |
adx: simplify adx_decode() by using get_sbits() to read residual samples
|
|
|
@ca9e4727
|
13 years |
justin.ruggles |
adx: fix the data offset parsing in adx_decode_header()
first 2 bytes …
|
|
|
@837bbd19
|
13 years |
justin.ruggles |
adx: remove unneeded post-decode channel interleaving
instead …
|
|
|
@e2d1eace
|
13 years |
justin.ruggles |
adx: validate header values
|
|
|
@8db67610
|
13 years |
justin.ruggles |
adx: cosmetics: general pretty-printing and comment clean-up
|
|
|
@fbc79a91
|
13 years |
justin.ruggles |
adx: remove useless comments
|
|
|
@e0722d7f
|
13 years |
justin.ruggles |
adx: change short to int16_t
|
|
|
@dd1b9f7c
|
13 years |
justin.ruggles |
adx: rename struct PREV to ADXChannelState
|
|
|
@3a83b246
|
13 years |
mans |
dnxhdenc: fix signed overflows
Signed-off-by: Mans Rullgard …
|
|
|
@b6ae0866
|
13 years |
mans |
dv: simplify bitstream splicing in dv_decode_ac()
This is simpler and …
|
|
|
@b02aa3a8
|
13 years |
mans |
s3tc: fix shift overflow by using unsigned constant
Signed-off-by: …
|
|
|
@f7f892e4
|
13 years |
mans |
svq1enc: fix signed multiplication overflow
This multiplication can …
|
|
|
@e4faa31a
|
13 years |
mans |
svq1dec: use sign_extend()
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@171ec81
|
13 years |
mans |
rv34: fix signed multiplication overflow
Multiply by unsigned …
|
|
|
@e524eadb
|
13 years |
rsbultje |
[PATCH] Fix crash when initializing multi-threaded decoding for …
|
|
|
@c1ae524
|
13 years |
Clément Bœsch |
avfilter: fix AVFilterPad video only comment.
|
|
|
@1b84e062
|
13 years |
michaelni |
lavfi-showfiltfmts.c: fix handling of null names
Signed-off-by: …
|
|
|
@61c2cec9
|
13 years |
michaelni |
pthreads: fix segfault due to the thread beimg killed before it has …
|
|
|
@cb8db642
|
13 years |
michaelni |
aacdec: Fix Sound fragments after seeking
Fixes Ticket420
…
|
|
|
@8f37c8f0
|
13 years |
michaelni |
opt_pix_fmts: try to fix segfault on open solaris
Signed-off-by: …
|
|
|
@3d1af11d
|
13 years |
mans |
sol: use AV_RL32 instead of raw pointer cast
Signed-off-by: Mans …
|
|
|
@b7581b5c
|
13 years |
mans |
cook: use a table for xor key rotation
This is simpler and avoids an …
|
|
|
@644bff6c
|
13 years |
mans |
apedec: fix signed integer overflows
This bit manipulation is …
|
|
|
@93c286e5
|
13 years |
mans |
qtrle: simplify 32-bit decode using intreadwrite macros
…
|
|
|
@3bd1162a
|
13 years |
mans |
gif: fix invalid signed shifts
Signed-off-by: Mans Rullgard …
|
|
|
@28338bc2
|
13 years |
stefasab |
lavfi: add libass based subtitles renderer
|
|
|
@7fb55e0b
|
13 years |
anton |
rtjpeg: simplify get_block() by using get_bits_left.
Signed-off-by: …
|
|
|
@7a62ddb6
|
13 years |
anton |
rtjpeg: check get_block return value for error.
This avoids crashes …
|
|
|
@f6afacd
|
13 years |
anton |
nuv: check per-frame header for validity.
Since it contains …
|
|
|
@785baa73
|
13 years |
anton |
nuv: use FFALIGN.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
|
|
@1484b5de
|
13 years |
anton |
flicvideo: check extradata_size before accessing extradata.
…
|
|
|
@5ace144f
|
13 years |
anton |
fraps: check for overread.
Signed-off-by: Anton Khirnov …
|
|
|
@51f316a9
|
13 years |
anton |
cook: fix apparent typo in extradata parsing
Signed-off-by: Anton …
|
|
|
@488eec10
|
13 years |
anton |
lavc: update doxy to use nondeprecated API.
|
|
|
@31a1342e
|
13 years |
michaelni |
swscale: remove duplicate code from yesterdays merge.
Signed-off-by: …
|
|
|
@022f8d27
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@a11eeb92
|
13 years |
stefasab |
configure: sort entries
|
|
|
@fc75e6f
|
13 years |
michaelni |
vc1dec: fix scantable for advanced P frames
Fixes: vc1 file from …
|
|
|
@a3b3562b
|
13 years |
michaelni |
vc1dec: fix 10l typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@9e794d10
|
13 years |
michaelni |
vc1dec: drop damaged B frames
Fixes: vc1_error_spilt.avi of Ticket606
…
|
|
|
@7d52f46d
|
13 years |
michaelni |
vc1dec: fix used ER flags in vc1_decode_b_blocks()
Signed-off-by: …
|
|
|
@f32dfad9
|
13 years |
martin |
swscale: Readd #define _SVID_SOURCE
This was removed erroneously in …
|
|
|
@1afe49b0
|
13 years |
michaelni |
indeo3: out of array read checks for decode_plane()
Fixes: …
|
|
|
@e9e642cb
|
13 years |
michaelni |
indeo3: Check remaining bits in parse_bintree()
Signed-off-by: …
|
|
|
@a7cfef2
|
13 years |
michaelni |
H264: Check if more RBSP data in PPS provided by current profile due …
|
|
|
@019dd236
|
13 years |
mans |
Fix av_get_channel_layout_string() for positions >31
A value shifted …
|
|
|
@e1d48786
|
13 years |
michaelni |
ffmpeg: Warn if output file is empty
Signed-off-by: Michael …
|
|
|
@be1e8725
|
13 years |
martin |
configure: Store vda lib flags in extralibs instead of ldflags
This …
|
|
|
@12d27653
|
13 years |
michaelni |
RELEASE: We're now at 0.8.7.git
Signed-off-by: Michael Niedermayer …
|
|
|
@cc276c85
|
13 years |
mans |
Make channel layout masks unsigned
It makes more sense for a bit mask …
|
|
|
@00a856e3
|
13 years |
mans |
dca: ARMv6 optimised decode_blockcode()
This is a hand-tuned version …
|
|
|
@65f24858
|
13 years |
stefasab |
ffprobe: always print int values with print_val()
In particular, make …
|
|
|
@035af998
|
13 years |
lu_zero |
nullenc: drop AVFMT_RAWPICTURE from the flags
This makes the two pass …
|
|
|
@117e2a30
|
13 years |
janne-libav |
frame-mt: return consumed packet size in ff_thread_decode_frame
This …
|
|
|
@d14d4d98
|
13 years |
janne-libav |
aacdec: add more fate tests covering SBR and PS
Add all seven test …
|
|
|
@6d16a96a
|
13 years |
michaelni |
vf_boxblur: fix memleak
As the filter uses the default start frame, …
|
|
|
@92afb43
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
snow: …
|
|
|
@6b34fbba
|
13 years |
mans |
MK(BE)TAG: avoid undefined shifts
Casting the left-most byte to …
|
|
|
@3880b454
|
13 years |
Carl Eugen Hoyos |
Do not claim that every unknown rm stream is a video stream.
Also …
|
|
|
@e421b79d
|
13 years |
michaelni |
indeo3: fix null pointer dereference in vulnerable.mov
Signed-off-by: …
|
|
|
@eb511ef
|
13 years |
michaelni |
yuv pixel formats support in openjpeg decoder + 10bit support
…
|
|
|
@0a4f0211
|
13 years |
Carl Eugen Hoyos |
Add option -n to exit if output file exists.
|
|
|
@7f1b4270
|
13 years |
lu_zero |
snow: split snow in snowdec and snowenc
The common non inlined code …
|
|
|
@8b7412fe
|
13 years |
anton |
tiffenc: deprecate using compression_level
|
|
|
@f7f18352
|
13 years |
rsbultje |
swscale: fix failing fate tests.
isGray() is left as a FIXME for later.
|
|
|
@185655c6
|
13 years |
rsbultje |
swscale: add support for planar RGB input.
|
|
|
@db431f7e
|
13 years |
rsbultje |
h264: add support for decoding planar RGB images.
|
|
|
@6b0768e2
|
13 years |
rsbultje |
Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].
|
|
|
@bd97b2e1
|
13 years |
rsbultje |
pixfmt: add planar RGB formats.
|
|
|
@0232f788
|
13 years |
Clément Bœsch |
swr: fix invalid sample format message.
If the sample format is …
|
|
|
@58205edc
|
13 years |
Clément Bœsch |
swr: use native planar sample formats.
|
|
|
@573ffbb3
|
13 years |
Clément Bœsch |
lavu: add av_get_alt_sample_fmt().
|
|
|
@afb0470a
|
13 years |
Clément Bœsch |
swr: fix test program.
The number of used channels need to be reset …
|
|
|
@2bf0982
|
13 years |
michaelni |
loco: Fix error handling.
Fixes null pointer dereference / …
|
|
|
@58030fc6
|
13 years |
michaelni |
avio: Fix handling of filenames that contain :
Signed-off-by: Michael …
|
|
|
@32ed7da
|
13 years |
michaelni |
Fix adts format creation in aac+ encoder modified: …
|
|
|