|
|
|
@16b9156b
|
13 years |
michaelni |
ffm: disable adjust_write_index()
This code can in its current form …
|
|
|
@4f5c5416
|
13 years |
michaelni |
yadif: Add yuva444p to format list.
Signed-off-by: Michael …
|
|
|
@bd1d975c
|
13 years |
michaelni |
swr: fix silence buffer for planar U8
Signed-off-by: Michael …
|
|
|
@fecdc76a
|
13 years |
michaelni |
swr: fix cpy() after the len was changed to be in samples.
…
|
|
|
@715c8a5a
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (28 …
|
|
|
@cbbc472
|
13 years |
michaelni |
swr-x86-simd: add ff_unpack_2ch_int16_to_int16/int32/float_a_ssse3
…
|
|
|
@fb5c1aae
|
13 years |
kostya.shishkov |
dfa: use more meaningful return codes
|
|
|
@71a3c59e
|
13 years |
kostya.shishkov |
eatgv: check vector_bits
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@a390aa0
|
13 years |
kostya.shishkov |
eatgv: check motion vectors
|
|
|
@f10aeab6
|
13 years |
michaelni |
swr: audioconvert: consider mono to be planar
This way it will be …
|
|
|
@30b1961c
|
13 years |
diego |
Mark a number of variables only used in av_dlog() calls as av_unused.
…
|
|
|
@b2e92e94
|
13 years |
diego |
dvdec: drop const qualifier from variable to eliminate a warning
…
|
|
|
@ad027866
|
13 years |
diego |
avcodec: Improve comment for thread_safe_callbacks to avoid …
|
|
|
@be6009d3
|
13 years |
diego |
tests/utils: don't ignore the return value of fwrite()
Signed-off-by: …
|
|
|
@72ae583b
|
13 years |
michaelni |
swr-x86-simd: stereo unpack S16/S32/FLT-> S16/S32/FLT SSE/SSE2 (16 new …
|
|
|
@11ad5f0
|
13 years |
michaelni |
swr-x86-simd: create prototypes with macros, this is simpler.
…
|
|
|
@adfa53b9
|
13 years |
michaelni |
swr-x86-SIMD: 3 instructions less for stereo planar->packed …
|
|
|
@d1ac8e10
|
13 years |
michaelni |
CrystalHD: Improve detection of field pair -> two fields content.
…
|
|
|
@d4ac703c
|
13 years |
anton |
lavfi/formats: use sizeof(var) instead of sizeof(type).
|
|
|
@f10530b7
|
13 years |
anton |
lavfi: remove avfilter_default_config_input_link() declaration
The …
|
|
|
@25b3babe
|
13 years |
anton |
lavfi: always enable the scale filter and depend on sws.
The scale …
|
|
|
@fd18ee0f
|
13 years |
anton |
vf_split: support user-specifiable number of outputs.
|
|
|
@dce415e7
|
13 years |
anton |
avconv: remove stray useless comment.
|
|
|
@67a316bb
|
13 years |
nicolas.george |
vsrc_buffer: deprecate the header.
|
|
|
@aaa94f28
|
13 years |
nicolas.george |
vsrc_buffer: deprecate av_vsrc_buffer_add_video_buffer_ref.
|
|
|
@4d4350f4
|
13 years |
nicolas.george |
src_buffer: update get_nb_failed_requests name.
Implement …
|
|
|
@fe511b6e
|
13 years |
nicolas.george |
asrc_abuffer: deprecate the header.
|
|
|
@675e83bb
|
13 years |
nicolas.george |
asrc_abuffer: deprecate av_asrc_buffer_* functions.
|
|
|
@6073ce71
|
13 years |
nicolas.george |
lavfi: install buffersrc.h.
|
|
|
@317b2b7e
|
13 years |
nicolas.george |
lavfi: remove av_buffersrc_buffer.
It is no longer used anywhere.
…
|
|
|
@8ad1964e
|
13 years |
nicolas.george |
buffersrc: fix av_buffersrc_add_ref doxy.
av_buffersrc_add_ref can …
|
|
|
@870ca6a
|
13 years |
nicolas.george |
ffmpeg: do not include vsrc_buffer.h.
|
|
|
@ba7395aa
|
13 years |
nicolas.george |
ffmpeg: replace av_vsrc_buffer_add_frame by av_buffersrc_add_frame.
|
|
|
@6ec1e0fe
|
13 years |
nicolas.george |
ffmpeg: replace av_buffersrc_buffer with av_buffersrc_add_ref.
|
|
|
@29d27b54
|
13 years |
janne-libav |
mpegmux: add stuffing to avoid incomplete PCM frames
Fixes …
|
|
|
@ddce7dab
|
13 years |
mans |
rtsp: avoid const warnings from strtol() call
The strtol() interface …
|
|
|
@0de1319e
|
13 years |
mans |
avserver: check return value of ftruncate()
Signed-off-by: Mans …
|
|
|
@84aea80f
|
13 years |
Carl Eugen Hoyos |
oggparsevorbis.c: Check for OOM when using av_mallocz.
|
|
|
@1fdb5649
|
13 years |
kostya.shishkov |
lagarith: make offset array type unsigned
This is logical and also …
|
|
|
@8099187e
|
13 years |
kostya.shishkov |
dfa: add some checks to ensure that decoder won't write past frame end
|
|
|
@96f7590
|
13 years |
mans |
aacps: NEON optimisations
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@47d18d5
|
13 years |
mans |
aacps: align some arrays
This is required for SIMD optimisations.
…
|
|
|
@bf1945af
|
13 years |
mans |
aacps: move some loops to function pointers
Signed-off-by: Mans …
|
|
|
@2ed503af
|
13 years |
martin |
rtpdec_h264: Add missing newlines to av_log calls
Signed-off-by: …
|
|
|
@b97d21e4
|
13 years |
martin |
rtpdec_h264: Free old extradata before clearing the pointer
This …
|
|
|
@517dcc9b
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
tests: …
|
|
|
@5f4e18cd
|
13 years |
michaelni |
swr: replace the remaining 2 audio convert SIMD macros by the new ones …
|
|
|
@df5ff103
|
13 years |
michaelni |
swr: fix internal asm labels
Signed-off-by: Michael Niedermayer …
|
|
|
@b6f4f0d9
|
13 years |
michaelni |
swr: fix PACK_2CH register count
Signed-off-by: Michael Niedermayer …
|
|
|
@aae3119
|
13 years |
michaelni |
swr: replace planar->planar/packed->packed FLT<->S16/S32 SIMD by new …
|
|
|
@3c148703
|
13 years |
martin |
rtpdec_h264: Reorder code blocks
This removes one level of …
|
|
|
@b3688617
|
13 years |
martin |
rtpdec_h264: Make start_sequence a static const array
Signed-off-by: …
|
|
|
@48666c2b
|
13 years |
martin |
rtpdec_h264: Cleanup debug packet type counting
Signed-off-by: Martin …
|
|
|
@0b3ac9fe
|
13 years |
martin |
rtpdec_h264: Cosmetic cleanup
Add/fix spacing, split long lines, …
|
|
|
@f3d471f
|
13 years |
martin |
rtpdec_h264: Clean up comments
Split long comments, move long …
|
|
|
@dee48d0
|
13 years |
martin |
rtpdec_h264: Convert commented out code into setting an unused …
|
|
|
@47055b89
|
13 years |
michaelni |
swr: implement stereo S16/S32/FLT->S16/S32/FLT planar->packed in …
|
|
|
@fec3700d
|
13 years |
michaelni |
swr: update calling code to support mixed packed planar SIMD
…
|
|
|
@e8dd7928
|
13 years |
michaelni |
swr: change simd len argument to be in samples instead of dst bytes.
…
|
|
|
@3db60932
|
13 years |
michaelni |
swr-test: allow testing a specific subset of cases
Signed-off-by: …
|
|
|
@f0ccd53a
|
13 years |
diego |
tests: Refactor rotozoom/videogen common code into a separate file.
|
|
|
@814208a7
|
13 years |
diego |
tests: Mark some file-internal symbols as static.
|
|
|
@b5a3c603
|
13 years |
diego |
build: Drop leftover .exp pattern from LIBSUFFIXES list.
|
|
|
@23fba3ed
|
13 years |
Carl Eugen Hoyos |
Remove unused variable from ffv1 decoder.
|
|
|
@c6758ac0
|
13 years |
Carl Eugen Hoyos |
Skip padding bytes after reading musepack8 header.
Fixes ticket #1160.
|
|
|
@396d2aec
|
13 years |
Carl Eugen Hoyos |
alsdec.c: Also test 0 when checking rice decoder values.
…
|
|
|
@84917288
|
13 years |
Carl Eugen Hoyos |
alsdec.c: Simplify error check before calling rice decoder.
…
|
|
|
@5cb4f1a1
|
13 years |
anton |
vsrc_buffer: return EAGAIN if no frame is available.
This is not an …
|
|
|
@ddffe3de
|
13 years |
kostya.shishkov |
WMAL: Shift output samples by the specified number of padding zeroes.
…
|
|
|
@363c3a44
|
13 years |
kostya.shishkov |
WMAL: Restore removed code in mclms_predict()
Based on observations …
|
|
|
@45a7b067
|
13 years |
michaelni |
oggvorbis: fix the first 2 packets timestamps matching issue
…
|
|
|
@3d42addf
|
13 years |
michaelni |
png_parser: try to fix big endian
Signed-off-by: Michael Niedermayer …
|
|
|
@44f99fe0
|
13 years |
martin |
rtpdec_h264: Remove a useless ifdef
assert is a no-op if DEBUG isn't …
|
|
|
@8d43b8b
|
13 years |
martin |
rtpdec_h264: Remove outdated/useless/incorrect comments
RTCP is …
|
|
|
@5a571d32
|
13 years |
martin |
rtpdec_h264: Remove useless memory corruption checks
Signed-off-by: …
|
|
|
@b7b7354c
|
13 years |
martin |
rtpdec_h264: Return proper error codes
Signed-off-by: Martin Storsjö …
|
|
|
@5245adb9
|
13 years |
martin |
rtpdec_h264: Check the available data length before reading
This …
|
|
|
@de26a4b6
|
13 years |
martin |
rtpdec_h264: Add input size checks
This fixes crashes if given too …
|
|
|
@16db88a0
|
13 years |
michaelni |
vorbis_parser: fix blocksize
Signed-off-by: Michael Niedermayer …
|
|
|
@441dce21
|
13 years |
michaelni |
oggvorbis: move handling of first packets ts from parser to muxer.
…
|
|
|
@d2205d65
|
13 years |
rsbultje |
png: check bit depth for PAL8/Y400A pixel formats.
Wrong bit depth …
|
|
|
@273e6af4
|
13 years |
rsbultje |
ea: check chunk_size for validity.
Found-by: Mateusz "j00ru" Jurczyk …
|
|
|
@bce42e95
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@b18c9f1e
|
13 years |
michaelni |
oggtheora: Port changes from oggvorbis timestamp handling.
…
|
|
|
@fe5c5bcc
|
13 years |
michaelni |
oggvorbisdec: Apply timestamp calculation always when timestamps arent …
|
|
|
@1f95ad48
|
13 years |
michaelni |
oggvorbisdec: redesign special handling of first frames timestamp.
…
|
|
|
@9f357e2b
|
13 years |
nicolas.george |
examples/filtering_audio: use av_buffersrc_add_frame.
|
|
|
@7bac2a78
|
13 years |
nicolas.george |
src_buffer: implement av_buffersrc_add_frame.
It supersedes …
|
|
|
@a96cd73f
|
13 years |
nicolas.george |
src_buffer: implement audio buffer copy.
|
|
|
@d8407bba
|
13 years |
nicolas.george |
lavfi/avcodec: implement audio copy_frame_prop.
|
|
|
@32094285
|
13 years |
nicolas.george |
lavfi: implement avfilter_get_audio_buffer_ref_from_frame.
|
|
|
@37ddd383
|
13 years |
alex.converse |
celp filters: Do not read earlier than the start of the 'out' vector.
…
|
|
|
@9e6a1c89
|
13 years |
Clément Bœsch |
ffmpeg: fix indent in term_init().
|
|
|
@3c1d52d
|
13 years |
Clément Bœsch |
Fix a few @file doxy inconsistencies.
|
|
|
@49df97b2
|
13 years |
Clément Bœsch |
ffmpeg: stronger ffpresets parsing.
This fixes at least issues with …
|
|
|
@ec271c95
|
13 years |
Clément Bœsch |
presets: specify the codecs.
This allows the following usages: …
|
|
|
@19bc232
|
13 years |
Clément Bœsch |
Remove old ffpresets.
They are now replaced with presets/ directory. …
|
|
|
@2ee6dca
|
13 years |
michaelni |
png_parser
This adds support for png image2pipe streaming
Update to …
|
|
|
@63eb01d9
|
13 years |
michaelni |
oggvorbis: Try to fix pts off by 1 issue.
Signed-off-by: Michael …
|
|
|
@313f9fbf
|
13 years |
mans |
configure: add POWER[5-7] support
Also merge POWER3 and POWER4 …
|
|
|