summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.c
Commit message (Expand)AuthorAge
* Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-20
|\
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
| * rtsp: Fix unchecked return valueHimangi Saraogi2015-04-12
| * rtsp: Check a malloc return valueHimangi Saraogi2015-04-12
* | avformat/rtsp: Fix dereference after null checkHimangi Saraogi2015-04-12
* | avformat/rtsp: Fix unchecked return valueHimangi Saraogi2015-04-10
* | avformat/rtsp: Fix null pointer dereferenceHimangi Saraogi2015-04-04
* | Merge commit 'e3ec6fe7bb2a622a863e3912181717a659eb1bad'Michael Niedermayer2015-04-01
|\|
| * rtsp: Add a buffer_size optionLuca Barbato2015-04-01
* | avformat/rtsp: Fix potential pointer overflow in sdp_probe()Michael Niedermayer2015-03-16
* | Revert "rtsp: Interpret the text media type as AVMEDIA_TYPE_DATA"Gilles Chanteperdrix2015-03-01
* | Merge commit 'd594dbecce5f3af7f80bbf5bb1b516d740b69ccd'Michael Niedermayer2015-02-25
|\|
| * rtpdec: Rename the free method to closeMartin Storsjö2015-02-24
* | Merge commit '8e32b1f0963d01d4f5d4803eb721f162e0d58d9a'Michael Niedermayer2015-02-25
|\|
| * libavformat: Use ffio_free_dyn_buf where applicableMartin Storsjö2015-02-24
* | Merge commit '078d43e23a7a3d64aafee8a58b380d3e139b3020'Michael Niedermayer2015-02-25
|\|
| * rtpdec: Free depacketizers if the init function failedMartin Storsjö2015-02-24
* | Merge commit 'bb4a310bb85f43e62240145a656b1e5285b14239'Michael Niedermayer2015-02-25
|\|
| * rtpdec: Don't free the payload context in the .free functionMartin Storsjö2015-02-24
* | Merge commit 'f4b59334bd898c47c9ac30999a346176548630a8'Michael Niedermayer2015-02-25
|\|
| * rtpdec: Remove the now unused .alloc fieldMartin Storsjö2015-02-24
* | Merge commit 'e72605f80bf5cbe32053a554ccc137e0a99cf3dd'Michael Niedermayer2015-02-24
|\|
| * rtpdec: Allow allocating and freeing the private data without explicit functionsMartin Storsjö2015-02-24
* | Merge commit 'b7a4c319fda22aa91ce29692d728ec6103b514f6'Michael Niedermayer2015-02-24
|\|
| * rtpdec: Allow setting the need_parsing field in RTPDynamicProtocolHandlerMartin Storsjö2015-02-24
* | Merge commit '74d318f138f2a3f1b2fe81aea826d80d1e60f54c'Michael Niedermayer2015-02-24
|\|
| * rtsp: Fix the indentation of a linewrapped statementMartin Storsjö2015-02-24
* | Merge commit '26524e358147aade6e9dd18fff42d61b966bbc70'Michael Niedermayer2015-02-24
|\|
| * rtsp: Interpret the text media type as AVMEDIA_TYPE_DATAMartin Storsjö2015-02-24
* | Merge commit 'cdcc370293a159c321e41af7f0eef141c62d698d'Michael Niedermayer2015-02-23
|\|
| * rtsp: punch holes again after pauseGilles Chanteperdrix2015-02-23
| * rtsp: parse lang attribute in SDPGilles Chanteperdrix2015-02-21
* | avformat/rtsp: parse lang attribute in SDPGilles Chanteperdrix2015-02-13
* | avformat/rtsp: allow receiving subtitles via RTPGilles Chanteperdrix2015-02-13
* | avformat/rtsp: Use avio_closep() to avoid leaving stale pointers in memoryMichael Niedermayer2015-01-08
* | avformat/rtsp: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-26
* | Merge commit '76ccf114a6c107218e2a1948afc1d0fb3ac7ba0b'Michael Niedermayer2014-12-19
|\|
| * rtsp: check ffurl_get_file_handle() return valueVittorio Giovara2014-12-18
* | Merge commit '604c9b1196c70d79bbbc1f23e75f6a8253a74da3'Michael Niedermayer2014-12-02
|\|
| * rtsp: move the CONFIG_ macros to the beginning of the checkVittorio Giovara2014-12-02
* | Merge commit '6df9d9b55d3f56ee7782639a7678eeeaf77f14ea'Michael Niedermayer2014-10-24
|\|
| * lavf: Use av_gettime_relativeMartin Storsjö2014-10-24
| * rtsp: Check a memory allocationMichael Lynch2014-10-16
* | 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/rtsp: Use ff_rtsp_averror()Andrey Utkin2014-10-21
* | avformat/rtsp: check memory allocationMichael Lynch2014-10-15
* | Merge commit '8b2e9636c57b22582143467a8a06b509b47b92f9'Michael Niedermayer2014-10-10
|\|
| * rtsp: Support tls-encapsulated RTSPLuca Barbato2014-10-10
* | Merge commit '2f172f1ae984b763c06069adb51d0053b3834f4b'Michael Niedermayer2014-09-25
|\|