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_vp8.c
Age
Commit message (
Expand
)
Author
2015-02-24
rtpdec: Rename the free method to close
Martin Storsjö
2015-02-24
rtpdec: Use ffio_free_dyn_buf
Martin Storsjö
2015-02-24
rtpdec: Don't free the payload context in the .free function
Martin Storsjö
2015-02-24
rtpdec: Use .init instead of .alloc to set default values
Martin Storsjö
2015-02-20
rtpdec_vp8: Set the keyframe flag
Martin Storsjö
2013-03-02
rtpdec: Initialize some variables to silence compiler warnings
Martin Storsjö
2013-01-10
rtpdec_vp8: Don't trim too much data from broken frames
Martin Storsjö
2013-01-10
rtpdec_vp8: Simplify code by using an existing helper function
Martin Storsjö
2013-01-09
rtpdec_vp8: Mark broken packets with AV_PKT_FLAG_CORRUPT
Martin Storsjö
2013-01-08
rtpdec_vp8: Request a keyframe if RTP packets are lost
Martin Storsjö
2013-01-08
rtpdec_vp8: Avoid a warning about a possibly unused variable
Martin Storsjö
2013-01-08
rtpdec_vp8: Make sure the previous packet is returned
Martin Storsjö
2013-01-08
rtpdec_vp8: Set the timestamp when returning a deferred packet
Martin Storsjö
2012-12-21
rtpdec_vp8: Don't return known-broken packets
Martin Storsjö
2012-12-21
rtpdec: Pass the sequence number to depacketizers
Martin Storsjö
2012-12-16
rtpdec_vp8: Cosmetics: Fix bad alignment/indentation
Martin Storsjö
2012-11-02
rtpdec_vp8: Don't parse fields that aren't used
Martin Storsjö
2012-11-02
rtpdec: factorize identical code used in several handlers
Anton Khirnov
2012-10-08
rtpdec_vp8: Make the depacketizer implement the latest spec draft
Martin Storsjö
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2011-07-15
doxygen: use Doxygen markup for authors and web links where appropriate
Diego Biurrun
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-12-05
RTP/VP8: Update the warning about the VP8 payload
Martin Storsjö
2010-08-16
Add RTP depacketization of VP8
Josh Allmann