| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: move AVStream.{parser,need_parsing} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -2/+2 |
* | avformat: Constify the API wrt AV(In|Out)putFormat | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavf: Constify AVInputFormat pointer. | Carl Eugen Hoyos | 2019-03-20 | 1 | -1/+1 |
* | lavf/rtpdec*: Constify all RTPDynamicProtocolHandler. | Carl Eugen Hoyos | 2018-02-14 | 1 | -1/+1 |
* | avformat/rtpdec_asf: free the buffer pointed by the AVIOContext | James Almer | 2017-11-06 | 1 | -2/+2 |
* | libavformat/rtpdec_asf: zero initialize the AVIOContext struct | Kacper Michajłow | 2016-07-25 | 1 | -1/+1 |
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -4/+2 |
|\ |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -4/+2 |
* | | avformat: Add a protocol blacklisting API | Derek Buitenhuis | 2016-03-04 | 1 | -1/+1 |
* | | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
|\| |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -1/+1 |
* | | Merge commit '4733a12dd17a91d606e0079ff9bb48b9f419cbef' | Michael Niedermayer | 2015-06-08 | 1 | -2/+11 |
|\| |
|
| * | rtpdec_asf: Check memory allocation and free memory on error | Vittorio Giovara | 2015-06-08 | 1 | -2/+10 |
* | | avformat/rtpdec_asf: Fix potential pointer overflow | Michael Niedermayer | 2015-04-12 | 1 | -2/+5 |
* | | Merge commit '15621cbbe4ed88409ef40257afaf239487964e98' | Michael Niedermayer | 2015-03-05 | 1 | -2/+0 |
|\| |
|
| * | rtpdec_asf: Don't set RTP_FLAG_KEY | Martin Storsjö | 2015-03-05 | 1 | -2/+0 |
* | | Merge commit '1dc19729e92a96620000e09eba8e58cb458c9486' | Michael Niedermayer | 2015-03-04 | 1 | -1/+0 |
|\| |
|
| * | rtpdec_asf: Don't free the payload context in the .close function | Martin Storsjö | 2015-03-04 | 1 | -1/+0 |
* | | Merge commit 'd594dbecce5f3af7f80bbf5bb1b516d740b69ccd' | Michael Niedermayer | 2015-02-25 | 1 | -2/+2 |
|\| |
|
| * | rtpdec: Rename the free method to close | Martin Storsjö | 2015-02-24 | 1 | -2/+2 |
* | | Merge commit '199fb40278146c5bb162990c66ad3cd561abc780' | Michael Niedermayer | 2015-02-25 | 1 | -10/+2 |
|\| |
|
| * | rtpdec: Use ffio_free_dyn_buf | Martin Storsjö | 2015-02-24 | 1 | -10/+2 |
* | | Merge commit '5d8cae45737bed6239bd6b6e0698802dbe1463c8' | Michael Niedermayer | 2015-02-24 | 1 | -6/+1 |
|\| |
|
| * | rtpdec: Get rid of all trivial .alloc/.free functions | Martin Storsjö | 2015-02-24 | 1 | -6/+1 |
* | | avformat/rtpdec_asf: Use av_find_input_format() instead of directly linking t... | Michael Niedermayer | 2014-10-25 | 1 | -1/+5 |
* | | avformat: Add and use ff_copy_whitelists() | Michael Niedermayer | 2014-10-24 | 1 | -3/+4 |
* | | Forward whitelists to the asf demuxer | Michael Niedermayer | 2014-10-23 | 1 | -0/+6 |
* | | avformat/rtpdec_asf: fix compiler warning about const qualifier being discarded | Michael Niedermayer | 2014-08-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-01-23 | 1 | -0/+2 |
|\| |
|
| * | rtpdec_asf: Copy the need_parsing field from the chained demuxer | Martin Storsjö | 2014-01-23 | 1 | -0/+2 |
* | | Merge commit '5626f994f273af80fb100d4743b963304de9e05c' | Michael Niedermayer | 2013-09-19 | 1 | -5/+2 |
|\| |
|
| * | avformat: Use av_reallocp() where suitable | Alexandra Khirnova | 2013-09-18 | 1 | -5/+2 |
* | | Merge commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59' | Michael Niedermayer | 2012-12-21 | 1 | -1/+2 |
|\| |
|
| * | rtpdec: Pass the sequence number to depacketizers | Martin Storsjö | 2012-12-21 | 1 | -1/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-08 | 1 | -0/+2 |
|\| |
|
| * | rtsp: Don't expose the MS-RTSP RTX data stream to the caller | Martin Storsjö | 2012-04-08 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+4 |
|\| |
|
| * | rtpdec_asf: Set the no_resync_search option for the chained asf demuxer | Martin Storsjö | 2012-04-07 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-21 | 1 | -1/+1 |
|\| |
|
| * | lavf: deprecate av_read_packet(). | Anton Khirnov | 2012-03-20 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -2/+1 |
|\| |
|
| * | Replace all uses of av_close_input_file() with avformat_close_input(). | Anton Khirnov | 2011-12-12 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -1/+2 |
|\| |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-08 | 1 | -5/+5 |
|\| |
|
| * | rtpdec_asf: Fix integer underflow that could allow remote code execution | Michael Niedermayer | 2011-09-07 | 1 | -1/+7 |
* | | rtpdec_asf: fix memleak | Michael Niedermayer | 2011-09-07 | 1 | -2/+6 |
* | | rtp: Fix integer underflow that could allow remote code execution. | Michael Niedermayer | 2011-09-07 | 1 | -0/+2 |