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_h264.c
Age
Commit message (
Expand
)
Author
2012-08-28
rtpdec_h264: Don't set the pixel format
Samuel Pitoiset
2012-08-09
rtpdec: Remove an unused include
Martin Storsjö
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-06-20
lavf: remove unnecessary inclusions of unistd.h
Mans Rullgard
2012-05-05
rtpdec_h264: Add missing newlines to av_log calls
Martin Storsjö
2012-05-05
rtpdec_h264: Free old extradata before clearing the pointer
Martin Storsjö
2012-05-05
rtpdec_h264: Reorder code blocks
Martin Storsjö
2012-05-05
rtpdec_h264: Make start_sequence a static const array
Martin Storsjö
2012-05-05
rtpdec_h264: Cleanup debug packet type counting
Martin Storsjö
2012-05-05
rtpdec_h264: Cosmetic cleanup
Martin Storsjö
2012-05-05
rtpdec_h264: Clean up comments
Martin Storsjö
2012-05-05
rtpdec_h264: Convert commented out code into setting an unused variable
Martin Storsjö
2012-05-05
rtpdec_h264: Remove a useless ifdef
Martin Storsjö
2012-05-05
rtpdec_h264: Remove outdated/useless/incorrect comments
Martin Storsjö
2012-05-05
rtpdec_h264: Remove useless memory corruption checks
Martin Storsjö
2012-05-05
rtpdec_h264: Return proper error codes
Martin Storsjö
2012-05-05
rtpdec_h264: Check the available data length before reading
Martin Storsjö
2012-05-05
rtpdec_h264: Add input size checks
Ivan Kovtunov
2012-04-08
rtsp: Don't expose the MS-RTSP RTX data stream to the caller
Martin Storsjö
2012-02-13
rtpdec: Use 4 byte startcodes for H.264
Matthew Szatmary
2011-04-24
rtp: Rename the open/close functions to alloc/free
Martin Storsjö
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-12-06
rtpdec_h264: Pass NAL type 0 through
Martin Storsjö
2010-07-30
Remove mostly unnecessary rtpdec_*.h files, store the declarations in one file
Martin Storsjö
2010-07-11
Handle av_base64_decode return value
Luca Barbato
2010-06-28
rtpdec: Clean up FMTP parsing code in H.264 RTP depacketizer
Josh Allmann
2010-06-28
Reindent
Josh Allmann
2010-06-28
rtpdec: Return ENOMEM if H.264 RTP fails to allocate memory for SDP extradata
Josh Allmann
2010-06-03
Remove stray and possibly wrong line, rtpdec.c sets that already
Luca Barbato
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-03
Properly pad H.264 extradata when taken from fmtp SDP attributes
Martin Storsjö
2010-02-28
Rename RTP depacketizer files from rtp_* to rtpdec_*
Martin Storsjö