summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec_h264.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/rtpdec_h264: fix compile failure with -DDEBUGKevin Wheatley2015-02-161-4/+4
* Merge commit '53367b34e1156614e82ef7af888928f322566f88'Michael Niedermayer2015-02-151-9/+0
|\
| * rtp: h264: Drop the assertsLuca Barbato2015-02-151-9/+0
* | Merge commit '3b33dfb23c5022a0cb2a7b13878e4a3492a996c7'Michael Niedermayer2015-02-151-39/+39
|\ \ | |/
| * rtp: h264: Move FU-A NAL parsing to a functionLuca Barbato2015-02-151-39/+39
* | Merge commit 'f0a87479960ce000f23f2beaf474707797b4b0d0'Michael Niedermayer2015-02-151-54/+61
|\ \ | |/
| * rtp: h264: Move STAP-A NAL parsing to a functionLuca Barbato2015-02-151-54/+61
* | Merge commit 'a9a0b8d6c14ece1b4698c6ede9227aca980f6c5b'Michael Niedermayer2015-02-151-45/+55
|\ \ | |/
| * rtp: h264: Move parse_sprop_parameter_sets parsing to a functionLuca Barbato2015-02-151-45/+55
* | Merge commit 'b8df0b71c525e9fc9fbee790d093bae3aa62035c'Michael Niedermayer2015-02-151-25/+31
|\ \ | |/
| * rtp: h264: Move profile_level_id parsing to a functionLuca Barbato2015-02-151-25/+31
* | Drop remaining unneeded != NULLMichael Niedermayer2014-08-151-1/+1
* | Merge commit '0307cc2253e76772b1c645ac6117d08da87a147c'Michael Niedermayer2014-07-091-7/+8
|\ \ | |/
| * rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov2014-07-091-7/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-141-1/+2
|\ \ | |/
| * rtpdec_h264: Check the return value of functions doing allocationsMichael Niedermayer2013-12-141-4/+8
* | avformat/rtpdec_h264: fix null pointer dereferencesMichael Niedermayer2013-12-131-3/+6
* | Merge commit '7abd35a1ffaecfd79fa07b801621ee11ab595c43'Michael Niedermayer2013-05-061-1/+3
|\ \ | |/
| * avformat: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-051-1/+3
* | Merge commit 'c6f1dc8e4cd967ae056698eafb891a08003c211c'Michael Niedermayer2013-01-211-0/+9
|\ \ | |/
| * rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö2013-01-201-0/+9
* | Merge commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59'Michael Niedermayer2012-12-211-1/+2
|\ \ | |/
| * rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-211-1/+2
* | Merge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'Michael Niedermayer2012-08-291-1/+0
|\ \ | |/
| * rtpdec_h264: Don't set the pixel formatSamuel Pitoiset2012-08-281-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-091-1/+0
|\ \ | |/
| * rtpdec: Remove an unused includeMartin Storsjö2012-08-091-1/+0
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-201-1/+0
|\ \ | |/
| * lavf: remove unnecessary inclusions of unistd.hMans Rullgard2012-06-201-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-061-108/+119
|\ \ | |/
| * rtpdec_h264: Add missing newlines to av_log callsMartin Storsjö2012-05-051-4/+4
| * rtpdec_h264: Free old extradata before clearing the pointerMartin Storsjö2012-05-051-1/+1
| * rtpdec_h264: Reorder code blocksMartin Storsjö2012-05-051-16/+15
| * rtpdec_h264: Make start_sequence a static const arrayMartin Storsjö2012-05-051-2/+2
| * rtpdec_h264: Cleanup debug packet type countingMartin Storsjö2012-05-051-9/+9
| * rtpdec_h264: Cosmetic cleanupMartin Storsjö2012-05-051-66/+71
| * rtpdec_h264: Clean up commentsMartin Storsjö2012-05-051-22/+29
| * rtpdec_h264: Convert commented out code into setting an unused variableMartin Storsjö2012-05-051-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-051-53/+25
|\ \ | |/
| * rtpdec_h264: Remove a useless ifdefMartin Storsjö2012-05-051-2/+0
| * rtpdec_h264: Remove outdated/useless/incorrect commentsMartin Storsjö2012-05-051-21/+7
| * rtpdec_h264: Remove useless memory corruption checksMartin Storsjö2012-05-051-23/+1
| * rtpdec_h264: Return proper error codesMartin Storsjö2012-05-051-2/+2
| * rtpdec_h264: Check the available data length before readingMartin Storsjö2012-05-051-2/+2
| * rtpdec_h264: Add input size checksIvan Kovtunov2012-05-051-3/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-081-2/+7
|\ \ | |/
| * rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö2012-04-081-2/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-141-2/+2
|\ \ | |/
OpenPOWER on IntegriCloud