summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_h264.c
Commit message (Expand)AuthorAge
* rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov2014-07-09
* rtpdec_h264: Check the return value of functions doing allocationsMichael Niedermayer2013-12-14
* avformat: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-05
* rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö2013-01-20
* rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-21
* rtpdec_h264: Don't set the pixel formatSamuel Pitoiset2012-08-28
* rtpdec: Remove an unused includeMartin Storsjö2012-08-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* lavf: remove unnecessary inclusions of unistd.hMans Rullgard2012-06-20
* rtpdec_h264: Add missing newlines to av_log callsMartin Storsjö2012-05-05
* rtpdec_h264: Free old extradata before clearing the pointerMartin Storsjö2012-05-05
* rtpdec_h264: Reorder code blocksMartin Storsjö2012-05-05
* rtpdec_h264: Make start_sequence a static const arrayMartin Storsjö2012-05-05
* rtpdec_h264: Cleanup debug packet type countingMartin Storsjö2012-05-05
* rtpdec_h264: Cosmetic cleanupMartin Storsjö2012-05-05
* rtpdec_h264: Clean up commentsMartin Storsjö2012-05-05
* rtpdec_h264: Convert commented out code into setting an unused variableMartin Storsjö2012-05-05
* rtpdec_h264: Remove a useless ifdefMartin Storsjö2012-05-05
* rtpdec_h264: Remove outdated/useless/incorrect commentsMartin Storsjö2012-05-05
* rtpdec_h264: Remove useless memory corruption checksMartin Storsjö2012-05-05
* rtpdec_h264: Return proper error codesMartin Storsjö2012-05-05
* rtpdec_h264: Check the available data length before readingMartin Storsjö2012-05-05
* rtpdec_h264: Add input size checksIvan Kovtunov2012-05-05
* rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-08
* rtpdec: Use 4 byte startcodes for H.264Matthew Szatmary2012-02-13
* rtp: Rename the open/close functions to alloc/freeMartin Storsjö2011-04-24
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* rtpdec_h264: Pass NAL type 0 throughMartin Storsjö2010-12-06
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-30
* Handle av_base64_decode return valueLuca Barbato2010-07-11
* rtpdec: Clean up FMTP parsing code in H.264 RTP depacketizerJosh Allmann2010-06-28
* ReindentJosh Allmann2010-06-28
* rtpdec: Return ENOMEM if H.264 RTP fails to allocate memory for SDP extradataJosh Allmann2010-06-28
* Remove stray and possibly wrong line, rtpdec.c sets that alreadyLuca Barbato2010-06-03
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Properly pad H.264 extradata when taken from fmtp SDP attributesMartin Storsjö2010-03-03
* Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö2010-02-28