[FFmpeg-cvslog] mmaldec: limit internal buffering

2016-01-28 Thread wm4
ffmpeg | branch: master | wm4 | Thu Jan 28 17:24:53 2016 +0100| [14a90c9ef09a4b046500dceab5ca1875e330a376] | committer: wm4 mmaldec: limit internal buffering This uses a new MMAL feature, which limits the number of extra frames that can be buffered within the decoder. VIDEO_MAX_NUM_CALLBACKS

[FFmpeg-cvslog] mmaldec: print the MMAL format FourCC automatically

2016-01-28 Thread wm4
ffmpeg | branch: master | wm4 | Thu Jan 28 17:23:46 2016 +0100| [d27a12cb0982921e503e68692bb99b6dfe1a6144] | committer: wm4 mmaldec: print the MMAL format FourCC automatically Slight simplification. The result is the same. Also, change the wording of the message as requested in patch review

[FFmpeg-cvslog] vf_copy: exclude hwaccel formats

2016-02-27 Thread wm4
ffmpeg | branch: master | wm4 | Fri Feb 26 23:37:33 2016 +0100| [5d2c5e8bffed936f7d4f17e03628572bf25886a7] | committer: wm4 vf_copy: exclude hwaccel formats This does obviously not work. (Additions based on vf_crop.c.) > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavc: factor apply_param_change() AV_EF_EXPLODE handling

2016-04-01 Thread wm4
ffmpeg | branch: master | wm4 | Fri Apr 1 12:52:56 2016 +0200| [a5f5b8b96a9724861ffd4b386e5167ff34b37315] | committer: wm4 lavc: factor apply_param_change() AV_EF_EXPLODE handling Remove the duplicated code for handling failure of apply_param_change(). > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] lavu: improve documentation of some AVFrame functions

2016-04-01 Thread wm4
ffmpeg | branch: master | wm4 | Fri Apr 1 12:52:12 2016 +0200| [f099cb2f8a51dbe01b0e5bac16f244d534709ca3] | committer: wm4 lavu: improve documentation of some AVFrame functions > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f099cb2f8a51dbe01b0e5bac16f244d534709ca3 --- libavu

[FFmpeg-cvslog] lavu: improve documentation of some AVFrame functions

2016-04-13 Thread wm4
ffmpeg | branch: master | wm4 | Mon Feb 29 22:48:11 2016 +0100| [7a6cf2771414c7ab8bca0811d589f6091a6e2b71] | committer: Anton Khirnov lavu: improve documentation of some AVFrame functions Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] lavc: factor apply_param_change() AV_EF_EXPLODE handling

2016-04-13 Thread wm4
ffmpeg | branch: master | wm4 | Mon Feb 29 22:48:12 2016 +0100| [2e2f8534ebde47d3a3909fe64c2e66204bc56874] | committer: Anton Khirnov lavc: factor apply_param_change() AV_EF_EXPLODE handling Remove the duplicated code for handling failure of apply_param_change(). Signed-off-by: Anton Khirnov

[FFmpeg-cvslog] avconv: remove sub-frame warning

2016-04-13 Thread wm4
ffmpeg | branch: master | wm4 | Mon Feb 29 22:48:14 2016 +0100| [0b6e5d6b32b91c6da79cd919a3c2ede9d682f838] | committer: Anton Khirnov avconv: remove sub-frame warning It's not practical to keep this with the new decode API. Signed-off-by: Anton Khirnov > http://git.videolan.org/gi

[FFmpeg-cvslog] lavf: use new decode API

2016-04-18 Thread wm4
ffmpeg | branch: master | wm4 | Tue Mar 22 19:09:57 2016 +0100| [8bc4accc37ab047d2fd85d672c577b39dfc918e1] | committer: Anton Khirnov lavf: use new decode API Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8bc4accc37ab047d2fd85d672c577b39dfc91

[FFmpeg-cvslog] lavc: introduce a new decoding/encoding API with decoupled input/output

2016-04-18 Thread wm4
ffmpeg | branch: master | wm4 | Tue Mar 22 19:09:53 2016 +0100| [05f66706d182eb0c36af54d72614bf4c33e957a9] | committer: Anton Khirnov lavc: introduce a new decoding/encoding API with decoupled input/output Until now, the decoding API was restricted to outputting 0 or 1 frames per input packet

[FFmpeg-cvslog] avconv: use new decode API

2016-04-18 Thread wm4
ffmpeg | branch: master | wm4 | Tue Mar 22 19:09:54 2016 +0100| [84aea95e31e5ba27b8a9a6f33c640e7f9fa8b552] | committer: Anton Khirnov avconv: use new decode API Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84aea95e31e5ba27b8a9a6f33c640e7f9fa8b

[FFmpeg-cvslog] avconv: use new encode API

2016-04-18 Thread wm4
ffmpeg | branch: master | wm4 | Tue Mar 22 19:09:55 2016 +0100| [35846d93e023c28c70948dc4a8e9888a6efd6b8c] | committer: Anton Khirnov avconv: use new encode API The flushing case is a bit strange; not simplifying it so the change is less noisy. Signed-off-by: Anton Khirnov > h

[FFmpeg-cvslog] lavf: use new decode API

2016-04-21 Thread wm4
ffmpeg | branch: master | wm4 | Tue Mar 22 19:09:57 2016 +0100| [656b07b5a9698c5f5a244f334a2a9852cfbbd01c] | committer: wm4 lavf: use new decode API From Libav commit 8bc4accc37ab047d2fd85d672c577b39dfc918e1, with additional code for decoding subtitles (not present in Libav). Signed-off-by

[FFmpeg-cvslog] lavc: introduce a new decoding/encoding API with decoupled input/output

2016-04-21 Thread wm4
ffmpeg | branch: master | wm4 | Tue Mar 22 19:09:53 2016 +0100| [7fc329e2dd6226dfecaa4a1d7adf353bf2773726] | committer: wm4 lavc: introduce a new decoding/encoding API with decoupled input/output Until now, the decoding API was restricted to outputting 0 or 1 frames per input packet. It also

[FFmpeg-cvslog] avcodec/utils: fix minor memory leaks on avcodec_open2() failure

2016-04-22 Thread wm4
ffmpeg | branch: master | wm4 | Fri Apr 22 19:29:48 2016 +0200| [27adf9f9cdbc6f1dc0a1292dc97490eec6f2f068] | committer: wm4 avcodec/utils: fix minor memory leaks on avcodec_open2() failure > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=27adf9f9cdbc6f1dc0a1292dc97490eec6f2f

[FFmpeg-cvslog] avcodec/utils: split side-data in new decode API too

2016-04-29 Thread wm4
ffmpeg | branch: master | wm4 | Thu Apr 28 15:34:15 2016 +0200| [66dd21d50be14a355e296b769d9d99090c0207f7] | committer: wm4 avcodec/utils: split side-data in new decode API too The deprecated avcodec_decode_video2() and avcodec_decode_audio4() functions called av_packet_split_side_data() on

[FFmpeg-cvslog] avcodec: Add MediaFoundation encoder wrapper

2020-05-19 Thread wm4
ffmpeg | branch: master | wm4 | Tue Apr 4 07:45:41 2017 +0200| [050b72ab5ef318605b305aa6cb920e8b52f1002e] | committer: Martin Storsjö avcodec: Add MediaFoundation encoder wrapper This contains encoder wrappers for H264, HEVC, AAC, AC3 and MP3. This is based on top of an original patch by

<    1   2   3   4   5