|
|
|
@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 …
|
|
|
@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 …
|
|
|
@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.
|
|
|
@5e1bbb8c
|
12 years |
justin.ruggles |
alacenc: add support for multi-channel encoding
|
|
|
@9ef29af2
|
12 years |
onemda |
cafenc: do not include riff.h
ff_codec_get_tag() was moved to …
|
|
|
@9f66531d
|
12 years |
onemda |
lavc/dxa: return meaningful error codes
Signed-off-by: Paul B Mahol …
|
|
|
@0aabd35
|
12 years |
onemda |
lavf/dxa: return meaningful error codes
Signed-off-by: Paul B Mahol …
|
|
|
@c5008135
|
12 years |
onemda |
dxa: signal EOF
Fixes #1948.
Signed-off-by: Paul B Mahol …
|
|
|
@dd154198
|
12 years |
Reimar.Doeffinger |
Add assert that the avcodec lock is held when initializing static VLC …
|
|
|
@7feef7db
|
12 years |
Reimar.Doeffinger |
Acquire lock when initializing parsers.
This is necessary since they …
|
|
|
@25fec859
|
12 years |
Reimar.Doeffinger |
avcodec: add ff_lock/unlock_avcodec functions.
Will be used in future …
|
|
|
@53819605
|
12 years |
michaelni |
wmaenc: add new line to some error messages
Signed-off-by: Michael …
|
|
|
@92834609
|
12 years |
michaelni |
mpegvideo_parser: fix buffer access beyond end
Signed-off-by: Michael …
|
|
|
@58df8bef
|
12 years |
Reimar.Doeffinger |
av_assert should use AV_LOG_PANIC.
The description of AV_LOG_PANIC …
|
|
|
@6d7effa9
|
12 years |
michaelni |
mpegvideo_enc: use av_log() in debug code
Signed-off-by: Michael …
|
|
|
@911c00e6
|
12 years |
michaelni |
motion_est: use av_log() in debug code
Signed-off-by: Michael …
|
|
|
@7c2481f2
|
12 years |
michaelni |
j2kenc: remove duplicate debug functions
Signed-off-by: Michael …
|
|
|
@9bb188da
|
12 years |
michaelni |
j2k: avoid printf() useage in debug code
Signed-off-by: Michael …
|
|
|
@b023392f
|
12 years |
michaelni |
mpegvideo: remove #if/define PARANOID code
This code never did …
|
|
|
@4012cd6c
|
12 years |
onemda |
lavc: fix decode_frame() third parameter semantics for rest of video …
|
|
|
@b519298a
|
12 years |
lu_zero |
pixdesc: fix yuva 10bit bit depth
It was wrongly set as the yuva …
|
|
|
@835fd779
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fate: …
|
|
|
@b384e031
|
12 years |
justin.ruggles |
lavfi: add volume filter
Based on the volume filter in FFmpeg written …
|
|
|
@9a71d362
|
12 years |
justin.ruggles |
avconv: deprecate the -vol option
Remove the code for volume scaling …
|
|
|
@b30a363
|
12 years |
justin.ruggles |
x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling
|
|
|
@f96f1e06
|
12 years |
justin.ruggles |
x86: af_volume: add SSE2-optimized s16 volume scaling
|
|
|
@9d5c62ba
|
12 years |
justin.ruggles |
lavu/opt: do not filter out the initial sign character except for …
|
|
|
@5312268b
|
12 years |
justin.ruggles |
eval: treat dB as decibels instead of decibytes
|
|
|
@ac7eb4cb
|
12 years |
justin.ruggles |
float_dsp: add vector_dmul_scalar() to multiply a vector of doubles
…
|
|
|
@fc1152de
|
12 years |
michaelni |
Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'
* commit …
|
|
|
@022553e8
|
12 years |
michaelni |
Merge commit '387bef95d28019c13c6805cfa4079e59948284e5'
* commit …
|
|
|
@83db6cb5
|
12 years |
michaelni |
Merge commit 'e57c4706e969afa1f2384481b955ccd9494cddb5'
* commit …
|
|
|
@d2a3f08d
|
12 years |
michaelni |
lavc: move ff_init_buffer_info() down to ff_get_buffer()
and remove …
|
|
|
@2f980cf3
|
12 years |
michaelni |
Merge commit 'ff953fecffd3b9a616a046723fb9d4690be032a6'
* commit …
|
|
|
@874c5b02
|
12 years |
michaelni |
Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'
* commit …
|
|
|
@4727611d
|
12 years |
onemda |
ircamenc: 10l do not use avio_skip()
Signed-off-by: Paul B Mahol …
|
|
|
@4c18562d
|
12 years |
onemda |
Ensoniq Paris Audio File demuxer
Signed-off-by: Paul B Mahol …
|
|
|
@88019163
|
12 years |
onemda |
IRCAM demuxer & muxer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@8ecf22f
|
12 years |
onemda |
rsodec: use ff_pcm_read_packet()
Signed-off-by: Paul B Mahol …
|
|
|
@acac16b5
|
12 years |
onemda |
soxdec: use ff_pcm_read_packet()
Signed-off-by: Paul B Mahol …
|
|
|
@c090b542
|
12 years |
onemda |
audec: use ff_pcm_read_packet()
Signed-off-by: Paul B Mahol …
|
|
|
@a647eb5a
|
12 years |
onemda |
pvfdec: use ff_pcm_read_packet()
Signed-off-by: Paul B Mahol …
|
|
|
@15ab0393
|
12 years |
onemda |
avr: use ff_pcm_read_packet()
Signed-off-by: Paul B Mahol …
|
|
|
@93dc8ed0
|
12 years |
onemda |
pcmdec: move read_packet function to pcm.c so it can be shared with …
|
|
|
@99efd596
|
12 years |
michaelni |
Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'
* commit …
|
|
|
@1fa2bdc9
|
12 years |
michaelni |
fate: disable vf_gradfun test
The non working test interferes with …
|
|
|
@09de0ffe
|
12 years |
michaelni |
vc1dec: Fix null pointer dereference in vc1_decode_skip_blocks()
This …
|
|
|
@217b10de
|
12 years |
nicolas.george |
lavc/dvdsubdec: accept palette from options.
On DVDs, the palette is …
|
|
|
@9db3fb6e
|
12 years |
michaelni |
oggdec: prevent codec from changing through ogg_replace_stream()
This …
|
|
|
@599ae999
|
12 years |
michaelni |
ff_emulated_edge_mc: fix handling of w/h being 0
Fixes assertion …
|
|
|
@45326cb6
|
12 years |
onemda |
pixdesc: fix broken yuva definitions
Signed-off-by: Paul B Mahol …
|
|
|
@8bf16e67
|
12 years |
michaelni |
ffv1enc: allow encoding with 1 slice for CIF and smaller in version 3
…
|
|
|
@4e6f9db4
|
12 years |
Carl Eugen Hoyos |
Set some audio stream properties in the vivo demuxer.
This allows …
|
|
|
@da025d11
|
12 years |
mans |
fate: workaround for slighly broken 'test' shell builtin
Some shells, …
|
|
|
@c15fea79
|
12 years |
janne-libav |
mimic: initialize padding of swap_buf through av_fast_padded_malloc
|
|
|
@42060c7
|
12 years |
janne-libav |
eamad: initialize padding of bitstream_buf through av_fast_padded_malloc()
|
|
|
@54c7fe6d
|
12 years |
janne-libav |
raw demuxer: initialize end of partial packets
|
|
|
@b5ffbcd0
|
12 years |
Clément Bœsch |
fate: add gradfun filter test.
|
|
|