|
|
|
@3cf55913
|
13 years |
michaelni |
ffmpeg: reintroducing check_recording_time()
This reduces the …
|
|
|
@8364cb97
|
13 years |
michaelni |
ffmpeg: fix uninitialized variable warning
Signed-off-by: Michael …
|
|
|
@31f3c947
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
fate: …
|
|
|
@d1384c00
|
13 years |
michaelni |
swr: skip soft compensation when its disabled.
Signed-off-by: Michael …
|
|
|
@c5371f77
|
13 years |
michaelni |
mpegaudidec: 10l forgot buf_size
Signed-off-by: Michael Niedermayer …
|
|
|
@43bc5cf9
|
13 years |
michaelni |
mpegaudiodec: skip initial zeros.
Signed-off-by: Michael Niedermayer …
|
|
|
@040a796d
|
13 years |
michaelni |
Merge commit '755cd4197d53946208e042f095b930dca18d9430'
* commit …
|
|
|
@612abe27
|
13 years |
Carl Eugen Hoyos |
Use a variable instead of a repeated calculation when decoding AVUI.
|
|
|
@f1892348
|
13 years |
Carl Eugen Hoyos |
avuidec.c: Fix indentation.
|
|
|
@d9b2410f
|
13 years |
Carl Eugen Hoyos |
Simplify AVUI decoding, one skip value is enough.
|
|
|
@2596d726
|
13 years |
Carl Eugen Hoyos |
Fix interlaced AVUI decoding.
|
|
|
@9d30a96a
|
13 years |
michaelni |
ffmpeg: inject a aresample filter for -async
Based on similar code …
|
|
|
@21d8a80e
|
13 years |
michaelni |
af_aresample: use new swr API to pass and compensate PTS
This code is …
|
|
|
@087d09b6
|
13 years |
michaelni |
af_aresample: allocate a larger buffer so accumulated data can be …
|
|
|
@e17a0396
|
13 years |
michaelni |
af_aresample: use extended_data
Signed-off-by: Michael Niedermayer …
|
|
|
@72a242c9
|
13 years |
michaelni |
swr: add swr_next_pts()
parameter descriptions partly reuse text from …
|
|
|
@f88f705a
|
13 years |
michaelni |
swr: add swr_drop_output()
Signed-off-by: Michael Niedermayer …
|
|
|
@7a59964b
|
13 years |
michaelni |
swr: add swr_inject_silence()
Signed-off-by: Michael Niedermayer …
|
|
|
@72872d02
|
13 years |
michaelni |
swr: Fix issue with injecting more data than can be used up in the …
|
|
|
@c5c35554
|
13 years |
michaelni |
swr: add some asserts to resample()
These check that the internal and …
|
|
|
@75e25f85
|
13 years |
michaelni |
swr: add reversefill_audiodata()
Signed-off-by: Michael Niedermayer …
|
|
|
@5027e3da
|
13 years |
michaelni |
swr: fix buf_set() so it works with input == output
Signed-off-by: …
|
|
|
@bdbfd456
|
13 years |
michaelni |
swr: make literal 32 a named constant in realloc_audio()
…
|
|
|
@186be49f
|
13 years |
michaelni |
swr: fill_audio_data() support NULL
Signed-off-by: Michael …
|
|
|
@3d2515a8
|
13 years |
michaelni |
f_split: fix output type.
The previous version checked the filter …
|
|
|
@5ac9ef64
|
13 years |
nicolas.george |
avfilter: make AVFilterFormats compatible with libav.
The list goes …
|
|
|
@63dcd16d
|
13 years |
mans |
fate: fix dependencies on SAMPLES being set
This allows fate to run …
|
|
|
@8ccc1c59
|
13 years |
mans |
fate: remove unnecessary libavfilter dependency
avconv now requires …
|
|
|
@0e82d317
|
13 years |
stefasab |
lavfi: rename vf_split.c -> f_split.c
The file now contains both an …
|
|
|
@150227e8
|
13 years |
stefasab |
lavfi/asplit: move asplit code to vf_split.c, and make it support N …
|
|
|
@e5fcf364
|
13 years |
Clément Bœsch |
lavf/id3v2: always strdup the value.
This simplifies the code but …
|
|
|
@6ad974a
|
13 years |
Clément Bœsch |
lavf/id3v2: do not export empty fields.
This also avoids a memleak.
|
|
|
@4fd57397
|
13 years |
Clément Bœsch |
doc/examples: make use of the parameter filters_descr parameter in …
|
|
|
@0cc9ee5f
|
13 years |
Clément Bœsch |
doc/examples: install them with the shared data.
|
|
|
@e692b9d5
|
13 years |
Clément Bœsch |
doc/examples: fix pts heuristic in filtering_video.
Note: the …
|
|
|
@60ea6b09
|
13 years |
Clément Bœsch |
lavfi/buffersink: typo fix in a comment.
|
|
|
@5e82ec9b
|
13 years |
Clément Bœsch |
doc/examples: properly close input in metadata.
Avoid some memleaks.
|
|
|
@50df68fd
|
13 years |
Clément Bœsch |
doc/examples: print operation filename in decoding_encoding.
|
|
|
@c6bbe3c2
|
13 years |
Clément Bœsch |
doc/examples: add debug compilation flag.
|
|
|
@06e4b98
|
13 years |
Clément Bœsch |
build: remove non-existant examples rule.
|
|
|
@6c211085
|
13 years |
Clément Bœsch |
doc/examples: use system headers in decoding_encoding and muxing.
All …
|
|
|
@136ca0e5
|
13 years |
Clément Bœsch |
doc/examples: remove explicit rules.
These rules are already in gmake …
|
|
|
@7aedfeeb
|
13 years |
Clément Bœsch |
doc/examples: add libavr to libraries to avoid link failures.
|
|
|
@eb945ab4
|
13 years |
Clément Bœsch |
ffmpeg: misc cosmetics.
Reduce diff against avconv, and change some …
|
|
|
@00be2f57
|
13 years |
nicolas.george |
ffmpeg: adapt to the buffersrc API changes.
|
|
|
@aa1246ea
|
13 years |
nicolas.george |
lavfi: unify src_buffer and buffersrc.
Most of the code is moved to …
|
|
|
@7997fc49
|
13 years |
nicolas.george |
lavfi: remove stray reference to planar/packed.
|
|
|
@9567f410
|
13 years |
nicolas.george |
avfilter: move some fields in AVFilterLink.
It restores ABI …
|
|
|
@31dfe20d
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
doc: …
|
|
|
@48a40e09
|
13 years |
michaelni |
ffmpeg: fix warning & bug for keep_pix_fmt
Found-by: ubitux …
|
|
|
@7f8bd161
|
13 years |
Clément Bœsch |
ffmpeg: remove unused variable i.
|
|
|
@9e2cee57
|
13 years |
Clément Bœsch |
ffmpeg: do not deprecate -vol and -map_channel.
These helpers are …
|
|
|
@fa29ca5f
|
13 years |
Clément Bœsch |
ffmpeg: resurrect -map_channel.
|
|
|
@48f30595
|
13 years |
Clément Bœsch |
pan: use ff_parse_channel_layout() instead of av_get_channel_layout(). …
|
|
|
@7c2bb79f
|
13 years |
Clément Bœsch |
lavu/error: fix make checkheaders.
The errors need to be defined …
|
|
|
@1913989f
|
13 years |
Clément Bœsch |
build: add codec_names.h to SKIPHEADERS to fix make checkheaders.
|
|
|
@3dba3b26
|
13 years |
Clément Bœsch |
lavc/vda: fix make checkheaders.
|
|
|
@08ad9f9a
|
13 years |
Clément Bœsch |
lavc/os2threads: fix make checkheaders.
|
|
|
@b56f885a
|
13 years |
Clément Bœsch |
lavc/libutvideo: fix make checkheaders.
|
|
|
@5b70e28c
|
13 years |
Clément Bœsch |
lavc/libutvideo: protect header.
|
|
|
@c8a7dd03
|
13 years |
Clément Bœsch |
lavc/jacosub: fix make checkheaders.
|
|
|
@9ae47fbd
|
13 years |
Clément Bœsch |
lavc/dcaenc: fix make checkheaders.
|
|
|
@978c8294
|
13 years |
Clément Bœsch |
lavc/g723.1: fix make checkheaders.
|
|
|
@02908a4b
|
13 years |
Clément Bœsch |
lavc/g723: protect header.
|
|
|
@7b78cb3a
|
13 years |
Clément Bœsch |
lavc/g729postfilter: fix make checkheaders.
|
|
|
@1308fa42
|
13 years |
Clément Bœsch |
lavf/swf: fix make checkheaders.
|
|
|
@64ff8a76
|
13 years |
Clément Bœsch |
lavfi: rename all_channel_layouts.h to all_channel_layouts.inc.
…
|
|
|
@f8f3deb7
|
13 years |
Clément Bœsch |
lavfi/transform: fix make checkheaders.
|
|
|
@cb9aed10
|
13 years |
Clément Bœsch |
lavd/dshow: fix make checkheaders.
|
|
|
@d1562d32
|
13 years |
Clément Bœsch |
lavd/dshow: protect header.
|
|
|
@96ac8663
|
13 years |
michaelni |
af_aresample: Consider the swresample delay during calculating …
|
|
|
@4def5d2b
|
13 years |
michaelni |
swr: add swr_get_delay() to find the exact delay the swresampler …
|
|
|
@6ba692f8
|
13 years |
michaelni |
af_aresample: fix rounding that led to sample accumulation in the …
|
|
|
@39885a4b
|
13 years |
anton |
avconv: reindent
|
|
|
@74b961db
|
13 years |
anton |
avconv: replace -vsync cfr code with the fps filter.
Invented …
|
|
|
@755cd419
|
13 years |
anton |
mov: enable parsing for VC-1.
This makes lavf discard broken …
|
|
|
@54c5dd89
|
13 years |
anton |
lavfi: Add fps filter.
Partially based on a patch by Robert Nagy …
|
|
|
@7b3b24a8
|
13 years |
anton |
lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.
|
|
|
@0ad26cd
|
13 years |
anton |
avconv: add support for audio in complex filtergraphs.
|
|
|
@90c9edba
|
13 years |
diego |
doc: Replace some @file tags by more suitable markup.
|
|
|
@1afc2789
|
13 years |
diego |
fate: Set FUZZ factor of vorbis-13 test to 2.
This is necessary to …
|
|
|
@4cc8e153
|
13 years |
diego |
fate: Set FUZZ factor of (e)ac3-encode test to 3.
This is necessary …
|
|
|
@c0c2424f
|
13 years |
nicolas.george |
fate: ffprobe tests require SAMPLES.
|
|
|
@ab5c38ec
|
13 years |
mans |
fate: remove unused code from regressions-funcs.sh
The only uses of …
|
|
|
@ae1ab826
|
13 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: put …
|
|
|
@db6ef054
|
13 years |
michaelni |
af_aresample: 10l fix, wrong timebase for next_pts.
Signed-off-by: …
|
|
|
@17d4233c
|
13 years |
stefasab |
lavfi/aevalsrc: reindent after the previous commit
|
|
|
@e1a8df70
|
13 years |
stefasab |
lavfi/aevalsrc: add option channel_layout
Allow to explicitly specify …
|
|
|
@cfde7395
|
13 years |
stefasab |
lavfi/aevalsrc: remove limitation on the number of channels
|
|
|
@47ef261
|
13 years |
stefasab |
lavu/parseutils: fix specification for av_parse_time()
|
|
|
@de2cfb74
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
pcmenc: …
|
|
|
@847943bc
|
13 years |
michaelni |
aresample: add code to flush the internal swr buffer.
Inspired-by …
|
|
|
@b3e1b95a
|
13 years |
michaelni |
aresample: check return code of swr_convert()
Issue found by …
|
|
|
@4b7304e8
|
13 years |
martin |
rtmp: Don't assume path points to a string of nonzero length
If using …
|
|
|
@01e98b1b
|
13 years |
anton |
avconv: fix behavior with -ss as an output option.
Don't return from …
|
|
|
@a99a3b1b
|
13 years |
michaelni |
ffmpeg: automatically insert volume filter when -vol is used.
…
|
|
|
@22a3a5ee
|
13 years |
michaelni |
ffmpeg: use av_buffersrc_add_frame() for audio too
fixes a memleak
…
|
|
|
@dc2e051c
|
13 years |
michaelni |
Merge branch 'audio-filters' of https://github.com/ubitux/FFmpeg
* …
|
|
|
@b13d39bd
|
13 years |
michaelni |
av_aresample: Allow changing sample format and channel layout as well
…
|
|
|
@a0493be1
|
13 years |
michaelni |
swresample: set the default parameters to "none"
this way it can …
|
|
|