|
|
|
@ce253ed
|
13 years |
michaelni |
fix shared lib build
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@dd8ffc19
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (47 …
|
|
|
@44a2bb75
|
13 years |
michaelni |
swr: Fix swresample.c:293:5: warning: passing argument 2 of …
|
|
|
@36e5e51a
|
13 years |
michaelni |
swr: remove unused variable.
Signed-off-by: Michael Niedermayer …
|
|
|
@a9111772
|
13 years |
michaelni |
swr: Fix assignment discards qualifiers from pointer target type …
|
|
|
@03e56a2a
|
13 years |
michaelni |
resample2: Fix passing argument from incompatible pointer type …
|
|
|
@e6459720
|
13 years |
michaelni |
swr: Mark src as const in swr_resample()
Signed-off-by: Michael …
|
|
|
@76dbb090
|
13 years |
michaelni |
rematrix: Fix several passing argument from incompatible pointer type …
|
|
|
@4aeaba47
|
13 years |
michaelni |
presets: spelling error in libvpx 1080p50_60
Signed-off-by: Michael …
|
|
|
@b4d0e780
|
13 years |
michaelni |
aacdec:only overwrite configuration if theres a actual change.
Fixes …
|
|
|
@65d3176a
|
13 years |
anton |
lavc: hide private symbols.
Overhead as reported by rbelf-size goes …
|
|
|
@586657c2
|
13 years |
anton |
lavc: deprecate img_get_alpha_info().
It's never been touched or used …
|
|
|
@0842d589
|
13 years |
anton |
lavc: use avpriv_ prefix for ff_toupper4.
It's used in lavf.
|
|
|
@9f51c68
|
13 years |
anton |
lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.
They …
|
|
|
@6f89efe
|
13 years |
anton |
lavc: use avpriv_ prefix for ff_ac3_parse_header.
It's used in lavf.
|
|
|
@9138a130
|
13 years |
anton |
lavc: use avpriv_ prefix for ff_frame_rate_tab.
It's used in lavf.
|
|
|
@773375c3
|
13 years |
anton |
lavc: rename ff_find_start_code to avpriv_mpv_find_start_code
It's …
|
|
|
@357db4c2
|
13 years |
anton |
lavc: use avpriv_ prefix for ff_split_xiph_headers.
It's used in lavf.
|
|
|
@2361e59b
|
13 years |
anton |
lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header.
It's …
|
|
|
@242c73a0
|
13 years |
anton |
lavc: use avpriv_ prefix for some dv symbols used in lavf.
…
|
|
|
@d9cca9fc
|
13 years |
anton |
lavc: use avpriv_ prefix for some flac symbols used in lavf.
…
|
|
|
@59a9a235
|
13 years |
anton |
lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.
…
|
|
|
@82ab61f9
|
13 years |
anton |
lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.
…
|
|
|
@73ae27e1
|
13 years |
anton |
lavc: use avpriv_ prefix for ff_aac_parse_header().
It's used in lavf.
|
|
|
@8d74bf17
|
13 years |
anton |
lavf: hide private symbols.
Overhead as reported by rbelf-size goes …
|
|
|
@ab88b25f
|
13 years |
anton |
lavf: use avpriv_ prefix for some dv functions.
They are used in …
|
|
|
@1fa395e4
|
13 years |
anton |
lavf: use avpriv_ prefix for ff_new_chapter().
It's used in libavdevice.
|
|
|
@68d3aec8
|
13 years |
justin.ruggles |
avcodec: add CODEC_CAP_DELAY note to avcodec_decode_audio3() documentation
|
|
|
@352fc5f1
|
13 years |
justin.ruggles |
avcodec: clarify the CODEC_CAP_DELAY note in avcodec_decode_video2()
|
|
|
@ffeeae92
|
13 years |
justin.ruggles |
avcodec: clarify documentation of CODEC_CAP_DELAY
|
|
|
@1baa25c7
|
13 years |
justin.ruggles |
shorten: fix end-of-stream decoding.
enable CODEC_CAP_DELAY to flush …
|
|
|
@d03f9f65
|
13 years |
justin.ruggles |
shorten: do not use block size to determine whether to read the header.
|
|
|
@882dafe9
|
13 years |
justin.ruggles |
shorten: check output buffer size before decoding
|
|
|
@bd7f7d6c
|
13 years |
justin.ruggles |
shorten: use av_clip_int16() for output sample clipping
|
|
|
@069ada4
|
13 years |
justin.ruggles |
shorten: use bytestream functions to decode the embedded WAVE header
|
|
|
@c25762fc
|
13 years |
justin.ruggles |
shorten: add some comments
|
|
|
@15d146c9
|
13 years |
justin.ruggles |
shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc()
|
|
|
@034f42df
|
13 years |
justin.ruggles |
cosmetics: remove some needless commented-out stuff
|
|
|
@cfa317f6
|
13 years |
justin.ruggles |
shorten: validate block size
|
|
|
@45d7d31f
|
13 years |
justin.ruggles |
shorten: move declaration of 'ret' to top of shorten_decode_frame()
|
|
|
@a8055992
|
13 years |
justin.ruggles |
shorten: pass on error value from allocate_buffers() instead of …
|
|
|
@9e5e2c2d
|
13 years |
justin.ruggles |
shorten: check for realloc failure
|
|
|
@fe31a637
|
13 years |
justin.ruggles |
shorten: move decoding of prediction order and applying of global …
|
|
|
@0f97c501
|
13 years |
justin.ruggles |
shorten: only calculate output size when returning decoded samples, …
|
|
|
@e9e37f2d
|
13 years |
justin.ruggles |
cosmetics: reindent
|
|
|
@9000b6db
|
13 years |
justin.ruggles |
shorten: separate processing of audio commands from non-audio commands
|
|
|
@0774548
|
13 years |
justin.ruggles |
shorten: skip some fields in the WAV header embedded in the shorten …
|
|
|
@a1f7885a
|
13 years |
justin.ruggles |
shorten: split reading of file header into a separate functions
|
|
|
@9ef6c797
|
13 years |
justin.ruggles |
avformat: do not require frame_size for Speex.
Having it there forces …
|
|
|
@0e69c047
|
13 years |
justin.ruggles |
ogg/speex: set correct timestamp and duration for the first packet.
…
|
|
|
@4ee247a
|
13 years |
justin.ruggles |
flvenc: check packet duration in speex using timestamps
Using …
|
|
|
@b606a017
|
13 years |
justin.ruggles |
libspeexenc: add libspeex encoder
|
|
|
@52375ba5
|
13 years |
justin.ruggles |
flvenc: adjust for negative DTS for all codecs, not just H.264
|
|
|
@e6e86e64
|
13 years |
michaelni |
presets: favor vprofile over profile to avoid conflicts with audio …
|
|
|
@265980da
|
13 years |
diego |
x86: Move some variable declarations below the appropriat #ifdef.
…
|
|
|
@2cb7c816
|
13 years |
diego |
x86: Fix linking of ProRes DSP ASM with YASM disabled.
|
|
|
@43fce22
|
13 years |
stefasab |
lavfi: add missing header mulitple-inclusion guard in transform.h
|
|
|
@99d48b07
|
13 years |
stefasab |
lavfi/transform.h: apply misc doxy cosmetical changes
|
|
|
@8daf04ad
|
13 years |
michaelni |
aacdec: support chan config =1 stereo files
Signed-off-by: Michael …
|
|
|
@d0492578
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@9ef71432
|
13 years |
michaelni |
deshake: limit deshake to specific area to search for motion vectors.
|
|
|
@1373923
|
13 years |
michaelni |
v210dec: remove debuging #include
Signed-off-by: Michael Niedermayer …
|
|
|
@463ea05a
|
13 years |
diego |
avcodec.h: Move G.729/G.723 CODEC_IDs to the correct section.
This is …
|
|
|
@26af0953
|
13 years |
diego |
Only test-compile w32pthreads.h if W32THREADS are available.
This …
|
|
|
@bc38e837
|
13 years |
michaelni |
mpegts: do not return from ff_mpegts_parse_packet() after having seen …
|
|
|
@49ec0c81
|
13 years |
michaelni |
mpegts: fix return value when enough ts packets have been parsed or …
|
|
|
@e662b263
|
13 years |
michaelni |
Fixes avpicture_layout to not write past buffer end.
…
|
|
|
@e31c5ebe
|
13 years |
michaelni |
mpegtsenc: fix handling of large audio packets
(sorry i have no …
|
|
|
@8096fdf0
|
13 years |
janne-libav |
presets: rename presets directory
|
|
|
@057161d3
|
13 years |
Clément Bœsch |
mpeg12: remove 'and' around last timecode field to match std …
|
|
|
@44d27736
|
13 years |
michaelni |
Add V210 SIMD
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@b1766c17
|
13 years |
michaelni |
Move x264asm to libavutil.
Signed-off-by: Michael Niedermayer …
|
|
|
@6ea6ff05
|
13 years |
Reimar.Doeffinger |
Do not call parse_keyframes_index with NULL stream.
Seems to fix trac …
|
|
|
@f0eeff70
|
13 years |
anton |
lavc: make avcodec_get_context_defaults3 "officially" public
…
|
|
|
@84ad31ff
|
13 years |
anton |
lavf: replace av_new_stream->avformat_new_stream part II.
Manual …
|
|
|
@3b3bbdd3
|
13 years |
anton |
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Trivial …
|
|
|
@569129a6
|
13 years |
anton |
lavf: add avformat_new_stream as a replacement for av_new_stream.
It …
|
|
|
@73447eb4
|
13 years |
martin |
Use correct scaling table for bwd-pred MVs in second B-field
When …
|
|
|
@891f76b0
|
13 years |
Carl Eugen Hoyos |
Fix AMR block length for no data mode when muxing mov.
Fixes ticket …
|
|
|
@0d8506b8
|
13 years |
anton |
Ut Video decoder
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
|
|
@df3ca34a
|
13 years |
anton |
Makefile: change presets extension to .avpreset
Fixes make install.
|
|
|
@ec2ac927
|
13 years |
anton |
lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs
The …
|
|
|
@0244879f
|
13 years |
anton |
lavfi: add testsrc source
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
|
|
@4e64c4d5
|
13 years |
anton |
AVOptions: add documentation.
|
|
|
@1279098d
|
13 years |
anton |
presets: update libx264 ffpresets
Use the native libx264 options and …
|
|
|
@f0ff822c
|
13 years |
michaelni |
mpeg12dec: Support invalid field motion types,
Fixes Ticket539
…
|
|
|
@d6c21c7a
|
13 years |
michaelni |
mpeg12dec: assert no field frame mess
Signed-off-by: Michael …
|
|
|
@be401448
|
13 years |
michaelni |
mov: Raise ctts dts_shift threshold by 1
This fixes issue2246neu.mp4
…
|
|
|
@70d9fb6
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@35674a29
|
13 years |
michaelni |
vf_mp: Fix several incompatible pointer type warnings.
Signed-off-by: …
|
|
|
@cb3034e0
|
13 years |
michaelni |
vf_unsharp: Fix false ‘src2’ may be used uninitialized in this …
|
|
|
@e73cc281
|
13 years |
michaelni |
src_movie: Fix incompatible pointer type warning.
Signed-off-by: …
|
|
|
@5ed20cfe
|
13 years |
michaelni |
vf_deshake: Fix cast discards qualifiers from pointer target type …
|
|
|
@e96aa8d1
|
13 years |
michaelni |
vf_pixdesctest: Fix incompatible pointer type warning.
Signed-off-by: …
|
|
|
@abe9c54f
|
13 years |
michaelni |
yadif: Fix assignment from incompatible pointer type warning
…
|
|
|
@2982b02
|
13 years |
michaelni |
vsrc_buffer: FIx incompatible pointer type warning
Signed-off-by: …
|
|
|
@d97ca425
|
13 years |
janne-libav |
sunrast: Check for out of bounds reads
Signed-off-by: Janne Grunau …
|
|
|
@ffb7c6e5
|
13 years |
stefasab |
aevalsrc: enclose example arguments in double quotes
More paste …
|
|
|
@2f468826
|
13 years |
Clément Bœsch |
ffprobe: prefer av_freep() over av_free() for global print_format …
|
|
|
@f4eeb00
|
13 years |
stefasab |
ffprobe: fix weird align
|
|
|