summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* mpeg12enc: Don't set up run-level info for level 0.Alex Converse2011-11-07
* msmpeg4: Don't set up run-level info for level 0.Alex Converse2011-11-07
* dsputil: use cpuflags in x86 versions of vector_clip_int32()Justin Ruggles2011-11-06
* cosmetics: insert some spaces in explicit enum value assignmentsKostya Shishkov2011-11-06
* move 8SVX audio codecs to the audio codec list part on the next bumpKostya Shishkov2011-11-06
* deprecate codec IDs that won't ever be usedKostya Shishkov2011-11-06
* h264_weight: remove duplication functions.Ronald S. Bultje2011-11-05
* h264: improve calculation of codec delay.Ronald S. Bultje2011-11-05
* w32threads: Wrap the mutex functions in inline functions returning intMartin Storsjö2011-11-05
* avcodec: Allow locking and unlocking an avformat specific mutexMartin Storsjö2011-11-05
* binkaudio: expand quant_table to accommodate all possible valuesJustin Ruggles2011-11-04
* libx264: Set the default of the rc_lookahead option to -1Martin Storsjö2011-11-04
* avcodec: Set flags2 default value depending on availabilityMartin Storsjö2011-11-04
* vp6: Fix illegal read.Alex Converse2011-11-03
* avcodec: Make sure codec_type is set by avcodec_get_context_defaults2Martin Storsjö2011-11-03
* avcodec: Remove a misplaced and useless attribute_deprecatedMartin Storsjö2011-11-03
* fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64Justin Ruggles2011-11-02
* replacement Indeo 3 decoderMaxim Poliakovski2011-11-03
* ac3enc: doxygen update.Justin Ruggles2011-11-02
* imc: return error codes instead of 0 for error conditions.Justin Ruggles2011-11-02
* imc: return meaningful error codes instead of -1Justin Ruggles2011-11-02
* imc: do not set channel layout for stereoJustin Ruggles2011-11-02
* imc: validate channel countJustin Ruggles2011-11-02
* imc: check for ff_fft_init() failureJustin Ruggles2011-11-02
* imc: check output buffer size before decodingJustin Ruggles2011-11-02