summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-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
* | cook: fix apparent typo in extradata parsingK.Y.H2011-11-11
* | golomb: Fix overread in get_ur_golomb_jpegls()Nir Ben David2011-11-10
* | Fix some 1bit bmp samples, they are palletised.Carl Eugen Hoyos2011-11-10
* | mpeg4videodec: fix lml4 and frame threading without -vsync 0Michael Niedermayer2011-11-10
* | lavc: update AVCodecContext.delay documentationMichael Niedermayer2011-11-10
* | pthreads: export the delay that was previously exported by mangling has_b_fra...Michael Niedermayer2011-11-10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-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
* | lowercase FRWU stringami_stuff2011-11-09
* | vda: set destination image buffer attributes.Sebastien Zwickert2011-11-09
* | fraps: check overread per sample instead of per lineMichael Niedermayer2011-11-09
* | fraps: fix memleakMichael Niedermayer2011-11-09
* | pthreads: drop has_b_frames mangling, its buggy in many many ways,Michael Niedermayer2011-11-09
* | Check extradata_size before accessing extradata.Carl Eugen Hoyos2011-11-09
* | ra288: try to fix 10l typo that breaks compile on some platformsMichael Niedermayer2011-11-09
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-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
* | fraps: check for overreadMichael Niedermayer2011-11-09