|
|
|
@b18c68ad
|
13 years |
diego |
vc1: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@492bd1a2
|
13 years |
anton |
AVOptions: bump minor and add APIchanges entry.
|
|
|
@7a6cd995
|
13 years |
anton |
cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()
|
|
|
@145f741e
|
13 years |
anton |
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
|
|
|
@3b3ea34
|
13 years |
anton |
Remove all uses of deprecated AVOptions API.
|
|
|
@8c5dcaad
|
13 years |
anton |
AVOptions: add av_opt_next, deprecate av_next_option.
Just for naming …
|
|
|
@dca055be
|
13 years |
anton |
AVOptions: add functions for evaluating option strings.
|
|
|
@059a037f
|
13 years |
anton |
AVOptions: split get_number().
Split actual writing to read_number() …
|
|
|
@41d9d51a
|
13 years |
anton |
AVOptions: add av_opt_get*, deprecate av_get*.
New functions can get …
|
|
|
@dac66da6
|
13 years |
anton |
AVOptions: add av_opt_set*().
Deprecate av_set_*
New functions …
|
|
|
@641c7afe
|
13 years |
anton |
AVOptions: add new API for enumerating children.
This will allow the …
|
|
|
@1bca8f4b
|
13 years |
janne-libav |
rv34: move inverse transform functions to DSP context
|
|
|
@cad0c37
|
13 years |
martin |
flvenc: Write the right metadata entry count
No application rely on …
|
|
|
@76b0d03d
|
13 years |
martin |
rtsp: Request that dynamic rate is disabled
DSS enables this …
|
|
|
@30eae325
|
13 years |
martin |
rtsp: Parse the x-Accept-Dynamic-Rate header
Signed-off-by: Martin …
|
|
|
@bfc6db44
|
13 years |
martin |
rtpdec: Add ff_ prefix to all nonstatic symbols
Signed-off-by: Martin …
|
|
|
@318efbfc
|
13 years |
mans |
h264: change unsupported bit depth message to error level
Unsupported …
|
|
|
@07b77fe3
|
13 years |
martin |
rtpdec: Read the packet length for all RTCP packet types
This allows …
|
|
|
@5d6ecf53
|
13 years |
martin |
rtpdec: Fix the minimum packet length for RTCP SR packets
We actually …
|
|
|
@c682514
|
13 years |
mans |
qdm2: fix signed multiplication overflow
This code relies on the …
|
|
|
@5e87222f
|
13 years |
martin |
flvdec: Don't export metadata entries that aren't proper metadata
…
|
|
|
@b204c46d
|
13 years |
martin |
flvdec: Split out setting of numeric fields from storing metadata
…
|
|
|
@46c3c53b
|
13 years |
anton |
libx264: support yuv422/444 output.
|
|
|
@04de1569
|
13 years |
anton |
sws: support yuv444p9/10 output.
|
|
|
@5f3fb599
|
13 years |
justin.ruggles |
fix AC3ENC_OPT_MODE_ON/OFF
The values were reversed.
Signed-off-by: …
|
|
|
@fdba370f
|
13 years |
mans |
h264: fix HRD parameters parsing
The bit_rate_value_minus1 and …
|
|
|
@91f47329
|
13 years |
rsbultje |
prores: implement multithreading.
60% speedup (overall decoding time) …
|
|
|
@e3f530fe
|
13 years |
rsbultje |
prores: idct sse2/sse4 optimizations.
~3.0-3.5x as fast as original C …
|
|
|
@6aa3cac6
|
13 years |
rsbultje |
swscale: use aligned move for storage into temporary buffer.
The …
|
|
|
@92fb52d
|
13 years |
rsbultje |
prores: extract idct into its own dspcontext and merge with put_pixels.
|
|
|
@8babfc03
|
13 years |
mans |
h264: fix invalid shifts in init_cavlc_level_tab()
The level_code …
|
|
|
@88d1e2b2
|
13 years |
mans |
intfloat_readwrite: fix signed addition overflows
These additions …
|
|
|
@30c3d97
|
13 years |
lu_zero |
mov: do not misreport empty stts
Return -1 instead of ENOMEM if …
|
|
|
@5a7ba586
|
13 years |
lu_zero |
mov: cosmetics, fix for and if spacing
|
|
|
@c780b543
|
13 years |
anton |
id3v2: fix NULL pointer dereference
Bug found by Laurent Aimar fenrir …
|
|
|
@2804d320
|
13 years |
anton |
mov: read album_artist atom
Signed-off-by: Anton Khirnov …
|
|
|
@dff41775
|
13 years |
anton |
mov: fix disc/track numbers and totals
Signed-off-by: Anton Khirnov …
|
|
|
@25c27f37
|
13 years |
diego |
doc: fix references to obsolete presets directories for avconv/ffmpeg
|
|
|
@4b7f4908
|
13 years |
diego |
flashsv: return more meaningful error value
|
|
|
@f9a9c8f9
|
13 years |
diego |
flashsv: fix typo in av_log() message
|
|
|
@ff1f89de
|
13 years |
justin.ruggles |
smacker: validate channels and sample format.
|
|
|
@cf044f8b
|
13 years |
justin.ruggles |
smacker: check buffer size before reading output size
|
|
|
@e190e45
|
13 years |
justin.ruggles |
smacker: validate number of channels
|
|
|
@a7984a6a
|
13 years |
justin.ruggles |
smacker: Separate audio flags from sample rates in smacker demuxer.
…
|
|
|
@be1242a3
|
13 years |
mans |
h264: fix detection of optional trailing PPS elements
The PPS may …
|
|
|
@c79d2a20
|
13 years |
mans |
sipr: fix get_bits(0) calls
Zero-length get_bits() is undefined, must …
|
|
|
@cb668476
|
13 years |
mans |
motion_est: make MotionExtContext.map_generation unsigned
The way …
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@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
|
|
|
@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 …
|
|
|
@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()
|
|
|
@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 …
|
|
|
@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()
|
|
|
@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: …
|
|
|