summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-0336-208/+204
* Stop Sun Studio from issuing a warning during configure when passedDiego Pettenò2008-10-031-1/+1
* Make sure strcasecmp() is declared.Diego Pettenò2008-10-031-0/+1
* atrac3dec: cosmetics: indentationAurelien Jacobs2008-10-021-3/+3
* matroskadec: cosmetics: indentationAurelien Jacobs2008-10-021-1/+1
* matroskadec: don't merge packets which have no timestampAurelien Jacobs2008-10-021-0/+1
* Use __typeof__ instead of GCC-specific typeof keyword.Diego Pettenò2008-10-021-2/+2
* fix warning reported by Intel C compiler:Diego Pettenò2008-10-021-4/+6
* Intel C compiler warns on this assignment in this if(), probablyDiego Pettenò2008-10-021-1/+2
* Remove duplicate "const" qualifier for *matrix.Diego Pettenò2008-10-021-1/+1
* x264 has removed the b-rdo and bime options, and instead integratedJason Garrett-Glaser2008-10-022-3/+0
* MinGW runtime 3.15 has a wrapper for usleep().Ramiro Polla2008-10-021-3/+0
* Specify minimum version for some MinGW packages.Ramiro Polla2008-10-021-6/+14
* Use M_PI from libavutil/mathematics.h instead of defining PI ourselvesReimar Döffinger2008-10-021-4/+2
* Make 8svx codec context table pointer const to match the type of theReimar Döffinger2008-10-021-1/+1
* spelling cosmeticsDiego Biurrun2008-10-0210-40/+40
* Use enum typers instead of int.Diego Pettenò2008-10-0211-17/+24
* Remove useless cyuv_decode_end functionReimar Döffinger2008-10-021-8/+1
* Add (additional) const to many global tables.Reimar Döffinger2008-10-0213-18/+18
* Use "static const" instead of "const static"Reimar Döffinger2008-10-021-2/+2
* cosmetics: Change comment style for consistency.Diego Biurrun2008-10-021-1/+1
* Update copyright years.Diego Biurrun2008-10-021-3/+3
* Globally set LC_ALL=C to prevent locale issues from breaking tests.Diego Biurrun2008-10-021-0/+4
* Rename some variables and add some comments to try to be a bit more clear.Benoit Fouet2008-10-021-33/+34
* Allow using DECLARE_ALIGNED with Sun cc.Carl Eugen Hoyos2008-10-021-1/+1
* Rename copy_picture to ff_copy_picture.Carl Eugen Hoyos2008-10-024-9/+9
* Fix memleak for currupt input.Carl Eugen Hoyos2008-10-011-0/+1
* cosmetics, remove useless spacesBaptiste Coudurier2008-10-011-3/+3
* Cosmetics: reindentDavid Conrad2008-10-011-122/+122
* Unneeded elseDavid Conrad2008-10-011-2/+1
* Unneeded bracesDavid Conrad2008-10-011-2/+2
* Return if unpacking motion vectors for a keyframeDavid Conrad2008-10-011-0/+1
* Cosmetics: indentationDavid Conrad2008-10-012-7/+7
* Visible width/height fields were added in Theora 3.2David Conrad2008-10-012-4/+5
* filter_limit_values only needs 7 bits, make its tables smallerDavid Conrad2008-10-012-2/+2
* Fix indentation.Benoit Fouet2008-10-011-6/+6
* Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcodingRonald S. Bultje2008-10-011-3/+7
* This patch refactors RDT packet header parsing so that it can be used inRonald S. Bultje2008-10-013-16/+37
* Remove useless context variable.Benoit Fouet2008-10-011-2/+0
* Merge declaration and assignment.Benoit Fouet2008-10-011-13/+9
* Interleaved forward/backward channels processing in order to increase chancesSiarhei Siamashka2008-10-011-9/+7
* Cosmetics: indentationDavid Conrad2008-09-301-1/+1
* Merge (vp3|theora)_calculate_pixel_addressesDavid Conrad2008-09-301-47/+6
* Missed hunks of last commitDavid Conrad2008-09-301-3/+0
* Remove unused vp3 debugging infoDavid Conrad2008-09-301-258/+0
* Move iv_decode_frame function to remove a forward declaration.Benoit Fouet2008-09-301-72/+67
* Remove useless lines.Benoit Fouet2008-09-301-4/+0
* Reindent whole file.Benoit Fouet2008-09-301-921/+921
* Reindent after previous patches.Ronald S. Bultje2008-09-301-3/+3
* Implement a RTSPTransport field, which allows proper separation of serverRonald S. Bultje2008-09-302-7/+24