summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* mpegts: check get16() return valueVittorio Giovara2014-12-181-1/+4
* oggdec: add support for VP8 demuxingJames Almer2014-12-185-1/+146
* movenc: Adjust the pts of new fragments similarly to what is done for dtsMartin Storsjö2014-12-182-0/+10
* libavformat: Add a muxer wrapping mpegts encoding into RTPMartin Storsjö2014-12-184-1/+168
* rtp: Initial H.261 supportThomas Volkert2014-12-189-4/+342
* rtpenc: Avoid brittle switch fallthroughsMartin Storsjö2014-12-181-0/+3
* rtpdec_h263_rfc2190: Clear the stored bits if discarding buffered dataMartin Storsjö2014-12-181-0/+1
* rtpenc: Set the AVFMT_TS_NONSTRICT flagMartin Storsjö2014-12-181-0/+1
* rtpenc: Set the timestamp properly when sending mpegts data, tooMartin Storsjö2014-12-181-0/+1
* srtpproto: fix option flag typeTristan Matthews2014-12-181-2/+2
* dashenc: Adjust the start time of a segment to the end of the previous segmentMartin Storsjö2014-12-171-2/+10
* dashenc: Write segment timelines properly if the timeline has gapsMartin Storsjö2014-12-171-2/+6
* mov: Fix handling of zero-length metadata valuesMartin Storsjö2014-12-151-1/+1
* matroskadec: Fix read-after-free in matroska_read_seek()Xiaohan Wang2014-12-151-1/+2
* dashenc: Change the duration fields to 64 bitMartin Storsjö2014-12-101-8/+8
* dashenc: log file output progress in verbose modeBryan Huh2014-12-101-6/+10
* rtpproto: Fix the input RTP data format checkMartin Storsjö2014-12-091-1/+1
* libavformat: Build hevc.o when building the RTP muxerMartin Storsjö2014-12-091-1/+1
* mov: further expand the list of parsed metadata tagsDave Rice2014-12-081-0/+18
* mov: expand the list of parsed metadata tagsVittorio Giovara2014-12-081-0/+23
* mov: parse XMP metadata on demandVittorio Giovara2014-12-083-1/+6
* mov: parse @PRM and @PRQ metadata tagsVittorio Giovara2014-12-081-3/+6
* mov: cosmetics: reorder the list of tagsVittorio Giovara2014-12-081-29/+29
* Allow reading of growing avi files (currently being written)Joakim Plate2014-12-081-4/+4
* riff: Support decoding png in avi (ImageJ)Carl Eugen Hoyos2014-12-081-0/+1
* rtpproto: Write a warning if the input data written isn't RTP packetizedMartin Storsjö2014-12-081-0/+4
* mp3: Tweak the probe scoresLuca Barbato2014-12-071-1/+4
* latm: Do not give a score for a single instanceLuca Barbato2014-12-071-1/+1
* mov: skip version and flags attributes in mov_read_chan()Matthieu Bouron2014-12-051-0/+3
* rm: Use the correct codec_data_size signednessLuca Barbato2014-12-043-5/+5
* mkv: Validate ASS Start and End fieldsLuca Barbato2014-12-031-2/+19
* Drop the unofficial extension prefix for MPEG and MPEG-TS formatsFlorent Le Coz2014-12-023-4/+4
* mpegtsenc: recognize .mts as MPEG Transport StreamJean-Baptiste Mardelle2014-12-021-1/+1
* Add support for BDAV/m2ts-mode muxingFredrik Axelsson2014-12-021-7/+35
* mov: allocate the tag value dynamicallyThilo Borgmann2014-12-021-5/+10
* mov: Add an option for exporting all metadataVittorio Giovara2014-12-023-8/+21
* mov: do not truncate the language-prefixed tagVittorio Giovara2014-12-021-1/+1
* rtsp: move the CONFIG_ macros to the beginning of the checkVittorio Giovara2014-12-021-13/+13
* rtmpproto: Fix a typo in a commentMartin Storsjö2014-11-281-1/+1
* dashenc: Avoid a VLA-like constructMartin Storsjö2014-11-281-3/+2
* dashenc: Add options to make segment names configurableBryan Huh2014-11-281-8/+146
* rtmpproto: Only prepend @setDataFrame for onMetaData and |RtmpSampleAccessMartin Storsjö2014-11-281-5/+27
* rtmppkt: Make pkt->data reallocableMartin Storsjö2014-11-281-1/+1
* rtmpproto: Simplify code for copying data into the output packetMartin Storsjö2014-11-281-11/+6
* rtmpproto: Clarify a commentMartin Storsjö2014-11-281-1/+3
* Revert "lavf: Don't try to update files atomically with renames on windows"Martin Storsjö2014-11-274-30/+14
* lavf: Use MoveFileEx instead of rename/_wrename on windowsMartin Storsjö2014-11-271-2/+19
* Share the utf8 to wchar conversion routine between lavf and lavuMartin Storsjö2014-11-271-18/+1
* movenc: Expose the fragment index as an avoptionMartin Storsjö2014-11-261-0/+1
* movenc: Add a flag for indicating a discontinuous fragmentMartin Storsjö2014-11-262-6/+30
OpenPOWER on IntegriCloud