8336 Commits (1cca8d24232c9f81d71364c4725b3bc43eab637e)

Author SHA1 Message Date
Diego Biurrun 8f271177b0 Sync cosmetics from upstream. 17 years ago
Alex Converse fbdae895f2 Rename variables to clarify the channel coupling element and corresponding 17 years ago
Alex Converse 5c2cb17206 Correct documentation of ch_select array. 17 years ago
Alex Converse 88de95c2f9 Corrections to channel coupling code to attain conformance for appropriate 17 years ago
Diego Biurrun d8d12c1594 Remove obsolete liba52 wrapper code. 17 years ago
Vitor Sessak da708eaa22 Cosmetics: rename mace3_decode_frame() to mace_decode_frame() 17 years ago
Vitor Sessak 10c1d19212 Avoid code duplication between mace3_decode_frame() and mace6_decode_frame() 17 years ago
Vitor Sessak b0e047de15 Use a for() instead of triplicating code. 17 years ago
Kostya Shishkov cba64af245 Register RV-[34] block specific feature for long future loop filter 17 years ago
Vitor Sessak 3a54087733 Factorize duplicate table reading code. 17 years ago
Diego Pettenò 8539d8b573 Declare ff_pw_53 and ff_pw_18 as assembler constants. 17 years ago
Diego Biurrun 95137bbbb4 Fix 'make checkheaders', based on a patch by Diego Pettenò, flameeyes gmail com. 17 years ago
David Conrad 9971331dfb Move VP3 loop filter to DSPContext 17 years ago
Diego Pettenò cb92c528d9 Mark the ff_find_best_tables symbol static to msmpeg4. Patch by Diego Pettenò 17 years ago
Diego Pettenò d9ec210baa Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego Pettenò 17 years ago
Diego Pettenò e6df765ed3 Mark list heads static. Patch by Diego Pettenò 17 years ago
Michael Niedermayer dd990075d6 100l forgot return type. 17 years ago
Michael Niedermayer 2791c60883 Fix indention of NAL type enum. 17 years ago
Michael Niedermayer 3ee4f5e4fa ff_parse_close() is not the correct function for H264Context. 17 years ago
Michael Niedermayer 44ee6135e2 Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h. 17 years ago
Aurelien Jacobs b37b13066d atrac3dec: cosmetics: indentation 17 years ago
Diego Pettenò 9aa1cfec1a fix warning reported by Intel C compiler: 17 years ago
Diego Pettenò 2d5174fc46 Intel C compiler warns on this assignment in this if(), probably 17 years ago
Diego Pettenò d3b9e7f19b Remove duplicate "const" qualifier for *matrix. 17 years ago
Jason Garrett-Glaser a5d2413345 x264 has removed the b-rdo and bime options, and instead integrated 17 years ago
Reimar Döffinger 14660b0814 Use M_PI from libavutil/mathematics.h instead of defining PI ourselves 17 years ago
Reimar Döffinger 19998314cd Make 8svx codec context table pointer const to match the type of the 17 years ago
Diego Biurrun 910f02a054 spelling cosmetics 17 years ago
Reimar Döffinger 529dae12f7 Remove useless cyuv_decode_end function 17 years ago
Reimar Döffinger 9b5ede5b64 Add (additional) const to many global tables. 17 years ago
Reimar Döffinger 6dbfb7de82 Use "static const" instead of "const static" 17 years ago
Diego Biurrun f974f1faaf cosmetics: Change comment style for consistency. 17 years ago
Benoit Fouet 2c4b482931 Rename some variables and add some comments to try to be a bit more clear. 17 years ago
Carl Eugen Hoyos 8d2fc163ce Rename copy_picture to ff_copy_picture. 17 years ago
Carl Eugen Hoyos c8562a6fda Fix memleak for currupt input. 17 years ago
David Conrad 1ae4518d73 Cosmetics: reindent 17 years ago
David Conrad 10f38380be Unneeded else 17 years ago
David Conrad 6599e2a74a Unneeded braces 17 years ago
David Conrad 6298f49f75 Return if unpacking motion vectors for a keyframe 17 years ago
David Conrad a0ce2d1bbc Cosmetics: indentation 17 years ago
David Conrad 277e3e534b Visible width/height fields were added in Theora 3.2 17 years ago
David Conrad 51ace5777e filter_limit_values only needs 7 bits, make its tables smaller 17 years ago
Benoit Fouet b07e52a955 Fix indentation. 17 years ago
Benoit Fouet 5fbec79197 Remove useless context variable. 17 years ago
Benoit Fouet 963203361c Merge declaration and assignment. 17 years ago
Siarhei Siamashka 9d2b5cf2e0 Interleaved forward/backward channels processing in order to increase chances 17 years ago
David Conrad ba31df31d9 Cosmetics: indentation 17 years ago
David Conrad fc9618195b Merge (vp3|theora)_calculate_pixel_addresses 17 years ago
David Conrad 6920b98322 Missed hunks of last commit 17 years ago
David Conrad 33aae37ec0 Remove unused vp3 debugging info 17 years ago