87 Commits (ff3e8564c440b03dc9cf72f3a7536fe4880ad72e)

Author SHA1 Message Date
  Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 13 years ago
  Justin Ruggles 5a7288822f wmavoice: decode directly to the user-provided AVFrame 13 years ago
  Michael Niedermayer 96a08d8627 wmavoice: silence may be used uninitialized warnings 13 years ago
  Michael Niedermayer 3939b790f2 wmavoicedec: use the checked bitstream, reader 13 years ago
  Ronald S. Bultje d56668bd80 floatdsp: move scalarproduct_float from dsputil to avfloatdsp. 13 years ago
  Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 13 years ago
  Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 13 years ago
  Justin Ruggles f7b8506573 wmavoice: set channel layout 13 years ago
  Diego Biurrun 5bac2d0c30 avutil: Move memcpy_backptr() to mem.c 13 years ago
  Diego Biurrun 8f4c414df6 Improve wording and spelling of av_log_missing_feature messages. 13 years ago
  Michael Niedermayer 248b1ff26b Fix various uses of av_log_missing_feature() 13 years ago
  Diego Biurrun 717addecad Use proper return values in case of missing features 13 years ago
  Michael Niedermayer d5fd610dab wmavoice: initialize best_hist_ptr to NULL to prevent (incorrect) warning. 13 years ago
  Michael Niedermayer 19008e06c6 wmavoice: switch to av_assert 13 years ago
  Diego Biurrun dafcbfe443 celp_math: Replace duplicate ff_dot_productf() by ff_scalarproduct_c() 13 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
  Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 14 years ago
  Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 14 years ago
  Ronald S. Bultje 262196445c wmavoice: fix stack overread. 14 years ago
  Diego Biurrun cfac648e6a doxygen: Remove documentation for non-existing parameters; misc small fixes. 14 years ago
  Ronald S. Bultje 8cfbbd928c get_bits: introduce safe bitreading to prevent overreads. 14 years ago
  Diego Biurrun da9cea77e3 Fix a bunch of common typos. 14 years ago
  Justin Ruggles 0eea212943 Add avcodec_decode_audio4(). 14 years ago
  Alex Converse f11b0e9543 wmavoice: Make format string match variable type. 14 years ago
  Justin Ruggles 813907d424 wmavoice: move output buffer size check to synth_superframe(). 14 years ago
  Justin Ruggles d064076570 wmavoice: only set data_size to 0 when necessary 14 years ago
  Anton Khirnov 9f51c682ee lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. 14 years ago
  Mans Rullgard ba3f07d061 wmavoice: fix a signed overflow 14 years ago
  Laurent Aimar d99427cb8b wmavoice: Check for corrupted extra data 14 years ago
  Laurent Aimar 1c1449b548 wmavoice: Check for out of bound writes 14 years ago
  Laurent Aimar 61930119cb Check for corrupted extra data in wmavoice decoder. 14 years ago
  Laurent Aimar e09ae22ab7 Check for out of bound writes in the wmavoice decoder. 14 years ago
  Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
  Reinhard Tartler 21a19b7912 doxygen: Prefer member groups over grouping into modules 14 years ago
  Alex Converse 869303bebd wmavoice: Use proper size in memeset(). 15 years ago
  Vitor Sessak 9d35fa520e Add AVX FFT implementation. 15 years ago
  Michael Niedermayer 2d2b5a1421 10l, commit that should have been stashed into the merge. 15 years ago
  Diego Biurrun 6001dad6e2 Replace more FFmpeg references by Libav. 15 years ago
  Mans Rullgard 0aded9484d Move dct and rdft definitions to separate files 15 years ago
  Mans Rullgard 4538729afe Move sine windows to a separate file 15 years ago
  Mans Rullgard 26f548bb59 fft: remove inline wrappers for function pointers 15 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 15 years ago
  Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 15 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 15 years ago
  Ronald S. Bultje 18f1add31c Fix typo. 15 years ago
  Stefano Sabatini 5d6e4c160a Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum 15 years ago
  Ronald S. Bultje af0a61cc40 Fix buffer overrun if idx is negative (it can be down to -23>>4), by prepending 15 years ago
  Axel Holzinger 0b2c75cb68 Rename pow variable to pwr. 15 years ago
  Diego Biurrun 862be470f3 Use correct length modifier for size comparison in printf expression, fixes: 15 years ago
  Ronald S. Bultje ad32966cf9 Fix two doxy warnings. 15 years ago