index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
rtpdec_svq3.c
Age
Commit message (
Expand
)
Author
2011-04-24
rtp: Rename the open/close functions to alloc/free
Martin Storsjö
2011-04-03
avio: avio_ prefix for url_close_dyn_buf
Anton Khirnov
2011-04-03
avio: avio_ prefix for url_open_dyn_buf
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-21
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2010-11-29
rtpdec: Remove useless NULL initializations when using designated initializers
Martin Storsjö
2010-11-29
rtpdec: Change the qdm2, qt and svq3 depacketizers to use designated initiali...
Martin Storsjö
2010-10-03
rtpdec_svq3: Don't look for the unused RTP_FLAG_KEY flag
Martin Storsjö
2010-09-25
Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the
Stefano Sabatini
2010-07-30
Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file
Martin Storsjö
2010-07-25
Include the correct header that actually is used, use quotes instead of angle...
Martin Storsjö
2010-07-14
rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->pts
Martin Storsjö
2010-07-01
Add RTP depacketization of SVQ3
Josh Allmann