summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_svq3.c
Commit message (Expand)AuthorAge
* avformat: Don't free old extradata before ff_alloc/get_extradataAndreas Rheinhardt2019-12-12
* lavf/rtpdec*: Constify all RTPDynamicProtocolHandler.Carl Eugen Hoyos2018-02-14
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit 'd594dbecce5f3af7f80bbf5bb1b516d740b69ccd'Michael Niedermayer2015-02-25
|\|
| * rtpdec: Rename the free method to closeMartin Storsjö2015-02-24
* | Merge commit '199fb40278146c5bb162990c66ad3cd561abc780'Michael Niedermayer2015-02-25
|\|
| * rtpdec: Use ffio_free_dyn_bufMartin Storsjö2015-02-24
* | Merge commit 'bb4a310bb85f43e62240145a656b1e5285b14239'Michael Niedermayer2015-02-25
|\|
| * rtpdec: Don't free the payload context in the .free functionMartin Storsjö2015-02-24
* | Merge commit '5d8cae45737bed6239bd6b6e0698802dbe1463c8'Michael Niedermayer2015-02-24
|\|
| * rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö2015-02-24
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-13
* | Merge commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59'Michael Niedermayer2012-12-21
|\|
| * rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-02
|\|
| * rtpdec: factorize identical code used in several handlersAnton Khirnov2012-11-02
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-15
|\|
| * doxygen: use Doxygen markup for authors and web links where appropriateDiego Biurrun2011-07-15
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-24
|\|
| * rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-24
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-04
|\|
| * avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-03
| * avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-03
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
|/
* rtpdec: Remove useless NULL initializations when using designated initializersMartin Storsjö2010-11-29
* rtpdec: Change the qdm2, qt and svq3 depacketizers to use designated initiali...Martin Storsjö2010-11-29
* rtpdec_svq3: Don't look for the unused RTP_FLAG_KEY flagMartin Storsjö2010-10-03
* Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with theStefano Sabatini2010-09-25
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-30
* Include the correct header that actually is used, use quotes instead of angle...Martin Storsjö2010-07-25
* rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->ptsMartin Storsjö2010-07-14
* Add RTP depacketization of SVQ3Josh Allmann2010-07-01