8400 Commits (bc1d2afb3757ef89d23fd3f91202a3400e3c76da)

Author SHA1 Message Date
Anders Grönberg 31c3a4dc7e Prevent shift overflow, patch by Anders Grönberg, galileo.m2 gmail com. 16 years ago
Anders Grönberg cac55c9196 Add a few const qualifiers in appropriate places. 16 years ago
Mike Melanson 70bbd0cee3 undoing revision 16118 for truemotion1.c; commit was premature 16 years ago
Mike Melanson 02fb2546e8 The POSIX namespace shall be held sacrosanct. To that end, 16 years ago
Aurelien Jacobs 5e6604490a avoid POSIX reserved _t suffix 16 years ago
Aurelien Jacobs d08ea32c23 Get rid of mmx_t. 16 years ago
Diego Biurrun 616deed28f Do not invade _t POSIX namespace. 16 years ago
Diego Biurrun bda4e3940a Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace. 16 years ago
Diego Biurrun db95d3bf50 Add img_convert() to imgconvert.h and #include it from imgresample.c. 16 years ago
Luca Barbato 537db58b6c Let imgresample altivec code build 16 years ago
Luca Barbato 7a8f36cccc Cleanup types 16 years ago
Luca Barbato 006c8e9e9c Unbreak imgresample altivec 16 years ago
Stefano Sabatini 8f993c6725 s/#AVClass/AVClass/, consistent with the rest of the doxy. 16 years ago
Michael Niedermayer fe5c7e588d More POSIX _t namespace cleanup. 16 years ago
Guillaume Poirier 64adf4f28d add Altivec implementation of clear_block 16 years ago
Oded Shimon 05dee1b7df Rename all vorbis encoder related typedefs to not use _t for POSIX compatibility 16 years ago
Jay Freeman 65c127e3d5 fix mjpega bitfilter when dht, dqt, sof0 are not ordered as expected, patch by Jay Freeman, saurik at saurik com 16 years ago
Aurelien Jacobs d887151d8c rename Vp56Model to VP56Model for consistency 16 years ago
Baptiste Coudurier 193ce3ab78 dnxhd get_pixels_8x4_sym sse2 16 years ago
Baptiste Coudurier e1b24cfddb Move get_pixels_8x4 before init func to avoid useless forward declaration. 16 years ago
Baptiste Coudurier 8c9c0ea427 rename 4x8 to 8x4 to match widthxheight consistently 16 years ago
Aurelien Jacobs 76025d91da cosmetics: vertical alignment 16 years ago
Aurelien Jacobs 3d52bca6bf avoid POSIX reserved _t suffix 16 years ago
Aurelien Jacobs e998ba4fbc avoid POSIX reserved _t suffix 16 years ago
Michael Niedermayer aaf0e267ff s/qp_t/qp_tt/ to avoid bad examples that could lead to issues with reserved 16 years ago
Vitor Sessak c9bea488fe Avoid POSIX reserved _t suffix. 16 years ago
Vitor Sessak 259037d099 Rename ROQDPCMContext_t to ROQDPCMContext to avoid _t reserved prefix. 16 years ago
Baptiste Coudurier 09f6fc6b74 move structure definitions in their own header 16 years ago
Baptiste Coudurier 00d9d0f5e2 cosmetics 16 years ago
Baptiste Coudurier 049a6c8b32 use dsp clear_block 16 years ago
Baptiste Coudurier af5e7fc9b9 use dsp clear_block 16 years ago
David Conrad a1546009ac Fix compilation with only Theora decoder enabled 16 years ago
Kenan Gillet 5a3e9f2c80 Avoid the 'Claimed bitrate and buffer size mismatch' warning storm. 16 years ago
Loren Merritt 5fecfb7d58 clear_block mmx 16 years ago
Loren Merritt 5fac277602 fix progressive jpeg: 16 years ago
Måns Rullgård 8153f14444 AAC: move scratch array to context to ensure 16-byte alignment 16 years ago
Alexis Ballier 7b5e49fe2e Remove useless inline qualifier, fixes linking with gcc 4.3. 16 years ago
Alex Converse 4a904903dc AAC: Use a sign LUT rather than 1-2*get_bits1() 16 years ago
Alex Converse c0893c3abb AAC: Unroll code within decode_spectrum_and_dequant(). Gives 12% net speed gain. 16 years ago
Alex Converse 8821210575 AAC: Remove unnecessary fabsf() 16 years ago
Stefano Sabatini dbbec0c2f2 Make av_log_missing_feature an internal function, and change its name 16 years ago
Justin Ruggles 20e047262f cosmetics: alignment after last commit 16 years ago
Justin Ruggles 72a6244b5d ac3: detect dba errors and prevent writing past end of array 16 years ago
Kostya Shishkov 0dfcc36818 Do not attempt to decode RV30/40 B-frames without anchors. 16 years ago
Ramiro Polla c687643c68 mlp: cosmetics: remove {}s over one-lined if. 16 years ago
Ramiro Polla ee1a8f6290 mlp: support bit-depths greater than 16 by default. 16 years ago
Justin Ruggles 2ceccf045c ac3dec: simplify exponent bounds checking 16 years ago
Mathieu Velten 97679e6e38 mlp: Fix compilation under CONFIG_AUDIO_NONSHORT. 16 years ago
Justin Ruggles d98d70d697 ac3dec: add missing feature log message for block start info 16 years ago
Justin Ruggles 3e7aa8fa4c ac3dec: use skip_bits_long() for block start bits 16 years ago