14672 Commits (03684c8ff33c8afd7edc0ffbf2f3b01101bb0e1d)

Author SHA1 Message Date
Mashiat Sarker Shakkhar 03684c8ff3 Implement reset_codec() 14 years ago
Mashiat Sarker Shakkhar 93d2cabd61 Add missing syntax elements to WmallDecodeCtx 14 years ago
Mashiat Sarker Shakkhar 79b16e780d Add .recent syntax element to cdlms struct 14 years ago
Mashiat Sarker Shakkhar 87b9c23b9a Implement clear_codec_buffers() 14 years ago
Mashiat Sarker Shakkhar d58db7207d Add buffers to context necessary for reverting cdmls and mclms filter 14 years ago
Mashiat Sarker Shakkhar a80a10bd73 Use avpriv_copy_bits() instead of ff_copy_bits() 14 years ago
Mashiat Sarker Shakkhar 374582acfe Cosmetics 14 years ago
Mashiat Sarker Shakkhar fa3e0190f9 Add missing ff_ before the AVCodec struct for wmalossless 14 years ago
Andreas Öman 4d9d9a443f wmall: Working bitstream parser 14 years ago
Justin Ruggles f3a29b750a avcodec: move some AVCodecContext fields to an internal struct. 14 years ago
Justin Ruggles 513b691955 avcodec: use av_opt_set() instead of deprecated av_set_string3() 14 years ago
Justin Ruggles fa9aeb82e2 avcodec: fix some const warnings 14 years ago
Justin Ruggles 86d3730360 avcodec: remove pointless AVOption, internal_buffer_count 14 years ago
Luca Barbato b7d939d998 cinepack: return non-generic errors 14 years ago
Michael Niedermayer a4009c6a9a cinepak: remove redundant coordinate checks 14 years ago
Michael Niedermayer 867b496681 cinepak: check strip_size 14 years ago
Michael Niedermayer d92fea2b14 cinepak, simplify, use AV_RB24() 14 years ago
Michael Niedermayer a2b51fe87c cinepak: simplify, use FFMIN() 14 years ago
Michael Niedermayer b55aa7df6b cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0 14 years ago
Alex Converse bb4b0ad83b vp5: Fix illegal read. 14 years ago
Thierry Foucu e0966eb140 vp6: Fix illegal read. 14 years ago
Martin Storsjö 268fb3f985 mpegaudiodec: Don't use a nonexistent log context for av_dlog 14 years ago
Mike Melanson 747283a078 cinepak: Add another special case so that it can handle the following file: 14 years ago
Kostya Shishkov ffc638c283 lagarith: add some RGBA decoding support 14 years ago
Nathan Caldwell 39616fc307 lagarith: Add correct line prediction for RGB 14 years ago
Justin Ruggles f1d1516e55 cosmetics: indentation 14 years ago
Justin Ruggles 1158745a2d mpegaudiodec: init static tables in AVCodec.init_static_data() 14 years ago
Mans Rullgard 3f5d6a665a binkvideo: simplify and remove invalid shifts 14 years ago
Sebastien Zwickert ac3dbb4d58 hwaccel: OS X Video Decoder Acceleration (VDA) support. 14 years ago
Janne Grunau 29ae0565d9 vble: remove vble_error_close 14 years ago
Derek Buitenhuis c433a3f9a5 VBLE Decoder 14 years ago
Justin Ruggles b656c4d08e tta: use an integer instead of a pointer to iterate output samples 14 years ago
Justin Ruggles 5c210e2cb9 shorten: do not modify samples pointer when interleaving 14 years ago
Justin Ruggles befc473c00 mpc7: only support stereo input. 14 years ago
Justin Ruggles 8dbc6d03c0 dpcm: do not try to decode empty packets 14 years ago
Justin Ruggles e79da63282 dpcm: remove unneeded buf_size==0 check. 14 years ago
Justin Ruggles 9d06037d48 twinvq: add SSE/AVX optimized sum/difference stereo interleaving 14 years ago
Justin Ruggles 7b966566da vqf/twinvq: pass vqf COMM chunk info in extradata 14 years ago
Justin Ruggles a8a6da4a0e twinvq: check for allocation failure in init_mdct_win() 14 years ago
Alex Converse 88b2436911 mpc7: Fix memset call in mpc7_decode_frame function 14 years ago
Justin Ruggles 164fca39bd atrac1: use correct context for av_log() 14 years ago
Justin Ruggles c298b2b8db apedec: consume the whole packet when copying to the decoder buffer. 14 years ago
Justin Ruggles de157f2118 apedec: do not needlessly copy s->samples to nblocks. 14 years ago
Justin Ruggles 4315c7d35a apedec: check output buffer size after calculating actual output size 14 years ago
Justin Ruggles ad17207b51 apedec: remove unneeded entropy decoder normalization. 14 years ago
Justin Ruggles 59f4d1b8bb truespeech: use memmove() in truespeech_update_filters() 14 years ago
Justin Ruggles 41899b9acb vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE check 14 years ago
Justin Ruggles e551a6f49a vorbisdec: remove unneeded buf_size==0 check 14 years ago
Justin Ruggles f666276fa6 vorbisdec: return proper error codes instead of made-up ones 14 years ago
Laurent Aimar 2305742b2a sunrast: Check for invalid/corrupted bitstream 14 years ago