|
|
|
@f1874652
|
13 years |
diego |
VC1: restore mistakenly removed code
The code was mistakenly removed …
|
|
|
@e53eecd0
|
13 years |
justin.ruggles |
twinvq: check output buffer size before decoding
|
|
|
@5ed68178
|
13 years |
justin.ruggles |
twinvq: return an error when the packet size is too small
|
|
|
@07e12564
|
13 years |
anton |
lavf: export some forgotten symbols with non-av prefixes.
|
|
|
@f48b12e0
|
13 years |
rsbultje |
swscale: update altivec yuv2planeX asm to new per-plane API.
|
|
|
@6cacecdc
|
13 years |
rsbultje |
swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.
Also implement …
|
|
|
@7fbbf952
|
13 years |
rsbultje |
yuv2planeX10 SIMD
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
|
|
@109f62e
|
13 years |
rsbultje |
swscale: decide whether to use yuv2plane1/X on a per-plane basis.
|
|
|
@f99654d4
|
13 years |
rsbultje |
swscale: reintroduce full precision in 16-bit output.
|
|
|
@ff7913ae
|
13 years |
rsbultje |
Split up yuv2yuvX functions
Signed-off-by: Ronald S. Bultje …
|
|
|
@34e8d147
|
13 years |
rsbultje |
Split out yuv2yuv1 luma and chroma in order to make them generic DSP …
|
|
|
@9abc9873
|
13 years |
anton |
lavc: replace references to deprecated …
|
|
|
@5ea0001f
|
13 years |
anton |
lavc: translate non-flag-based er options into flag-based ef options …
|
|
|
@c8dad9a6
|
13 years |
anton |
add -err_filter AVOptions to access flag-based error recognition
…
|
|
|
@b0b32310
|
13 years |
rsbultje |
h264_weight: initialize "height" function argument properly.
Right …
|
|
|
@27cedd83
|
13 years |
janne-libav |
presets: spelling error in libvpx 1080p50_60
Signed-off-by: Janne …
|
|
|
@fec5777e
|
13 years |
janne-libav |
avplay: fix fullscreen behaviour with SDL 1.2.14 on Mac OS X
The blue …
|
|
|
@f4b51d06
|
13 years |
martin |
flvdec: Do not call parse_keyframes_index with a NULL stream
…
|
|
|
@b19e0c2b
|
13 years |
justin.ruggles |
libspeexdec: include system headers before local headers
|
|
|
@a470fe80
|
13 years |
justin.ruggles |
libspeexdec: return meaningful error codes
|
|
|
@14bc60db
|
13 years |
justin.ruggles |
libspeexdec: cosmetics: reindent
|
|
|
@7eeaa679
|
13 years |
justin.ruggles |
libspeexdec: decode one frame at a time.
This allows for knowing the …
|
|
|
@41ac093f
|
13 years |
mans |
swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables()
…
|
|
|
@5dd35b43
|
13 years |
anton |
Move timefilter code from lavf to lavd.
It's only used in the JACK …
|
|
|
@b06df707
|
13 years |
anton |
mov: add support for hdvd and pgapmetadata atoms
Signed-off-by: Anton …
|
|
|
@5da35d1
|
13 years |
anton |
mov: rename function _stik, some indentation cosmetics
Signed-off-by: …
|
|
|
@80951f5c
|
13 years |
anton |
mov: rename function _int8 to remove ambiguity, some indentation …
|
|
|
@94395fb
|
13 years |
anton |
mov: parse the gnre atom
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
|
|
@95891804
|
13 years |
justin.ruggles |
mp3on4: check for allocation failures in decode_init_mp3on4()
|
|
|
@180bf988
|
13 years |
justin.ruggles |
mp3on4: create a separate flush function for MP3onMP4.
The correct …
|
|
|
@53c8443a
|
13 years |
justin.ruggles |
mp3on4: ensure that the frame channel count does not exceed the codec …
|
|
|
@1183d6cd
|
13 years |
justin.ruggles |
mp3on4: set channel layout
|
|
|
@fff0f831
|
13 years |
justin.ruggles |
mp3on4: fix the output channel order
|
|
|
@f507dd06
|
13 years |
justin.ruggles |
mp3on4: allocate temp buffer with av_malloc() instead of on the stack. …
|
|
|
@cb72230d
|
13 years |
justin.ruggles |
mp3on4: copy MPADSPContext from first context to all contexts.
Fixes …
|
|
|
@aad3429d
|
13 years |
justin.ruggles |
fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm …
|
|
|
@4e8e2624
|
13 years |
justin.ruggles |
fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm
|
|
|
@185142a5
|
13 years |
justin.ruggles |
fmtconvert: check compile-time x86 instruction set flags
|
|
|
@708ab7d
|
13 years |
justin.ruggles |
fmtconvert: port float_to_int16() x86 inline asm to yasm
|
|
|
@45add995
|
13 years |
justin.ruggles |
fmtconvert: fix and extend documentation for float_interleave()
|
|
|
@ef74e397
|
13 years |
justin.ruggles |
flvenc: store delay and last_ts per-stream.
|
|
|
@b034c95c
|
13 years |
mans |
h264: fix ppc/altivec build
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@b8bb9c02
|
13 years |
rsbultje |
Enable multithreding when decoding with libopenjpeg
Enable …
|
|
|
@27209bb1
|
13 years |
rsbultje |
h264: mark some MC functions with av_always_inline instead of inline.
…
|
|
|
@05fb63f5
|
13 years |
rsbultje |
H264: have hl_motion() and its callees take a chroma_idc argument.
|
|
|
@c2d33742
|
13 years |
rsbultje |
H264: change weight/biweight functions to take a height argument.
…
|
|
|
@229d263c
|
13 years |
rsbultje |
Support for lossless and inter H264 4:2:2.
|
|
|
@76741b0e
|
13 years |
rsbultje |
h264: 4:2:2 intra decoding support
Signed-off-by: Diego Biurrun …
|
|
|
@dc49bf12
|
13 years |
rsbultje |
sws/pixfmt/pixdesc: add support for yuv420p9le/be.
|
|
|
@e85297e0
|
13 years |
rsbultje |
Revert d1d421cbc0d13b08535f7fc08d179572ee352072: change to …
|
|
|
@ce42a048
|
13 years |
rsbultje |
vp8: fix up handling of segmentation_maps in reference frames.
…
|
|
|
@8305041e
|
13 years |
rsbultje |
swscale: prevent overflow in coefficient calculation.
|
|
|
@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
|
|
|
@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.
|
|
|
@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 …
|
|
|
@8096fdf0
|
13 years |
janne-libav |
presets: rename presets directory
|
|
|