summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* utvideodec: Support UQRA and UQRGPaul B Mahol2017-04-15
* utvideodec: Support UQY2Paul B Mahol2017-04-13
* avformat: Free the internal codec context at the endLuca Barbato2017-04-13
* Add FM Screen Capture Codec decoderPaul B Mahol2017-04-13
* ac3_parser: add a public function for parsing the data required by the demuxerAnton Khirnov2017-04-12
* matroska: Read only the data written in the scratch bufferLuca Barbato2017-04-10
* mov: Move code shared with CAF to a separate fileDiego Biurrun2017-04-03
* takdec: Use ISO C printf conversion specifiers where appropriateDiego Biurrun2017-03-31
* nsvdec: don't ignore the return value of av_get_packet()Sean McGovern2017-03-26
* rtmpproto: send swfverify value as swfurl if latter is unusedRicardo Constantino2017-03-26
* spherical: Change types of bounding and pad to uint32_tVittorio Giovara2017-03-23
* lavf: Drop deprecated hint to set muxer timebaseVittorio Giovara2017-03-23
* lavf: Drop deprecated AVFract type and related fieldVittorio Giovara2017-03-23
* lavf: Drop deprecated bitexact functionalityVittorio Giovara2017-03-23
* Bump major versions of all librariesVittorio Giovara2017-03-23
* flvdec: Set avg_frame_rate for video streamsCarl Eugen Hoyos2017-03-22
* rtsp: Move message parsing to a separate functionLuca Barbato2017-03-21
* rtmp: Move RTMP digest calculation to a separate fileDiego Biurrun2017-03-20
* matroskaenc: add support for Spherical Video elementsJames Almer2017-03-15
* Add Cineform HD DecoderKieran Kunhya2017-03-09
* mkv: Export bounds and padding from spherical metadataVittorio Giovara2017-03-07
* mkv: Add support for Spherical Video elementsJames Almer2017-03-07
* mov: Export bounds and padding from spherical metadataVittorio Giovara2017-03-07
* spherical: Add tiled equirectangular type and projection-specific propertiesVittorio Giovara2017-03-07
* mov: Validate cubemap layoutVittorio Giovara2017-03-07
* mov: Validate spherical metadata versionVittorio Giovara2017-03-07
* mov: Ignore old spherical metadata when newer version is presentVittorio Giovara2017-03-07
* mov: Fix spherical metadata_source parsingAaron Colwell2017-03-07
* Add Apple Pixlet decoderPaul B Mahol2017-03-01
* rtsp: Lazily set up the pollfd array onceLuca Barbato2017-02-28
* rtsp: Lazily allocate the pollfd arrayLuca Barbato2017-02-27
* rtsp: Move the pollfd setup out of the for loopLuca Barbato2017-02-27
* rtsp: Factor out packet readingLuca Barbato2017-02-27
* apetag: account for header size if present when returning the start positionJames Almer2017-02-25
* apetag: fix flag value to signal footer presenceJames Almer2017-02-25
* asfdec: fix reading files larger than 2GBJohn Stebbins2017-02-24
* matroskaenc: factor ts_offset into block timecode computationJohn Stebbins2017-02-21
* dv: Don't return EIO upon EOFJohn Stebbins2017-02-19
* asfdec: Account for different Format Data sizesAlexandra Hájková2017-02-15
* mov: Do not try to parse multiple stsd for the same trackLuca Barbato2017-02-15
* Use the new AVIOContext destructor.Anton Khirnov2017-02-11
* avio: add a destructor for AVIOContextAnton Khirnov2017-02-11
* mov: Rework stsc index validationVittorio Giovara2017-02-10
* hlsenc: Correctly write down all 16 bytes in hexLuca Barbato2017-02-10
* Use bitstream_init8() where appropriateDiego Biurrun2017-02-07
* asfdec: Use the ASF stream count when iteratingJohn Stebbins2017-02-04
* rtmp: Correctly handle the Window Acknowledgement Size packetsMartin Storsjö2017-02-03
* rtmp: Rename packet types to closer match the specMartin Storsjö2017-02-03
* Mark some arrays that never change as const.Anton Khirnov2017-02-01
* h261dec: Convert to the new bitstream readerAlexandra Hájková2017-01-31