summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* avformat/rtsp: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-26
* avformat/cache: remove ftruncate usage, its not always availableMichael Niedermayer2014-12-26
* avformat/cache: Extend cache entries if possible instead of creating new onesMichael Niedermayer2014-12-26
* avformat/cache: avoid lseek() on reading from the cache if possibleMichael Niedermayer2014-12-26
* avformat/cache: keep cache_pos updatedMichael Niedermayer2014-12-26
* avformat/cache: cleanup cache file on cache write failureMichael Niedermayer2014-12-26
* avformat/cache: Support user specified read-ahead for non seekable mediaMichael Niedermayer2014-12-25
* avformat/cache: Use the correct io handle in seekingMichael Niedermayer2014-12-25
* avformat/cache: more informative error messageMichael Niedermayer2014-12-25
* avformat/cache: remember EOF point if hit and use it to handle SEEK_ENDMichael Niedermayer2014-12-25
* avformat/cache: support non continuous cachingMichael Niedermayer2014-12-25
* avformat/smoothstreamingenc: Use av_freep() avoid leaving stale pointers in m...Michael Niedermayer2014-12-25
* avformat/wtvdec: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-25
* avformat/segment: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-25
* avformat/seek: move the cur variable into the loopMichael Niedermayer2014-12-24
* avformat/rtpdec_mpeg4: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-24
* avformat/rtpproto: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-24
* avformat/seek: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-24
* avformat/aea: reduce false positives in probingMichael Niedermayer2014-12-23
* avformat/avidec: optimize probeMichael Niedermayer2014-12-23
* avformat/rtpdec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-23
* avformat/rtpdec_latm: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-23
* avformat/rtpdec_xiph: use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-23
* cdxl: fix durationPiotr Bandurski2014-12-22
* avformat/rtmpproto: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-22
* avformat/riffdec: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-22
* avformat/os_support: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-22
* avformat/img2dec: check w/h in dpx_probeMichael Niedermayer2014-12-21
* avformat/swfdec: Check frame size rectangle in probe()Michael Niedermayer2014-12-21
* avformat/mpegtsenc: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-21
* avformat/mpegenc: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-21
* Merge commit '9cfa68c560bdec82d2d5ec079f9c5b0f9ca37af0'Michael Niedermayer2014-12-20
|\
| * mpegts: add support for OpusKieran Kunhya2014-12-20
* | avformat/mmst: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-20
* | avformat/http: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-20
* | avformat/id3v2: Use av_freep() avoid leaving stale pointers in memoryMichael Niedermayer2014-12-20
* | avformat/westwood_aud: replace != 0 error check by <0Michael Niedermayer2014-12-20
* | avformat/asfenc: replace != 0 error check by <0Michael Niedermayer2014-12-20
* | Merge commit '8ebf02f8f530240edf7e45f35f7647ef9dd44a58'Michael Niedermayer2014-12-20
|\|
| * libavformat: Only use MoveFileExA when targeting the desktop API subsetMartin Storsjö2014-12-19
* | Merge commit 'fc308b30bb24e623fed042ec78b10803b2362a18'Michael Niedermayer2014-12-20
|\|
| * rtpenc_mpegts: Call write_trailer for the mpegts muxer even if no output buff...Martin Storsjö2014-12-19
* | Merge commit 'e2ce16392205d8efe9143329ed3fb5fcb15498fa'Michael Niedermayer2014-12-20
|\|
| * mpegts: Support running the write_trailer function without an AVIOContextMartin Storsjö2014-12-19
| * libavformat: Allow calling av_write_trailer with a NULL AVIOContextMartin Storsjö2014-12-19
* | avformat/rsd: make tag_buf string largerClément Bœsch2014-12-20
* | avformat/apngdec: make tag_buf string largerClément Bœsch2014-12-20
* | avformat/wavdec: make start_code string largerClément Bœsch2014-12-19
* | wavdec: avoid output of arbitrary charsThomas Volkert2014-12-19
* | wavdec: refactor wav_read_header()Thomas Volkert2014-12-19