16360 Commits (31a1342e7a84235eab725bc11e2a708d293624a3)

Author SHA1 Message Date
Mashiat Sarker Shakkhar 06b67051d5 Add missing syntax elements to WmallDecodeCtx 13 years ago
Mashiat Sarker Shakkhar 8a41fdf127 Add .recent syntax element to cdlms struct 13 years ago
Mashiat Sarker Shakkhar a868b6fea9 Analysis and spec comparison 13 years ago
Mashiat Sarker Shakkhar 9152866455 Implement clear_codec_buffers() 13 years ago
Mashiat Sarker Shakkhar fd9ea0402c Add buffers to context necessary for reverting cdmls and mclms filter 13 years ago
Mashiat Sarker Shakkhar 1f273373ec Analysis and spec comparison 13 years ago
Mashiat Sarker Shakkhar 7344b75c63 Cosmetics 13 years ago
K.Y.H 554caed2d3 cook: fix apparent typo in extradata parsing 13 years ago
Nir Ben David 083d9ba448 golomb: Fix overread in get_ur_golomb_jpegls() 13 years ago
Carl Eugen Hoyos 0e609d7418 Fix some 1bit bmp samples, they are palletised. 13 years ago
Alex Converse 88b2436911 mpc7: Fix memset call in mpc7_decode_frame function 13 years ago
Justin Ruggles 164fca39bd atrac1: use correct context for av_log() 13 years ago
Justin Ruggles c298b2b8db apedec: consume the whole packet when copying to the decoder buffer. 13 years ago
Justin Ruggles de157f2118 apedec: do not needlessly copy s->samples to nblocks. 13 years ago
Justin Ruggles 4315c7d35a apedec: check output buffer size after calculating actual output size 13 years ago
Justin Ruggles ad17207b51 apedec: remove unneeded entropy decoder normalization. 13 years ago
Justin Ruggles 59f4d1b8bb truespeech: use memmove() in truespeech_update_filters() 13 years ago
Justin Ruggles 41899b9acb vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE check 13 years ago
Justin Ruggles e551a6f49a vorbisdec: remove unneeded buf_size==0 check 13 years ago
Justin Ruggles f666276fa6 vorbisdec: return proper error codes instead of made-up ones 13 years ago
Michael Niedermayer 80f716cd45 mpeg4videodec: fix lml4 and frame threading without -vsync 0 13 years ago
Laurent Aimar 2305742b2a sunrast: Check for invalid/corrupted bitstream 13 years ago
Michael Niedermayer 525a8f3ba5 lavc: update AVCodecContext.delay documentation 13 years ago
Michael Niedermayer 3cc1af9dd9 pthreads: export the delay that was previously exported by mangling has_b_frames through 13 years ago
Justin Ruggles f1f6d3615f avcodec: add support for planar signed 8-bit PCM. 13 years ago
ami_stuff dea8f6e18b lowercase FRWU string 13 years ago
Justin Ruggles fed5ca255f ra144enc: add sample_fmts list to ff_ra_144_encoder 13 years ago
Justin Ruggles 818a3bdedf smackaud: use uint8_t* for 8-bit output buffer type 13 years ago
Justin Ruggles 375ca0aca8 smackaud: clip output samples 13 years ago
Justin Ruggles c86c3c8017 smackaud: use sign_extend() for difference value instead of casting 13 years ago
Sebastien Zwickert 701e5348d4 vda: set destination image buffer attributes. 13 years ago
Justin Ruggles 979c8de549 sipr: use a function pointer to select the decode_frame function 13 years ago
Justin Ruggles 3468ff1060 sipr: set mode based on block_align instead of bit_rate 13 years ago
Justin Ruggles 0005f9a35b sipr: do not needlessly set *data_size to 0 when returning an error 13 years ago
Justin Ruggles 9cb70ce34b ra288: fix formatting of LOCAL_ALIGNED_16 13 years ago
Michael Niedermayer 82a1d57575 fraps: check overread per sample instead of per line 13 years ago
Michael Niedermayer 46082e6186 fraps: fix memleak 13 years ago
Michael Niedermayer 26ae9a5d7c pthreads: drop has_b_frames mangling, its buggy in many many ways, 13 years ago
Carl Eugen Hoyos 367468f148 Check extradata_size before accessing extradata. 13 years ago
shahriman AMS c33d4916fb VC1: Add bottom field offset to block_index[] to avoid rewriting (+10L) 13 years ago
shahriman AMS 62622d04eb vc1dec: move an if() block. 13 years ago
shahriman AMS 4bceeaf0c1 vc1dec: use correct hybrid prediction threshold. 13 years ago
shahriman AMS 4344ce08f1 vc1dec: Partial rewrite of vc1_pred_mv() 13 years ago
shahriman AMS 6475a6e1ca vc1dec: take ME precision into account while scaling MV predictors. 13 years ago
Michael Niedermayer 11e155c219 ra288: try to fix 10l typo that breaks compile on some platforms 13 years ago
Michael Niedermayer 3bdfef31ac fraps: check for overread 13 years ago
Reimar Döffinger fd791675d4 Fix nonsense buffer hints. 13 years ago
Alex Converse 1149fbc763 indeo3: Fix a fencepost error. 13 years ago
Justin Ruggles 2467d8d9ea ra288: return error if input buffer is too small 13 years ago
Justin Ruggles 0131e70af5 ra288: utilize DSPContext.vector_fmul() 13 years ago