[FFmpeg-cvslog] libvpx: Fix mixed use of av_malloc() and av_reallocp()

2015-06-01 Thread Vittorio Giovara
ffmpeg | branch: release/2.2 | Vittorio Giovara | Sun Mar 8 21:08:16 2015 +| [891ed1184e49bc7944311302d9ece01e87c188a8] | committer: Reinhard Tartler libvpx: Fix mixed use of av_malloc() and av_reallocp() This buffer is resized when vpx_codec_get_cx_data() returns a VPX_CODEC_STATS_PKT pa

[FFmpeg-cvslog] libvpx: Fix mixed use of av_malloc() and av_reallocp()

2015-05-19 Thread Vittorio Giovara
ffmpeg | branch: release/2.4 | Vittorio Giovara | Sun Mar 8 21:08:16 2015 +| [7244cefd6e6ba7258cb022dfd7a284099d88a3e8] | committer: Vittorio Giovara libvpx: Fix mixed use of av_malloc() and av_reallocp() This buffer is resized when vpx_codec_get_cx_data() returns a VPX_CODEC_STATS_PKT pa

[FFmpeg-cvslog] libvpx: Fix mixed use of av_malloc() and av_reallocp()

2015-03-09 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Sun Mar 8 21:08:16 2015 +| [93f7948136fcda8ddbbc44a6c24418f11ca829b8] | committer: Vittorio Giovara libvpx: Fix mixed use of av_malloc() and av_reallocp() This buffer is resized when vpx_codec_get_cx_data() returns a VPX_CODEC_STATS_PKT packet.