aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '6df9d9b55d3f56ee7782639a7678eeeaf77f14ea'Michael Niedermayer2014-10-245-17/+17
|\
| * lavf: Use av_gettime_relativeMartin Storsjö2014-10-246-17/+17
* | avformat/rtsp: pass return code from ffurl_open() on its failureAndrey Utkin2014-10-231-3/+4
* | avformat/rtsp: add av_assert0() to clarify that the else case is supposed to ...Michael Niedermayer2014-10-231-0/+2
* | avformat/http: pass return code from http_open_cnx_internal() on its failureAndrey Utkin2014-10-231-0/+2
* | avformat/concatdec: Forward whitelists to the subdemuxers.Michael Niedermayer2014-10-231-0/+5
* | Forward whitelists to the asf demuxerMichael Niedermayer2014-10-231-0/+6
* | avformat/avidec: Forward whitelists to the subtitle demuxerMichael Niedermayer2014-10-231-2/+7
* | avformat/mpeg: Forward whitelists to the mpegps demuxerMichael Niedermayer2014-10-231-0/+8
* | avformat/libquvi: Forward whitelists to subdemuxerMichael Niedermayer2014-10-231-0/+5
* | avformat/sapdec: Forward whitelists to sdp demuxerMichael Niedermayer2014-10-231-0/+6
* | avformat/hls: forward whitelists to mpegts demuxerMichael Niedermayer2014-10-231-0/+5
* | avformat/format: Use av_match_name() instead of list in av_match_ext()Michael Niedermayer2014-10-231-1/+1
* | Added STL demuxer and decoderEejya Singh2014-10-224-2/+145
* | avformat/mux: Fix assertion failure due to max_interleave_delta and poor inputMichael Niedermayer2014-10-221-1/+9
* | avformat/matroskadec: Fix cluster parsing loop which gathers seek informationMichael Niedermayer2014-10-221-2/+2
* | lavf/cinedec: Fix a typo in the file header.Carl Eugen Hoyos2014-10-221-1/+1
* | Merge commit 'af7ca6ea124b82b337a6b96e10963e88eba57ebe'Michael Niedermayer2014-10-221-4/+4
|\|
| * nutdec: check av_new_packet return valueVittorio Giovara2014-10-211-2/+4
* | Merge commit 'b69183f65d0f6f4cd7a4e6c0deb57d59b0185aba'Michael Niedermayer2014-10-221-0/+1
|\|
| * nutenc: check for negative index rather than assertVittorio Giovara2014-10-211-1/+4
* | Merge commit 'be42c0b8d57fe2ea769892d102ffd5561dc18709'Michael Niedermayer2014-10-211-1/+1
|\|
| * rmdec: stricter error check to avoid theoretical unitialized useVittorio Giovara2014-10-211-1/+1
* | Merge commit '7207dd8f829baee58b4df6c97c19ffde77039e8d'Michael Niedermayer2014-10-211-2/+3
|\|
| * rmdec: check av_new_packet return valueVittorio Giovara2014-10-211-1/+3
* | Merge commit '629b2ed0ac77d7c4bf1aeac5e70cafee5fa0fcae'Michael Niedermayer2014-10-211-1/+1
|\|
| * flvdec: make sure to check create_stream and report the same errorVittorio Giovara2014-10-211-2/+5
* | Merge commit 'f22aa6b841dc54fa1dd804303885b1e230a5f629'Michael Niedermayer2014-10-211-0/+1
|\|
| * flvdec: avoid unitialized use of a struct memberVittorio Giovara2014-10-211-0/+1
* | Merge commit 'e73d26bbd65f1ac5fc73ef3fd24cab1bed8ba2e2'Michael Niedermayer2014-10-211-1/+1
|\|
| * smoothstreamingenc: explict cast to avoid overflowVittorio Giovara2014-10-211-1/+1
* | mov.c: reasonable bitrate for fragmented mp4Mika Raento2014-10-211-0/+11
* | lavf/mov.c: Prevent memory leak in case of invalid metadata reads.Thilo Borgmann2014-10-211-6/+8
* | avformat/rtsp: Use ff_rtsp_averror()Andrey Utkin2014-10-213-17/+18
* | avformat/rtspcodes: introduce ff_rtsp_averror()Andrey Utkin2014-10-211-0/+7
* | Merge commit 'd2771a1dc0a3695e8873adc16d068077f2417eea'Michael Niedermayer2014-10-201-1/+3
|\|
| * rtpproto: Free the addrinfo pointer on failureLuca Barbato2014-10-201-1/+3
* | Merge commit '96bfb677478514db73d1b63b4213c97ad4269e8f'Michael Niedermayer2014-10-201-1/+1
|\|
| * nutdec: Prevent a memory corruptionLuca Barbato2014-10-201-2/+3
* | Merge commit '350ed1829268d343b791208c8fd1cddd44d52a8e'Michael Niedermayer2014-10-201-2/+0
|\|
| * rtpdec_hevc: drop unnecessary checkVittorio Giovara2014-10-201-2/+0
| * rtmpproto: remove dead codeVittorio Giovara2014-10-201-3/+0
| * wtv: clean memory on errorVittorio Giovara2014-10-201-1/+3
* | Merge commit '9fbc613f0df1628e7e78bca791fa8833846f8210'Michael Niedermayer2014-10-201-1/+3
|\|
| * wtv: check seek_by_sector return valueVittorio Giovara2014-10-201-1/+3
* | Merge commit 'd7f530b0d67fe3996dbfa990a47c865e0d1400a2'Michael Niedermayer2014-10-201-1/+1
|\|
| * aviobuf: check context before using itVittorio Giovara2014-10-201-1/+2
| * avio: fix sizeof argumentMichael Niedermayer2014-10-201-1/+1
| * idcin: fix return checkVittorio Giovara2014-10-201-2/+2
* | lavf/mov.c: Allocate buffer in case of long metadata entries.Thilo Borgmann2014-10-201-6/+12