|
|
|
@66c4d544
|
12 years |
michaelni |
jpeg2000dec: Propagate error code from get_cox() correctly
Without …
|
|
|
@6e9bfc19
|
12 years |
michaelni |
jpeg2000: check that nreslevels2decode has been initialized before use …
|
|
|
@16f3102
|
12 years |
michaelni |
avformat/img2dec: timestamps are 64bit
Signed-off-by: Michael …
|
|
|
@fbc472da
|
12 years |
michaelni |
avutil/mem: simplify av_reallocp_array() by using av_realloc_f()
…
|
|
|
@21bf0d6f
|
12 years |
michaelni |
avformat/network: remove unused variable
Signed-off-by: Michael …
|
|
|
@856e7dbb
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
apetag: …
|
|
|
@4abd5a43
|
12 years |
michaelni |
Merge commit '274e134e49b1c92db0f0b8cb2ae7554fb7b9184c'
* commit …
|
|
|
@2280b539
|
12 years |
michaelni |
Merge commit '8b7dffc2d6c6c19f8e0a1fedcd0e95dce7a273ff'
* commit …
|
|
|
@82070b01
|
12 years |
michaelni |
Merge commit '9835abb6d63fb07613994ae90e72fef758149408'
* commit …
|
|
|
@606e8baf
|
12 years |
michaelni |
Merge commit '7c020e1ad37d27c9d5db4d714401f09c80e3cc44'
* commit …
|
|
|
@28ce9c0b
|
12 years |
michaelni |
Merge commit 'ab1189766a82a95f108005463cde75f73fcc0ae5'
* commit …
|
|
|
@30b491f1
|
12 years |
michaelni |
Merge commit '3b4feac1ec14f861bdd7f494f288f4d8dd7f449e'
* commit …
|
|
|
@ea038b99
|
12 years |
onemda |
doc/encoders: add documentation for libtwolame
|
|
|
@3289670
|
12 years |
michaelni |
swr: dont treat 32 and 24 as equal in simple copy check
Fixes …
|
|
|
@6bc4e36b
|
12 years |
michaelni |
swr: set scale for 32->32/24 dither
Signed-off-by: Michael …
|
|
|
@449558d3
|
12 years |
stefasab |
lavfi/mp: remove mp=sab
The filter was ported to a native libavfilter …
|
|
|
@841df7bf
|
12 years |
stefasab |
lavfi: port sab filter from libmpcodecs
|
|
|
@08041711
|
12 years |
onemda |
swresample: set flags & description and add documentation for …
|
|
|
@495bf1b6
|
12 years |
michaelni |
swr: Fix dithering of s16 with SIMD
Signed-off-by: Michael …
|
|
|
@4cfc9208
|
12 years |
michaelni |
swr: add native_simd_one
Signed-off-by: Michael Niedermayer …
|
|
|
@e3e398b8
|
12 years |
onemda |
doc/general: update after e4e4add0e3ba7
Signed-off-by: Paul B Mahol …
|
|
|
@3b58ab4c
|
12 years |
michaelni |
pngdec: dont treat mpng like png with key and non keyframes
Fixes …
|
|
|
@3b491c5a
|
12 years |
Carl Eugen Hoyos |
Use av_log() instead of fprintf() in ffplay.
Fixes ticket #2630.
…
|
|
|
@f5d5bc34
|
12 years |
onemda |
tak: simplify ff_tak_check_crc()
Signed-off-by: Paul B Mahol …
|
|
|
@e816aaac
|
12 years |
anton |
apetag: use int64_t for filesize
CC: libav-stable@libav.org
|
|
|
@274e134e
|
12 years |
anton |
avconv: check that the output format context exists before accessing …
|
|
|
@8b7dffc2
|
12 years |
anton |
lavfi doxy: improve/extend AVFilter doxy.
|
|
|
@b84de51f
|
12 years |
michaelni |
swresample/rematrix: add S32 mixing code
Needed for dithering S32
…
|
|
|
@f3c638ea
|
12 years |
michaelni |
wresample/rematrix_template: fix internal types
Should make no …
|
|
|
@9835abb6
|
12 years |
lu_zero |
network: uniform ff_listen_bind and ff_listen_connect
Document the …
|
|
|
@7c020e1a
|
12 years |
martin |
movenc: Grow the frag_info array in chunks
Previously it was grown …
|
|
|
@ab118976
|
12 years |
martin |
movenc: Increase the cluster array allocation by doubling
The …
|
|
|
@3b4feac1
|
12 years |
martin |
movenc: Keep track of the allocated size for the cluster array
When …
|
|
|
@fc962d4e
|
12 years |
martin |
mem: Add av_realloc_array and av_reallocp_array
These help avoiding …
|
|
|
@372e0079
|
12 years |
michaelni |
Merge remote-tracking branch 'lukaszmluki/master'
* …
|
|
|
@2192f893
|
12 years |
michaelni |
ffserver: fix null pointer dereference
Fixes CID732208
Signed-off-by: …
|
|
|
@7faafe60
|
12 years |
lukasz.m.luki |
ftp: fix using uninitialized value
Fix coverity issue CID 1026777
…
|
|
|
@fca435fe
|
12 years |
michaelni |
vc1dec: Disable dead code
Fixes CID732197/6
A assert is added to …
|
|
|
@d19d679e
|
12 years |
onemda |
lavf/aacdec: add support for reading ape tags
Closes #2634.
…
|
|
|
@55121f3f
|
12 years |
onemda |
tta: add support for reading ape tags
Signed-off-by: Paul B Mahol …
|
|
|
@0e84ba74
|
12 years |
onemda |
tta: return meaningful error codrs
Signed-off-by: Paul B Mahol …
|
|
|
@b4d4ef55
|
12 years |
onemda |
flacdec: use init_get_bits8()
Signed-off-by: Paul B Mahol …
|
|
|
@e4bf3a97
|
12 years |
michaelni |
Merge branch 'master' of https://github.com/upsuper/ffmpeg-vdadec
* …
|
|
|
@c8faa474
|
12 years |
michaelni |
avformat/network: check the return value from setsockopt()
Fixes: …
|
|
|
@2fe4b621
|
12 years |
michaelni |
matroskadec: fix memleak of pkt_data
Fixes: CID1026767
Signed-off-by: …
|
|
|
@0722b4d0
|
12 years |
michaelni |
matroskadec: favor av_freep()
av_freep() is safer as it zeros the …
|
|
|
@43487bc5
|
12 years |
michaelni |
avfilter/vf_mcdeint: free frame on error
Fixes CID1026766 …
|
|
|
@3ed56b3b
|
12 years |
michaelni |
avfilter/process_options: fix memleak
Fixes CID1026765
Signed-off-by: …
|
|
|
@7e7d0909
|
12 years |
michaelni |
avfilter/af_astats: rename stat()
See CID1026741
Signed-off-by: …
|
|
|
@bbae6521
|
12 years |
michaelni |
tiff: fix memleak
Fixes CID1026764
Signed-off-by: Michael Niedermayer …
|
|
|
@bbf43c70
|
12 years |
michaelni |
jpeg2000dec: assert that curtileno is valid when used
Fixes …
|
|
|
@234f76ae
|
12 years |
michaelni |
jpeg2000: Fix unintended sign extension in malloc arguments of prec
…
|
|
|
@d8c1032
|
12 years |
michaelni |
jpeg2000: Fix Unintended sign extension in malloc arguments of cblk.
…
|
|
|
@6952e2f8
|
12 years |
michaelni |
h264_ps: fix memleak in ff_h264_decode_picture_parameter_set()
Fixes: …
|
|
|
@7e99d528
|
12 years |
michaelni |
ffv1enc: Check return value of av_frame_ref()
Fixes CID1026740 …
|
|
|
@8a266aaa
|
12 years |
michaelni |
avcodec/jpeg2000dwt: merge rescaling with interleave in 9/7 int IDWT
…
|
|
|
@96b71a6e
|
12 years |
michaelni |
avcodec/jpeg2000dwt: merge rescaling with interleave in 9/7 float IDWT …
|
|
|
@6507d86f
|
12 years |
michaelni |
jpeg2000dec; optimize output sample convert a bit
67935 -> 29984 …
|
|
|
@3da71111
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
movenc: …
|
|
|
@e5cdf9c0
|
12 years |
michaelni |
Merge commit '2d66a58ccde05e764594bd7e5f0f9244634d0b2c'
* commit …
|
|
|
@5c43f3dd
|
12 years |
michaelni |
Merge commit '31980b6abdd8ffb6953472a7a6b59f3aa5762c31'
* commit …
|
|
|
@c3660c36
|
12 years |
michaelni |
Merge commit '0aed0bfc62b273a780a2bfba3be56039fccd7423'
* commit …
|
|
|
@45a73d2b
|
12 years |
michaelni |
Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a'
* commit …
|
|
|
@7cb5467a
|
12 years |
michaelni |
Merge commit '46ce9ded96ffcb798b03da894cdb5fdac376a6ee'
* commit …
|
|
|
@9683e37
|
12 years |
martin |
movenc: Change the track struct name to match the typedef
This makes …
|
|
|
@2d66a58c
|
12 years |
kostya.shishkov |
Go2Webinar decoder
|
|
|
@2976e2a1
|
12 years |
michaelni |
Merge remote-tracking branch 'cigaes/master'
* cigaes/master:
…
|
|
|
@d2021f74
|
12 years |
onemda |
jpeg2000dec: remove redundant error log message
Signed-off-by: Paul B …
|
|
|
@a44d39ae
|
12 years |
onemda |
wavpack: remove redundant error log message
Signed-off-by: Paul B …
|
|
|
@0f740fea
|
12 years |
onemda |
tta: use interger instead of pointer to iterate output samples for …
|
|
|
@e2f89f78
|
12 years |
onemda |
tta: move GetBitContext out of private context
Signed-off-by: Paul B …
|
|
|
@50a4d076
|
12 years |
nicolas.george |
lavfi/trim: mark link closed on EOF.
Fix trac ticket #2620.
|
|
|
@fc82f4a1
|
12 years |
nicolas.george |
ffmpeg: ignore EOF when pushing frames to filters.
EOF is not a fatal …
|
|
|
@582f36ca
|
12 years |
michaelni |
tools/qt-faststart: Fix unintended sign extension of current_offset
…
|
|
|
@69ce34c7
|
12 years |
michaelni |
tools/qt-faststart: Fix unintended sign extension of atom_size
Fixes …
|
|
|
@c1075d6a
|
12 years |
michaelni |
tools/ffhash: close file handle on error
Fixes CID1026768
…
|
|
|
@de488525
|
12 years |
michaelni |
tools/ffeval: Check return value of av_expr_parse_and_eval()
Fixes …
|
|
|
@31980b6a
|
12 years |
kostya.shishkov |
vmd: decode videos with no LZ buffer size provided - they might not …
|
|
|
@0aed0bfc
|
12 years |
kostya.shishkov |
vmd: fix mode 3 decoding
|
|
|
@636c2dd4
|
12 years |
michaelni |
avutil/sha: reorder Maj arguments
about 1% speedup
Signed-off-by: …
|
|
|
@c011ceef
|
12 years |
diego |
swscale: ppc: Remove commented-out define cruft
|
|
|
@9f84ed8c
|
12 years |
diego |
nsvdec: Remove commented-out debug cruft
|
|
|
@f0ce1d99
|
12 years |
diego |
cpu: Restructure code to avoid pointless ret variable indirection
…
|
|
|
@46ce9ded
|
12 years |
diego |
tiff: K&R formatting cosmetics
|
|
|
@514cb9bb
|
12 years |
onemda |
tta encoder
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@2e67dde9
|
12 years |
onemda |
tta: move code that will be shared with encoder to separate file
…
|
|
|
@a4b5863e
|
12 years |
Carl Eugen Hoyos |
Fix compilation of libavcodec/tiff.c
|
|
|
@379ad978
|
12 years |
onemda |
tiff: planar rgb
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@09d6beee
|
12 years |
michaelni |
avutil/sha512: Reshuffle Maj() operands
This reduces dependancy …
|
|
|
@682b2273
|
12 years |
michaelni |
lavu: Add SHA-2 512 hashing
Signed-off-by: James Almer …
|
|
|
@a4037066
|
12 years |
michaelni |
use Kostyas full name in copyrights
This fixes 2 files that where not …
|
|
|
@54ddbb47
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@4d4f5911
|
12 years |
michaelni |
Merge commit '28306e6d620c109ddd672f7243adfbc2bbb3b18f'
* commit …
|
|
|
@5711e4fd
|
12 years |
michaelni |
fate: use TARGET_SAMPLES in mcdeint tests
Signed-off-by: Michael …
|
|
|
@58b36959
|
12 years |
onemda |
tta: use get_unary()
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@c28aafe6
|
12 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@ec34963
|
12 years |
stefasab |
lavfi/mp: drop mcdeint wrapper
It was ported to a native libavfilter …
|
|
|
@5fa252b2
|
12 years |
stefasab |
tests: add mcdeint tests
|
|
|
@e89182fc
|
12 years |
stefasab |
lavfi: port mcdeint filter from libmpcodecs
|
|
|
@3a2b9911
|
12 years |
stefasab |
lavfi/mp/mcdeint: avoid uninited data read
Do not read padding or …
|
|
|