|
|
|
@8c88d734
|
13 years |
michaelni |
vf_overlay: remove mathematical constants now redundant.
…
|
|
|
@157ff97e
|
13 years |
michaelni |
vf_lut: remove mathematical constants now redundant.
Signed-off-by: …
|
|
|
@a2af9012
|
13 years |
michaelni |
vf_drawtext: remove mathematical constants now redundant.
…
|
|
|
@072a62b5
|
13 years |
michaelni |
Merge remote-tracking branch 'hexene/stagefright'
* …
|
|
|
@40963ea9
|
13 years |
michaelni |
eval: add mathematical constants (PI, E, PHI).
Signed-off-by: Nicolas …
|
|
|
@4d518f1
|
13 years |
michaelni |
g723.1: use raw muxer
Signed-off-by: Michael Niedermayer …
|
|
|
@f884ef00
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (31 …
|
|
|
@c1847c93
|
13 years |
michaelni |
Correct buffer handling for RTCP packets
Previous code could read 4 …
|
|
|
@47a1d794
|
13 years |
justin.ruggles |
tiffenc: initialize forgotten avctx.
|
|
|
@c74f1f47
|
13 years |
justin.ruggles |
avplay: free the active audio packet at exit.
fixes a memleak
|
|
|
@cb2c4de3
|
13 years |
justin.ruggles |
avplay: free rdft data used for spectrogram analysis.
fixes a memleak
|
|
|
@67bbf07f
|
13 years |
anton |
log.h: make AVClass a named struct
'struct AVClass' is used in the …
|
|
|
@dc66951b
|
13 years |
michaelni |
proresdsp: fix rounding
Signed-off-by: Michael Niedermayer …
|
|
|
@67dad8e7
|
13 years |
michaelni |
proresdsp: Correct credits to point to the Author and not just the …
|
|
|
@96b0ddee
|
13 years |
michaelni |
dct-test: Test ff_prores_idct_put_10_sse2()
Signed-off-by: Michael …
|
|
|
@dfeeb85b
|
13 years |
michaelni |
dct-test: add transpose permutation support
Signed-off-by: Michael …
|
|
|
@370d7ef2
|
13 years |
michaelni |
proresdsp: Optimize series of padds out
Signed-off-by: Michael …
|
|
|
@6398c0f7
|
13 years |
michaelni |
proresdsp.asm: Remove useless instructions.
|
|
|
@3e68b282
|
13 years |
justin.ruggles |
fix ac3 encoder documentation
some of the mode values were reversed
|
|
|
@bebaf4ea
|
13 years |
michaelni |
prores: change license to LGPL, merge some parts.
Signed-off-by: …
|
|
|
@b87d8825
|
13 years |
michaelni |
proresdsp.asm: drop useless shifts
Signed-off-by: Michael Niedermayer …
|
|
|
@ef47c608
|
13 years |
michaelni |
x86/proresdsp-init: add forgotten HAVE_YASM
Signed-off-by: Michael …
|
|
|
@d186019
|
13 years |
michaelni |
configure: drop GPLv2 support
Signed-off-by: Michael Niedermayer …
|
|
|
@50f97219
|
13 years |
diego |
vc1: more prettyprinting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@94e725ca
|
13 years |
diego |
vc1: prettyprint some tables
Signed-off-by: Diego Biurrun …
|
|
|
@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
|
|
|
@cdd30e56
|
13 years |
Clément Bœsch |
doc: small ascii diagram on I/O files and streams in ffmpeg.c
|
|
|
@4edcdf5
|
13 years |
stefasab |
ffprobe: show sample_fmt in the stream section
|
|
|
@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.
|
|
|
@b81f8880
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (23 …
|
|
|
@b75d89a4
|
13 years |
michaelni |
cdg: enable seeking
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@fe19e138
|
13 years |
michaelni |
cdg: Try to detect keyframes.
Signed-off-by: Michael Niedermayer …
|
|
|
@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 …
|
|
|
@5f3fb599
|
13 years |
justin.ruggles |
fix AC3ENC_OPT_MODE_ON/OFF
The values were reversed.
Signed-off-by: …
|
|
|
@96bc648
|
13 years |
michaelni |
arm: fix av_clipl_int32() asm
Note, the other arm asm code is likely …
|
|
|
@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
|
|
|
@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.
…
|
|
|
@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 …
|
|
|
@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 …
|
|
|