summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* tls: Pass AVOptions dictionaries through to the chained protocolMartin Storsjö2015-02-281-3/+3
* tcp: Clarify the units for the timeout avoptionsMartin Storsjö2015-02-281-2/+2
* avio: Rename avclass symbols relating to avioMartin Storsjö2015-02-283-10/+10
* matroskaenc: Allow writing track "forced" flagJohn Stebbins2015-02-241-0/+2
* rtpdec: Rename the free method to closeMartin Storsjö2015-02-2418-38/+38
* libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö2015-02-248-36/+16
* rtpdec: Use ffio_free_dyn_bufMartin Storsjö2015-02-2411-127/+39
* avio: Add an internal utility function for freeing dynamic buffersMartin Storsjö2015-02-242-0/+17
* rtpdec: Free depacketizers if the init function failedMartin Storsjö2015-02-244-15/+23
* rtpdec: Don't free the payload context in the .free functionMartin Storsjö2015-02-2417-21/+4
* rtpdec: Remove the now unused .alloc fieldMartin Storsjö2015-02-242-7/+1
* rtpdec: Use .init instead of .alloc to set default valuesMartin Storsjö2015-02-243-27/+17
* rtpdec: Remove unnecessary inline attributesMartin Storsjö2015-02-243-3/+3
* rtpdec: Don't pass non-const pointers to fmtp attribute parsing functionsMartin Storsjö2015-02-2410-11/+11
* rtpdec: Add const to string parameters in internal fmtp parsing functionsMartin Storsjö2015-02-243-3/+3
* rtpdec: Remove unnecessary checksMartin Storsjö2015-02-242-4/+0
* rtpenc: Merge the h264 and hevc packetizersMartin Storsjö2015-02-246-312/+211
* rtpdec_hevc: Share the implementation of fragmented packets with h264Martin Storsjö2015-02-243-35/+29
* rtpdec_hevc: Reduce indentation level by returning early on errorsMartin Storsjö2015-02-241-29/+29
* rtpdec_hevc: Share the implementation of parsing a=framesize with h264Martin Storsjö2015-02-243-47/+25
* rtpdec_hevc: Add asterisks at the start of each long comment lineMartin Storsjö2015-02-241-24/+24
* rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö2015-02-2418-128/+19
* rtpdec: Allow allocating and freeing the private data without explicit functionsMartin Storsjö2015-02-242-3/+12
* rtpdec: Set need_parsing via a handler fieldMartin Storsjö2015-02-2411-120/+13
* rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandlerMartin Storsjö2015-02-242-3/+7
* rtpdec_mpa_robust: Move .enc_name to the start of the structMartin Storsjö2015-02-241-1/+1
* rtpdec: Remove unnecessary _if_needed suffixes on functionsMartin Storsjö2015-02-242-8/+8
* rtpdec: Change enc_name to a pointer instead of a fixed-size bufferMartin Storsjö2015-02-242-2/+3
* 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_amr: Use the common indentation styleMartin Storsjö2015-02-241-1/+2
* rtsp: Fix the indentation of a linewrapped statementMartin Storsjö2015-02-241-1/+1
* rtpdec: Add missing trailing commasMartin Storsjö2015-02-247-8/+8
* libavformat: add T.140 RTP depacketization (RFC 4103)Gilles Chanteperdrix2015-02-242-1/+8
* rtsp: Interpret the text media type as AVMEDIA_TYPE_DATAMartin Storsjö2015-02-241-1/+1
* rtsp: punch holes again after pauseGilles Chanteperdrix2015-02-232-7/+12
* rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between aggregation unitsMartin Storsjö2015-02-232-7/+10
* Canopus HQX decoderVittorio Giovara2015-02-221-0/+1
* rtpenc_hevc: Aggregate multiple NAL units into one RTP packet, if possibleMartin Storsjö2015-02-221-2/+42
* rtpenc_h264: Aggregate multiple NAL units into one RTP packet, if possibleMartin Storsjö2015-02-222-1/+44
* rtpdec: DV depacketizer (RFC 6469)Thomas Volkert2015-02-225-1/+173
* rtpdec_mpeg4: reassemble fragmented AAC framesGilles Chanteperdrix2015-02-211-2/+57
* rtpdec_mpeg4: add more verbose error loggingGilles Chanteperdrix2015-02-211-6/+18
* libavformat: add robust MPEG audio depacketization (RFC 5219)Gilles Chanteperdrix2015-02-215-1/+228
* libavformat: add AC3 RTP depacketization (RFC 4184)Gilles Chanteperdrix2015-02-215-2/+162
* rtsp: parse lang attribute in SDPGilles Chanteperdrix2015-02-213-1/+15
* rtpdec: fix issue with conversion from unsigned to signedGilles Chanteperdrix2015-02-211-1/+1
* rtpdec_h264: Add a missing closing paren in a log messageMartin Storsjö2015-02-211-1/+1
* rtpdec_hevc: Implement parsing of aggregated packetsThomas Volkert2015-02-211-13/+14
* rtpdec_hevc: Initialize variables to silence false positive compiler warningsMartin Storsjö2015-02-211-2/+2
OpenPOWER on IntegriCloud