summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* tls: Hide backend implementation details from usersDiego Biurrun2017-06-026-12/+14
* os_support: Remove the dynamic loading of getaddrinfo from the fallback getad...Martin Storsjö2017-06-011-31/+0
* hlsenc: Support recovery from an already present playlistLuca Barbato2017-05-311-10/+85
* movenc-test: Add tests for negative cts offsetsMartin Storsjö2017-05-151-0/+19
* movenc: Don't write any edit list if the start offset is zeroMartin Storsjö2017-05-151-2/+1
* movenc: Add an option for enabling negative CTS offsetsMartin Storsjö2017-05-152-4/+26
* mpjpeg: Use proper CR/LF in multipart headersMartin Storsjö2017-05-111-4/+4
* aac: Split function to parse ADTS header data into public and private partDiego Biurrun2017-05-022-19/+22
* mpeg4audio: Make avpriv_copy_pce_data() inlineAnton Khirnov2017-04-282-2/+2
* dump: use av_spherical_projection_name() to print spherical projection namesJames Almer2017-04-271-10/+1
* matroskaenc: don't warn about unknown spherical metadata when there isn't anyJames Almer2017-04-261-3/+1
* Add ClearVideo decoderKostya Shishkov2017-04-252-0/+3
* mm: Skip unexpected audio packetsLuca Barbato2017-04-201-0/+6
* flv: Validate the packet sizeLuca Barbato2017-04-201-0/+6
* utvideodec: Support ULY4 and ULH4Paul B Mahol2017-04-151-0/+2
* utvideodec: Support UQRA and UQRGPaul B Mahol2017-04-151-0/+2
* utvideodec: Support UQY2Paul B Mahol2017-04-131-0/+1
* avformat: Free the internal codec context at the endLuca Barbato2017-04-131-5/+1
* Add FM Screen Capture Codec decoderPaul B Mahol2017-04-131-0/+1
* ac3_parser: add a public function for parsing the data required by the demuxerAnton Khirnov2017-04-121-8/+11
* matroska: Read only the data written in the scratch bufferLuca Barbato2017-04-101-2/+2
* mov: Move code shared with CAF to a separate fileDiego Biurrun2017-04-034-40/+59
* takdec: Use ISO C printf conversion specifiers where appropriateDiego Biurrun2017-03-311-1/+1
* nsvdec: don't ignore the return value of av_get_packet()Sean McGovern2017-03-261-2/+5
* rtmpproto: send swfverify value as swfurl if latter is unusedRicardo Constantino2017-03-261-2/+5
* spherical: Change types of bounding and pad to uint32_tVittorio Giovara2017-03-233-8/+7
* lavf: Drop deprecated hint to set muxer timebaseVittorio Giovara2017-03-232-14/+1
* lavf: Drop deprecated AVFract type and related fieldVittorio Giovara2017-03-232-24/+0
* lavf: Drop deprecated bitexact functionalityVittorio Giovara2017-03-232-10/+0
* Bump major versions of all librariesVittorio Giovara2017-03-231-6/+6
* 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
OpenPOWER on IntegriCloud