14772 Commits (f5c05b9aa5aeb6079b76f9da452f8ee4050e8955)

Author SHA1 Message Date
Alex Converse 963f685535 aacdec: Fix PS in ADTS. 13 years ago
Justin Ruggles 0e8fdd41c2 dsputil: use cpuflags in x86 emu_edge_core 13 years ago
Justin Ruggles 395f2e70dd dsputil: use movups instead of movdqu in ff_emu_edge_core_sse() 13 years ago
Justin Ruggles 05d1e45d1f wma: initialize prev_block_len_bits, next_block_len_bits, and block_len_bits. 13 years ago
Mans Rullgard 85770d6e56 Add libavutil/mathematics.h #includes for INFINITY 13 years ago
Luca Barbato e97e5a2e02 doxy: introduce an empty structure in libavcodec 13 years ago
Mans Rullgard 8ee2b4672f ARM: add explicit .arch and .fpu directives to asm.S 13 years ago
Janne Grunau 0945eddec0 pthread: do not touch has_b_frames 13 years ago
Justin Ruggles a8fe9a7242 pthread: add some malloc failure checks 13 years ago
Justin Ruggles f3a29b750a avcodec: move some AVCodecContext fields to an internal struct. 13 years ago
Justin Ruggles 513b691955 avcodec: use av_opt_set() instead of deprecated av_set_string3() 13 years ago
Justin Ruggles fa9aeb82e2 avcodec: fix some const warnings 13 years ago
Justin Ruggles 86d3730360 avcodec: remove pointless AVOption, internal_buffer_count 13 years ago
Luca Barbato b7d939d998 cinepack: return non-generic errors 13 years ago
Michael Niedermayer a4009c6a9a cinepak: remove redundant coordinate checks 13 years ago
Michael Niedermayer 867b496681 cinepak: check strip_size 13 years ago
Michael Niedermayer d92fea2b14 cinepak, simplify, use AV_RB24() 13 years ago
Michael Niedermayer a2b51fe87c cinepak: simplify, use FFMIN() 13 years ago
Michael Niedermayer b55aa7df6b cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0 13 years ago
Alex Converse bb4b0ad83b vp5: Fix illegal read. 13 years ago
Thierry Foucu e0966eb140 vp6: Fix illegal read. 13 years ago
Martin Storsjö 268fb3f985 mpegaudiodec: Don't use a nonexistent log context for av_dlog 13 years ago
Mike Melanson 747283a078 cinepak: Add another special case so that it can handle the following file: 13 years ago
Kostya Shishkov ffc638c283 lagarith: add some RGBA decoding support 13 years ago
Nathan Caldwell 39616fc307 lagarith: Add correct line prediction for RGB 13 years ago
Justin Ruggles f1d1516e55 cosmetics: indentation 13 years ago
Justin Ruggles 1158745a2d mpegaudiodec: init static tables in AVCodec.init_static_data() 13 years ago
Mans Rullgard 3f5d6a665a binkvideo: simplify and remove invalid shifts 13 years ago
Sebastien Zwickert ac3dbb4d58 hwaccel: OS X Video Decoder Acceleration (VDA) support. 13 years ago
Janne Grunau 29ae0565d9 vble: remove vble_error_close 13 years ago
Derek Buitenhuis c433a3f9a5 VBLE Decoder 13 years ago
Justin Ruggles b656c4d08e tta: use an integer instead of a pointer to iterate output samples 13 years ago
Justin Ruggles 5c210e2cb9 shorten: do not modify samples pointer when interleaving 13 years ago
Justin Ruggles befc473c00 mpc7: only support stereo input. 13 years ago
Justin Ruggles 8dbc6d03c0 dpcm: do not try to decode empty packets 13 years ago
Justin Ruggles e79da63282 dpcm: remove unneeded buf_size==0 check. 13 years ago
Justin Ruggles 9d06037d48 twinvq: add SSE/AVX optimized sum/difference stereo interleaving 13 years ago
Justin Ruggles 7b966566da vqf/twinvq: pass vqf COMM chunk info in extradata 13 years ago
Justin Ruggles a8a6da4a0e twinvq: check for allocation failure in init_mdct_win() 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
Laurent Aimar 2305742b2a sunrast: Check for invalid/corrupted bitstream 13 years ago