| Commit message (Expand) | Author | Age | Files | Lines |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -5/+5 |
* | rtpdec_h264: Use avpriv_report_missing_feature instead of a manual av_log | Martin Storsjö | 2016-04-30 | 1 | -3/+1 |
* | rtpdec: Use AVERROR_PATCHWELCOME instead of AVERROR(ENOSYS) for unimplemented... | Martin Storsjö | 2016-04-30 | 1 | -1/+1 |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -10/+10 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | rtpdec: Rename the free method to close | Martin Storsjö | 2015-02-24 | 1 | -2/+2 |
* | rtpdec: Don't free the payload context in the .free function | Martin Storsjö | 2015-02-24 | 1 | -2/+0 |
* | rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions | Martin Storsjö | 2015-02-24 | 1 | -1/+1 |
* | rtpdec: Add const to string parameters in internal fmtp parsing functions | Martin Storsjö | 2015-02-24 | 1 | -1/+1 |
* | rtpdec_hevc: Share the implementation of fragmented packets with h264 | Martin Storsjö | 2015-02-24 | 1 | -17/+24 |
* | rtpdec_hevc: Share the implementation of parsing a=framesize with h264 | Martin Storsjö | 2015-02-24 | 1 | -20/+23 |
* | rtpdec: Get rid of all trivial .alloc/.free functions | Martin Storsjö | 2015-02-24 | 1 | -6/+1 |
* | rtpdec: Set need_parsing via a handler field | Martin Storsjö | 2015-02-24 | 1 | -10/+1 |
* | rtpdec_h264: Remove an unnecessary include | Martin Storsjö | 2015-02-24 | 1 | -2/+0 |
* | rtpdec_h264: Remove unnecessary struct padding | Martin Storsjö | 2015-02-24 | 1 | -1/+1 |
* | rtpdec: Add missing trailing commas | Martin Storsjö | 2015-02-24 | 1 | -1/+1 |
* | rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between aggregation units | Martin Storsjö | 2015-02-23 | 1 | -6/+3 |
* | rtpdec_h264: Add a missing closing paren in a log message | Martin Storsjö | 2015-02-21 | 1 | -1/+1 |
* | rtpdec_h264: Make reusable functions non-static | Martin Storsjö | 2015-02-21 | 1 | -8/+8 |
* | rtpdec_h264: Fix nal type counting after refactoring | Martin Storsjö | 2015-02-21 | 1 | -6/+15 |
* | rtpdec_h264: Prepare h264_handle_packet_stap_a for sharing with hevc | Martin Storsjö | 2015-02-21 | 1 | -4/+8 |
* | rtpdec_h264: Generalize parse_sprop_parameter_sets | Martin Storsjö | 2015-02-21 | 1 | -12/+14 |
* | rtpdec_h264: Move a leftover comment into h264_handle_packet_stap_a | Martin Storsjö | 2015-02-20 | 1 | -1/+1 |
* | rtpdec_h264: Remove an unnecessary check | Martin Storsjö | 2015-02-20 | 1 | -4/+0 |
* | rtpdec_h264: Return immediately on errors in h264_handle_packet_stap_a | Martin Storsjö | 2015-02-20 | 1 | -0/+1 |
* | rtpdec_h264: Make a parameter pointer const | Martin Storsjö | 2015-02-20 | 1 | -1/+1 |
* | rtpdec_h264: Use av_realloc instead of av_malloc+mempcy | Martin Storsjö | 2015-02-20 | 1 | -8/+5 |
* | rtpdec_h264: Include the right header for AV_RB16 | Martin Storsjö | 2015-02-20 | 1 | -1/+1 |
* | rtp: h264: Drop the asserts | Luca Barbato | 2015-02-15 | 1 | -9/+0 |
* | rtp: h264: Move FU-A NAL parsing to a function | Luca Barbato | 2015-02-15 | 1 | -39/+39 |
* | rtp: h264: Move STAP-A NAL parsing to a function | Luca Barbato | 2015-02-15 | 1 | -54/+61 |
* | rtp: h264: Move parse_sprop_parameter_sets parsing to a function | Luca Barbato | 2015-02-15 | 1 | -45/+55 |
* | rtp: h264: Move profile_level_id parsing to a function | Luca Barbato | 2015-02-15 | 1 | -25/+31 |
* | rtpdec: pass an AVFormatContext to ff_parse_fmtp() | Anton Khirnov | 2014-07-09 | 1 | -7/+8 |
* | rtpdec_h264: Check the return value of functions doing allocations | Michael Niedermayer | 2013-12-14 | 1 | -4/+8 |
* | avformat: Add av_cold attributes to init functions missing them | Diego Biurrun | 2013-05-05 | 1 | -1/+3 |
* | rtpdec: Move setting the parsing flags to the actual depacketizers | Martin Storsjö | 2013-01-20 | 1 | -0/+9 |
* | rtpdec: Pass the sequence number to depacketizers | Martin Storsjö | 2012-12-21 | 1 | -1/+2 |
* | rtpdec_h264: Don't set the pixel format | Samuel Pitoiset | 2012-08-28 | 1 | -1/+0 |
* | rtpdec: Remove an unused include | Martin Storsjö | 2012-08-09 | 1 | -1/+0 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | lavf: remove unnecessary inclusions of unistd.h | Mans Rullgard | 2012-06-20 | 1 | -1/+0 |
* | rtpdec_h264: Add missing newlines to av_log calls | Martin Storsjö | 2012-05-05 | 1 | -4/+4 |
* | rtpdec_h264: Free old extradata before clearing the pointer | Martin Storsjö | 2012-05-05 | 1 | -1/+1 |
* | rtpdec_h264: Reorder code blocks | Martin Storsjö | 2012-05-05 | 1 | -16/+15 |
* | rtpdec_h264: Make start_sequence a static const array | Martin Storsjö | 2012-05-05 | 1 | -2/+2 |
* | rtpdec_h264: Cleanup debug packet type counting | Martin Storsjö | 2012-05-05 | 1 | -9/+9 |
* | rtpdec_h264: Cosmetic cleanup | Martin Storsjö | 2012-05-05 | 1 | -66/+71 |
* | rtpdec_h264: Clean up comments | Martin Storsjö | 2012-05-05 | 1 | -22/+29 |
* | rtpdec_h264: Convert commented out code into setting an unused variable | Martin Storsjö | 2012-05-05 | 1 | -1/+1 |