|
|
|
@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.
|
|
|
@84aea80f
|
13 years |
Carl Eugen Hoyos |
oggparsevorbis.c: Check for OOM when using av_mallocz.
|
|
|
@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 …
|
|
|
@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 …
|
|
|
@e8339302
|
13 years |
michaelni |
fate: update ogg seektest after all the bug fixes
Signed-off-by: …
|
|
|
@231d32c8
|
13 years |
michaelni |
oggtheora: Fix initial pts
code based on the solution in vorbis
…
|
|
|
@49d935b5
|
13 years |
michaelni |
seek-test: support printing multiple packets
Signed-off-by: Michael …
|
|
|
@ef32fbaf
|
13 years |
michaelni |
oggdec: fix off by one error on pos_limit
Signed-off-by: Michael …
|
|
|
@a6bb09fc
|
13 years |
michaelni |
oggdec: print error on failure to create streams
Signed-off-by: …
|
|
|
@251ce231
|
13 years |
michaelni |
oggdec: print error on changing streams when its unsupported.
…
|
|
|
@6fd47806
|
13 years |
michaelni |
oggdec: print error on unsupported versions
Signed-off-by: Michael …
|
|
|
@96fb233
|
13 years |
michaelni |
oggdec: reset lastpts so that justins vorbis duration correction is …
|
|
|
@5f9f78dc
|
13 years |
michaelni |
oggdec: pass avformat context to ogg_reset()
Signed-off-by: Michael …
|
|
|
@babf2a34
|
13 years |
michaelni |
seek-test: support manually forcing a seek to a specific position
…
|
|
|
@4b70bba5
|
13 years |
onemda |
zerocodec: check if there is previous frame
Fixes crash in bug #1219. …
|
|
|
@b7159877
|
13 years |
onemda |
shorten: unsigned 8bit support
|
|
|
@c02efacc
|
13 years |
mans |
arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6 …
|
|
|
@d98b254a
|
13 years |
michaelni |
Merge https://github.com/mjbshaw/FFmpeg-OpenJPEG-J2K-Encoder
* …
|
|
|
@58b2e0f
|
13 years |
mans |
vqavideo: return error if image size is not a multiple of block size
…
|
|
|
@e5356ebf
|
13 years |
justin.ruggles |
cosmetics: indentation
|
|
|
@8916f1fb
|
13 years |
justin.ruggles |
avformat: only fill-in interpolated timestamps if duration is non-zero …
|
|
|
@ff499157
|
13 years |
justin.ruggles |
avformat: remove a workaround for broken timestamps
This modifies pts …
|
|
|
@b7a928b
|
13 years |
mbradshaw |
libopenjpegdec: respect JP2 color space, fix ticket 1179
…
|
|
|
@27744fe4
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mpeg12: …
|
|
|
@af58a77f
|
13 years |
Clément Bœsch |
lavfi/src_buffer: fix indent.
|
|
|
@fd4b4dd
|
13 years |
Clément Bœsch |
ffmpeg: fix indent.
|
|
|
@f8d58c59
|
13 years |
nicolas.george |
src_buffer: merge av_asrc_buffer_add_audio_buffer_ref.
Implement it …
|
|
|
@be8edff
|
13 years |
nicolas.george |
src_buffer: move audio format change check in a separate function.
|
|
|
@cc14cdec
|
13 years |
nicolas.george |
src_buffer: move buffer copy in a separate function.
This will make …
|
|
|
@f94b150a
|
13 years |
nicolas.george |
src_buffer: move format change check in a separate function.
This …
|
|
|
@3985ec0
|
13 years |
nicolas.george |
src_buffer: introduce av_buffersrc_add_ref().
This function merges …
|
|
|
@77c0b361
|
13 years |
Clément Bœsch |
doc: fix API examples references.
|
|
|
@9ae570fb
|
13 years |
Clément Bœsch |
JACOsub demuxer, decoder and muxer.
|
|
|
@234e0025
|
13 years |
nicolas.george |
ffplay: use AVFrame accessor.
|
|
|
@ae344b2c
|
13 years |
nicolas.george |
ffmpeg: use AVFrame accessor.
|
|
|
@e296f1b
|
13 years |
nicolas.george |
lavc: implement accessors for some AVFrame fields.
Compared to …
|
|
|
@1d4a0147
|
13 years |
derek.buitenhuis |
mpeg12: fixed parsing in some mpeg2 streams
Signed-off-by: Michael …
|
|
|
@ca93f0fa
|
13 years |
derek.buitenhuis |
Add SMPTE240M transfer characteristics flag.
Signed-off-by: Michael …
|
|
|
@68b9ed83
|
13 years |
derek.buitenhuis |
mpegts: Some additional HDMV types and reg descriptors for mpegts
…
|
|
|
@c1fe2db3
|
13 years |
michaelni |
swr: add ff_int32_to_float_a_avx
Signed-off-by: Michael Niedermayer …
|
|
|
@29ed190
|
13 years |
michaelni |
swr-test: fix rounding error leading to NAN
Signed-off-by: Michael …
|
|
|
@28d37f71
|
13 years |
michaelni |
examples/decoding_encoding: fix encoding when all frames got buffered. …
|
|
|
@20f47eb
|
13 years |
stefasab |
doc/filters: consistently use '"' for quoting the drawtext arguments …
|
|
|
@126ba162
|
13 years |
stefasab |
lavfi/drawtext: give a new alias "timecode_rate" to the the r/rate …
|
|
|
@4f19e50c
|
13 years |
stefasab |
doc/filters: document drawtext draw expression
|
|
|
@eb07f4cc
|
13 years |
stefasab |
lavfi/drawtext: rename and document variables d_expr and d_pexpr
Use …
|
|
|
@56b39bd5
|
13 years |
stefasab |
doc/filters: document rand() drawtext expression function
|
|
|
@f4a6c3b0
|
13 years |
stefasab |
doc/filters: document x and y drawtext expression parameters
|
|
|
@730af6e6
|
13 years |
stefasab |
doc/filters: fix location of "rate" and "timecode" drawtext options
…
|
|
|
@65d2b2fb
|
13 years |
stefasab |
lavfi/drawtext: alphabetically sort the expression parameters
|
|
|