|
|
|
@045c5283
|
13 years |
michaelni |
cdg: set timestamps
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@d69fda91
|
13 years |
michaelni |
lavf: check stream_index from read_packet() for validity.
…
|
|
|
@f36ce75e
|
13 years |
michaelni |
pcm: Print number of bits in the error message of unsupported DVD PCM …
|
|
|
@be5ac961
|
13 years |
michaelni |
examples/encoding: rename to decoding_encoding.c as the file is an …
|
|
|
@f8e98061
|
13 years |
michaelni |
examples/encoding: List more formats to make it more clear to the …
|
|
|
@fc119278
|
13 years |
michaelni |
mem: fix memalign hack av_realloc()
Signed-off-by: Michael …
|
|
|
@96bc648
|
13 years |
michaelni |
arm: fix av_clipl_int32() asm
Note, the other arm asm code is likely …
|
|
|
@34736399
|
13 years |
Clément Bœsch |
ffmpeg: fix two stream related comments.
|
|
|
@51740329
|
13 years |
michaelni |
g723.1: use memmove() where overlapping src and dst can happen.
…
|
|
|
@7b5c0306
|
13 years |
michaelni |
vc1: enable interlaced p fields again, they seem no longer to crash …
|
|
|
@4509be3d
|
13 years |
michaelni |
vc1: reset interlaced variables, prevent another bunch of crashes.
…
|
|
|
@d5571522
|
13 years |
Clément Bœsch |
eval: document recently added random(), hypot(), gcd().
|
|
|
@1e4d6035
|
13 years |
michaelni |
vc1: disable parts of the interlaced code due to security issues.
…
|
|
|
@41f55277
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (34 …
|
|
|
@fbb8468f
|
13 years |
stefasab |
ffprobe: prefer lowercase section names over uppercase ones
This is …
|
|
|
@4c7a232f
|
13 years |
janne-libav |
h264: reset h->ref_count in case of errors in …
|
|
|
@e8ac80fb
|
13 years |
janne-libav |
error_resilience: fix the check for missing references in …
|
|
|
@1b1182ce
|
13 years |
janne-libav |
4xm: prevent NULL dereference with invalid huffman table
…
|
|
|
@79964745
|
13 years |
janne-libav |
4xmdemux: prevent use of uninitialized memory
Signed-off-by: Janne …
|
|
|
@8d518a9c
|
13 years |
janne-libav |
4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffers
…
|
|
|
@dc64f20
|
13 years |
janne-libav |
ptx: check for out of bound reads
Signed-off-by: Janne Grunau …
|
|
|
@04a845ca
|
13 years |
janne-libav |
tiffdec: fix out of bound reads/writes
Signed-off-by: Janne Grunau …
|
|
|
@46cb2f6a
|
13 years |
janne-libav |
eacmv: check for out of bound reads
Signed-off-by: Janne Grunau …
|
|
|
@8df8a87e
|
13 years |
janne-libav |
eacmv: fix potential pointer arithmetic overflows
Signed-off-by: …
|
|
|
@c7f89064
|
13 years |
janne-libav |
adpcm: fix out of bound reads due to integer overflow
Signed-off-by: …
|
|
|
@2475f1a8
|
13 years |
janne-libav |
anm: prevent infinite loop
Signed-off-by: Janne Grunau …
|
|
|
@6de33611
|
13 years |
janne-libav |
avsdemux: check for out of bound writes
Signed-off-by: Janne Grunau …
|
|
|
@de049a95
|
13 years |
janne-libav |
avs: check for out of bound reads
Signed-off-by: Janne Grunau …
|
|
|
@76c6971a
|
13 years |
janne-libav |
avsdemux: check for corrupted data
Signed-off-by: Janne Grunau …
|
|
|
@92e36ee5
|
13 years |
Clément Bœsch |
libmodplug: do not call av_expr_parse() in case of no expr specified.
|
|
|
@964465eb
|
13 years |
Clément Bœsch |
libmodplug: simpler and faster use of eval expr.
|
|
|
@7bb1807c
|
13 years |
anton |
AVOptions: refactor set_number/write_number
write_number() does the …
|
|
|
@cf10095f
|
13 years |
anton |
AVOptions: cosmetics, rename static av_set_number2() to write_number().
|
|
|
@b003d0be
|
13 years |
anton |
AVOptions: cosmetics, move and rename static av_set_number().
|
|
|
@c8d787d
|
13 years |
anton |
AVOptions: split av_set_string3 into opt type-specific functions
Also …
|
|
|
@1703013c
|
13 years |
mans |
avidec: fix signed overflow in avi_sync()
Keeping byte values read …
|
|
|
@0c46e958
|
13 years |
alex.converse |
mxfdec: Fix some buffer overreads caused by the misuse of AVPacket …
|
|
|
@11a32d53
|
13 years |
alex.converse |
dnxhddec: handle cid change in bitstream.
|
|
|
@109d8aa1
|
13 years |
diego |
vc1: K&R reformatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@d377deaa
|
13 years |
michaelni |
mxfdec: Move FooterPartition to MXFContext and make sure it's never …
|
|
|
@8f8f5ae9
|
13 years |
justin.ruggles |
ra288: log an error message when output buffer is too small.
also …
|
|
|
@fa6be04b
|
13 years |
justin.ruggles |
ra288: use a more descriptive calculation for output data size
|
|
|
@f10524d5
|
13 years |
justin.ruggles |
ra144: use macro constants to make the code more understandable.
|
|
|
@cadd4d33
|
13 years |
justin.ruggles |
ra144dec: log an error message when output buffer is too small.
also …
|
|
|
@80bdf7e
|
13 years |
justin.ruggles |
ra144dec: use a more descriptive calculation for output data size
|
|
|
@4b4a6ebd
|
13 years |
Reimar.Doeffinger |
Support playing SMV files.
Audio and video are interleaved via stream …
|
|
|
@86a77114
|
13 years |
michaelni |
libmodplug: add bintext video stream capability.
|
|
|
@ade3ec84
|
13 years |
Clément Bœsch |
swresample: fix another broken indent chunk.
Also use a consistent …
|
|
|
@b2f88ce2
|
13 years |
michaelni |
mpegts: reduce av_log level for seek back to begin on unseekable …
|
|
|
@51757ac7
|
13 years |
anton |
lavc: Micro version bump for VC1 interlaced decoding support
…
|
|
|
@cad16562
|
13 years |
anton |
vc1dec: interlaced stream decoding support 3/3
Cosmetics: break some …
|
|
|
@f0c02e1c
|
13 years |
anton |
vc1dec: interlaced stream decoding support 2/3
Cosmetics: reformat …
|
|
|
@d5b015e4
|
13 years |
anton |
vc1dec: interlaced stream decoding support 1/3
Signed-off-by: Anton …
|
|
|
@1fb30586
|
13 years |
michaelni |
mpegts: Attempt to seek back to beginning in non-seekable mpegts …
|
|
|
@53efb758
|
13 years |
diego |
vaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM correctly).
…
|
|
|
@c2ed91de
|
13 years |
diego |
configure: Add -Wstrict-prototypes to CFLAGS if available.
|
|
|
@2886f675
|
13 years |
janne-libav |
avidec: simplify size parameter in memset()
|
|
|
@3c8862a5
|
13 years |
Carl Eugen Hoyos |
Add G.723.1 to the documentation.
|
|
|
@0b3e0700
|
13 years |
Carl Eugen Hoyos |
Bump minor for G.723.1 encoder and muxer.
|
|
|
@9719f25e
|
13 years |
Clément Bœsch |
swresample: fix broken indent.
|
|
|
@0a23067a
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@028a79c1
|
13 years |
michaelni |
reg tests: add g723.1
Signed-off-by: Michael Niedermayer …
|
|
|
@ef64c45
|
13 years |
michaelni |
g723.1 encoder
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@19562b68
|
13 years |
michaelni |
g723.1 muxer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@581810f5
|
13 years |
mans |
mpeg4dec: use unsigned type for startcode in …
|
|
|
@aa498fef
|
13 years |
mans |
mpeg124: use sign_extend() function
Signed-off-by: Mans Rullgard …
|
|
|
@633ddb85
|
13 years |
mans |
ac3dec: use get_sbits() instead of manually sign-extending
…
|
|
|
@84dda407
|
13 years |
mans |
4xm: fix signed overflow
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@ba3f07d0
|
13 years |
mans |
wmavoice: fix a signed overflow
Signed-off-by: Mans Rullgard …
|
|
|
@05795f3
|
13 years |
mans |
mpegvideo_enc: fix a signed overflow
Signed-off-by: Mans Rullgard …
|
|
|
@059707ee
|
13 years |
Carl Eugen Hoyos |
Do not auto-detect Sorenson Spark in f4v.
Assuming codec_tag H263 for …
|
|
|
@7e75f061
|
13 years |
Carl Eugen Hoyos |
Be less verbose about continuity check errors.
|
|
|
@397d194e
|
13 years |
michaelni |
prores: check slice mb_y against mb_height
Signed-off-by: Michael …
|
|
|
@e1b2f6ec
|
13 years |
michaelni |
prores: only call get_buffer once per frame
Signed-off-by: Michael …
|
|
|
@ebba05b3
|
13 years |
michaelni |
prores:cosmetics
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@fd0247f8
|
13 years |
michaelni |
prores: fix typo
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@8b19ae07
|
13 years |
mans |
crc: fix signed overflow
This fixes a signed overflow from i << 24 …
|
|
|
@0836d48
|
13 years |
mans |
fate: run avconv with -nostats flag
Signed-off-by: Mans Rullgard …
|
|
|
@8124d8a
|
13 years |
mans |
avtools: add -v as alias for -loglevel
This saves a bit of typing.
…
|
|
|
@f5646a32
|
13 years |
anton |
avconv: always print stats with AV_LOG_INFO
It's now possible to …
|
|
|
@667d9818
|
13 years |
anton |
doc/avconv: add forgotten output/per-stream info to -filter
|
|
|
@3460dd8
|
13 years |
anton |
avconv: add -stats option to enable/disable printing encoding progress
|
|
|
@c6007065
|
13 years |
anton |
avconv: in output_packet() don't set decoded_data_size for video.
…
|
|
|
@515901fa
|
13 years |
anton |
avconv: remove pointless always true condition
|
|
|
@11fdb7e1
|
13 years |
anton |
avconv: factorize common code in transcode_init()
|
|
|
@cb50ada4
|
13 years |
stefasab |
ffprobe: parse arguments for -print_format writer
This allows …
|
|
|
@9806dda8
|
13 years |
stefasab |
ffprobe: create a dedicated "Writers" section in the manual
Also …
|
|
|
@eff7684b
|
13 years |
stefasab |
ffprobe: extend writers API, and move the writers up in the file
The …
|
|
|
@2b43bfa0
|
13 years |
stefasab |
lavu: bump micro after gcd(), random(), and hypot() additions in eval
|
|
|
@af52e6b6
|
13 years |
Clément Bœsch |
doc: avoid "@table has text but no @item" warning.
|
|
|
@282847ba
|
13 years |
mans |
zmbv: remove memcpy() of decoded frame
Signed-off-by: Mans Rullgard …
|
|
|
@2f329db9
|
13 years |
mans |
mpeg12enc: use sign_extend() function
Signed-off-by: Mans Rullgard …
|
|
|
@60f10e0a
|
13 years |
mans |
h264pred: use unsigned types for pixel values, fix signed overflows
…
|
|
|
@4d1418c
|
13 years |
mans |
h264: fix signed overflows in x*0x01010101 expressions
Signed-off-by: …
|
|
|
@d66b9dec
|
13 years |
mans |
h264pred: remove unused variables
Signed-off-by: Mans Rullgard …
|
|
|
@18a97b03
|
13 years |
michaelni |
Allow YUV444P and RGB/BGR encoding for libx264.
Signed-off-by: …
|
|
|
@c5db8b4d
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavf: …
|
|
|
@7fb92be7
|
13 years |
michaelni |
qtrle: check for out of bound writes.
Signed-off-by: Michael …
|
|
|
@a68a6a4f
|
13 years |
michaelni |
xxan: check for out of bound accesses
Signed-off-by: Michael …
|
|
|
@e182de9
|
13 years |
michaelni |
txd: check for out of bound reads.
Signed-off-by: Michael Niedermayer …
|
|
|