summaryrefslogtreecommitdiffstats
path: root/libavformat/rtpdec_h264.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-10/+10
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* rtpdec: Rename the free method to closeMartin Storsjö2015-02-241-2/+2
* rtpdec: Don't free the payload context in the .free functionMartin Storsjö2015-02-241-2/+0
* rtpdec: Don't pass non-const pointers to fmtp attribute parsing functionsMartin Storsjö2015-02-241-1/+1
* rtpdec: Add const to string parameters in internal fmtp parsing functionsMartin Storsjö2015-02-241-1/+1
* rtpdec_hevc: Share the implementation of fragmented packets with h264Martin Storsjö2015-02-241-17/+24
* rtpdec_hevc: Share the implementation of parsing a=framesize with h264Martin Storsjö2015-02-241-20/+23
* rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö2015-02-241-6/+1
* rtpdec: Set need_parsing via a handler fieldMartin Storsjö2015-02-241-10/+1
* rtpdec_h264: Remove an unnecessary includeMartin Storsjö2015-02-241-2/+0
* rtpdec_h264: Remove unnecessary struct paddingMartin Storsjö2015-02-241-1/+1
* rtpdec: Add missing trailing commasMartin Storsjö2015-02-241-1/+1
* rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between aggregation unitsMartin Storsjö2015-02-231-6/+3
* rtpdec_h264: Add a missing closing paren in a log messageMartin Storsjö2015-02-211-1/+1
* rtpdec_h264: Make reusable functions non-staticMartin Storsjö2015-02-211-8/+8
* rtpdec_h264: Fix nal type counting after refactoringMartin Storsjö2015-02-211-6/+15
* rtpdec_h264: Prepare h264_handle_packet_stap_a for sharing with hevcMartin Storsjö2015-02-211-4/+8
* rtpdec_h264: Generalize parse_sprop_parameter_setsMartin Storsjö2015-02-211-12/+14
* rtpdec_h264: Move a leftover comment into h264_handle_packet_stap_aMartin Storsjö2015-02-201-1/+1
* rtpdec_h264: Remove an unnecessary checkMartin Storsjö2015-02-201-4/+0
* rtpdec_h264: Return immediately on errors in h264_handle_packet_stap_aMartin Storsjö2015-02-201-0/+1
* rtpdec_h264: Make a parameter pointer constMartin Storsjö2015-02-201-1/+1
* rtpdec_h264: Use av_realloc instead of av_malloc+mempcyMartin Storsjö2015-02-201-8/+5
* rtpdec_h264: Include the right header for AV_RB16Martin Storsjö2015-02-201-1/+1
* rtp: h264: Drop the assertsLuca Barbato2015-02-151-9/+0
* rtp: h264: Move FU-A NAL parsing to a functionLuca Barbato2015-02-151-39/+39
* rtp: h264: Move STAP-A NAL parsing to a functionLuca Barbato2015-02-151-54/+61
* rtp: h264: Move parse_sprop_parameter_sets parsing to a functionLuca Barbato2015-02-151-45/+55
* rtp: h264: Move profile_level_id parsing to a functionLuca Barbato2015-02-151-25/+31
* rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov2014-07-091-7/+8
* rtpdec_h264: Check the return value of functions doing allocationsMichael Niedermayer2013-12-141-4/+8
* avformat: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-051-1/+3
* rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö2013-01-201-0/+9
* rtpdec: Pass the sequence number to depacketizersMartin Storsjö2012-12-211-1/+2
* rtpdec_h264: Don't set the pixel formatSamuel Pitoiset2012-08-281-1/+0
* rtpdec: Remove an unused includeMartin Storsjö2012-08-091-1/+0
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* lavf: remove unnecessary inclusions of unistd.hMans Rullgard2012-06-201-1/+0
* 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
* 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
OpenPOWER on IntegriCloud