|
|
|
@3b6c0ba3
|
13 years |
michaelni |
oggenc: favor av_freep()
Signed-off-by: Michael Niedermayer …
|
|
|
@17d51938
|
13 years |
michaelni |
swr_test: test planar audio
Signed-off-by: Michael Niedermayer …
|
|
|
@a75b254c
|
13 years |
michaelni |
swr: minor fixes to get planar audio working
Signed-off-by: Michael …
|
|
|
@7322483d
|
13 years |
michaelni |
mpegvideo: increase emu edge buffer size
This fixes a crash with 422 …
|
|
|
@812010c1
|
13 years |
Reimar.Doeffinger |
Remove unused variable.
Signed-off-by: Reimar Döffinger …
|
|
|
@3b0e2428
|
13 years |
michaelni |
lavf/utils: Drop old hack for implicit HE-AAC signaling.
It has not …
|
|
|
@53d5c463
|
13 years |
michaelni |
doc: add swresample doc
Signed-off-by: Michael Niedermayer …
|
|
|
@78972a69
|
13 years |
michaelni |
lavf/utils: ignore subtitle timestamps in timings calculation
…
|
|
|
@dacf0766
|
13 years |
michaelni |
fix memory leak in oggenc
Signed-off-by: Michael Niedermayer …
|
|
|
@f65c6f75
|
13 years |
michaelni |
Enable multithreding when decoding with libopenjpeg
Signed-off-by: …
|
|
|
@125ea3ee
|
13 years |
michaelni |
Warn the user if lowres > max_lowres, set lowres to max_lowres and …
|
|
|
@f42b319
|
13 years |
michaelni |
Fix out of bound writes in fix_bitshift() of the shorten decoder.
The …
|
|
|
@c3299726
|
13 years |
michaelni |
g729: dont force all cpu optims to off but override just the one that …
|
|
|
@8045af65
|
13 years |
michaelni |
ppc: fix usage of dsp_mask
Signed-off-by: Michael Niedermayer …
|
|
|
@30ba924b
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
dca: …
|
|
|
@5d7e3d7
|
13 years |
michaelni |
Check for out of bound reads in the Tiertex Limited SEQ decoder.
…
|
|
|
@62234a4d
|
13 years |
michaelni |
Fix the size of workspace buffers in the motion pixels decoder.
Some …
|
|
|
@e60619f9
|
13 years |
michaelni |
Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary …
|
|
|
@3035c403
|
13 years |
michaelni |
Check for out of bounds writes in the Delphine Software International …
|
|
|
@8e5f093c
|
13 years |
michaelni |
Check for out of bounds reads in the Delphine Software International …
|
|
|
@44e2f0c3
|
13 years |
michaelni |
Check for out of bound reads in the QuickDraw decoder.
Signed-off-by: …
|
|
|
@9714a78b
|
13 years |
michaelni |
Revert "general.texi: we dont have a g729 encoder yet"
This reverts …
|
|
|
@68bbaac7
|
13 years |
michaelni |
fate: only test 10seconds of the g729 data, the reference files are …
|
|
|
@9cff6d9e
|
13 years |
michaelni |
libstagefright: change Libav to FFmpeg in copyright header with …
|
|
|
@96b07641
|
13 years |
michaelni |
fate: g729 test
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@0f68a2bc
|
13 years |
michaelni |
g723_1_demuxer: rco is also a commonly used extension.
Signed-off-by: …
|
|
|
@e571305a
|
13 years |
baptiste.coudurier |
mov: Only touch extradata in mov_read_extradata() if codec_id is what …
|
|
|
@c8b83595
|
13 years |
michaelni |
Check for out of bound reads in xan_huffman_decode() of the xan …
|
|
|
@7afe2380
|
13 years |
tempn |
add LJ2K and LJ2C to jpeg2000 decoder
works on …
|
|
|
@04b4353f
|
13 years |
michaelni |
g723.1: very minor simplify of gen_acb_excitation()
Signed-off-by: …
|
|
|
@631eee6e
|
13 years |
michaelni |
g723.1: use MULL(a,b,15) for MULL2()
idea by vitor
Signed-off-by: …
|
|
|
@cb58adaa
|
13 years |
michaelni |
g723.1: simplify scale_vector()
Signed-off-by: Michael Niedermayer …
|
|
|
@431f8af8
|
13 years |
michaelni |
g723.1: replace loop of normalize_bits( by av_log2()
idea by vitor …
|
|
|
@6e50554
|
13 years |
michaelni |
g723.1: cleanup square_root()
Signed-off-by: Michael Niedermayer …
|
|
|
@c02c52f
|
13 years |
michaelni |
g723.1_ use skip_bits1()
Signed-off-by: Michael Niedermayer …
|
|
|
@fac3ac39
|
13 years |
michaelni |
g723.1: use get_bits1()
Signed-off-by: Michael Niedermayer …
|
|
|
@11512367
|
13 years |
michaelni |
celp_math: cleanup ff_dot_product()
based on code & idea by vitor
…
|
|
|
@84f8aef4
|
13 years |
michaelni |
general.texi: we dont have a g729 encoder yet
Signed-off-by: Michael …
|
|
|
@abd71130
|
13 years |
michaelni |
G.723.1 doc and change log entry
|
|
|
@f990dc37
|
13 years |
michaelni |
Add the G723.1 demuxer and decoder
|
|
|
@da43980f
|
13 years |
michaelni |
Add G.723.1 decoder data tables
|
|
|
@a82c6238
|
13 years |
michaelni |
Add dot_product function for use by the G.723.1 decoder
|
|
|
@bcc67dff
|
13 years |
michaelni |
Add a shift parameter to celp_lp_synthesis_filter for reuse by the …
|
|
|
@bf00a73a
|
13 years |
mans |
dca: clear inactive subbands only once in qmf_32_subbands()
Writing …
|
|
|
@ecf31a68
|
13 years |
Carl Eugen Hoyos |
Show configuration and library version with AV_LOG_INFO.
This partly …
|
|
|
@1ee20141
|
13 years |
anton |
vf_unsharp: set default chroma size value to 5x5
The previous default …
|
|
|
@998e8519
|
13 years |
anton |
vf_unsharp: fix out-of-buffer read
In apply_unsharp(), when y is >= …
|
|
|
@b4483a53
|
13 years |
michaelni |
Check for unsupported parameters in ff_j2k_dwt_init()
Signed-off-by: …
|
|
|
@02660a87
|
13 years |
michaelni |
Check for out of bound reads in jpeg 2000 decoder.
Signed-off-by: …
|
|
|
@41b7389c
|
13 years |
michaelni |
Prevent calling init_vlc() with invalid parameters in motionpixels …
|
|
|
@56ee5a9a
|
13 years |
michaelni |
Prevent NULL dereference when the palette is missing in the xan …
|
|
|
@5279141c
|
13 years |
michaelni |
Fixed out of bound accesses in xan_unpack() of the xan decoder.
…
|
|
|
@da343ff4
|
13 years |
michaelni |
swr_test: dont test samples that have not been written
Signed-off-by: …
|
|
|
@f9a2d0c3
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (23 …
|
|
|
@a3a5c61c
|
13 years |
Carl Eugen Hoyos |
2/4 bpp png is supported.
|
|
|
@237d31e0
|
13 years |
michaelni |
h264: fix FIXME and use list_count in ff_h264_fill_mbaff_ref_list()
…
|
|
|
@dc9ce400
|
13 years |
michaelni |
h264: More correct ref_count check in decode_slice_header()
…
|
|
|
@514c44c4
|
13 years |
michaelni |
sink_buffer: fix typo
Signed-off-by: Michael Niedermayer …
|
|
|
@daf98908
|
13 years |
alex.converse |
avconv: Reformat s16 volume adjustment.
|
|
|
@75f26a6f
|
13 years |
Carl Eugen Hoyos |
Use "JPEG 2000" as long name for j2k.
|
|
|
@6a095afb
|
13 years |
Carl Eugen Hoyos |
Encoding speex via libspeex is supported.
|
|
|
@194c243
|
13 years |
michaelni |
movenc: Replace av_realloc by av_realloc_f when relevant.
…
|
|
|
@af84d9bb
|
13 years |
michaelni |
gxfenc: Replace av_realloc by av_realloc_f when relevant.
…
|
|
|
@247a1dc8
|
13 years |
michaelni |
aviobuf: Replace av_realloc by av_realloc_f when relevant.
…
|
|
|
@e47cfe9e
|
13 years |
michaelni |
avienc: Replace av_realloc by av_realloc_f when relevant.
…
|
|
|
@71e23d39
|
13 years |
michaelni |
avidec: Replace av_realloc by av_realloc_f when relevant.
…
|
|
|
@0cc44fac
|
13 years |
michaelni |
4xm: Replace av_realloc by av_realloc_f when relevant.
Signed-off-by: …
|
|
|
@769298a
|
13 years |
michaelni |
libvpxenc: Replace av_realloc by av_realloc_f when relevant.
…
|
|
|
@198ed647
|
13 years |
michaelni |
bitstream: Replace av_realloc by av_realloc_f when relevant.
…
|
|
|
@1d3b280e
|
13 years |
michaelni |
ffmpeg: Replace av_realloc by av_realloc_f when relevant.
Also mark …
|
|
|
@5cd754b
|
13 years |
michaelni |
Introduce av_realloc_f.
av_realloc_f helps avoiding memory-leaks in …
|
|
|
@b2600509
|
13 years |
michaelni |
Introduce av_size_mult.
av_size_mult helps checking for overflow when …
|
|
|
@e89f5881
|
13 years |
michaelni |
libx264: remove check_default_settings()
Signed-off-by: Michael …
|
|
|
@f9d8a342
|
13 years |
Clément Bœsch |
ffprobe: fix trailing '=' in stream id.
|
|
|
@f63ec3ee
|
13 years |
stefasab |
lavfi: fix FF_API_* definition macros
Fix ABI break occurred after …
|
|
|
@baf6b73
|
13 years |
mans |
ARM: NEON optimised vector_fmac_scalar()
Signed-off-by: Mans Rullgard …
|
|
|
@a92a1b93
|
13 years |
mans |
dca: use vector_fmac_scalar from dsputil
Signed-off-by: Mans Rullgard …
|
|
|
@fcca826a
|
13 years |
mans |
dsputil: add vector_fmac_scalar()
Signed-off-by: Mans Rullgard …
|
|
|
@b592f9b
|
13 years |
michaelni |
swresample: remove unused variable.
Signed-off-by: Nicolas George …
|
|
|
@a34869ed
|
13 years |
michaelni |
libswr/rematrix: remove unused variable.
Signed-off-by: Nicolas …
|
|
|
@80287854
|
13 years |
michaelni |
libswr/rematrix: add braces to silence a warning.
Signed-off-by: …
|
|
|
@4a14dd76
|
13 years |
michaelni |
bintext: remove unused variable.
Signed-off-by: Nicolas George …
|
|
|
@fb35f7d
|
13 years |
michaelni |
vf_boxblur: remove useless code.
This block was probably leftovers …
|
|
|
@6d98e2db
|
13 years |
michaelni |
j2kdec: use correct printf format.
Signed-off-by: Nicolas George …
|
|
|
@7393b417
|
13 years |
michaelni |
j2kenc: Fix pointer<->integer casts.
Signed-off-by: Michael …
|
|
|
@32dfd8ca
|
13 years |
martin |
latmenc: Fix private options
Signed-off-by: Martin Storsjö …
|
|
|
@1c257dc
|
13 years |
anton |
vf_unsharp: store hsub/vsub in the filter context
Also drop …
|
|
|
@e6d17ba4
|
13 years |
anton |
vf_unsharp: adopt a more natural order of params in apply_unsharp()
…
|
|
|
@de7b58da
|
13 years |
anton |
vf_unsharp: rename method "unsharpen" to "apply_unsharp"
More …
|
|
|
@d33e0c6b
|
13 years |
anton |
vf_scale: apply the same transform to the aspect during init that is …
|
|
|
@80de930a
|
13 years |
anton |
vf_pad: fix "vsub" variable value computation
It was shifting 2 …
|
|
|
@46b29397
|
13 years |
anton |
vf_scale: add a "sar" variable
Also create a "dar" alias for the "a" …
|
|
|
@0ec56d1
|
13 years |
anton |
lavfi: fix realloc size computation in avfilter_add_format()
Replace …
|
|
|
@e63e4c99
|
13 years |
anton |
vsrc_color: use internal timebase
Avoid timescale conversion, …
|
|
|
@57fa3140
|
13 years |
anton |
lavfi: fix signature for avfilter_graph_parse() and …
|
|
|
@64abd375
|
13 years |
anton |
graphparser: prefer void * over AVClass * for log contexts
…
|
|
|
@59cef18c
|
13 years |
anton |
avfiltergraph: use meaningful error codes
Signed-off-by: Anton …
|
|
|
@4bb0b31f
|
13 years |
alex.converse |
avconv: Initialize return value for codec copy path.
|
|
|
@5a6e7771
|
13 years |
michaelni |
h264: dont set key_frame when the frame is not a real keyframe.
Fixes …
|
|
|
@dec4b470
|
13 years |
mans |
fate: use 'run' helper for seek-test
This is simpler, and the actual …
|
|
|