40612 Commits (5b55c7f4e9690f4503ac21479c08cb170b15a3d2)
 

Author SHA1 Message Date
Diego Biurrun ea14050642 txd: Remove write-only variable in txd_decode_frame(). 13 years ago
Diego Biurrun 246b050f51 mmvideo.c: Remove unused variable in mm_decode_pal(). 13 years ago
Diego Biurrun dbe6ba55a3 build: cosmetics: Add missing end-of-line backslashes to item lists. 13 years ago
Diego Biurrun 9eb83a56aa build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. 13 years ago
Diego Biurrun 1f4f752117 libschroedinger: Move a function to avoid a forward declaration. 13 years ago
Sean McGovern b68c4ac293 pthread: warn on high thread counts 13 years ago
Robert Nagy a07578f3f2 vf_yadif: fix missing error handling for avfilter_poll_frame() 13 years ago
Ronald S. Bultje 08354bf458 avprobe: allow showing only one container/stream property. 13 years ago
Anton Khirnov 0bbd874743 lavfi: support audio in avfilter_copy_frame_props(). 13 years ago
Mina Nagy Zaki 11b6a82412 lavfi: avfilter_merge_formats: handle case where inputs are same 13 years ago
Anton Khirnov 828bd088f3 lavc: add sample rate and channel layout to AVFrame. 13 years ago
Michael Niedermayer 16b9156b7e ffm: disable adjust_write_index() 13 years ago
Paul B Mahol 37f4a976b3 zerocodec: check if the previous frame is missing 13 years ago
Luca Barbato e004bc16a1 doc: clarify check for NULL pointer style 13 years ago
Robert Nagy 4f5c5416ca yadif: Add yuva444p to format list. 13 years ago
Michael Niedermayer bd1d975cd0 swr: fix silence buffer for planar U8 13 years ago
Michael Niedermayer fecdc76a9f swr: fix cpy() after the len was changed to be in samples. 13 years ago
Michael Niedermayer 715c8a5a50 Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer cbbc472467 swr-x86-simd: add ff_unpack_2ch_int16_to_int16/int32/float_a_ssse3 13 years ago
Kostya Shishkov fb5c1aaea6 dfa: use more meaningful return codes 13 years ago
Michael Niedermayer 71a3c59ed7 eatgv: check vector_bits 13 years ago
Kostya Shishkov a390aa0ea4 eatgv: check motion vectors 13 years ago
Michael Niedermayer f10aeab69c swr: audioconvert: consider mono to be planar 13 years ago
Diego Biurrun 30b1961c66 Mark a number of variables only used in av_dlog() calls as av_unused. 13 years ago
Diego Biurrun b2e92e946c dvdec: drop const qualifier from variable to eliminate a warning 13 years ago
Robert Nagy ad0278661b avcodec: Improve comment for thread_safe_callbacks to avoid misinterpretation. 13 years ago
Sean McGovern be6009d32c tests/utils: don't ignore the return value of fwrite() 13 years ago
Michael Niedermayer 72ae583b7d swr-x86-simd: stereo unpack S16/S32/FLT-> S16/S32/FLT SSE/SSE2 (16 new SIMD functions) 13 years ago
Michael Niedermayer 11ad5f0d7d swr-x86-simd: create prototypes with macros, this is simpler. 13 years ago
Michael Niedermayer adfa53b91f swr-x86-SIMD: 3 instructions less for stereo planar->packed s32/flt->s16 13 years ago
Philip Langdale d1ac8e1034 CrystalHD: Improve detection of field pair -> two fields content. 13 years ago
Anton Khirnov d4ac703c7f lavfi/formats: use sizeof(var) instead of sizeof(type). 13 years ago
Stefano Sabatini f10530b78a lavfi: remove avfilter_default_config_input_link() declaration 13 years ago
Anton Khirnov 25b3babe11 lavfi: always enable the scale filter and depend on sws. 13 years ago
Anton Khirnov fd18ee0ff6 vf_split: support user-specifiable number of outputs. 13 years ago
Anton Khirnov dce415e7f1 avconv: remove stray useless comment. 13 years ago
Nicolas George 67a316bbda vsrc_buffer: deprecate the header. 13 years ago
Nicolas George aaa94f2890 vsrc_buffer: deprecate av_vsrc_buffer_add_video_buffer_ref. 13 years ago
Nicolas George 4d4350f47a src_buffer: update get_nb_failed_requests name. 13 years ago
Nicolas George fe511b6e32 asrc_abuffer: deprecate the header. 13 years ago
Nicolas George 675e83bb5c asrc_abuffer: deprecate av_asrc_buffer_* functions. 13 years ago
Nicolas George 6073ce71d0 lavfi: install buffersrc.h. 13 years ago
Nicolas George 317b2b7e92 lavfi: remove av_buffersrc_buffer. 13 years ago
Nicolas George 8ad1964ec5 buffersrc: fix av_buffersrc_add_ref doxy. 13 years ago
Nicolas George 870ca6a238 ffmpeg: do not include vsrc_buffer.h. 13 years ago
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
Janne Grunau 29d27b5425 mpegmux: add stuffing to avoid incomplete PCM frames 13 years ago
Mans Rullgard ddce7dabd2 rtsp: avoid const warnings from strtol() call 13 years ago
Mans Rullgard 0de1319ee0 avserver: check return value of ftruncate() 13 years ago