summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* ws_snd: misc cosmetic clean-upsJustin Ruggles2011-09-261-14/+11
* ws_snd: remove the 2-bit ADPCM table and just subtract 2 instead.Justin Ruggles2011-09-261-5/+4
* ws_snd: use memcpy() and memset() instead of loopsJustin Ruggles2011-09-261-9/+6
* ws_snd: use samples pointer for loop termination instead of a separateJustin Ruggles2011-09-261-10/+5
* ws_snd: make sure number of channels is 1Justin Ruggles2011-09-261-0/+5
* ws_snd: add some checks to prevent buffer overread or overwrite.Justin Ruggles2011-09-261-4/+28
* ws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16.Justin Ruggles2011-09-261-23/+24
* flacdec: fix buffer size checking in get_metadata_size()Justin Ruggles2011-09-261-1/+3
* oggdec: add support for Xiph's CELT codecNicolas George2011-09-262-1/+2
* cosmetics: reindent and pretty-printJustin Ruggles2011-09-251-14/+14
* libgsm: split init and close fuctions for encoder and decoder.Justin Ruggles2011-09-251-20/+49
* ppc: fix 32-bit PIC buildMans Rullgard2011-09-252-6/+20
* vmdaudio: fix decoding of 16-bit audio format.Justin Ruggles2011-09-251-40/+80
* h264: check for out of bounds reads in ff_h264_decode_extradata().Laurent Aimar2011-09-251-0/+4
* Use explicit struct initializers for AVCodec declarations.Diego Biurrun2011-09-2416-303/+252
* adpcmenc: Set bits_per_coded_sampleJustin Ruggles2011-09-232-0/+4
* adpcmenc: fix QT IMA ADPCM encoderBaptiste Coudurier2011-09-231-4/+35
* adpcmdec: Fix QT IMA ADPCM decoderBaptiste Coudurier2011-09-231-15/+47
* permit decoding of multichannel ADPCM_EA_XASPeter Ross2011-09-231-0/+1
* Fix input buffer size check in adpcm_ea decoder.Reimar Döffinger2011-09-231-3/+9
* fft: avoid a signed overflowSean McGovern2011-09-232-4/+4
* ratecontrol: update last_qscale_for soonerLuca Barbato2011-09-221-0/+2
* prores: return more meaningful error valuesDiego Biurrun2011-09-231-16/+16
* prores: improve error message wordingDiego Biurrun2011-09-231-14/+14
* prores: cosmetics: prettyprinting, drop useless parenthesesDiego Biurrun2011-09-231-9/+7
* prores: lowercase AVCodec name entryDiego Biurrun2011-09-231-1/+1
* 8svx/iff: fix decoding of compressed stereo 8svx files.Justin Ruggles2011-09-221-18/+83
* 8svx: log an error message if output buffer is too smallJustin Ruggles2011-09-221-1/+4
* 8svx: check packet size before reading the initial sample value.Justin Ruggles2011-09-221-0/+4
* 8svx: output 8-bit samples instead of 16-bit.Justin Ruggles2011-09-221-19/+18
* 8svx: split delta decoding into a separate function.Justin Ruggles2011-09-221-7/+23
* Apple ProRes decoderMaxim Poliakovski2011-09-224-1/+736
* rv34: Check for invalid slices offsetsLaurent Aimar2011-09-221-1/+10
* dct-test: factor out some common code and do whas was likely intendedMans Rullgard2011-09-211-75/+55
* Remove some forgotten AVCodecContext.palctrl usage.Anton Khirnov2011-09-211-2/+0
* lavc/utils: move avcodec_init() higher in the file.Anton Khirnov2011-09-211-14/+14
* lavc: replace some deprecated FF_*_TYPE with AV_PICTURE_TYPE_*Anton Khirnov2011-09-213-4/+4
* ac3dec: actually use drc_scale private optionAnton Khirnov2011-09-212-2/+7
* lavc: undeprecate AVPALETTE_SIZE and AVPALETTE_COUNT macrosAnton Khirnov2011-09-211-2/+2
* msmpeg4: remove leftover unused debug variable declarationDiego Biurrun2011-09-211-4/+0
* Fix assert() calls that need updates after FF_COMMON_FRAME macro elimination.Diego Biurrun2011-09-215-12/+12
* Fix av_dlog invocations with wrong or missing logging context.Diego Biurrun2011-09-211-1/+1
* rv34: Check for invalid slice offsetsLaurent Aimar2011-09-201-4/+5
* rv34: Fix potential overreadsLaurent Aimar2011-09-191-2/+3
* rv34: Fix buffer size used for MC of B frames after a resolution changeLaurent Aimar2011-09-191-2/+2
* rv34: Avoid NULL dereference on corrupted bitstreamLaurent Aimar2011-09-191-1/+1
* rv10: Reject slices that does not have the same type as the first oneLaurent Aimar2011-09-191-0/+5
* libx264: introduce slice-max-size optionLuca Barbato2011-09-161-0/+5
* Fixed size given to init_get_bits().Laurent Aimar2011-09-155-5/+5
* smacker: fix a few off by 1 errorsMichael Niedermayer2011-09-141-4/+4
OpenPOWER on IntegriCloud