33437 Commits (1f4f752117c0519345a1b0a725a57440cc8924ec)
 

Author SHA1 Message Date
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
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
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
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
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
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
Kostya Shishkov 1fdb5649d9 lagarith: make offset array type unsigned 13 years ago
Kostya Shishkov 8099187e89 dfa: add some checks to ensure that decoder won't write past frame end 13 years ago
Mans Rullgard 96f7590efd aacps: NEON optimisations 13 years ago
Mans Rullgard 47d18d5354 aacps: align some arrays 13 years ago
Mans Rullgard bf1945af30 aacps: move some loops to function pointers 13 years ago
Martin Storsjö 2ed503af9f rtpdec_h264: Add missing newlines to av_log calls 13 years ago
Martin Storsjö b97d21e4d6 rtpdec_h264: Free old extradata before clearing the pointer 13 years ago
Martin Storsjö 3c148703f6 rtpdec_h264: Reorder code blocks 13 years ago
Martin Storsjö b368861747 rtpdec_h264: Make start_sequence a static const array 13 years ago
Martin Storsjö 48666c2bd6 rtpdec_h264: Cleanup debug packet type counting 13 years ago
Martin Storsjö 0b3ac9fe05 rtpdec_h264: Cosmetic cleanup 13 years ago
Martin Storsjö f3d471f45f rtpdec_h264: Clean up comments 13 years ago
Martin Storsjö dee48d095d rtpdec_h264: Convert commented out code into setting an unused variable 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
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
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
Ronald S. Bultje d2205d6543 png: check bit depth for PAL8/Y400A pixel formats. 13 years ago