summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove access into RTPDemuxContext in rtsp.c, which allows making it opaqueRonald S. Bultje2008-10-04
* Change function prototype of RTPDynamicPayloadHandler.parse_packet() toRonald S. Bultje2008-10-04
* Rename RTP payload contexts to PayloadContext, suggested by Luca inRonald S. Bultje2008-10-04
* 100l forgot return type.Michael Niedermayer2008-10-04
* Fix indention of NAL type enum.Michael Niedermayer2008-10-04
* ff_parse_close() is not the correct function for H264Context.Michael Niedermayer2008-10-03
* set sample rate for amr to allow stream copy since no decoder is present,Baptiste Coudurier2008-10-03
* FFmpeg is not made for bats: Fix 22050Hz vs. 22050kHz typo.Diego Biurrun2008-10-03
* Move nal unit types enum and EXTENDED_SAR #define from h264data.h to h264.h.Michael Niedermayer2008-10-03
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Stop Sun Studio from issuing a warning during configure when passedDiego Pettenò2008-10-03
* Make sure strcasecmp() is declared.Diego Pettenò2008-10-03
* atrac3dec: cosmetics: indentationAurelien Jacobs2008-10-02
* matroskadec: cosmetics: indentationAurelien Jacobs2008-10-02
* matroskadec: don't merge packets which have no timestampAurelien Jacobs2008-10-02
* Use __typeof__ instead of GCC-specific typeof keyword.Diego Pettenò2008-10-02
* fix warning reported by Intel C compiler:Diego Pettenò2008-10-02
* Intel C compiler warns on this assignment in this if(), probablyDiego Pettenò2008-10-02
* Remove duplicate "const" qualifier for *matrix.Diego Pettenò2008-10-02
* x264 has removed the b-rdo and bime options, and instead integratedJason Garrett-Glaser2008-10-02
* MinGW runtime 3.15 has a wrapper for usleep().Ramiro Polla2008-10-02
* Specify minimum version for some MinGW packages.Ramiro Polla2008-10-02
* Use M_PI from libavutil/mathematics.h instead of defining PI ourselvesReimar Döffinger2008-10-02
* Make 8svx codec context table pointer const to match the type of theReimar Döffinger2008-10-02
* spelling cosmeticsDiego Biurrun2008-10-02
* Use enum typers instead of int.Diego Pettenò2008-10-02
* 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