20892 Commits (612bdf180809f3ac03c449ea6f405f2688efa723)
 

Author SHA1 Message Date
Sascha Sommer c1061cc7f7 add missing wmapro decoder parts 15 years ago
Diego Biurrun ee1550116b whitespace cosmetics, prettyprinting 15 years ago
Diego Biurrun f4258b1391 Update ffv1 codec long name in the documentation as well. 15 years ago
Lars Täuber 7c6208d4c0 Use "FFmpeg video codec #1" instead of "FFmpeg codec #1" as codec long name. 15 years ago
Josh Harris f2086fb50e Fix incorrect display of ASF/WMV duration after r12926. 15 years ago
Thilo Borgmann c6dbbc4576 Add function to compute ceil(log2(x)). 15 years ago
Kostya Shishkov 1369582777 Convert ZERO8x2 macro into inline function 15 years ago
Reimar Döffinger 23638d8778 Remove unused variable. 15 years ago
Kostya Shishkov b7eb7ef6b5 Zeroing pic->motion_val in RV3/4 causes alignment problems on some 64-bit 15 years ago
Kostya Shishkov 20622c4a8a Adjust r->avail_cache[] indexes to avoid alignment issues when zeroing block 15 years ago
Ramiro Polla 67c2c5bb2e Curly brackets cosmetics for previous commit. 15 years ago
Ramiro Polla 1ddb5747df Check for return value of initFilter(). 15 years ago
Ramiro Polla dd653355fa Revert mistakenly commited hunk. 15 years ago
Ramiro Polla 7248797c03 swscale: Check for return values of malloc. 15 years ago
Ramiro Polla e48a0966ca Add CHECKED_ALLOC macro. 15 years ago
Justin Ruggles 6833385d30 Store the frame size in the LibSpeexContext in case the header does not exist. 15 years ago
Måns Rullgård e78516c6d8 One declaration of mm_flags is enough 15 years ago
Måns Rullgård 4e36a5b46f Move declarations of some mmx functions to dsputil_mmx.h 15 years ago
Måns Rullgård 5b1b014761 Move DECLARE_ALIGNED_8 definition next to DECLARE_ALIGNED_16 15 years ago
Ramiro Polla 111641a97a swscale-example: Free memory used by input data. 15 years ago
Ramiro Polla 0607b09069 Restore comment that was partially removed. 15 years ago
Måns Rullgård c4d6d318cf Make DECLARE_ALIGNED_8 align to 8 bytes, never to 16 15 years ago
Justin Ruggles 5c3b5e3053 Use the output data type to determine the maximum number of samples that can be 15 years ago
Justin Ruggles 13db8750bb Add myself as maintainer for libspeexdec.c 15 years ago
Justin Ruggles eb5f3c5434 Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat 15 years ago
Alex Converse dd0e43e4bb Re-add search_for_ms to the coefficients encoders to silence warnings 15 years ago
Vitor Sessak bf8202f352 Formatting K&R fixes 15 years ago
Vitor Sessak 9263a05aab Mark "i" parameter of vector_clipf_sse() as early-clobber 15 years ago
Vitor Sessak d3b60aa685 100l, revision 19728 added a bug that broke twinvq decoding. I forgot to 15 years ago
Vitor Sessak 50e23ae9d3 Mark parameter src of vector_clipf() as const 15 years ago
Vitor Sessak 0a68cd876e SSE optimized vector_clipf(). 10% faster TwinVQ decoding. 15 years ago
Loren Merritt 8fc9376c59 indent 15 years ago
Loren Merritt 2f17f9c10c 1.5x faster ff_vorbis_floor1_render_list, 5% faster vorbis decoding on Core2. 15 years ago
Diego Biurrun ae9253151f whitespace cosmetics 15 years ago
Måns Rullgård 21c6a0258c Remove useless alignment from MpegEncContext.intra_scantable 15 years ago
Ivan Schreter 608be2acef Cosmetic changes in read_seek* routines. 15 years ago
Christian Schmidt 5dd3707b8d Decoder for LPCM as used in Bluray discs. 15 years ago
Lars Täuber 2fee538a16 Fix comments after switching from CABAC to range coder in r3658. 15 years ago
Sascha Sommer 85fecafe49 add decode_coeffs() 15 years ago
Sascha Sommer f53e96ed41 merge 2-channel M/S stereo decoding code with the multichannel version 15 years ago
Måns Rullgård b97e0d7fa2 4xm: provide 16-byte alignment where required 15 years ago
Måns Rullgård 95d36bdbc3 dsputil: declare some arrays 16-byte aligned 15 years ago
Måns Rullgård 20e7c8ae0a Remove some unnecessary alignment specifiers 15 years ago
Stephen Backway 4a3178b012 Always allocate a buffer of AVPALETTE_SIZE for palette in the 15 years ago
Reimar Döffinger 7f4fca038d Increase maximum encoded subtitle size from 64 kB to 1 MB. 15 years ago
Reimar Döffinger 63a78ef131 100l typo, xsub encoder printed end time hours where minutes should have been. 15 years ago
Reimar Döffinger 64e657fd2c 100l, inv_zigzag_direct16 must be aligned to 16 bytes for dct_quantize_SSE2 15 years ago
Reimar Döffinger 8b03c014f0 Make sure that start_display_time is 0 by moving its value onto pts. 15 years ago
Reimar Döffinger 44ed34b790 Check for seek failures in avi_load_index, otherwise if the index offset 15 years ago
Reimar Döffinger d5a30f86d4 Reindent. 15 years ago