14923 Commits (a53b5450685c18d1aa9f81d20c8dbd39f4c63757)
 

Author SHA1 Message Date
Luca Barbato fcc402b1c9 Remove ASSERT() macro. SoC Patch from Keiji Costantini 17 years ago
Luca Barbato bc5a04440b Reindent. SoC Patch from Keiji Costantini 17 years ago
Luca Barbato 2d35ae567f Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini 17 years ago
Vitor Sessak 647b90ae0e Cosmetics: remove braces 17 years ago
Vitor Sessak 7a64649d68 Create a function for float dot product instead of duplicating all over the file 17 years ago
Diego Biurrun a4ce72480e Add correct header #include to fix 'make checkheaders'. 17 years ago
Diego Biurrun 0e74e1ff3c Add required stdint.h header #include. 17 years ago
Diego Biurrun 9906a2be76 spelling cosmetics 17 years ago
Kostya Shishkov f67c1f4d26 Cosmetics: align 17 years ago
Kostya Shishkov c5e46a0f2d Move MLP/TrueHD from video to audio codecs section. 17 years ago
Peter Ross d7bd0b3dea Only define AltiVec vector syntax macro when AltiVec is enabled. 17 years ago
Diego Biurrun bbdfa06d43 Add a note to remind people that new PCM/ADPCM formats need to be added to 17 years ago
Diego Biurrun f1e3c9368b Remove unused variable, fixes the warning: 17 years ago
Michael Niedermayer 0328995893 All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not exploitable) 17 years ago
Michael Niedermayer d5ae45841f All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas 17 years ago
Vitor Sessak 6f1e7a9e09 Write for loops in a more standard way. In my opinion, they are much more readable now. 17 years ago
Ramiro Polla b517af05b9 MLP/TrueHD decoder. 17 years ago
Vitor Sessak 69c23e6f33 Move vars declaration to inner loop when possible 17 years ago
Vitor Sessak 12ea267bca Simplify 17 years ago
Diego Biurrun 8a3227968c spelling/grammar/wording overhaul 17 years ago
Diego Biurrun 4bdc44c7fe whitespace cosmetics 17 years ago
Diego Biurrun 7a4d5e174c Place license header at the top of the file for consistency. 17 years ago
Diego Biurrun 15d6e3612f spelling cosmetics 17 years ago
Vitor Sessak ab52eb8e50 Remove unneeded var 17 years ago
Vitor Sessak 780433976d Use a matrix instead of a vector 17 years ago
Vitor Sessak a429946ba9 Reindent table 17 years ago
Ronald S. Bultje 1e2802c5cf Reindent after r14059, see "[PATCH] allow empty params for 17 years ago
Ronald S. Bultje e145ce2027 Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow 17 years ago
Michael Niedermayer 4f0689b528 We do not only calculate it but we also return it. 17 years ago
Michael Niedermayer 2de74f5a4d More correct comment. 17 years ago
Michael Niedermayer 2b150e9a0c make sum_of_squares() more generic 17 years ago
Alexander Strange 58cc7dd9fc Cosmetics: split a long line. 17 years ago
Alexander Strange 92ed1ec957 Use get_cabac_bypass_sign instead of an if/else. 17 years ago
Alexander Strange 142ee5d73d Reorder the if/else for residual cats to match gcc's branch prediction. 17 years ago
Alexander Strange 47775cb8de Simplify loop condition for readability. 17 years ago
Alexander Strange 9f734c3b57 Reindent. 17 years ago
Alexander Strange 9588ec340c Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches in the main loop. 17 years ago
Alexander Strange 2e254bc583 Don't generate two copies of hl_decode_mb() under ENABLE_SMALL. 17 years ago
Alexander Strange fedec603db Don't test for H264 encoding unless an encoder exists. 17 years ago
Ramiro Polla 5faf3a4449 Clarify comment about parity nibble. 17 years ago
Luca Abeni fba7815d8d Reindent after last commit 17 years ago
Luca Abeni d6b9e57af2 Fix A/V synch for RTP streams that do not contain MPEG1 or 2 17 years ago
Ramiro Polla 49de8d1e9c Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers. 17 years ago
Stefano Sabatini 6122c92e92 Clarify/simplify documentation for the default_val field in AVOption. 17 years ago
Stefano Sabatini dde2d1dc36 Remove credit to Philip Gladstone contribution from the ffserver 17 years ago
Vitor Sessak f38deb4452 Remove useless wrapper around ra288_decode_frame() 17 years ago
Vitor Sessak 6091357fc0 Remove unpack() function, read the bitstream as needed 17 years ago
Vitor Sessak 285ea3e30a Clean up error message 17 years ago
Vitor Sessak a40b2c2a4b Rewrite unpack() using the bitstream reader 17 years ago
Vladimir Voroshilov e500315b1d gain code, gain pitch and pitch delay decoding for ACELP based codecs 17 years ago