summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lagarith: Add correct line prediction for RGBNathan Caldwell2011-11-16
* cosmetics: indentationJustin Ruggles2011-11-15
* mpegaudiodec: init static tables in AVCodec.init_static_data()Justin Ruggles2011-11-15
* binkvideo: simplify and remove invalid shiftsMans Rullgard2011-11-14
* hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-14
* vble: remove vble_error_closeJanne Grunau2011-11-11
* VBLE DecoderDerek Buitenhuis2011-11-11
* tta: use an integer instead of a pointer to iterate output samplesJustin Ruggles2011-11-11
* shorten: do not modify samples pointer when interleavingJustin Ruggles2011-11-11
* mpc7: only support stereo input.Justin Ruggles2011-11-11
* dpcm: do not try to decode empty packetsJustin Ruggles2011-11-11
* dpcm: remove unneeded buf_size==0 check.Justin Ruggles2011-11-11
* twinvq: add SSE/AVX optimized sum/difference stereo interleavingJustin Ruggles2011-11-11
* vqf/twinvq: pass vqf COMM chunk info in extradataJustin Ruggles2011-11-11
* twinvq: check for allocation failure in init_mdct_win()Justin Ruggles2011-11-11
* mpc7: Fix memset call in mpc7_decode_frame functionAlex Converse2011-11-10
* atrac1: use correct context for av_log()Justin Ruggles2011-11-10
* apedec: consume the whole packet when copying to the decoder buffer.Justin Ruggles2011-11-10
* apedec: do not needlessly copy s->samples to nblocks.Justin Ruggles2011-11-10
* apedec: check output buffer size after calculating actual output sizeJustin Ruggles2011-11-10
* apedec: remove unneeded entropy decoder normalization.Justin Ruggles2011-11-10
* truespeech: use memmove() in truespeech_update_filters()Justin Ruggles2011-11-10
* vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE checkJustin Ruggles2011-11-10
* vorbisdec: remove unneeded buf_size==0 checkJustin Ruggles2011-11-10
* vorbisdec: return proper error codes instead of made-up onesJustin Ruggles2011-11-10
* sunrast: Check for invalid/corrupted bitstreamLaurent Aimar2011-11-10
* avcodec: add support for planar signed 8-bit PCM.Justin Ruggles2011-11-09
* ra144enc: add sample_fmts list to ff_ra_144_encoderJustin Ruggles2011-11-09
* smackaud: use uint8_t* for 8-bit output buffer typeJustin Ruggles2011-11-09
* smackaud: clip output samplesJustin Ruggles2011-11-09
* smackaud: use sign_extend() for difference value instead of castingJustin Ruggles2011-11-09
* sipr: use a function pointer to select the decode_frame functionJustin Ruggles2011-11-09
* sipr: set mode based on block_align instead of bit_rateJustin Ruggles2011-11-09
* sipr: do not needlessly set *data_size to 0 when returning an errorJustin Ruggles2011-11-09
* ra288: fix formatting of LOCAL_ALIGNED_16Justin Ruggles2011-11-09
* VC1: Add bottom field offset to block_index[] to avoid rewriting (+10L)shahriman AMS2011-11-09
* vc1dec: move an if() block.shahriman AMS2011-11-09
* vc1dec: use correct hybrid prediction threshold.shahriman AMS2011-11-09
* vc1dec: Partial rewrite of vc1_pred_mv()shahriman AMS2011-11-09
* vc1dec: take ME precision into account while scaling MV predictors.shahriman AMS2011-11-09
* indeo3: Fix a fencepost error.Alex Converse2011-11-08
* ra288: return error if input buffer is too smallJustin Ruggles2011-11-08
* ra288: utilize DSPContext.vector_fmul()Justin Ruggles2011-11-08
* ra288: use memcpy() to copy decoded samples to outputJustin Ruggles2011-11-08
* mace: only calculate output buffer size onceJustin Ruggles2011-11-08
* Remove redundant filename self-references inside files.Diego Biurrun2011-11-08
* indeo3data: add missing config.h #include for HAVE_BIGENDIANDiego Biurrun2011-11-08
* x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectoryDiego Biurrun2011-11-08
* BMV demuxer and decoderKostya Shishkov2011-11-08
* mpeg12enc: Remove write-only variables.Alex Converse2011-11-07