16247 Commits (89493e10efe5f41f780f63f2b2d14964862d4d3a)
 

Author SHA1 Message Date
Diego Pettenò fb65d2ca84 Use enum typers instead of int. 16 years ago
Reimar Döffinger 529dae12f7 Remove useless cyuv_decode_end function 16 years ago
Reimar Döffinger 9b5ede5b64 Add (additional) const to many global tables. 16 years ago
Reimar Döffinger 6dbfb7de82 Use "static const" instead of "const static" 16 years ago
Diego Biurrun f974f1faaf cosmetics: Change comment style for consistency. 16 years ago
Diego Biurrun 949906ea6d Update copyright years. 16 years ago
Diego Biurrun 31e647f8a2 Globally set LC_ALL=C to prevent locale issues from breaking tests. 16 years ago
Benoit Fouet 2c4b482931 Rename some variables and add some comments to try to be a bit more clear. 16 years ago
Carl Eugen Hoyos aaa0df02d3 Allow using DECLARE_ALIGNED with Sun cc. 16 years ago
Carl Eugen Hoyos 8d2fc163ce Rename copy_picture to ff_copy_picture. 16 years ago
Carl Eugen Hoyos c8562a6fda Fix memleak for currupt input. 16 years ago
Baptiste Coudurier 0be4b8d930 cosmetics, remove useless spaces 16 years ago
David Conrad 1ae4518d73 Cosmetics: reindent 16 years ago
David Conrad 10f38380be Unneeded else 16 years ago
David Conrad 6599e2a74a Unneeded braces 16 years ago
David Conrad 6298f49f75 Return if unpacking motion vectors for a keyframe 16 years ago
David Conrad a0ce2d1bbc Cosmetics: indentation 16 years ago
David Conrad 277e3e534b Visible width/height fields were added in Theora 3.2 16 years ago
David Conrad 51ace5777e filter_limit_values only needs 7 bits, make its tables smaller 16 years ago
Benoit Fouet b07e52a955 Fix indentation. 16 years ago
Ronald S. Bultje 3ff2a06228 Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding 16 years ago
Ronald S. Bultje 985b05d3c9 This patch refactors RDT packet header parsing so that it can be used in 16 years ago
Benoit Fouet 5fbec79197 Remove useless context variable. 16 years ago
Benoit Fouet 963203361c Merge declaration and assignment. 16 years ago
Siarhei Siamashka 9d2b5cf2e0 Interleaved forward/backward channels processing in order to increase chances 16 years ago
David Conrad ba31df31d9 Cosmetics: indentation 16 years ago
David Conrad fc9618195b Merge (vp3|theora)_calculate_pixel_addresses 16 years ago
David Conrad 6920b98322 Missed hunks of last commit 16 years ago
David Conrad 33aae37ec0 Remove unused vp3 debugging info 16 years ago
Benoit Fouet 21899717a3 Move iv_decode_frame function to remove a forward declaration. 16 years ago
Benoit Fouet 950c0373fd Remove useless lines. 16 years ago
Benoit Fouet 6f427ccbeb Reindent whole file. 16 years ago
Ronald S. Bultje f5f1e97f33 Reindent after previous patches. 16 years ago
Ronald S. Bultje 119b466811 Implement a RTSPTransport field, which allows proper separation of server 16 years ago
Ronald S. Bultje ab63fb0360 Remove access to rdt_data struct in functions called outside of the 16 years ago
Ronald S. Bultje eee2cbff77 Send improper UDP SETUP request, which is what Realmedia servers expect. 16 years ago
Ronald S. Bultje 90abbdba1e Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us 16 years ago
Benoit Fouet e1a96237df Indent. 16 years ago
Benoit Fouet f8be1206a6 Simplify iv_free_func(). 16 years ago
Benoit Fouet ffc64ac061 Move allocated buffer out of YUV buffer structure. 16 years ago
Benoit Fouet c2db8a99a6 Remove useless initializations. 16 years ago
Benoit Fouet 8b27f76bf8 Check allocations on init. 16 years ago
Benoit Fouet 809a23a543 Remove useless test. 16 years ago
Benoit Fouet 56d9b943d3 Cosmetics 16 years ago
Benoit Fouet 68e9c68fdb use uint8_t instead of unsigned char 16 years ago
Benoit Fouet e679560d9c Corrector type fits in 8 bits. 16 years ago
Benoit Fouet 2c3c87b8c4 Remove useless casts and use variable instead of its type in sizeof. 16 years ago
Benoit Fouet 9fd88b2946 Change table types to uint8_t 16 years ago
David Conrad 12ce1f3fc1 Downgrade severity of leftover bits in header packets, and don't check for the comment header 16 years ago
Baptiste Coudurier 0c5f76f708 support negative ctts in some way, unset wrong dts 16 years ago