summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* rtpenc: Don't set max_frames_per_packet based on the packet frame size or fra...Martin Storsjö2015-02-28
* rtpenc: Restructure if statements in packetizers to simplify adding more cond...Martin Storsjö2015-02-28
* rtpenc: Skip redundant initializationMartin Storsjö2015-02-28
* rtpenc: Always do the default initialization regardless of codecsMartin Storsjö2015-02-28
* rtpenc_xiph: Don't exclude headers from max_payload_sizeMartin Storsjö2015-02-28
* rtpenc_xiph: Use AV_WB16 instead of manual bitshiftsMartin Storsjö2015-02-28
* rtpenc_aac: Use AV_WB16 instead of manual bitshiftsMartin Storsjö2015-02-28
* rtpenc_aac: Merge a definition with a declarationMartin Storsjö2015-02-28
* rtpenc: Write conditional statements on separate linesMartin Storsjö2015-02-28
* rtpenc_aac: Set a default value for max_frames_per_packet at initMartin Storsjö2015-02-28
* rtpenc_amr: Use s->num_frames instead of s->buf_ptr - s->bufMartin Storsjö2015-02-28
* rtpenc_aac: Fix sending fragmented framesMartin Storsjö2015-02-28
* tls: Pass AVOptions dictionaries through to the chained protocolMartin Storsjö2015-02-28
* tcp: Clarify the units for the timeout avoptionsMartin Storsjö2015-02-28
* avio: Rename avclass symbols relating to avioMartin Storsjö2015-02-28
* matroskaenc: Allow writing track "forced" flagJohn Stebbins2015-02-24
* rtpdec: Rename the free method to closeMartin Storsjö2015-02-24
* libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö2015-02-24
* rtpdec: Use ffio_free_dyn_bufMartin Storsjö2015-02-24
* avio: Add an internal utility function for freeing dynamic buffersMartin Storsjö2015-02-24
* rtpdec: Free depacketizers if the init function failedMartin Storsjö2015-02-24
* rtpdec: Don't free the payload context in the .free functionMartin Storsjö2015-02-24
* rtpdec: Remove the now unused .alloc fieldMartin Storsjö2015-02-24
* rtpdec: Use .init instead of .alloc to set default valuesMartin Storsjö2015-02-24
* rtpdec: Remove unnecessary inline attributesMartin 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: Remove unnecessary checksMartin Storsjö2015-02-24
* rtpenc: Merge the h264 and hevc packetizersMartin Storsjö2015-02-24
* rtpdec_hevc: Share the implementation of fragmented packets with h264Martin Storsjö2015-02-24
* rtpdec_hevc: Reduce indentation level by returning early on errorsMartin Storsjö2015-02-24
* rtpdec_hevc: Share the implementation of parsing a=framesize with h264Martin Storsjö2015-02-24
* rtpdec_hevc: Add asterisks at the start of each long comment lineMartin Storsjö2015-02-24
* rtpdec: Get rid of all trivial .alloc/.free functionsMartin Storsjö2015-02-24
* rtpdec: Allow allocating and freeing the private data without explicit functionsMartin Storsjö2015-02-24
* rtpdec: Set need_parsing via a handler fieldMartin Storsjö2015-02-24
* rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandlerMartin Storsjö2015-02-24
* rtpdec_mpa_robust: Move .enc_name to the start of the structMartin Storsjö2015-02-24
* rtpdec: Remove unnecessary _if_needed suffixes on functionsMartin Storsjö2015-02-24
* rtpdec: Change enc_name to a pointer instead of a fixed-size bufferMartin 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_amr: Use the common indentation styleMartin Storsjö2015-02-24
* rtsp: Fix the indentation of a linewrapped statementMartin Storsjö2015-02-24
* rtpdec: Add missing trailing commasMartin Storsjö2015-02-24
* libavformat: add T.140 RTP depacketization (RFC 4103)Gilles Chanteperdrix2015-02-24
* rtsp: Interpret the text media type as AVMEDIA_TYPE_DATAMartin Storsjö2015-02-24
* rtsp: punch holes again after pauseGilles Chanteperdrix2015-02-23
* rtpdec_hevc: Skip 1 byte (DOND) instead of 2 (DONL) between aggregation unitsMartin Storsjö2015-02-23
* Canopus HQX decoderVittorio Giovara2015-02-22