summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove useless cyuv_decode_end functionReimar Döffinger2008-10-02
* Add (additional) const to many global tables.Reimar Döffinger2008-10-02
* Use "static const" instead of "const static"Reimar Döffinger2008-10-02
* cosmetics: Change comment style for consistency.Diego Biurrun2008-10-02
* Update copyright years.Diego Biurrun2008-10-02
* Globally set LC_ALL=C to prevent locale issues from breaking tests.Diego Biurrun2008-10-02
* Rename some variables and add some comments to try to be a bit more clear.Benoit Fouet2008-10-02
* Allow using DECLARE_ALIGNED with Sun cc.Carl Eugen Hoyos2008-10-02
* Rename copy_picture to ff_copy_picture.Carl Eugen Hoyos2008-10-02
* Fix memleak for currupt input.Carl Eugen Hoyos2008-10-01
* cosmetics, remove useless spacesBaptiste Coudurier2008-10-01
* Cosmetics: reindentDavid Conrad2008-10-01
* Unneeded elseDavid Conrad2008-10-01
* Unneeded bracesDavid Conrad2008-10-01
* Return if unpacking motion vectors for a keyframeDavid Conrad2008-10-01
* Cosmetics: indentationDavid Conrad2008-10-01
* Visible width/height fields were added in Theora 3.2David Conrad2008-10-01
* filter_limit_values only needs 7 bits, make its tables smallerDavid Conrad2008-10-01
* Fix indentation.Benoit Fouet2008-10-01
* Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcodingRonald S. Bultje2008-10-01
* This patch refactors RDT packet header parsing so that it can be used inRonald S. Bultje2008-10-01
* Remove useless context variable.Benoit Fouet2008-10-01
* Merge declaration and assignment.Benoit Fouet2008-10-01
* Interleaved forward/backward channels processing in order to increase chancesSiarhei Siamashka2008-10-01
* Cosmetics: indentationDavid Conrad2008-09-30
* Merge (vp3|theora)_calculate_pixel_addressesDavid Conrad2008-09-30
* Missed hunks of last commitDavid Conrad2008-09-30
* Remove unused vp3 debugging infoDavid Conrad2008-09-30
* Move iv_decode_frame function to remove a forward declaration.Benoit Fouet2008-09-30
* Remove useless lines.Benoit Fouet2008-09-30
* Reindent whole file.Benoit Fouet2008-09-30
* Reindent after previous patches.Ronald S. Bultje2008-09-30
* Implement a RTSPTransport field, which allows proper separation of serverRonald S. Bultje2008-09-30
* Remove access to rdt_data struct in functions called outside of theRonald S. Bultje2008-09-30
* Send improper UDP SETUP request, which is what Realmedia servers expect.Ronald S. Bultje2008-09-30
* Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells usRonald S. Bultje2008-09-30
* Indent.Benoit Fouet2008-09-30
* Simplify iv_free_func().Benoit Fouet2008-09-30
* Move allocated buffer out of YUV buffer structure.Benoit Fouet2008-09-30
* Remove useless initializations.Benoit Fouet2008-09-30
* Check allocations on init.Benoit Fouet2008-09-30
* Remove useless test.Benoit Fouet2008-09-30
* CosmeticsBenoit Fouet2008-09-30
* use uint8_t instead of unsigned charBenoit Fouet2008-09-30
* Corrector type fits in 8 bits.Benoit Fouet2008-09-30
* Remove useless casts and use variable instead of its type in sizeof.Benoit Fouet2008-09-30
* Change table types to uint8_tBenoit Fouet2008-09-30
* Downgrade severity of leftover bits in header packets, and don't check for th...David Conrad2008-09-30
* support negative ctts in some way, unset wrong dtsBaptiste Coudurier2008-09-30
* Allocate 1 line more in the chroma plane for H.264, this avoids someMichael Niedermayer2008-09-30