8070 Commits (e178d7fd0f1ce141d94ac27d7a701a3d3f3ea217)

Author SHA1 Message Date
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
Benoit Fouet 21899717a3 Move iv_decode_frame function to remove a forward declaration. 17 years ago
Benoit Fouet 950c0373fd Remove useless lines. 17 years ago
Benoit Fouet 6f427ccbeb Reindent whole file. 17 years ago
Benoit Fouet e1a96237df Indent. 17 years ago
Benoit Fouet f8be1206a6 Simplify iv_free_func(). 17 years ago
Benoit Fouet ffc64ac061 Move allocated buffer out of YUV buffer structure. 17 years ago
Benoit Fouet c2db8a99a6 Remove useless initializations. 17 years ago
Benoit Fouet 8b27f76bf8 Check allocations on init. 17 years ago
Benoit Fouet 809a23a543 Remove useless test. 17 years ago
Benoit Fouet 56d9b943d3 Cosmetics 17 years ago
Benoit Fouet 68e9c68fdb use uint8_t instead of unsigned char 17 years ago
Benoit Fouet e679560d9c Corrector type fits in 8 bits. 17 years ago
Benoit Fouet 2c3c87b8c4 Remove useless casts and use variable instead of its type in sizeof. 17 years ago
Benoit Fouet 9fd88b2946 Change table types to uint8_t 17 years ago
David Conrad 12ce1f3fc1 Downgrade severity of leftover bits in header packets, and don't check for the comment header 17 years ago
Michael Niedermayer ae4ffe9f64 Allocate 1 line more in the chroma plane for H.264, this avoids some 17 years ago