summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* udp: Use AVOptionsLuca Barbato2015-03-15
* sctp: Update to match tcpLuca Barbato2015-03-15
* TDSC decoderVittorio Giovara2015-03-13
* matroskadec: Check memory allocationsVittorio Giovara2015-03-12
* nutdec: Prevent leaks on memory errorVittorio Giovara2015-03-12
* lavf: Explicitly convert types at function pointer assignmentDiego Biurrun2015-03-11
* asfenc: fix leaking asf->index_ptr on errorAndreas Cadhalpun2015-03-11
* rtpdec_vp9: Drop extra sanity check for size of input packetVittorio Giovara2015-03-11
* mp3: Properly use AVCodecContext APIVittorio Giovara2015-03-11
* matroskaenc: Fix type used for chapter timestampsVittorio Giovara2015-03-11
* movenc: Support setting fragment_index before the moov atom is writtenMartin Storsjö2015-03-10
* movenc: Don't rely on the fragment index for vc1 info gatheringMartin Storsjö2015-03-10
* rtpenc_mpegts: Set chain->rtp_ctx only after avformat_write_header succeededMartin Storsjö2015-03-10
* rtpenc_mpegts: Free the right ->pb in the error path in the init functionMartin Storsjö2015-03-10
* 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