summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/assenc: make sure we crawl extradata only if it's non-nullClément Bœsch2014-10-101-2/+2
* Merge commit 'cd9d6399fd00f5aeacaa90cdc0b74c3570024119'Michael Niedermayer2014-10-101-4/+12
|\
| * tls: Support passing old-style tcp optionsLuca Barbato2014-10-101-1/+12
* | Merge commit '3df8d52fcdc9036b4074fdc612d487ece8bb5b7f'Michael Niedermayer2014-10-101-1/+5
|\ \ | |/
| * rtsp: Add rtsps to the probeLuca Barbato2014-10-101-1/+5
* | Merge commit 'c839b0439f0b01c72a6d253920d2e342b30f8bcb'Michael Niedermayer2014-10-101-6/+13
|\ \ | |/
| * rtsp: Support tls when in listen modeLuca Barbato2014-10-101-6/+13
* | Merge commit '8b2e9636c57b22582143467a8a06b509b47b92f9'Michael Niedermayer2014-10-102-6/+19
|\ \ | |/
| * rtsp: Support tls-encapsulated RTSPLuca Barbato2014-10-102-6/+19
* | Merge commit 'c27328e749ff3be648411765cd17362fee017341'Michael Niedermayer2014-10-101-0/+2
|\ \ | |/
| * rtsp: Check for command strings without spacesLuca Barbato2014-10-101-0/+4
* | Merge commit '09e1ccc8cddc946da5e10841f10dc5ebdd187d9d'Michael Niedermayer2014-10-101-1/+1
|\ \ | |/
| * sctp: Use AVERROR_BUG instead of abort()Luca Barbato2014-10-101-1/+1
* | Merge commit 'eb4f9069002e73648f6640cd054fc814cfda75b8'Michael Niedermayer2014-10-101-2/+4
|\ \ | |/
| * lavf: More informative error messageLuca Barbato2014-10-101-1/+4
* | avformat/movenc: add EAC3 muxing support.Benoit Fouet2014-10-103-0/+193
* | avformat/format: move mime_type_opt declaration to where its usedMichael Niedermayer2014-10-101-2/+1
* | avformat/os_support: include unistd.h before defining lseek to lseek64 on and...Michael Niedermayer2014-10-101-0/+3
* | lavf/webm_dash: Allow filenames without directoriesVignesh Venkatasubramanian2014-10-101-2/+1
* | Fix writing first audio Cues in dash mode.Frank Galligan2014-10-091-1/+2
* | avformat/mov: E-AC-3 streams need parsing too.Benoit Fouet2014-10-091-0/+1
* | lavf: fix 2GB file seek limit on AndroidYu Xiaolei2014-10-091-0/+7
* | avformat/mov: Fix 'warning: format specifies type unsigned short but the argu...Michael Niedermayer2014-10-091-1/+1
* | avformat/dump: use format dump_separator if the codec one is not setMichael Niedermayer2014-10-091-0/+6
* | fix seperator typoMichael Niedermayer2014-10-091-1/+1
* | Merge commit '0d8a3656ba4c0ae8e4e0c91ff6b07d72a317f9f6'Michael Niedermayer2014-10-091-0/+69
|\ \ | |/
| * mov: support the Color Parameter Atoms 'colr'Vittorio Giovara2014-10-081-0/+69
* | Merge commit '167e6f1489368a4693145da61cb022c113a285bc'Michael Niedermayer2014-10-091-1/+1
|\ \ | |/
| * dump: Update streams and chapters printout formatSylvain Rabot2014-10-081-2/+2
* | avformat: Allow choosing the dump format field separator.Michael Niedermayer2014-10-094-2/+15
* | Merge commit '20a5956b8daeee4cb59d6fa00ec809b02c04d7f8'Michael Niedermayer2014-10-091-12/+18
|\ \ | |/
| * dump: split audio and video probing on multiple linesVittorio Giovara2014-10-081-8/+14
* | Merge commit '7ae9791b641d1183910b6e7faca23f7ae08f8579'Michael Niedermayer2014-10-081-2/+2
|\ \ | |/
| * avformat: bump version after mime_type changeVittorio Giovara2014-10-081-2/+2
* | Merge commit 'b15b06ebf582ae81e47d236524c9ad6e10c8a0a7'Michael Niedermayer2014-10-082-4/+8
|\ \ | |/
| * avformat: use const char* instead of uint8_t* for AVProbeData.mime_typeAndreas Cadhalpun2014-10-082-4/+8
* | avformat/matroskadec: do not trust the default duration to be the real 1/time...Michael Niedermayer2014-10-081-1/+2
* | avformat/tiertexseq: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-071-1/+1
* | avformat/hls: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-10-071-5/+5
* | avformat/mxfdec: read reel_name and source timecode from physical source packageMark Reid2014-10-071-21/+99
* | Merge commit '28816050e47b6dba430a52e429d21a864cffda8e'Michael Niedermayer2014-10-075-0/+5
|\ \ | |/
| * lavf: Set the stream time base hint properly for chained muxersMartin Storsjö2014-10-065-0/+5
* | Merge commit 'b76249443864c88ffb2d41ab8d1de7432e985dc7'Michael Niedermayer2014-10-071-30/+12
|\ \ | |/
| * sdp: Simplify parsing/conversion of H264 extradataMartin Storsjö2014-10-061-30/+12
* | avformat/mov: do not overwrite extradata in mov_read_glbl()Michael Niedermayer2014-10-061-0/+4
* | avformat: remove obsolete FF_API_READ_PACKET cruftJames Almer2014-10-053-28/+0
* | avformat: remove obsolete FF_API_CLOSE_INPUT_FILE cruftJames Almer2014-10-053-21/+0
* | avformat: remove obsolete FF_API_SET_PTS_INFO cruftJames Almer2014-10-053-20/+0
* | avformat: remove obsolete FF_API_NEW_STREAM cruftJames Almer2014-10-053-28/+0
* | avformat: remove obsolete FF_API_FORMAT_PARAMETERS cruftJames Almer2014-10-053-30/+0
OpenPOWER on IntegriCloud