15762 Commits (72dadaa9579faaf94de8df13442f84a09c09594e)

Author SHA1 Message Date
  Ronald S. Bultje 1255eed533 tgq: convert to bytestream2 API. 14 years ago
  Paul B Mahol aed9da20af parser: remove forward declaration of MpegEncContext 14 years ago
  Ronald S. Bultje e6ffd997cb dca: prevent accessing static arrays with invalid indexes. 14 years ago
  Ronald S. Bultje cc5dd632ce raw: move buffer size check up. 14 years ago
  Ronald S. Bultje f1320dc3be lpcm: fix sample size calculation for 20bit LCPM. 14 years ago
  Ronald S. Bultje a55d5bdc6e algmm: convert to bytestream2 API. 14 years ago
  Diego Biurrun 8ca6e523a6 wma: Refactor common code to fix standalone compilation of WMA lossless decoder. 14 years ago
  Diego Biurrun 3c715383ea vc1: Move init code shared between decoder and parser to common code file. 14 years ago
  Diego Biurrun 1e9d55e45e x86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macros from h264_qpel_mmx.c. 14 years ago
  Reimar Döffinger b5161908e0 SBR DSP: fix SSE code to not use SSE2 instructions. 14 years ago
  Ronald S. Bultje 6193ff6854 error_resilience: initialize s->block_index[]. 14 years ago
  Ronald S. Bultje 11b940a1a8 svq3: protect against negative quantizers. 14 years ago
  Ronald S. Bultje c23acbaed4 Don't use ff_cropTbl[] for IDCT. 14 years ago
  Martin Storsjö 338978a7c1 libx264: Allow overriding the sliced threads option 14 years ago
  Alex Converse 3574a85ce5 Replace computations of remaining bits with calls to get_bits_left(). 14 years ago
  Alex Converse b70feb4053 amrnb/amrwb: Remove get_bits usage. 14 years ago
  Justin Ruggles 11ac796f7a dca_parser: parse the sample rate and frame durations 14 years ago
  Justin Ruggles 85469f1c9e libspeexdec: do not set AVCodecContext.frame_size 14 years ago
  Justin Ruggles adbf61ff8a libopencore-amr: do not set AVCodecContext.frame_size 14 years ago
  Justin Ruggles 0efa4073bf alsdec: do not set AVCodecContext.frame_size 14 years ago
  Justin Ruggles 9524cf79df avcodec: add av_get_audio_frame_duration() function. 14 years ago
  Justin Ruggles 6699d07480 avcodec: add av_get_exact_bits_per_sample() function 14 years ago
  Fabian Greffrath c9dbac36ad Fix format string vulnerability detected by -Wformat-security. 14 years ago
  Mans Rullgard 356ee8d7de x86: clean up ff_dsputil_init_mmx() 14 years ago
  Anton Khirnov 44fe77b350 lavc: make codec_is_decoder/encoder() public. 14 years ago
  Anton Khirnov 02beb9826b lavc: deprecate AVCodecContext.sub_id. 14 years ago
  Kostya Shishkov 4db4b53dc8 proresenc: give user a possibility to alter some encoding parameters 14 years ago
  Justin Ruggles 1ba08c94f5 vorbisenc: add output buffer overwrite protection 14 years ago
  Justin Ruggles fe78470a8b libopencore-amrnbenc: fix end-of-stream handling 14 years ago
  Justin Ruggles b0350c1c30 ra144enc: fix end-of-stream handling 14 years ago
  Justin Ruggles 29e2c85310 nellymoserenc: zero any leftover packet bytes 14 years ago
  Justin Ruggles 6c7a01621c nellymoserenc: use proper MDCT overlap delay 14 years ago
  Aneesh Dogra 3e9cd8b4b0 qpeg: Use bytestream2 functions to prevent buffer overreads. 14 years ago
  Ronald S. Bultje b4188f0d46 vp8: convert simple loopfilter x86 assembly to use named arguments. 14 years ago
  Ronald S. Bultje 8476ca3b4e vp8: convert idct x86 assembly to use named arguments. 14 years ago
  Ronald S. Bultje 21ffc78fd7 vp8: convert mc x86 assembly to use named arguments. 14 years ago
  Ronald S. Bultje 28170f1a39 vp8: convert loopfilter x86 assembly to use cpuflags(). 14 years ago
  Ronald S. Bultje e25be47154 vp8: convert idct/mc x86 assembly to use cpuflags(). 14 years ago
  Justin Ruggles 51ddf35c90 wmaenc: fix m/s stereo encoding for the first frame 14 years ago
  Justin Ruggles 8ed7488ea3 wmaenc: return s->block_align instead of recalculating it 14 years ago
  Justin Ruggles 5d652e063b wmaenc: check final frame size against output packet size 14 years ago
  Justin Ruggles dfc4fdedf8 wmaenc: require a large enough output buffer to prevent overwrites 14 years ago
  Justin Ruggles 1ec075cfec wmaenc: limit allowed sample rate to 48kHz 14 years ago
  Justin Ruggles c2b8dea182 wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZE 14 years ago
  Justin Ruggles 0b8b7db01b mpegaudio_parser: do not ignore information from the first parsed frame 14 years ago
  Michael Niedermayer 6776a8f189 mpegaudio_parser: be less picky about the start position 14 years ago
  Justin Ruggles 5602a464c9 avcodec: add a Vorbis parser to get packet duration 14 years ago
  Justin Ruggles 737ca4482b vorbisdec: read the previous window flag for long windows 14 years ago
  Anton Khirnov 7fb6c9225c lavc: free the output packet when encoding failed or produced no output. 14 years ago
  Anton Khirnov e42e9b0e4d lavc: preserve avpkt->destruct in ff_alloc_packet(). 14 years ago