7353 Commits (51c3861e1663a1e4e9ea465176e68d82e98cc6e9)

Author SHA1 Message Date
Michael Niedermayer 8dbee6538d Fix the av_set_string() free / alloc issue. 17 years ago
Diego Biurrun 716e7c0f0b Remove wrong casts from vector declarations, this would cause errors when 17 years ago
Peter Ross 495900f78b Electronic Arts CMV decoder 17 years ago
Peter Ross 60f451b6fe Remove AVPaletteControl from ALG MM demuxer/decoder 17 years ago
Victor Pollex 1835cda65a Make LOAD4/STORE4 macros more generic. 17 years ago
Michael Niedermayer 35ee72b1d7 1 c-asm loop less and 1x unroll of float_to_int16_sse() 17 years ago
Michael Niedermayer 560fa9bf51 Fix x86-64 17 years ago
Michael Niedermayer 63b737d4f9 dont use C-asm loops and unroll once float_to_int16_3dnow() 17 years ago
Benjamin Larsson 7769875db3 redundant assignment found by Clang 17 years ago
Vitor Sessak 5be30c59da Simplify: glob->phase is always == 3 17 years ago
Vitor Sessak f27f0fc374 Cosmetics: reindent tables 17 years ago
Vitor Sessak f803495415 Remove phasep context var, it is just phase*5 17 years ago
Vitor Sessak eb73742d6e Slighly faster operation 17 years ago
Vitor Sessak 0bbab5671d Typo in a comment: s/two avoid/to avoid/ 17 years ago
Vitor Sessak 8edfd15175 Cosmetics: remove braces 17 years ago
Vitor Sessak a5f0f504df Another use of scalar_product_float() 17 years ago
Vitor Sessak a03a6db1af Do not reimplement memmove() 17 years ago
Gregory Montoir 7bd2f502fa Remove context fields which can be used as simple local variables. 17 years ago
Gregory Montoir ce83d48b22 Remove av_cold attribute on decode_frame and add it to decode_end 17 years ago
Stefano Sabatini ed76af08a4 Document av_find_opt(). 17 years ago
Kostya Shishkov 7246d6311e Altivec implementation of APE vector functions 17 years ago
Kostya Shishkov 88c0536a42 Add several vector functions used by Monkey's Audio decoder to dsputil 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
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
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
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
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
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