| Commit message (Expand) | Author | Age | Files | Lines |
* | rtpdec: Allow allocating and freeing the private data without explicit functions | Martin Storsjö | 2015-02-24 | 2 | -3/+12 |
* | rtpdec: Set need_parsing via a handler field | Martin Storsjö | 2015-02-24 | 11 | -120/+13 |
* | rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandler | Martin Storsjö | 2015-02-24 | 2 | -3/+7 |
* | rtpdec_mpa_robust: Move .enc_name to the start of the struct | Martin Storsjö | 2015-02-24 | 1 | -1/+1 |
* | rtpdec: Remove unnecessary _if_needed suffixes on functions | Martin Storsjö | 2015-02-24 | 2 | -8/+8 |
* | rtpdec: Change enc_name to a pointer instead of a fixed-size buffer | Martin Storsjö | 2015-02-24 | 2 | -2/+3 |
* | 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_amr: Use the common indentation style | Martin Storsjö | 2015-02-24 | 1 | -1/+2 |
* | rtsp: Fix the indentation of a linewrapped statement | Martin Storsjö | 2015-02-24 | 1 | -1/+1 |
* | rtpdec: Add missing trailing commas | Martin Storsjö | 2015-02-24 | 7 | -8/+8 |
* | libavformat: add T.140 RTP depacketization (RFC 4103) | Gilles Chanteperdrix | 2015-02-24 | 2 | -1/+8 |
* | rtsp: Interpret the text media type as AVMEDIA_TYPE_DATA | Martin Storsjö | 2015-02-24 | 1 | -1/+1 |
* | rtsp: punch holes again after pause | Gilles Chanteperdrix | 2015-02-23 | 2 | -7/+12 |
* | rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between aggregation units | Martin Storsjö | 2015-02-23 | 2 | -7/+10 |
* | Canopus HQX decoder | Vittorio Giovara | 2015-02-22 | 1 | -0/+1 |
* | rtpenc_hevc: Aggregate multiple NAL units into one RTP packet, if possible | Martin Storsjö | 2015-02-22 | 1 | -2/+42 |
* | rtpenc_h264: Aggregate multiple NAL units into one RTP packet, if possible | Martin Storsjö | 2015-02-22 | 2 | -1/+44 |
* | rtpdec: DV depacketizer (RFC 6469) | Thomas Volkert | 2015-02-22 | 5 | -1/+173 |
* | rtpdec_mpeg4: reassemble fragmented AAC frames | Gilles Chanteperdrix | 2015-02-21 | 1 | -2/+57 |
* | rtpdec_mpeg4: add more verbose error logging | Gilles Chanteperdrix | 2015-02-21 | 1 | -6/+18 |
* | libavformat: add robust MPEG audio depacketization (RFC 5219) | Gilles Chanteperdrix | 2015-02-21 | 5 | -1/+228 |
* | libavformat: add AC3 RTP depacketization (RFC 4184) | Gilles Chanteperdrix | 2015-02-21 | 5 | -2/+162 |
* | rtsp: parse lang attribute in SDP | Gilles Chanteperdrix | 2015-02-21 | 3 | -1/+15 |
* | rtpdec: fix issue with conversion from unsigned to signed | Gilles Chanteperdrix | 2015-02-21 | 1 | -1/+1 |
* | rtpdec_h264: Add a missing closing paren in a log message | Martin Storsjö | 2015-02-21 | 1 | -1/+1 |
* | rtpdec_hevc: Implement parsing of aggregated packets | Thomas Volkert | 2015-02-21 | 1 | -13/+14 |
* | rtpdec_hevc: Initialize variables to silence false positive compiler warnings | Martin Storsjö | 2015-02-21 | 1 | -2/+2 |
* | rtpdec_hevc: Use a shared function for parsing parameter sets | Martin Storsjö | 2015-02-21 | 1 | -35/+3 |
* | rtpdec_h264: Make reusable functions non-static | Martin Storsjö | 2015-02-21 | 2 | -8/+16 |
* | 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 |
* | hlsenc: write playlist into a temp file and replace the original atomically | Hendrik Leppkes | 2015-02-20 | 1 | -1/+5 |
* | hlsenc: remove the AVIOContext for the playlist from the muxer context | Hendrik Leppkes | 2015-02-20 | 1 | -13/+12 |
* | 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 |
* | rtpdec_vp8: Set the keyframe flag | Martin Storsjö | 2015-02-20 | 1 | -0/+2 |
* | lavf: Add DSS demuxer | Oleksij Rempel | 2015-02-19 | 4 | -1/+345 |
* | riff: Support QT RLE Animation in avi ('rle ' FourCC) | Vittorio Giovara | 2015-02-17 | 1 | -0/+1 |
* | riff: Support ProRes in avi (APCH fourcc) | Vittorio Giovara | 2015-02-17 | 1 | -0/+1 |
* | nutdec: Check memory allocations | Hugo Beauzée-Luyssen | 2015-02-17 | 1 | -0/+8 |
* | movenc: Check memory allocations | Hugo Beauzée-Luyssen | 2015-02-17 | 1 | -0/+12 |
* | rmdec: Check memory allocations from ff_rm_alloc_rmstream() | Hugo Beauzée-Luyssen | 2015-02-17 | 2 | -0/+8 |
* | lavf: Document the codec context initialization | Vittorio Giovara | 2015-02-17 | 1 | -0/+4 |
* | matroskaenc: Validate chapter start and end times | Vittorio Giovara | 2015-02-17 | 1 | -4/+6 |