Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-02-25rtpdec: Rename the free method to closeMartin Storsjö
2015-02-25rtpdec: Use ffio_free_dyn_bufMartin Storsjö
2015-02-25rtpdec: Don't free the payload context in the .free functionMartin Storsjö
2015-02-24rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö
2012-12-21rtpdec: Pass the sequence number to depacketizersMartin Storsjö
2012-11-02rtpdec: factorize identical code used in several handlersAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2011-07-15doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun
2011-04-24rtp: Rename the open/close functions to alloc/freeMartin Storsjö
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-04avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2010-11-29rtpdec: Remove useless NULL initializations when using designated initializersMartin Storsjö
2010-11-29rtpdec: Change the qdm2, qt and svq3 depacketizers to use designated initiali...Martin Storsjö
2010-10-03rtpdec_svq3: Don't look for the unused RTP_FLAG_KEY flagMartin Storsjö
2010-09-26Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini
2010-07-30Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö
2010-07-25Include the correct header that actually is used, use quotes instead of angle...Martin Storsjö
2010-07-14rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->ptsMartin Storsjö
2010-07-02Add RTP depacketization of SVQ3Josh Allmann