summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_h264.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* rtpdec_h264: Use avpriv_report_missing_feature instead of a manual av_logMartin Storsjö2016-04-30
* rtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR(ENOSYS) for unimplemented...Martin Storsjö2016-04-30
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* rtpdec: Rename the free method to closeMartin Storsjö2015-02-24
* rtpdec: Don't free the payload context in the .free functionMartin Storsjö2015-02-24
* rtpdec: Don't pass non-const pointers to fmtp attribute parsing functionsMartin Storsjö2015-02-24
* rtpdec: Add const to string parameters in internal fmtp parsing functionsMartin Storsjö2015-02-24
* rtpdec_hevc: Share the implementation of fragmented packets with h264Martin Storsjö2015-02-24
* rtpdec_hevc: Share the implementation of parsing a=framesize with h264Martin Storsjö2015-02-24
* rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö2015-02-24
* rtpdec: Set need_parsing via a handler fieldMartin Storsjö2015-02-24
* rtpdec_h264: Remove an unnecessary includeMartin Storsjö2015-02-24
* rtpdec_h264: Remove unnecessary struct paddingMartin Storsjö2015-02-24
* rtpdec: Add missing trailing commasMartin Storsjö2015-02-24
* rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between aggregation unitsMartin Storsjö2015-02-23
* rtpdec_h264: Add a missing closing paren in a log messageMartin Storsjö2015-02-21
* rtpdec_h264: Make reusable functions non-staticMartin Storsjö2015-02-21
* rtpdec_h264: Fix nal type counting after refactoringMartin Storsjö2015-02-21
* rtpdec_h264: Prepare h264_handle_packet_stap_a for sharing with hevcMartin Storsjö2015-02-21
* rtpdec_h264: Generalize parse_sprop_parameter_setsMartin Storsjö2015-02-21
* rtpdec_h264: Move a leftover comment into h264_handle_packet_stap_aMartin Storsjö2015-02-20
* rtpdec_h264: Remove an unnecessary checkMartin Storsjö2015-02-20
* rtpdec_h264: Return immediately on errors in h264_handle_packet_stap_aMartin Storsjö2015-02-20
* rtpdec_h264: Make a parameter pointer constMartin Storsjö2015-02-20
* rtpdec_h264: Use av_realloc instead of av_malloc+mempcyMartin Storsjö2015-02-20
* rtpdec_h264: Include the right header for AV_RB16Martin Storsjö2015-02-20
* rtp: h264: Drop the assertsLuca Barbato2015-02-15
* rtp: h264: Move FU-A NAL parsing to a functionLuca Barbato2015-02-15
* rtp: h264: Move STAP-A NAL parsing to a functionLuca Barbato2015-02-15
* rtp: h264: Move parse_sprop_parameter_sets parsing to a functionLuca Barbato2015-02-15
* rtp: h264: Move profile_level_id parsing to a functionLuca Barbato2015-02-15
* 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