15879 Commits (7af99a01c4e77efa002a672d72f142257e87bf38)

Author SHA1 Message Date
Reimar Döffinger 439c3d5bcc nellymoserenc: fix crash due to memsetting the wrong area. 13 years ago
Anne Aaron fdf3a749d3 mpeg12: Do not change frame_pred_frame_dct flag and demote error into a warning 13 years ago
Justin Ruggles bb0618e68b avcodec: remove avcodec_guess_channel_layout() 13 years ago
Justin Ruggles 5cc51a5847 avutil: Add av_get_default_channel_layout() 13 years ago
Diego Biurrun 0becb07842 h264: Factorize declaration of mb_sizes array. 13 years ago
Christophe GISQUET 6b81da2fd0 dsputil x86: use SSE float instruction instead of SSE2 integer equivalent 13 years ago
Christophe GISQUET cd88105f6f dsputil x86: remove deprecated parameter from scalarproduct_int16 prototype 13 years ago
Christophe GISQUET f9888520cc vp8dsp x86: perform rounding shift with a single instruction 13 years ago
Diego Biurrun e484265c97 aacenc: Mark deinterleave_input_samples argument as const. 13 years ago
Anton Mitrofanov 14af74e9a0 h264: fix 4:2:2 PCM-macroblocks decoding 13 years ago
Derek Buitenhuis 91dffb4c1d w32threads: Make pthread_cond_wait follow POSIX 13 years ago
Diego Biurrun 3dde147ff9 cosmetics: Consistently place static, inline and av_cold attributes/keywords. 13 years ago
Diego Biurrun d4f05ae3b6 sbrdsp: Use standard multiple inclusion guards. 13 years ago
Aneesh Dogra 6d21f49879 pcm: K&R formatting cosmetics 13 years ago
Piotr Bandurski 835a893bcb rawdec: Support fourccs YV16 and YV24 13 years ago
Michael Niedermayer 420d1df2e2 apedec: check bits <= 32. 13 years ago
Aneesh Dogra c265b77b11 cavs: Remove unused code. 13 years ago
Justin Ruggles 67aec401d8 libspeexdec: set frame size in libspeex_decode_init() 13 years ago
Franz Brauße 12cbbbb4ab smacker audio: sign-extend the initial 16-bit predicted value 13 years ago
Diego Biurrun b691fd7a4d h264: drop ff_h264_ prefix from static function ff_h264_decode_rbsp_trailing() 13 years ago
Diego Biurrun 9ad80ef3db h264: Make ff_h264_decode_end() static, it is not used externally. 13 years ago
Ronald S. Bultje 0399fe0fd2 lzw: fix potential integer overflow. 13 years ago
Ronald S. Bultje b7b1509d06 truemotion: forbid invalid VLC bitsizes and token values. 13 years ago
Ronald S. Bultje bf39d3b59d truemotion2: handle out-of-frame motion vectors through edge extension. 13 years ago
Kostya Shishkov a05c41acd1 mp3dec: perform I/S and M/S only when frame mode is joint stereo. 13 years ago
Ronald S. Bultje ddcf67c8a5 lzw: prevent buffer overreads. 13 years ago
Mashiat Sarker Shakkhar 28e8c4d59a WMAL: Remove inaccurate and unnecessary doxy 13 years ago
Ronald S. Bultje 63a1b481f6 h264: fix cabac-on-stack after safe cabac reader. 13 years ago
Ronald S. Bultje bd508d435b truemotion2: convert packet header reading to bytestream2. 13 years ago
Ronald S. Bultje a940198130 cabac: add overread protection to BRANCHLESS_GET_CABAC(). 13 years ago
Ronald S. Bultje 448dc42571 cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC(). 13 years ago
Ronald S. Bultje 16f6e83f74 cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE(). 13 years ago
Ronald S. Bultje 951014e5bb cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC(). 13 years ago
Ronald S. Bultje a0bdcb019e h264: add overread protection to get_cabac_bypass_sign_x86(). 13 years ago
Ronald S. Bultje 95bfa4ead7 h264: reindent get_cabac_bypass_sign_x86(). 13 years ago
Ronald S. Bultje db025929f2 h264: use struct offsets in get_cabac_bypass_sign_x86(). 13 years ago
Ronald S. Bultje 7374fac804 h264: fix overreads in cabac reader. 13 years ago
Ronald S. Bultje d360dd902c wmall: fix seeking. 13 years ago
Ronald S. Bultje 0a82f5275f lagarith: fix buffer overreads. 13 years ago
Diego Biurrun c0b34e6148 dvdec: drop unnecessary dv_tablegen.h #include 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Diego Biurrun 856c8e0a04 faandct: Remove FAAN_POSTSCALE define and related code. 13 years ago
Anton Khirnov a839dbb94e dvenc: print allowed profiles if the video doesn't conform to any of them. 13 years ago
Anton Khirnov 3c6607eb6f avcodec_encode_{audio,video}: only reallocate output packet when it has non-zero size. 13 years ago
Paul B Mahol 55abaa58e5 westwood_vqa: fix SND0 chunk handling 13 years ago
Ronald S. Bultje 98df2e2414 raw: forward avpicture_fill() error code in raw_decode(). 13 years ago
Diego Biurrun d724fe665b dv: Split off DV video decoder into its own file. 13 years ago
Mashiat Sarker Shakkhar 95b192de5d vc1: Do not read from array if index is invalid. 13 years ago
Ronald S. Bultje 2ad405548b targa: convert to bytestream2. 13 years ago
Ronald S. Bultje 5484170ac7 rv34: set mb_num_left to 0 after finishing a frame 13 years ago