summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* avformat/westwood_vqa: Remove unneeded castMichael Niedermayer2015-01-031-1/+1
* avformat/movenc: fix DELAY_MOOVMichael Niedermayer2015-01-031-1/+3
* Merge commit 'f2ad1495f23376ce61542967f4fc14205f284d40'Michael Niedermayer2015-01-031-1/+1
|\
| * avisynth: Use RTLD_LOCAL instead of RTLD_GLOBALMartin Storsjö2015-01-031-1/+1
* | Merge commit '7a1a63e34fa46af18311c2493fdaec9a93bdb750'Michael Niedermayer2015-01-031-17/+23
|\ \ | |/
| * dashenc: Use pts for MPD timeline timestampsMartin Storsjö2015-01-031-17/+23
* | Merge commit 'c5e7ea13d2d4da0c5da91973a547afff6fe9e011'Michael Niedermayer2015-01-031-9/+14
|\ \ | |/
| * dashenc: Use delay_moovMartin Storsjö2015-01-031-9/+14
* | Merge commit 'b3b0b35db2f3b61bf2f0f4fa85f5b6267d83c8fe'Michael Niedermayer2015-01-032-17/+4
|\ \ | |/
| * movenc: Get rid of a hack for updating the dvc1 atomMartin Storsjö2015-01-032-17/+4
* | Merge commit '847bf5988fec1d3e65c1d8cf0cdb8caf0cfd0c1b'Michael Niedermayer2015-01-033-15/+61
|\ \ | |/
| * movenc: Add an option for delaying writing the moov with empty_moovMartin Storsjö2015-01-033-14/+60
* | avformat/movenc: Use cluster timestamps when available in edtsMichael Niedermayer2015-01-031-3/+17
* | Merge commit 'c725faebda9a516766d94c33b07972ab0f70cf93'Michael Niedermayer2015-01-031-6/+5
|\ \ | |/
| * movenc: Use start_dts/cts instead of cluster[0] for writing edit listsMartin Storsjö2015-01-031-5/+5
* | Merge commit '724cbea7193945fe5a5b4dea8ede344803572844'Michael Niedermayer2015-01-031-1/+1
|\ \ | |/
| * movenc: Remove an unnecessary condition when flushing fragmentsMartin Storsjö2015-01-031-1/+1
* | Merge commit '355d01a1bf55297b1d1f04e4bfbf0ddc93b6247e'Michael Niedermayer2015-01-031-19/+29
|\ \ | |/
| * movenc: Factorize writing ftyp and other identification tags to a separate fu...Martin Storsjö2015-01-031-9/+17
* | avformat/mov: reindent after previous commitClément Bœsch2015-01-021-13/+13
* | avformat/mov: move edit list heuristics into mov_build_index()Clément Bœsch2015-01-022-32/+56
* | avformat/flvdec: remove duplicated line errorClément Bœsch2015-01-011-1/+0
* | avformat/flvdec: use named identifier instead of literal numbers as return va...Michael Niedermayer2015-01-011-3/+6
* | avformat/flvdec: Increase string array sizeMichael Niedermayer2015-01-011-1/+1
* | avformat/flvdec: do not inject dts=0 metadata packets which failed to be pars...Michael Niedermayer2015-01-011-3/+3
* | avformat/flvdec: add several error messages to error conditionsMichael Niedermayer2015-01-011-2/+10
* | avformat/cdxl: Fix integer overflow of image_sizeMichael Niedermayer2014-12-311-0/+2
* | Merge commit '8d54bacb789c7d37ca3cf48d9ac13083ad0c1ba7'Michael Niedermayer2014-12-301-2/+2
|\ \ | |/
| * dashenc: Remove some stray double spacesMartin Storsjö2014-12-291-2/+2
* | Merge commit 'b91a5757fcbf723da99b05b298a6f820271dbc2b'Michael Niedermayer2014-12-301-1/+3
|\ \ | |/
| * dashenc: Fix writing of timelines that don't start at t=0Martin Storsjö2014-12-291-1/+3
* | libavformat/cdxl: fix duration in case of overflowMichael Niedermayer2014-12-291-1/+1
* | avformat/mux: 2 subtitle packets could have the same DTSMichael Niedermayer2014-12-291-0/+1
* | libavformat/segment.c: Add strftime expansion for segment filename templatesPedro E. M. Brito2014-12-281-2/+13
* | avformat/rtsp: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-261-11/+11
* | avformat/cache: remove ftruncate usage, its not always availableMichael Niedermayer2014-12-261-2/+2
* | avformat/cache: Extend cache entries if possible instead of creating new onesMichael Niedermayer2014-12-261-17/+29
* | avformat/cache: avoid lseek() on reading from the cache if possibleMichael Niedermayer2014-12-261-2/+6
* | avformat/cache: keep cache_pos updatedMichael Niedermayer2014-12-261-2/+6
* | avformat/cache: cleanup cache file on cache write failureMichael Niedermayer2014-12-261-1/+3
* | avformat/cache: Support user specified read-ahead for non seekable mediaMichael Niedermayer2014-12-251-1/+41
* | avformat/cache: Use the correct io handle in seekingMichael Niedermayer2014-12-251-5/+7
* | avformat/cache: more informative error messageMichael Niedermayer2014-12-251-1/+1
* | avformat/cache: remember EOF point if hit and use it to handle SEEK_ENDMichael Niedermayer2014-12-251-0/+10
* | avformat/cache: support non continuous cachingMichael Niedermayer2014-12-252-30/+138
* | avformat/smoothstreamingenc: Use av_freep() avoid leaving stale pointers in m...Michael Niedermayer2014-12-251-5/+5
* | avformat/wtvdec: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-251-10/+10
* | avformat/segment: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-251-7/+7
* | avformat/seek: move the cur variable into the loopMichael Niedermayer2014-12-241-2/+1
* | avformat/rtpdec_mpeg4: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-241-3/+3
OpenPOWER on IntegriCloud