summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* movenc: write the display transform matrixAnton Khirnov2015-03-191-9/+21
* movenc: Don't assume that fragment durations in pts is equal to duration in dtsMartin Storsjö2015-03-192-9/+25
* movenc: Move sidx edit list timestamp adjustment into a blockMartin Storsjö2015-03-191-4/+4
* movenc: Only adjust the cts offset at the start of fragments if necessaryMartin Storsjö2015-03-191-2/+4
* movenc: Write pts timestamps in tfxd, instead of dts timestampsMartin Storsjö2015-03-191-1/+2
* movenc: Set the last packet duration based on the next packet when autoflushingMartin Storsjö2015-03-191-1/+7
* dashenc: Heuristically fill in the duration of packets that need itMartin Storsjö2015-03-191-0/+12
* movenc: Heuristically set the duration of the last sample in a fragment if no...Martin Storsjö2015-03-192-0/+27
* udp: Fix crashes after adding AVOptionsMartin Storsjö2015-03-191-1/+2
* mov: Add option to keep exact packet sequence after seekingDerek Buitenhuis2015-03-183-10/+35
* mov: Fix little endian audio detectionVittorio Giovara2015-03-171-1/+1
* lavf: Do not list mov-only codecs in riff tagsCarl Eugen Hoyos2015-03-173-4/+13
* isom: Add X-Com Radvision FourCCPaul B Mahol2015-03-171-0/+1
* riff: Add 'tshd' FourCC for H.264Vittorio Giovara2015-03-171-0/+1
* isom: Add support for TSCC2Luca Barbato2015-03-171-0/+1
* movenc: Allow interleaving samples when writing fragmented filesMartin Storsjö2015-03-162-7/+80
* movenc: Support writing multiple trun atomsMartin Storsjö2015-03-161-8/+16
* mkv: Add support for DVB subtitlesLuca Barbato2015-03-151-0/+1
* udp: Use AVOptionsLuca Barbato2015-03-151-6/+53
* sctp: Update to match tcpLuca Barbato2015-03-151-20/+60
* TDSC decoderVittorio Giovara2015-03-131-0/+1
* matroskadec: Check memory allocationsVittorio Giovara2015-03-121-0/+6
* nutdec: Prevent leaks on memory errorVittorio Giovara2015-03-121-2/+4
* lavf: Explicitly convert types at function pointer assignmentDiego Biurrun2015-03-113-3/+8
* asfenc: fix leaking asf->index_ptr on errorAndreas Cadhalpun2015-03-111-0/+1
* rtpdec_vp9: Drop extra sanity check for size of input packetVittorio Giovara2015-03-111-5/+0
* mp3: Properly use AVCodecContext APIVittorio Giovara2015-03-111-2/+9
* matroskaenc: Fix type used for chapter timestampsVittorio Giovara2015-03-111-3/+4
* movenc: Support setting fragment_index before the moov atom is writtenMartin Storsjö2015-03-102-8/+10
* movenc: Don't rely on the fragment index for vc1 info gatheringMartin Storsjö2015-03-102-4/+9
* rtpenc_mpegts: Set chain->rtp_ctx only after avformat_write_header succeededMartin Storsjö2015-03-101-2/+1
* rtpenc_mpegts: Free the right ->pb in the error path in the init functionMartin Storsjö2015-03-101-1/+1
* siff: Use the correct type for packet size variablesVittorio Giovara2015-03-091-8/+9
* matroskaenc: Also validate chapter end timeVittorio Giovara2015-03-091-1/+4
* rtpdec_hevc: Drop extra sanity check for size of input packetVittorio Giovara2015-03-091-8/+0
* movenc: Avoid writing separate flags for the first sample if not necessaryMartin Storsjö2015-03-091-1/+2
* movenc: Set tfhd default sample flags based on actual samples, if possibleMartin Storsjö2015-03-091-10/+15
* mxfdec: Fix the error handling for when strftime failsMartin Storsjö2015-03-081-1/+1
* rmdec: Improve message for demux errorCarl Eugen Hoyos2015-03-081-1/+1
* movenc: Keep writing zero-entry stts atoms as intendedMartin Storsjö2015-03-061-6/+6
* dashenc: Update extradata for mov muxerTimo Rothenpieler2015-03-061-0/+27
* dashenc: Simplify code by using a local variableTimo Rothenpieler2015-03-061-1/+1
* avformat/adxdec: set avctx->channels in adx_read_headerAndreas Cadhalpun2015-03-051-0/+6
* rmenc: limit packet sizeAndreas Cadhalpun2015-03-051-0/+8
* rtpdec: experimental VP9 depacketizer (draft 0)Thomas Volkert2015-03-055-2/+299
* rdt: Use a separate variable to clarify the different value namespacesMartin Storsjö2015-03-051-3/+3
* rtpdec_qt: Use a local variable instead of RTP_FLAG_KEYMartin Storsjö2015-03-051-5/+5
* rtpdec_asf: Don't set RTP_FLAG_KEYMartin Storsjö2015-03-051-2/+0
* flv: Validate and reject unsupported codecsLuca Barbato2015-03-041-16/+17
* dca: Move syncword definitions to a separate headerDiego Biurrun2015-03-042-13/+11
OpenPOWER on IntegriCloud