|
|
|
@b4ca1b15
|
12 years |
michaelni |
Merge commit 'bc4620e5d61a4dd9a1f654fadd281a172aab04be'
* commit …
|
|
|
@d6c342fd
|
12 years |
michaelni |
Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'
* commit …
|
|
|
@d197bd4f
|
12 years |
michaelni |
Merge commit '930c9d4373e0f3cb7c64fcfc129127a309f6d066'
* commit …
|
|
|
@3b0bb321
|
12 years |
michaelni |
Merge commit 'f6c38c5f4ed6683a6a61db2ed418a68bbe5f5507'
* commit …
|
|
|
@3cc02527
|
12 years |
michaelni |
vp8dec: reset loopfilter delta values at keyframes
while testing a …
|
|
|
@6254ffe0
|
12 years |
Carl Eugen Hoyos |
Allow autodetection of some dnxhd files that can be decoded correctly. …
|
|
|
@e8b50385
|
12 years |
onemda |
fate: update pcx reference
It changed because encoder now writes 0/1 …
|
|
|
@79133fd0
|
12 years |
onemda |
pcxenc: store sample aspect ratio
Signed-off-by: Paul B Mahol …
|
|
|
@f2f711cd
|
12 years |
onemda |
pcx: read sample aspect ratio
Signed-off-by: Paul B Mahol …
|
|
|
@92b3d8bc
|
12 years |
onemda |
bethsoftvideo: return meaningfull error codes
Signed-off-by: Paul B …
|
|
|
@efb0e4e7
|
12 years |
onemda |
truemotion2: use more meaningful return codes
Signed-off-by: Paul B …
|
|
|
@ff814c7
|
12 years |
michaelni |
ffserver: fix return value of add_codec()
Signed-off-by: Michael …
|
|
|
@8dc89944
|
12 years |
michaelni |
jpegls: increase run_index to 4
Fixes part of CID717913 …
|
|
|
@4acfe3d1
|
12 years |
michaelni |
jpegls: fix off limit
Fixes part of CID717913
Signed-off-by: Michael …
|
|
|
@9f9307ff
|
12 years |
michaelni |
rv30_decode_intra_types: make check tighter
This makes no differnce …
|
|
|
@3f01042
|
12 years |
michaelni |
ff_celp_lp_synthesis_filterf: change loop end check
This makes no …
|
|
|
@3f350a48
|
12 years |
michaelni |
ff_celp_lp_synthesis_filterf: check that filter_length is within the …
|
|
|
@f657d495
|
12 years |
michaelni |
rtpdec_qdm2: change one assert to av_assert0
Failure of this assert …
|
|
|
@e47024d7
|
12 years |
michaelni |
wtvdec: fix memleak on error
Fixes CID718002
Signed-off-by: Michael …
|
|
|
@120b38b9
|
12 years |
michaelni |
avio: redesign ffio_rewind_with_probe_data()
This prevents a double …
|
|
|
@54b2d317
|
12 years |
michaelni |
ffv1: avoid checking a double for equality
if 0.0 != 0.0 a out of …
|
|
|
@d2a618ab
|
12 years |
michaelni |
af_pan: fix memleak of arg
Fixes CID718988
Signed-off-by: Michael …
|
|
|
@f374e998
|
12 years |
michaelni |
vf_fade: fix memleaks of args
Fixes: CID718989
Signed-off-by: Michael …
|
|
|
@0f46825d
|
12 years |
michaelni |
ffserver: prevent nb_streams from becoming too large
Fixes CID732249
…
|
|
|
@c2340831
|
12 years |
michaelni |
aacsbr: change order of operation to prevent out of array read
Fixes …
|
|
|
@24778c32
|
12 years |
michaelni |
Fix writing 12 bit DPX
The DPX encoder now writes 12 DPX that open …
|
|
|
@05b73154
|
12 years |
michaelni |
Fix DPX decoder
Rewrite the DPX decoder to work with provided sample …
|
|
|
@cdfa9264
|
12 years |
Clément Bœsch |
lavf/swf: transform the swf tags define in an enum.
|
|
|
@a1d2210
|
12 years |
Clément Bœsch |
lavf/swf: re-align after previous commit.
|
|
|
@91fad50
|
12 years |
Clément Bœsch |
lavf/swf: define more tags.
Based on swf specs v10, page 271-273.
|
|
|
@cd78192d
|
12 years |
Clément Bœsch |
lavf/swfdec: return more meaningful error codes.
|
|
|
@5e885275
|
12 years |
michaelni |
mpeg4videodec: disable frame multithreading for GMC, its not …
|
|
|
@0c40220b
|
12 years |
Clément Bœsch |
lavf/swfdec: fix flushing with compressed swf.
We now only return in …
|
|
|
@bc4620e
|
12 years |
diego |
Remove libmpeg2 #define remnants
|
|
|
@c1ef30a6
|
12 years |
diego |
De-doxygenize some top-level files
|
|
|
@d5c62122
|
12 years |
diego |
Move av_reverse table to libavcodec
It is only used in that library.
|
|
|
@930c9d43
|
12 years |
diego |
avutil: Duplicate ff_log2_tab instead of sharing it across libs
The …
|
|
|
@b8d64559
|
12 years |
michaelni |
movenc: fix timescale for timecode track
regression since b02493e476
…
|
|
|
@f6c38c5f
|
12 years |
diego |
avfilter: call x86 init functions under if (ARCH_X86), not if (HAVE_MMX)
|
|
|
@8684e396
|
12 years |
michaelni |
add dshow maintainer
Signed-off-by: rogerdpack …
|
|
|
@3a48e38
|
12 years |
michaelni |
motion_est: more complete SAB diamond size check
This makes no …
|
|
|
@6f557a2e
|
12 years |
michaelni |
caca: fix 10l typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@a291345
|
12 years |
onemda |
sws: do not use av_pix_fmt_descriptors directly
Signed-off-by: Paul B …
|
|
|
@82eba226
|
12 years |
onemda |
lavd: do not use av_pix_fmt_descriptors directly
Signed-off-by: Paul …
|
|
|
@0d002de4
|
12 years |
michaelni |
exr: fix twin ;
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@e3301459
|
12 years |
michaelni |
avidec: Use sample size in case incorrect timestamps for aac in AVI …
|
|
|
@77e6b085
|
12 years |
onemda |
imgutils: do not use av_pix_fmt_descriptors directly
Signed-off-by: …
|
|
|
@a41c824c
|
12 years |
michaelni |
Parse DEFINESOUND tags in swf (fix ticket 1638)
Signed-off-by: …
|
|
|
@a51540d8
|
12 years |
onemda |
lavc: do not use av_pix_fmt_descriptors directly
Signed-off-by: Paul …
|
|
|
@27ccc82e
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@5a2cb782
|
12 years |
martin |
rtspdec: Set the default port for listen mode, if none is specified
…
|
|
|
@c80b59f6
|
12 years |
martin |
tscc2: Fix an out of array access
Signed-off-by: Martin Storsjö …
|
|
|
@2f1b2ff9
|
12 years |
martin |
rtmpproto: Fix an out of array write
Signed-off-by: Martin Storsjö …
|
|
|
@eae35ead
|
12 years |
martin |
rtspdec: Fix use of uninitialized byte
ffurl_read_complete can return …
|
|
|
@13afee95
|
12 years |
michaelni |
Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'
* commit …
|
|
|
@af7dd79a
|
12 years |
michaelni |
Merge commit '50ba57e0ce63d9904269ea0728936a0c79f8bfb5'
* commit …
|
|
|
@3d179edf
|
12 years |
onemda |
yop: check return value of avformat_new_stream()
Fixes null pointer …
|
|
|
@0bf511d5
|
12 years |
rsbultje |
vp8: reset loopfilter delta values at keyframes.
Signed-off-by: …
|
|
|
@a9bd51b1
|
12 years |
michaelni |
Merge commit '9953ff3cd844eb5f6d8dfce98cad94b78a0fc7dc'
* commit …
|
|
|
@a33ed6bc
|
12 years |
michaelni |
Merge commit 'b7f1010c8fce09096057528f7cd29589ea1ae7df'
* commit …
|
|
|
@6d5600e8
|
12 years |
lu_zero |
avutil: add yuva422p and yuva444p formats
|
|
|
@f391e405
|
12 years |
michaelni |
Merge commit 'e002e3291e6dc7953f843abf56fc14f08f238b21'
* commit …
|
|
|
@d6135a88
|
12 years |
michaelni |
Merge commit '15ba7f6525c0f56f0c8e3e3e0c0c5129de054f41'
* commit …
|
|
|
@e335658
|
12 years |
michaelni |
Merge commit '9734b8ba56d05e970c353dfd5baafa43fdb08024'
* commit …
|
|
|
@43cce412
|
12 years |
michaelni |
Merge commit '0a75d1da23b8659ec49391469bb592da12760077'
* commit …
|
|
|
@caa7e24e
|
12 years |
onemda |
truemotion2: remove unreachable code
Fixes CID610345.
Signed-off-by: …
|
|
|
@22c8cbc0
|
12 years |
anton |
lavu,lavd: do not use av_pix_fmt_descriptors directly.
|
|
|
@59ee9f78
|
12 years |
anton |
lavfi: do not use av_pix_fmt_descriptors directly.
|
|
|
@50ba57e0
|
12 years |
anton |
lavc: do not use av_pix_fmt_descriptors directly.
|
|
|
@9953ff3c
|
12 years |
anton |
mpegvideo: fix indentation
|
|
|
@b7f1010c
|
12 years |
anton |
tools: do not use av_pix_fmt_descriptors directly.
|
|
|
@0a7068fa
|
12 years |
anton |
sws: do not use av_pix_fmt_descriptors directly.
|
|
|
@d2fcb356
|
12 years |
anton |
pixdesc: add functions for accessing pixel format descriptors.
Make …
|
|
|
@4dcf71a
|
12 years |
onemda |
takdec: stop decoding in case of unknown bps
Signed-off-by: Paul B …
|
|
|
@56519d7d
|
12 years |
onemda |
takdec: s/bits_per_coded_sample/bits_per_raw_sample
…
|
|
|
@62722ae
|
12 years |
michaelni |
nellymoserenc: fix array element ordering
Fixes assertion failures in …
|
|
|
@fdd6660
|
12 years |
mans |
build: add support for Tru64 (OSF/1)
Signed-off-by: Mans Rullgard …
|
|
|
@927d866
|
12 years |
michaelni |
tscc2: fix out of array access
Fixes CID732260
Signed-off-by: Michael …
|
|
|
@5a75924d
|
12 years |
michaelni |
rtmpproto: fix out of array write
Fixes CID732263
Signed-off-by: …
|
|
|
@e576105
|
12 years |
michaelni |
motion-test: zero dsp context
Signed-off-by: Michael Niedermayer …
|
|
|
@5e689b65
|
12 years |
michaelni |
dv: zero dsp before init, this fixes use of uninitialized dct_bits
…
|
|
|
@e0909ff1
|
12 years |
michaelni |
lavc: Fix use of uninitialized field.
Fixes CID732297
Signed-off-by: …
|
|
|
@0c6b9b9f
|
12 years |
michaelni |
rtspdec:read_line: fix use of uninitialized byte
Fixes CID732301 …
|
|
|
@1b5069a
|
12 years |
michaelni |
sanm: fix off by 1 error in draw_glyph()
This fix changes nothing as …
|
|
|
@59cbedfc
|
12 years |
michaelni |
update_initial_timestamps: increase pts_buffer size
Fixes CID733786 …
|
|
|
@da18e918
|
12 years |
martin |
md5: Allocate a normal private context for the opaque md5 context …
|
|
|
@e002e329
|
12 years |
martin |
Use the new aes/md5/sha/tree allocation functions
Signed-off-by: …
|
|
|
@9a92aea2
|
12 years |
martin |
avutil: Add functions for allocating opaque contexts for algorithms
…
|
|
|
@3632f35
|
12 years |
onemda |
bethsoftvid: check return value of av_packet_new_side_data()
Fixes …
|
|
|
@fb32f31a
|
12 years |
mans |
svq3: fix pointer type warning
Fixes:
libavcodec/svq3.c:661:9: …
|
|
|
@366b72f1
|
12 years |
mans |
svq3: replace unsafe pointer casting with intreadwrite macros
…
|
|
|
@313b40ef
|
12 years |
onemda |
bmp: unbreak non BMP_RGB compression for v4 and v5
Fixes CID733728 & …
|
|
|
@15ba7f65
|
12 years |
mans |
parseutils: fix const removal warning
The const qualifier is still …
|
|
|
@68e360a8
|
12 years |
mans |
parseutils-test: various cleanups
- make tables static const
- remove …
|
|
|
@9ad1ea13
|
12 years |
Clément Bœsch |
lavfi/ebur128: fix typo in condition.
Fixes CID733727.
|
|
|
@e578f8f4
|
12 years |
janne-libav |
prepare 9_beta1 release
|
|
|
@9734b8ba
|
12 years |
diego |
Move avutil tables only used in libavcodec to libavcodec.
|
|
|
@26474d10
|
12 years |
michaelni |
random_seed: fix digest size
Signed-off-by: Michael Niedermayer …
|
|
|
@7fe55485
|
12 years |
michaelni |
random_seed: fix out of array read
Fixes CID733787
Signed-off-by: …
|
|
|
@0a75d1da
|
12 years |
diego |
options_table: refs option is not snow-only
|
|
|