summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* flvdec: Set avg_frame_rate for video streamsCarl Eugen Hoyos2017-03-221-0/+9
* rtsp: Move message parsing to a separate functionLuca Barbato2017-03-211-25/+32
* rtmp: Move RTMP digest calculation to a separate fileDiego Biurrun2017-03-203-43/+74
* matroskaenc: add support for Spherical Video elementsJames Almer2017-03-152-1/+85
* Add Cineform HD DecoderKieran Kunhya2017-03-091-0/+1
* mkv: Export bounds and padding from spherical metadataVittorio Giovara2017-03-072-3/+54
* mkv: Add support for Spherical Video elementsJames Almer2017-03-073-1/+84
* mov: Export bounds and padding from spherical metadataVittorio Giovara2017-03-072-2/+27
* spherical: Add tiled equirectangular type and projection-specific propertiesVittorio Giovara2017-03-071-2/+13
* mov: Validate cubemap layoutVittorio Giovara2017-03-071-1/+7
* mov: Validate spherical metadata versionVittorio Giovara2017-03-071-4/+22
* mov: Ignore old spherical metadata when newer version is presentVittorio Giovara2017-03-071-2/+3
* mov: Fix spherical metadata_source parsingAaron Colwell2017-03-071-2/+2
* Add Apple Pixlet decoderPaul B Mahol2017-03-011-0/+2
* rtsp: Lazily set up the pollfd array onceLuca Barbato2017-02-282-27/+27
* rtsp: Lazily allocate the pollfd arrayLuca Barbato2017-02-271-3/+6
* rtsp: Move the pollfd setup out of the for loopLuca Barbato2017-02-271-28/+28
* rtsp: Factor out packet readingLuca Barbato2017-02-271-26/+40
* apetag: account for header size if present when returning the start positionJames Almer2017-02-251-1/+6
* apetag: fix flag value to signal footer presenceJames Almer2017-02-251-4/+3
* asfdec: fix reading files larger than 2GBJohn Stebbins2017-02-241-4/+5
* matroskaenc: factor ts_offset into block timecode computationJohn Stebbins2017-02-211-0/+1
* dv: Don't return EIO upon EOFJohn Stebbins2017-02-191-2/+5
* asfdec: Account for different Format Data sizesAlexandra Hájková2017-02-155-10/+15
* mov: Do not try to parse multiple stsd for the same trackLuca Barbato2017-02-151-0/+6
* Use the new AVIOContext destructor.Anton Khirnov2017-02-1110-18/+20
* avio: add a destructor for AVIOContextAnton Khirnov2017-02-113-5/+24
* mov: Rework stsc index validationVittorio Giovara2017-02-102-5/+5
* hlsenc: Correctly write down all 16 bytes in hexLuca Barbato2017-02-101-5/+6
* Use bitstream_init8() where appropriateDiego Biurrun2017-02-0711-12/+12
* asfdec: Use the ASF stream count when iteratingJohn Stebbins2017-02-041-1/+1
* rtmp: Correctly handle the Window Acknowledgement Size packetsMartin Storsjö2017-02-031-18/+29
* rtmp: Rename packet types to closer match the specMartin Storsjö2017-02-033-43/+43
* Mark some arrays that never change as const.Anton Khirnov2017-02-016-7/+7
* h261dec: Convert to the new bitstream readerAlexandra Hájková2017-01-311-5/+6
* golomb: Convert to the new bitstream readerDiego Biurrun2017-01-311-1/+1
* mov: Avoid memcmp of uninitialised dataMark Thompson2017-01-301-2/+2
* dashenc: add webm supportPeter Große2017-01-312-22/+83
* dashenc: use avio_dynbuf instead of packet_write callbackPeter Große2017-01-311-25/+36
* dashenc: copy language and role metadata from streams assigned to setsPeter Große2017-01-311-1/+26
* dashenc: default to one AdaptationSet per streamPeter Große2017-01-311-17/+6
* dashenc: allow assigning all streams of a media type to an AdaptationSetPeter Große2017-01-311-16/+45
* dashenc: add support for assigning streams to AdaptationSetsPeter Große2017-01-311-31/+173
* dashenc: calculate stream bitrate from first segment if not availablePeter Große2017-01-311-0/+10
* dashenc: separate segments based on current segment durationPeter Große2017-01-311-3/+2
* dashenc: add option to provide UTC timing sourcePeter Große2017-01-311-0/+5
* rtmp: Account for bytes_read wraparoundLuca Barbato2017-01-291-1/+1
* dashenc: increase buffer time hint in the manifestAnton Schubert2017-01-271-1/+1
* dashenc: add mandatory id to AdaptationSet and Period in manifestPeter Große2017-01-271-5/+5
* dashenc: fix ISO8601 UTC parsingAnton Schubert2017-01-271-1/+1
OpenPOWER on IntegriCloud