aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2011-11-11vble: remove vble_error_closeJanne Grunau
2011-11-11VBLE DecoderDerek Buitenhuis
2011-11-11tta: use an integer instead of a pointer to iterate output samplesJustin Ruggles
2011-11-11shorten: do not modify samples pointer when interleavingJustin Ruggles
2011-11-11mpc7: only support stereo input.Justin Ruggles
2011-11-11dpcm: do not try to decode empty packetsJustin Ruggles
2011-11-11dpcm: remove unneeded buf_size==0 check.Justin Ruggles
2011-11-11twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles
2011-11-11vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles
2011-11-11twinvq: check for allocation failure in init_mdct_win()Justin Ruggles
2011-11-10mpc7: Fix memset call in mpc7_decode_frame functionAlex Converse
2011-11-10atrac1: use correct context for av_log()Justin Ruggles
2011-11-10apedec: consume the whole packet when copying to the decoder buffer.Justin Ruggles
2011-11-10apedec: do not needlessly copy s->samples to nblocks.Justin Ruggles
2011-11-10apedec: check output buffer size after calculating actual output sizeJustin Ruggles
2011-11-10apedec: remove unneeded entropy decoder normalization.Justin Ruggles
2011-11-10truespeech: use memmove() in truespeech_update_filters()Justin Ruggles
2011-11-10vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE checkJustin Ruggles
2011-11-10vorbisdec: remove unneeded buf_size==0 checkJustin Ruggles
2011-11-10vorbisdec: return proper error codes instead of made-up onesJustin Ruggles
2011-11-10sunrast: Check for invalid/corrupted bitstreamLaurent Aimar
2011-11-09avcodec: add support for planar signed 8-bit PCM.Justin Ruggles
2011-11-09ra144enc: add sample_fmts list to ff_ra_144_encoderJustin Ruggles
2011-11-09smackaud: use uint8_t* for 8-bit output buffer typeJustin Ruggles
2011-11-09smackaud: clip output samplesJustin Ruggles
2011-11-09smackaud: use sign_extend() for difference value instead of castingJustin Ruggles
2011-11-09sipr: use a function pointer to select the decode_frame functionJustin Ruggles
2011-11-09sipr: set mode based on block_align instead of bit_rateJustin Ruggles
2011-11-09sipr: do not needlessly set *data_size to 0 when returning an errorJustin Ruggles
2011-11-09ra288: fix formatting of LOCAL_ALIGNED_16Justin Ruggles
2011-11-09VC1: Add bottom field offset to block_index[] to avoid rewriting (+10L)shahriman AMS
2011-11-09vc1dec: move an if() block.shahriman AMS
2011-11-09vc1dec: use correct hybrid prediction threshold.shahriman AMS
2011-11-09vc1dec: Partial rewrite of vc1_pred_mv()shahriman AMS
2011-11-09vc1dec: take ME precision into account while scaling MV predictors.shahriman AMS
2011-11-08indeo3: Fix a fencepost error.Alex Converse
2011-11-08ra288: return error if input buffer is too smallJustin Ruggles
2011-11-08ra288: utilize DSPContext.vector_fmul()Justin Ruggles
2011-11-08ra288: use memcpy() to copy decoded samples to outputJustin Ruggles
2011-11-08mace: only calculate output buffer size onceJustin Ruggles
2011-11-08Remove redundant filename self-references inside files.Diego Biurrun
2011-11-08indeo3data: add missing config.h #include for HAVE_BIGENDIANDiego Biurrun
2011-11-08x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectoryDiego Biurrun
2011-11-08BMV demuxer and decoderKostya Shishkov
2011-11-07mpeg12enc: Remove write-only variables.Alex Converse
2011-11-07mpeg12enc: Don't set up run-level info for level 0.Alex Converse
2011-11-07msmpeg4: Don't set up run-level info for level 0.Alex Converse
2011-11-06dsputil: use cpuflags in x86 versions of vector_clip_int32()Justin Ruggles
2011-11-06cosmetics: insert some spaces in explicit enum value assignmentsKostya Shishkov
2011-11-06move 8SVX audio codecs to the audio codec list part on the next bumpKostya Shishkov