[FFmpeg-cvslog] avcodec: add av_jni_{get,set}_android_app_ctx() helpers

2024-03-23 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Mon Feb 12 23:13:09 2024 +0100| [f17e18d2922645f56a35d276b5e75cfdaf20ab7e] | committer: Matthieu Bouron avcodec: add av_jni_{get,set}_android_app_ctx() helpers This will allow users to pass the Android ApplicationContext which is mandatory to

[FFmpeg-cvslog] avformat: add Android content resolver protocol support

2024-03-23 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Mon Feb 12 23:14:35 2024 +0100| [6567516a5ef90e61accf8ef117d6e2d062a4bb76] | committer: Matthieu Bouron avformat: add Android content resolver protocol support Handles Android content URIs starting with content://. > http://git.videolan.

[FFmpeg-cvslog] avcodec/jni: use size_t to store structure offsets

2024-03-23 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Tue Feb 13 11:03:22 2024 +0100| [70ba15d2cfbbc376d3774342f88333129a9d55f5] | committer: Matthieu Bouron avcodec/jni: use size_t to store structure offsets > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/mediacodec_wrapper: remove unnecessary NULL checks before calling Delete{Global,Local}Ref()

2024-03-23 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Tue Feb 13 12:15:03 2024 +0100| [ad227a41d42f480e3e57baa72f48a5f6e8227271] | committer: Matthieu Bouron avcodec/mediacodec_wrapper: remove unnecessary NULL checks before calling Delete{Global,Local}Ref() Delete{Global,Local}Ref already handle NULL

[FFmpeg-cvslog] avcodec/jni: remove unnecessary NULL checks before calling DeleteLocalRef()

2024-03-23 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Tue Feb 13 11:05:45 2024 +0100| [dab4124350a0f2838e7105043abc1f7d3ccb5b0a] | committer: Matthieu Bouron avcodec/jni: remove unnecessary NULL checks before calling DeleteLocalRef() Delete{Global,Local}Ref() already handle NULL. > h

[FFmpeg-cvslog] avcodec/mediacodec_wrapper: use an OFFSET() macro where relevant

2024-03-23 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Tue Feb 13 12:00:57 2024 +0100| [b1a683a2fdeaa84a8f6a2a3c64ca859a65e8b50e] | committer: Matthieu Bouron avcodec/mediacodec_wrapper: use an OFFSET() macro where relevant Reduces a bit the horizontal spacing. > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] Changelog: add Android content URIs protocol entry

2024-03-26 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Mon Mar 25 09:13:08 2024 +0100| [87ace5c4daa2c473a1ff09004df7e510cfdd19a0] | committer: Matthieu Bouron Changelog: add Android content URIs protocol entry Signed-off-by: Matthieu Bouron > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avcodec/jni: fix mixed declaration and code

2024-04-21 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Thu Apr 4 22:01:10 2024 +0200| [8cdf1bae942c29a39a9b921449f6dc77cd17f3ba] | committer: Matthieu Bouron avcodec/jni: fix mixed declaration and code > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8cdf1bae942c29a39a9b921449f6dc77cd17f

[FFmpeg-cvslog] avformat/mov: adjust skip_samples according to seek timestamp

2021-01-09 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Fri Oct 30 15:38:51 2020 +0100| [2e174354805ea220b6a57f6b8755347c7f240077] | committer: Marton Balint avformat/mov: adjust skip_samples according to seek timestamp Currently skip_samples is set to start_pad if sample_time is lesser or equal to 0

[FFmpeg-cvslog] libavformat/tls_libtls: handle TLS_WANT_{POLLIN, POLLOUT} in read/write functions

2022-06-08 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Mon May 23 12:44:33 2022 +0200| [6dd6c58d8976d9c43828af45d7c47ab7f0c983e6] | committer: Marton Balint libavformat/tls_libtls: handle TLS_WANT_{POLLIN, POLLOUT} in read/write functions According to the tls documentation: tls_read() and tls_write

[FFmpeg-cvslog] swscale: add NV16 input/output

2022-07-19 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Wed Jun 1 22:33:37 2022 +0200| [0a6bb7da55709d82b1cbb12d420db2d1fbb867d7] | committer: Anton Khirnov swscale: add NV16 input/output Signed-off-by: Anton Khirnov > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

<    1   2   3