aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2012-04-06cosmetics: Convert mimic.c to utf-8Martin Storsjö
2012-04-06nellymoserenc: fix crash due to memsetting the wrong area.Reimar Döffinger
2012-04-06mpeg12: Do not change frame_pred_frame_dct flag and demote error into a warningAnne Aaron
2012-04-05avcodec: remove avcodec_guess_channel_layout()Justin Ruggles
2012-04-05avutil: Add av_get_default_channel_layout()Justin Ruggles
2012-04-05h264: Factorize declaration of mb_sizes array.Diego Biurrun
2012-04-04dsputil x86: use SSE float instruction instead of SSE2 integer equivalentChristophe GISQUET
2012-04-04dsputil x86: remove deprecated parameter from scalarproduct_int16 prototypeChristophe GISQUET
2012-04-04vp8dsp x86: perform rounding shift with a single instructionChristophe GISQUET
2012-04-04aacenc: Mark deinterleave_input_samples argument as const.Diego Biurrun
2012-04-04h264: fix 4:2:2 PCM-macroblocks decodingAnton Mitrofanov
2012-04-04w32threads: Make pthread_cond_wait follow POSIXDerek Buitenhuis
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-04-04sbrdsp: Use standard multiple inclusion guards.Diego Biurrun
2012-04-04pcm: K&R formatting cosmeticsAneesh Dogra
2012-04-03rawdec: Support fourccs YV16 and YV24Piotr Bandurski
2012-03-31apedec: check bits <= 32.Michael Niedermayer
2012-03-31cavs: Remove unused code.Aneesh Dogra
2012-03-30libspeexdec: set frame size in libspeex_decode_init()Justin Ruggles
2012-03-30smacker audio: sign-extend the initial 16-bit predicted valueFranz Brauße
2012-03-30h264: drop ff_h264_ prefix from static function ff_h264_decode_rbsp_trailing()Diego Biurrun
2012-03-30h264: Make ff_h264_decode_end() static, it is not used externally.Diego Biurrun
2012-03-29lzw: fix potential integer overflow.Ronald S. Bultje
2012-03-29truemotion: forbid invalid VLC bitsizes and token values.Ronald S. Bultje
2012-03-29truemotion2: handle out-of-frame motion vectors through edge extension.Ronald S. Bultje
2012-03-29mp3dec: perform I/S and M/S only when frame mode is joint stereo.Kostya Shishkov
2012-03-28lzw: prevent buffer overreads.Ronald S. Bultje
2012-03-29WMAL: Remove inaccurate and unnecessary doxyMashiat Sarker Shakkhar
2012-03-28h264: fix cabac-on-stack after safe cabac reader.Ronald S. Bultje
2012-03-28truemotion2: convert packet header reading to bytestream2.Ronald S. Bultje
2012-03-28cabac: add overread protection to BRANCHLESS_GET_CABAC().Ronald S. Bultje
2012-03-28cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC().Ronald S. Bultje
2012-03-28cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().Ronald S. Bultje
2012-03-28cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC().Ronald S. Bultje
2012-03-28h264: add overread protection to get_cabac_bypass_sign_x86().Ronald S. Bultje
2012-03-28h264: reindent get_cabac_bypass_sign_x86().Ronald S. Bultje
2012-03-28h264: use struct offsets in get_cabac_bypass_sign_x86().Ronald S. Bultje
2012-03-28h264: fix overreads in cabac reader.Ronald S. Bultje
2012-03-28wmall: fix seeking.Ronald S. Bultje
2012-03-28lagarith: fix buffer overreads.Ronald S. Bultje
2012-03-28dvdec: drop unnecessary dv_tablegen.h #includeDiego Biurrun
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-28faandct: Remove FAAN_POSTSCALE define and related code.Diego Biurrun
2012-03-28dvenc: print allowed profiles if the video doesn't conform to any of them.Anton Khirnov
2012-03-28avcodec_encode_{audio,video}: only reallocate output packet when it has non-z...Anton Khirnov
2012-03-27westwood_vqa: fix SND0 chunk handlingPaul B Mahol
2012-03-27raw: forward avpicture_fill() error code in raw_decode().Ronald S. Bultje
2012-03-27dv: Split off DV video decoder into its own file.Diego Biurrun
2012-03-26vc1: Do not read from array if index is invalid.Mashiat Sarker Shakkhar
2012-03-26targa: convert to bytestream2.Ronald S. Bultje