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
2018-02-14lavf/rtpdec*: Constify all RTPDynamicProtocolHandler.Carl Eugen Hoyos
2016-06-21Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch
2016-05-04cosmetics: Fix spelling mistakesVittorio Giovara
2015-02-25Merge commit 'd594dbecce5f3af7f80bbf5bb1b516d740b69ccd'Michael Niedermayer
2015-02-25Merge commit '199fb40278146c5bb162990c66ad3cd561abc780'Michael Niedermayer
2015-02-25Merge commit 'bb4a310bb85f43e62240145a656b1e5285b14239'Michael Niedermayer
2015-02-25Merge commit '12251f997bbc0abb93be39c51021e6d404ca385f'Michael Niedermayer
2015-02-25Merge commit '5d8cae45737bed6239bd6b6e0698802dbe1463c8'Michael Niedermayer
2015-02-25Merge commit '2b982e92f42a6e661d90b12b6592cd13cae496d4'Michael Niedermayer
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-25rtpdec: Remove unnecessary checksMartin Storsjö
2015-02-24rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö
2015-02-24rtpdec: Set need_parsing via a handler fieldMartin Storsjö
2014-12-18Merge commit 'df07c07b3de0a5e8890078944de1eb5cb8372ef8'Michael Niedermayer
2014-12-18rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered dataMartin Storsjö
2013-08-30Reinstate proper FFmpeg license for all files.Thilo Borgmann
2013-05-05avformat: Add av_cold attributes to init functions missing themDiego Biurrun
2013-01-20rtpdec: Move setting the parsing flags to the actual depacketizersMartin 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
2012-06-14rtpdec: Don't require frames to start with a Mode A packetMartin Storsjö
2012-02-18rtpdec: Identify incorrectly signalled H263Martin Storsjö
2012-02-14rtpdec: Support H263 in RFC 2190 formatMartin Storsjö