summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Merge commit '7785ce1c769369abf85b276148548a5510aabb5f'Michael Niedermayer2014-10-25
|\
| * lavf: replace rename() with ff_rename()Luca Barbato2014-10-24
* | Merge commit '0b66fb4505e0bb43de3797f63f3290f0188d67cc'Michael Niedermayer2014-10-25
|\|
| * flac_picture: prevent a possible out of bound writeVittorio Giovara2014-10-24
* | Merge commit 'f1ed83e23add1c26c50b146727e4c2399dfc0b3a'Michael Niedermayer2014-10-25
|\|
| * img2dec: check av_new_packet return valueVittorio Giovara2014-10-24
* | Merge commit '1967cd4e4c1cd96dfa195ce14e4b212ddb70586d'Michael Niedermayer2014-10-25
|\|
| * audiointerleave: check av_new_packet return valueVittorio Giovara2014-10-24
* | Added support for G2M5 codecEric Zimmerman2014-10-24
* | avformat: Add and use ff_copy_whitelists()Michael Niedermayer2014-10-24
* | avformat/mp3dec: also accept Lavc as shortname to read delaysMichael Niedermayer2014-10-24
* | avformat/mp3enc: Squeeze our mp3 encoder tag into the 9byte shortname instead...Michael Niedermayer2014-10-24
* | Merge commit 'ef363ebd596da18f889a7d4845023a23dfac84c9'Michael Niedermayer2014-10-24
|\|
| * mp3enc: write full LAME frameAnton Khirnov2014-10-24
* | Merge commit '99143140dea12363af680d02e23cb42cfe191679'Michael Niedermayer2014-10-24
|\|
| * mp3dec: fix reading the Xing tagAnton Khirnov2014-10-24
* | Merge commit '6df9d9b55d3f56ee7782639a7678eeeaf77f14ea'Michael Niedermayer2014-10-24
|\|
| * lavf: Use av_gettime_relativeMartin Storsjö2014-10-24
* | avformat/rtsp: pass return code from ffurl_open() on its failureAndrey Utkin2014-10-23
* | avformat/rtsp: add av_assert0() to clarify that the else case is supposed to ...Michael Niedermayer2014-10-23
* | avformat/http: pass return code from http_open_cnx_internal() on its failureAndrey Utkin2014-10-23
* | avformat/concatdec: Forward whitelists to the subdemuxers.Michael Niedermayer2014-10-23
* | Forward whitelists to the asf demuxerMichael Niedermayer2014-10-23
* | avformat/avidec: Forward whitelists to the subtitle demuxerMichael Niedermayer2014-10-23
* | avformat/mpeg: Forward whitelists to the mpegps demuxerMichael Niedermayer2014-10-23
* | avformat/libquvi: Forward whitelists to subdemuxerMichael Niedermayer2014-10-23
* | avformat/sapdec: Forward whitelists to sdp demuxerMichael Niedermayer2014-10-23
* | avformat/hls: forward whitelists to mpegts demuxerMichael Niedermayer2014-10-23
* | avformat/format: Use av_match_name() instead of list in av_match_ext()Michael Niedermayer2014-10-23
* | Added STL demuxer and decoderEejya Singh2014-10-22
* | avformat/mux: Fix assertion failure due to max_interleave_delta and poor inputMichael Niedermayer2014-10-22
* | avformat/matroskadec: Fix cluster parsing loop which gathers seek informationMichael Niedermayer2014-10-22
* | lavf/cinedec: Fix a typo in the file header.Carl Eugen Hoyos2014-10-22
* | Merge commit 'af7ca6ea124b82b337a6b96e10963e88eba57ebe'Michael Niedermayer2014-10-22
|\|
| * nutdec: check av_new_packet return valueVittorio Giovara2014-10-21
* | Merge commit 'b69183f65d0f6f4cd7a4e6c0deb57d59b0185aba'Michael Niedermayer2014-10-22
|\|
| * nutenc: check for negative index rather than assertVittorio Giovara2014-10-21
* | Merge commit 'be42c0b8d57fe2ea769892d102ffd5561dc18709'Michael Niedermayer2014-10-21
|\|
| * rmdec: stricter error check to avoid theoretical unitialized useVittorio Giovara2014-10-21
* | Merge commit '7207dd8f829baee58b4df6c97c19ffde77039e8d'Michael Niedermayer2014-10-21
|\|
| * rmdec: check av_new_packet return valueVittorio Giovara2014-10-21
* | Merge commit '629b2ed0ac77d7c4bf1aeac5e70cafee5fa0fcae'Michael Niedermayer2014-10-21
|\|
| * flvdec: make sure to check create_stream and report the same errorVittorio Giovara2014-10-21
* | Merge commit 'f22aa6b841dc54fa1dd804303885b1e230a5f629'Michael Niedermayer2014-10-21
|\|
| * flvdec: avoid unitialized use of a struct memberVittorio Giovara2014-10-21
* | Merge commit 'e73d26bbd65f1ac5fc73ef3fd24cab1bed8ba2e2'Michael Niedermayer2014-10-21
|\|
| * smoothstreamingenc: explict cast to avoid overflowVittorio Giovara2014-10-21
* | mov.c: reasonable bitrate for fragmented mp4Mika Raento2014-10-21
* | lavf/mov.c: Prevent memory leak in case of invalid metadata reads.Thilo Borgmann2014-10-21
* | avformat/rtsp: Use ff_rtsp_averror()Andrey Utkin2014-10-21