40401 Commits (ba7395aace902d14d584a2171b728ebe901b3322)
 

Author SHA1 Message Date
Nicolas George ba7395aace ffmpeg: replace av_vsrc_buffer_add_frame by av_buffersrc_add_frame. 13 years ago
Nicolas George 6ec1e0fed9 ffmpeg: replace av_buffersrc_buffer with av_buffersrc_add_ref. 13 years ago
Carl Eugen Hoyos 84aea80f78 oggparsevorbis.c: Check for OOM when using av_mallocz. 13 years ago
Michael Niedermayer 517dcc9b5f Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer 5f4e18cd16 swr: replace the remaining 2 audio convert SIMD macros by the new ones 13 years ago
Michael Niedermayer df5ff103cd swr: fix internal asm labels 13 years ago
Michael Niedermayer b6f4f0d9ef swr: fix PACK_2CH register count 13 years ago
Michael Niedermayer aae3119643 swr: replace planar->planar/packed->packed FLT<->S16/S32 SIMD by new macros 13 years ago
Michael Niedermayer 47055b8913 swr: implement stereo S16/S32/FLT->S16/S32/FLT planar->packed in SSE/SSE2 13 years ago
Michael Niedermayer fec3700dcd swr: update calling code to support mixed packed planar SIMD 13 years ago
Michael Niedermayer e8dd7928c8 swr: change simd len argument to be in samples instead of dst bytes. 13 years ago
Michael Niedermayer 3db6093244 swr-test: allow testing a specific subset of cases 13 years ago
Diego Biurrun f0ccd53a3b tests: Refactor rotozoom/videogen common code into a separate file. 13 years ago
Diego Biurrun 814208a7a6 tests: Mark some file-internal symbols as static. 13 years ago
Diego Biurrun b5a3c6038d build: Drop leftover .exp pattern from LIBSUFFIXES list. 13 years ago
Carl Eugen Hoyos 23fba3ed5c Remove unused variable from ffv1 decoder. 13 years ago
Carl Eugen Hoyos c6758ac027 Skip padding bytes after reading musepack8 header. 13 years ago
Carl Eugen Hoyos 396d2aecc5 alsdec.c: Also test 0 when checking rice decoder values. 13 years ago
Carl Eugen Hoyos 849172882c alsdec.c: Simplify error check before calling rice decoder. 13 years ago
Nicolas George 5cb4f1a127 vsrc_buffer: return EAGAIN if no frame is available. 13 years ago
Jakub Stachowski ddffe3de43 WMAL: Shift output samples by the specified number of padding zeroes. 13 years ago
Mashiat Sarker Shakkhar 363c3a44ff WMAL: Restore removed code in mclms_predict() 13 years ago
Michael Niedermayer 45a7b0674d oggvorbis: fix the first 2 packets timestamps matching issue 13 years ago
Michael Niedermayer 3d42addf33 png_parser: try to fix big endian 13 years ago
Martin Storsjö 44f99fe0f5 rtpdec_h264: Remove a useless ifdef 13 years ago
Martin Storsjö 8d43b8b8e8 rtpdec_h264: Remove outdated/useless/incorrect comments 13 years ago
Martin Storsjö 5a571d3241 rtpdec_h264: Remove useless memory corruption checks 13 years ago
Martin Storsjö b7b7354c33 rtpdec_h264: Return proper error codes 13 years ago
Martin Storsjö 5245adb963 rtpdec_h264: Check the available data length before reading 13 years ago
Ivan Kovtunov de26a4b699 rtpdec_h264: Add input size checks 13 years ago
Michael Niedermayer 16db88a093 vorbis_parser: fix blocksize 13 years ago
Michael Niedermayer 441dce2169 oggvorbis: move handling of first packets ts from parser to muxer. 13 years ago
Ronald S. Bultje d2205d6543 png: check bit depth for PAL8/Y400A pixel formats. 13 years ago
Ronald S. Bultje 273e6af47b ea: check chunk_size for validity. 13 years ago
Michael Niedermayer bce42e95d1 Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer b18c9f1eb0 oggtheora: Port changes from oggvorbis timestamp handling. 13 years ago
Michael Niedermayer fe5c5bccce oggvorbisdec: Apply timestamp calculation always when timestamps arent known. 13 years ago
Michael Niedermayer 1f95ad48ff oggvorbisdec: redesign special handling of first frames timestamp. 13 years ago
Nicolas George 9f357e2bcd examples/filtering_audio: use av_buffersrc_add_frame. 13 years ago
Nicolas George 7bac2a78c2 src_buffer: implement av_buffersrc_add_frame. 13 years ago
Nicolas George a96cd73ff2 src_buffer: implement audio buffer copy. 13 years ago
Nicolas George d8407bba0e lavfi/avcodec: implement audio copy_frame_prop. 13 years ago
Nicolas George 32094285ad lavfi: implement avfilter_get_audio_buffer_ref_from_frame. 13 years ago
Alex Converse 37ddd38332 celp filters: Do not read earlier than the start of the 'out' vector. 13 years ago
Clément Bœsch 9e6a1c8981 ffmpeg: fix indent in term_init(). 13 years ago
Clément Bœsch 3c1d52d30b Fix a few @file doxy inconsistencies. 13 years ago
Clément Bœsch 49df97b282 ffmpeg: stronger ffpresets parsing. 13 years ago
Clément Bœsch ec271c9579 presets: specify the codecs. 13 years ago
Clément Bœsch 19bc2320f3 Remove old ffpresets. 13 years ago
Peter Holik 2ee6dca3b8 png_parser 13 years ago