[FFmpeg-cvslog] doc/filter_design: Remove reference to the deprecated and unused cur_buf_copy

2015-08-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 16 04:00:26 2015 +0200| [31d6f8de53bfda9e6e4b80fefffd899372a2d401] | committer: Michael Niedermayer doc/filter_design: Remove reference to the deprecated and unused cur_buf_copy Signed-off-by: Michael Niedermayer > http://git.videolan.o

[FFmpeg-cvslog] lavf/matroskadec: Fully parse and repack MP3 packets

2015-08-16 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Sun Aug 16 03:06:04 2015 -0500| [b4b2717ffe89940999eeca7317190f729b27f472] | committer: Michael Niedermayer lavf/matroskadec: Fully parse and repack MP3 packets Fixes https://trac.ffmpeg.org/ticket/4776 Signed-off-by: Michael Niedermayer > http://git

[FFmpeg-cvslog] avfilter/avfiltergraph: Implement and use find_best_sample_fmt_of_2()

2015-08-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Aug 16 14:59:18 2015 +0200| [0cb87cd7d4cf253ae7299b9fae4176b9bd8ef058] | committer: Michael Niedermayer avfilter/avfiltergraph: Implement and use find_best_sample_fmt_of_2() Similar to the pixel format code Fixes Ticket3847 Signed-off-by: M

[FFmpeg-cvslog] ffmpeg: use av_buffersrc_add_frame instead of av_buffersrc_add_ref

2015-08-16 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sat Aug 8 10:41:32 2015 +0200| [fbc8eb68578469f8b4d91bf5290d5439ff7398cb] | committer: Andreas Cadhalpun ffmpeg: use av_buffersrc_add_frame instead of av_buffersrc_add_ref Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Cadhalpun > http

[FFmpeg-cvslog] buffersink: introduce FIFO_INIT_ELEMENT_SIZE to complement FIFO_INIT_SIZE

2015-08-16 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun Aug 16 17:57:36 2015 +0200| [d90fbde06a800d151c420ca32e4e0a015b9076f9] | committer: Andreas Cadhalpun buffersink: introduce FIFO_INIT_ELEMENT_SIZE to complement FIFO_INIT_SIZE Use sizeof(void *) as its value, because AVFilterBufferRef is deprec

[FFmpeg-cvslog] ffmpeg_vdpau: Ignore decoder's max supported level

2015-08-16 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Tue Jun 23 20:37:08 2015 -0700| [d3eb317b862c3f5653f0ae8dfcb22edf1713ab5b] | committer: Philip Langdale ffmpeg_vdpau: Ignore decoder's max supported level The h264 decoder reports 4.1 as its maximum level, but it will decode 5.1 4K video just fine. I

[FFmpeg-cvslog] avcodec/rv30: fix switching back to the original resolution

2015-08-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 17 01:50:20 2015 +0200| [7f769ae41e0dca0f538ad6bdad5f9471fd5ee87f] | committer: Michael Niedermayer avcodec/rv30: fix switching back to the original resolution Fixes part of Ticket1388 Signed-off-by: Michael Niedermayer > http://git.vi

[FFmpeg-cvslog] swscale/swscale-test: Fix slice height in random reference data creation.

2015-08-16 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 17 03:08:10 2015 +0200| [3afca32561d94f2774adcd82a6a45d78d45f42f3] | committer: Michael Niedermayer swscale/swscale-test: Fix slice height in random reference data creation. Found-by: Pedro Arthur Signed-off-by: Michael Niedermayer > h