|
|
|
@fa6bab78
|
12 years |
michaelni |
Merge commit 'f0fe245bc31cf4fa3b3ed0240cd1ab6f0d5043ea'
* commit …
|
|
|
@840a002
|
12 years |
michaelni |
Merge commit '1234c66a315b139339d52ca193b3f1d67af9ce19'
* commit …
|
|
|
@7181806d
|
12 years |
michaelni |
Merge commit '9ebd45c2d58ad9241ad09718679f0cf7fb57da52'
* commit …
|
|
|
@8ee14aa5
|
12 years |
michaelni |
lavf: improve avoid_negative_ts help text
Signed-off-by: Michael …
|
|
|
@35e81441
|
12 years |
stefasab |
lavfi/sendcmd: switch to filter_frame API
|
|
|
@3eae531d
|
12 years |
stefasab |
lavfi/swapuv: switch to filter_frame API
|
|
|
@e6701d51
|
12 years |
nicolas.george |
lavc/mlpdec: reset layout when channels change.
Triggered by the …
|
|
|
@3fd60d80
|
12 years |
onemda |
gifdec: port to bytestream2 API
While here remove ff_lzw_cur_ptr() as …
|
|
|
@e0a553d5
|
12 years |
michaelni |
opt_list: fix vertical alignment of types
Signed-off-by: Michael …
|
|
|
@f4ceca62
|
12 years |
michaelni |
opt: print ranges in opt_list()
The formating can and should be …
|
|
|
@a8e0d51b
|
12 years |
michaelni |
opt: Add support to query ranges
Reviewed-by: Stefano Sabatini …
|
|
|
@419ade4b
|
12 years |
michaelni |
lavc: check dimensions for video encoders
Signed-off-by: Michael …
|
|
|
@320ae9f
|
12 years |
michaelni |
sws_scale: check input against NULL
Signed-off-by: Michael …
|
|
|
@710c4baf
|
12 years |
Clément Bœsch |
lavf: VobSub demuxer.
|
|
|
@fe508f80
|
12 years |
stefasab |
lavfi/alphaextract: consistently prefer "cur" over "in" in …
|
|
|
@0bc0d31b
|
12 years |
stefasab |
lavfi/alphaextract: access outlink properties rather than …
|
|
|
@130c6497
|
12 years |
stefasab |
lavfi/alphaextract: fix assignment of invalid size value to memcpy in …
|
|
|
@c3ad91a3
|
12 years |
stefasab |
lavfi/alphaextract: switch to filter_frame() API
|
|
|
@1f467220
|
12 years |
stefasab |
lavfi/alphaextract: drop cur_linesize = out_linesize branch in …
|
|
|
@fe63d413
|
12 years |
onemda |
brstm: do not return partial packets
Such packets are useless.
…
|
|
|
@f0fe245b
|
12 years |
mans |
configure: arm: set fast_clz and fast_unaligned in cpuflags section
…
|
|
|
@1234c66a
|
12 years |
mans |
configure: arm: detect toolchain default arch version
Probe for the …
|
|
|
@9ebd45c2
|
12 years |
mans |
configure: do not bypass cpuflags section if --cpu not given
This …
|
|
|
@c29d49c1
|
12 years |
mans |
dct-test: arm: indicate required cpu features for optimised funcs
…
|
|
|
@380232fa
|
12 years |
anton |
snow: fix build after 594d4d5df3c70404168701dd5c90b7e6e5587793
|
|
|
@857d7194
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
h264: …
|
|
|
@6777aa63
|
12 years |
onemda |
lavc/takdec: s/get_b/get_bits_esc4
Signed-off-by: Paul B Mahol …
|
|
|
@4ed0c35c
|
12 years |
Clément Bœsch |
avcodec: Fix a typo in an option description
Signed-off-by: Martin …
|
|
|
@1c779854
|
12 years |
onemda |
lavc/takdec: simplify code
Merge get_scale/get_shift into …
|
|
|
@7c425e4f
|
12 years |
michaelni |
Merge commit 'd7d6efe42b0d2057e67999b96b9a391f533d2333'
* commit …
|
|
|
@af164d7d
|
12 years |
michaelni |
Merge commit 'c25fc5c2bb6ae8c93541c9427df3e47206d95152'
* commit …
|
|
|
@92dad668
|
12 years |
mans |
arm: fix use of uninitialised value in ff_fft_fixed_init_arm()
When …
|
|
|
@8ca8b43d
|
12 years |
onemda |
lavf/pcm: check size, do not produce invalid packets
Inspired by …
|
|
|
@ea6da80
|
12 years |
michaelni |
diracdec: check dimensions against chroma format.
Fixes out of array …
|
|
|
@2c963922
|
12 years |
martin |
avpicture: Don't assume a valid pix fmt in avpicture_get_size
When …
|
|
|
@a394959b
|
12 years |
janne-libav |
h264: add a pointer for weighted prediction temporary buffer
Reusing …
|
|
|
@d7d6efe4
|
12 years |
janne-libav |
h264: check sps.log2_max_frame_num for validity
Fixes infinite or …
|
|
|
@8cc2fa1
|
12 years |
janne-libav |
mov: validate number of DataReferenceBox entries against box size
…
|
|
|
@80b6b314
|
12 years |
janne-libav |
mov: compute avg_frame_rate only if duration is known
Fixes an assert …
|
|
|
@480be07a
|
12 years |
janne-libav |
flac: change minimum and default of lpc_passes option to 1
Avoid use …
|
|
|
@c25fc5c2
|
12 years |
diego |
fate: dpcm: Add dependencies
|
|
|
@2aef3d66
|
12 years |
diego |
SBR DSP x86: implement SSE sbr_hf_gen
Start and end index are …
|
|
|
@9a16359c
|
12 years |
diego |
AAC SBR: use AVFloatDSPContext's vector_fmul
Around 5% speedup on the …
|
|
|
@33086f92
|
12 years |
diego |
fate: image: Add dependencies
|
|
|
@f5d6b0c9
|
12 years |
michaelni |
diracdec: fix typo in mctmp allocation
Signed-off-by: Michael …
|
|
|
@2f6ec9fd
|
12 years |
michaelni |
diracdec: Test mctmp and mcscratch for malloc failure.
Fixes null …
|
|
|
@b84d1bf1
|
12 years |
michaelni |
diracdec: fix emulated_edge condition, fix out of array reads
…
|
|
|
@f8d68822
|
12 years |
onemda |
takdec: use samplefmt.h from libavutil
Instead of having own code for …
|
|
|
@6a7fed19
|
12 years |
onemda |
add missing dependency for tak demuxer
|
|
|
@4e4a95b1
|
12 years |
onemda |
takdec: remove get_code() and use get_sbits() directly
As found by …
|
|
|
@24b20087
|
12 years |
Carl Eugen Hoyos |
Fix compilation with yasm 0.6.2.
|
|
|
@892750b
|
12 years |
michaelni |
fix tipo
Found-by: ubitux
Signed-off-by: Michael Niedermayer …
|
|
|
@da9a45b6
|
12 years |
stefasab |
lavfi/tinterlace: drop redundant NULL checks in uninit()
|
|
|
@c6a21677
|
12 years |
stefasab |
lavfi/tinterlace: add support to option parsing
Simplify code, and …
|
|
|
@fef7b2e0
|
12 years |
stefasab |
lavfi/tinterlace: switch to filter_frame API
Also add missing NULL checks.
|
|
|
@656500c5
|
12 years |
michaelni |
lavf: improve help text for avoid_negative_ts
Signed-off-by: Michael …
|
|
|
@4b6869d6
|
12 years |
michaelni |
bitstream: make vlc init of static tables thread safe.
Signed-off-by: …
|
|
|
@bbd44f6c
|
12 years |
Clément Bœsch |
lavfi/mp: switch to ff_filter_frame.
|
|
|
@586c2528
|
12 years |
onemda |
dxa: port to bytestream2 API
Protects against overreads in input …
|
|
|
@547b8aee
|
12 years |
onemda |
smacker: use meaningful error codes
Signed-off-by: Paul B Mahol …
|
|
|
@29c3ebf5
|
12 years |
onemda |
siff: return meaningful error codes
Signed-off-by: Paul B Mahol …
|
|
|
@7510a9a
|
12 years |
onemda |
lavf/apedec: return meaningful error codes
Signed-off-by: Paul B …
|
|
|
@4d1912ff
|
12 years |
onemda |
huffyuv: return meaningful error codes
Signed-off-by: Paul B Mahol …
|
|
|
@4a722a5c
|
12 years |
onemda |
huffyuv: check for malloc failures
Signed-off-by: Paul B Mahol …
|
|
|
@b64ba37c
|
12 years |
justin.ruggles |
Changelog: add an entry for deprecating the avconv -vol option
|
|
|
@7f261ac8
|
12 years |
onemda |
huffyuv: make use of av_fast_padded_malloc()
Signed-off-by: Paul B …
|
|
|
@eaa47e74
|
12 years |
Clément Bœsch |
lavfi/deshake: small align prettifying.
|
|
|
@0377857
|
12 years |
Clément Bœsch |
lavfi/deshake: switch inverted comments.
|
|
|
@0678641b
|
12 years |
Clément Bœsch |
lavfi/deshake: remove unecessary check before unref.
|
|
|
@e7b0e83e
|
12 years |
Clément Bœsch |
lavfi/deshake: switch to filter_frame.
|
|
|
@71949ef7
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
h264: …
|
|
|
@54a71f2e
|
12 years |
michaelni |
Merge commit 'b519298a1578e0c895d53d4b4ed8867b1c031a56'
* commit …
|
|
|
@1bb54719
|
12 years |
michaelni |
lavfi: rename af_volume to af_volume_stefano
This matches the naming …
|
|
|
@b38c79bf
|
12 years |
michaelni |
Merge commit 'b384e031daeb1ac612620985e3e5377bc587559c'
* commit …
|
|
|
@377d2017
|
12 years |
Clément Bœsch |
lavd/lavfi: fix float.h include.
float.h is a system header.
|
|
|
@a0b2e8e1
|
12 years |
Clément Bœsch |
lavfi/silencedetect: use eval builtin to parse dB.
Also update FATE …
|
|
|
@15784c2b
|
12 years |
michaelni |
Merge commit '9d5c62ba5b586c80af508b5914934b1c439f6652'
* commit …
|
|
|
@ecc8b021
|
12 years |
janne-libav |
x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on …
|
|
|
@32aedebd
|
12 years |
nicolas.george |
lavf: add a concat demuxer.
|
|
|
@c3fa6ad
|
12 years |
stefasab |
lavfi/field: switch to filter_frame API
|
|
|
@3942294f
|
12 years |
stefasab |
lavfi/drawtext: make use of outlink variable in filter_frame()
Fix …
|
|
|
@3bb3cdd
|
12 years |
onemda |
mmfdec: fix seeking
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@1e85fd6a
|
12 years |
Clément Bœsch |
lavfi/mp: remove dead extern vf_info_t declarations.
|
|
|
@de42d2a3
|
12 years |
Clément Bœsch |
lavfi/mp: add ff_ prefix to exported symbols
|
|
|
@0f65d560
|
12 years |
Clément Bœsch |
Add examples/resampling_audio to .gitignore.
|
|
|
@e8278b9d
|
12 years |
stefasab |
doc/decoders: fix typo in "@Options"
|
|
|
@89920387
|
12 years |
stefasab |
examples: add resampling_audio.c file
|
|
|
@3ab5f7dc
|
12 years |
michaelni |
h264: slice-mt: check master context for valid current_picture_ptr
…
|
|
|
@24c62ea7
|
12 years |
michaelni |
h264: slice-mt: get last_pic_dropable from master context
Fixes …
|
|
|
@7885fa76
|
12 years |
michaelni |
ff_lock_avcodec: make the lock state be consistent in case of failure. …
|
|
|
@2dec950f
|
12 years |
michaelni |
avcodec_open: if obtaining a lock fails, dont attempt to unlock it.
…
|
|
|
@0393cf15
|
12 years |
michaelni |
Revert "Acquire lock when initializing parsers."
This reverts commit …
|
|
|
@eed86554
|
12 years |
michaelni |
Revert "Add assert that the avcodec lock is held when initializing …
|
|
|
@d7169280
|
12 years |
michaelni |
frame_thread_encoder: fix locking while locks are held
Signed-off-by: …
|
|
|
@bde6f6e
|
12 years |
michaelni |
vc1dec: prevent v_edge_pos from becoming negative.
Fixes assertion …
|
|
|
@b6a7f66f
|
12 years |
michaelni |
resample: remove disabled debug code
Signed-off-by: Michael …
|
|
|
@d3451a9c
|
12 years |
Clément Bœsch |
fate/hqdn3d: add -idct simple.
This should fix FATE failure on ARM. …
|
|
|
@5945c7b3
|
12 years |
janne-libav |
h264: slice-mt: check master context for valid current_picture_ptr
…
|
|
|
@a8cb1746
|
12 years |
janne-libav |
h264: slice-mt: get last_pic_dropable from master context
Fixes …
|
|
|
@2273b3aa
|
12 years |
Clément Bœsch |
swr: remove unused ONE define.
|
|
|