summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* VBLE DecoderDerek Buitenhuis2011-11-115-1/+252
* tta: use an integer instead of a pointer to iterate output samplesJustin Ruggles2011-11-111-1/+1
* shorten: do not modify samples pointer when interleavingJustin Ruggles2011-11-111-3/+4
* mpc7: only support stereo input.Justin Ruggles2011-11-111-1/+8
* dpcm: do not try to decode empty packetsJustin Ruggles2011-11-111-1/+1
* dpcm: remove unneeded buf_size==0 check.Justin Ruggles2011-11-111-3/+0
* twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles2011-11-115-18/+101
* vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles2011-11-111-2/+16
* twinvq: check for allocation failure in init_mdct_win()Justin Ruggles2011-11-111-29/+47
* mpc7: Fix memset call in mpc7_decode_frame functionAlex Converse2011-11-101-1/+1
* atrac1: use correct context for av_log()Justin Ruggles2011-11-101-1/+1
* apedec: consume the whole packet when copying to the decoder buffer.Justin Ruggles2011-11-101-7/+9
* apedec: do not needlessly copy s->samples to nblocks.Justin Ruggles2011-11-101-4/+2
* apedec: check output buffer size after calculating actual output sizeJustin Ruggles2011-11-101-8/+10
* apedec: remove unneeded entropy decoder normalization.Justin Ruggles2011-11-101-11/+1
* truespeech: use memmove() in truespeech_update_filters()Justin Ruggles2011-11-101-2/+1
* vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE checkJustin Ruggles2011-11-101-6/+0
* vorbisdec: remove unneeded buf_size==0 checkJustin Ruggles2011-11-101-3/+0
* vorbisdec: return proper error codes instead of made-up onesJustin Ruggles2011-11-101-52/+61
* sunrast: Check for invalid/corrupted bitstreamLaurent Aimar2011-11-101-4/+6
* avcodec: add support for planar signed 8-bit PCM.Justin Ruggles2011-11-095-6/+44
* ra144enc: add sample_fmts list to ff_ra_144_encoderJustin Ruggles2011-11-091-0/+2
* smackaud: use uint8_t* for 8-bit output buffer typeJustin Ruggles2011-11-091-1/+1
* smackaud: clip output samplesJustin Ruggles2011-11-091-4/+4
* smackaud: use sign_extend() for difference value instead of castingJustin Ruggles2011-11-091-4/+5
* sipr: use a function pointer to select the decode_frame functionJustin Ruggles2011-11-092-15/+20
* sipr: set mode based on block_align instead of bit_rateJustin Ruggles2011-11-091-4/+9
* sipr: do not needlessly set *data_size to 0 when returning an errorJustin Ruggles2011-11-091-4/+0
* ra288: fix formatting of LOCAL_ALIGNED_16Justin Ruggles2011-11-091-3/+3
* VC1: Add bottom field offset to block_index[] to avoid rewriting (+10L)shahriman AMS2011-11-091-4/+4
* vc1dec: move an if() block.shahriman AMS2011-11-091-10/+10
* vc1dec: use correct hybrid prediction threshold.shahriman AMS2011-11-091-4/+1
* vc1dec: Partial rewrite of vc1_pred_mv()shahriman AMS2011-11-091-109/+80
* vc1dec: take ME precision into account while scaling MV predictors.shahriman AMS2011-11-091-6/+14
* indeo3: Fix a fencepost error.Alex Converse2011-11-081-1/+1
* ra288: return error if input buffer is too smallJustin Ruggles2011-11-081-1/+1
* ra288: utilize DSPContext.vector_fmul()Justin Ruggles2011-11-082-20/+23
* ra288: use memcpy() to copy decoded samples to outputJustin Ruggles2011-11-081-3/+3
* mace: only calculate output buffer size onceJustin Ruggles2011-11-081-4/+7
* Remove redundant filename self-references inside files.Diego Biurrun2011-11-088-11/+3
* indeo3data: add missing config.h #include for HAVE_BIGENDIANDiego Biurrun2011-11-081-0/+2
* x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectoryDiego Biurrun2011-11-082-4/+4
* BMV demuxer and decoderKostya Shishkov2011-11-085-1/+367
* mpeg12enc: Remove write-only variables.Alex Converse2011-11-071-15/+4
* mpeg12enc: Don't set up run-level info for level 0.Alex Converse2011-11-071-0/+2
* msmpeg4: Don't set up run-level info for level 0.Alex Converse2011-11-071-1/+1
* dsputil: use cpuflags in x86 versions of vector_clip_int32()Justin Ruggles2011-11-062-21/+27
* cosmetics: insert some spaces in explicit enum value assignmentsKostya Shishkov2011-11-061-11/+11
* move 8SVX audio codecs to the audio codec list part on the next bumpKostya Shishkov2011-11-061-0/+4
* deprecate codec IDs that won't ever be usedKostya Shishkov2011-11-061-0/+4
OpenPOWER on IntegriCloud