summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* siff: Use the correct type for packet size variablesVittorio Giovara2015-03-09
* matroskaenc: Also validate chapter end timeVittorio Giovara2015-03-09
* rtpdec_hevc: Drop extra sanity check for size of input packetVittorio Giovara2015-03-09
* movenc: Avoid writing separate flags for the first sample if not necessaryMartin Storsjö2015-03-09
* movenc: Set tfhd default sample flags based on actual samples, if possibleMartin Storsjö2015-03-09
* mxfdec: Fix the error handling for when strftime failsMartin Storsjö2015-03-08
* rmdec: Improve message for demux errorCarl Eugen Hoyos2015-03-08
* movenc: Keep writing zero-entry stts atoms as intendedMartin Storsjö2015-03-06
* dashenc: Update extradata for mov muxerTimo Rothenpieler2015-03-06
* dashenc: Simplify code by using a local variableTimo Rothenpieler2015-03-06
* avformat/adxdec: set avctx->channels in adx_read_headerAndreas Cadhalpun2015-03-05
* rmenc: limit packet sizeAndreas Cadhalpun2015-03-05
* rtpdec: experimental VP9 depacketizer (draft 0)Thomas Volkert2015-03-05
* rdt: Use a separate variable to clarify the different value namespacesMartin Storsjö2015-03-05
* rtpdec_qt: Use a local variable instead of RTP_FLAG_KEYMartin Storsjö2015-03-05
* rtpdec_asf: Don't set RTP_FLAG_KEYMartin Storsjö2015-03-05
* flv: Validate and reject unsupported codecsLuca Barbato2015-03-04
* dca: Move syncword definitions to a separate headerDiego Biurrun2015-03-04
* rtpdec_asf: Don't free the payload context in the .close functionMartin Storsjö2015-03-04
* rtpdec_mpa_robust: Fix incrementing split_posMartin Storsjö2015-03-04
* asf: do not export XMP metadata by defaultVittorio Giovara2015-03-03
* dashenc: Simplify code by using a local variableMartin Storsjö2015-03-02
* Revert "mov: Change DTS-based seek into CTS-based seek."Martin Storsjö2015-03-02
* 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