summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* tcp: Add AVOption supportLuca Barbato2014-10-101-9/+31
* tls: Support passing old-style tcp optionsLuca Barbato2014-10-101-1/+12
* rtsp: Add rtsps to the probeLuca Barbato2014-10-101-1/+5
* rtsp: Support tls when in listen modeLuca Barbato2014-10-101-6/+13
* rtsp: Support tls-encapsulated RTSPLuca Barbato2014-10-102-6/+19
* rtsp: Check for command strings without spacesLuca Barbato2014-10-101-0/+4
* sctp: Use AVERROR_BUG instead of abort()Luca Barbato2014-10-101-1/+1
* lavf: More informative error messageLuca Barbato2014-10-101-1/+4
* mov: support the Color Parameter Atoms 'colr'Vittorio Giovara2014-10-081-0/+69
* dump: Update streams and chapters printout formatSylvain Rabot2014-10-081-2/+2
* dump: split audio and video probing on multiple linesVittorio Giovara2014-10-081-8/+14
* avformat: bump version after mime_type changeVittorio Giovara2014-10-081-2/+2
* avformat: use const char* instead of uint8_t* for AVProbeData.mime_typeAndreas Cadhalpun2014-10-082-4/+8
* lavf: Set the stream time base hint properly for chained muxersMartin Storsjö2014-10-065-0/+5
* sdp: Simplify parsing/conversion of H264 extradataMartin Storsjö2014-10-061-30/+12
* hlsenc: Add parameter -hls_allow_cacheJoakim Roubert2014-10-032-1/+6
* lavf: fix memleaks in avformat_find_stream_info()Justin Ruggles2014-09-291-0/+5
* sdp: Make opus declaration conform to the specTimothy B. Terriberry2014-09-291-1/+11
* probe: Bump the score for mime type matchingAndreas Cadhalpun2014-09-261-1/+1
* caf: Give context structure a consistent nameDiego Biurrun2014-09-261-7/+7
* m4vdec: K&R formatting cosmeticsGabriel Dume2014-09-251-12/+18
* lmlm4: K&R formatting cosmeticsGabriel Dume2014-09-251-17/+20
* concat: K&R formatting cosmeticsGabriel Dume2014-09-251-13/+15
* rtsp: Clear the session id on redirectsMartin Storsjö2014-09-241-0/+1
* rtpenc: HEVC/H.265 supportThomas Volkert2014-09-246-1/+152
* libavformat: Move avc mp4 startcode parsing to a shared fileMartin Storsjö2014-09-243-17/+22
* rtpdec_hevc: Drop a duplicated, nonstandard entryVittorio Giovara2014-09-243-13/+0
* rtpenc_chain: Pass the initial time_base hint on to the chained muxerMartin Storsjö2014-09-171-0/+1
* apetag: Fix APE tag size checkKaterina Barone-Adesi2014-09-171-2/+4
* libavformat: Check mkdir return error codesMartin Storsjö2014-09-072-3/+12
* vc1: Split bits used in libavformat into a separate headerDiego Biurrun2014-09-041-1/+1
* rtpdec: HEVC/H.265 supportThomas Volkert2014-09-035-1/+378
* mpegts: Allow custom max resync sizeLuca Barbato2014-09-031-2/+22
* matroskaenc: convert avstream stereo3d side data during encodingVittorio Giovara2014-08-281-18/+76
* matroskadec: parse stereo mode on decodingVittorio Giovara2014-08-283-2/+77
* avcodec: add stream-level stereo3d side dataVittorio Giovara2014-08-281-0/+50
* matroska: list supported extensionsVittorio Giovara2014-08-281-0/+1
* mpegenc: limit the maximum muxrateAnton Khirnov2014-08-271-1/+1
* os_support: Adjust an outdated #endif commentDiego Biurrun2014-08-261-1/+1
* mpeg: Write H264 streams at offset 2Luca Barbato2014-08-262-4/+10
* libavformat: use MSG_NOSIGNAL when applicableRémi Denis-Courmont2014-08-254-4/+8
* lavf: add AVFormatContext.max_ts_probeAnton Khirnov2014-08-254-1/+9
* ogg: Use separate classes for the aliasesLuca Barbato2014-08-231-9/+13
* os_support: Undefine lseek/stat/fstat before defining themDiego Biurrun2014-08-221-0/+3
* ogg: Provide aliases for Speex, Opus and audio-only oggLuca Barbato2014-08-223-2/+56
* electronicarts: set the framerate for TGQ/TQIAnton Khirnov2014-08-221-0/+2
* electronicarts: read the framerate for MADAnton Khirnov2014-08-221-0/+2
* electronicarts: do not fail on zero-sized chunksAnton Khirnov2014-08-221-1/+10
* adts: Return more meaningful error codesNidhi Makhijani2014-08-211-8/+8
* mov: Drop unused parameter from ff_mov_read_esds()Diego Biurrun2014-08-193-5/+4
OpenPOWER on IntegriCloud