ffmpeg | branch: master | Andreas Rheinhardt |
Wed Feb 3 22:47:41 2021 +0100| [4f3d8cb5549e1b54f87edda446177848896fa50c] |
committer: Andreas Rheinhardt
avcodec/cabac_functions, x86/cabac: Include stddef.h
Fixes checkheaders after 8c01eb0a315fec8f09ba6210ce8b0296de6cc784.
Signed-off-by: Andr
ffmpeg | branch: master | sfan5 | Thu Feb 4 09:28:53 2021
+0800| [5a98a027d6b4e21d8ada0b94ad81226b35c21446] | committer: Steven Liu
avformat/dashdec: Fix missing NULL check
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5a98a027d6b4e21d8ada0b94ad81226b35c21446
---
libavformat/da
ffmpeg | branch: master | sfan5 | Thu Feb 4 09:33:17 2021
+0800| [a44c42dc31333968650382a640480cedc3c9ae3c] | committer: Steven Liu
avformat/dashdec: Avoid segfault when URL template is unexpectedly missing
This isn't supposed to happen, but unfinished support for non-templated
manifests and l
ffmpeg | branch: master | Steven Liu | Mon Jan 18
14:22:07 2021 +0800| [756897eff4950ad0c969b891d7c4af5df0406c25] | committer:
Steven Liu
avformat/dashdec: check init_section before use it.
because there have no Initialization in SegmentTemplate,
so it will have no init_section for init segmen
ffmpeg | branch: master | Steven Liu | Mon Jan 18
14:22:08 2021 +0800| [29ef547c16cdfc6d4dfe71400e17cee13c9ff399] | committer:
Steven Liu
avformat/dashdec: rename variable name for more readable
Rename is_init_section_common_audio to is_init_section_common_subtitle
for is_common_init_section_e
ffmpeg | branch: master | Paul B Mahol | Wed Feb 3 23:06:51
2021 +0100| [a8b3a51790bf5bcc498844e1cd6f0097ecb455c1] | committer: Paul B Mahol
avformat/cdxl: rework probe and fix sample rate and frame rate
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a8b3a51790bf5bcc498844e1cd6f00
ffmpeg | branch: master | Andreas Rheinhardt |
Fri Jan 29 19:20:38 2021 +0100| [1873d128f96e3b97489917d00cc0c6ccc803432f] |
committer: Andreas Rheinhardt
avformat/qtpalette: Use better headers
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1873d
ffmpeg | branch: master | Andreas Rheinhardt |
Fri Jan 29 18:53:43 2021 +0100| [e9513052b533e4b528b3a7dddc529ee5bf74dd02] |
committer: Andreas Rheinhardt
avformat/rtsp: Fix build failure when RTP demuxers are disabled
rtsp.c uses a check of the form "if (CONFIG_RTSP_DEMUXER && ...) {}"
with th
ffmpeg | branch: master | Andreas Rheinhardt |
Fri Jan 29 18:36:07 2021 +0100| [7936cfc157deb19730494d54d32d240cd0394f8e] |
committer: Andreas Rheinhardt
avformat/Makefile: Only compile qtpalette.c when needed
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/
ffmpeg | branch: master | Andreas Rheinhardt |
Fri Jan 29 18:26:41 2021 +0100| [d97e84b46f732aed0e9380cbc5fb63d5edc38c50] |
committer: Andreas Rheinhardt
avformat/qtpalette: Move default palette to their only user
Namely qtpalette.c itself.
Signed-off-by: Andreas Rheinhardt
> http://git.vid
ffmpeg | branch: master | Andreas Rheinhardt |
Fri Jan 29 18:02:51 2021 +0100| [a703410d254b9d7097d7da8340d7eb5a60d09162] |
committer: Andreas Rheinhardt
avformat/cutils, dvenc: Move ff_brktimegm to its only user
This also allows to completely remove cutils.c.
Signed-off-by: Andreas Rheinhard
ffmpeg | branch: master | Paul B Mahol | Wed Feb 3 18:35:59
2021 +0100| [e8189515050ae2e4e204f1f0aa9d0cdca3169903] | committer: Paul B Mahol
avformat/cdxl: add support for custom 24bit pal8 formats
Also stop discarding half of audio samples and use planar pcm s8.
> http://git.videolan.org/git
ffmpeg | branch: master | Tomas Härdin | Wed Feb 3
16:00:23 2021 +0100| [e6254d5ab900be5dea32ecd89a76aaa90bb0cf1f] | committer:
Tomas Härdin
avformat/mxfdec: Add missing const to mxf_mastering_display*
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6254d5ab900be5dea32ecd89a76aaa
ffmpeg | branch: master | Jose Da Silva | Sun Jan 31
19:51:10 2021 -0800| [7ccea3bf0959d4493959f4a22f9674144aef405b] | committer:
Paul B Mahol
avcodec/xbmdec: get_nibble() minor speed increase, and binary reduction
Replace av_isxdigit(*ptr) and convert(*ptr) with get_nibble(*ptr) which
returns
ffmpeg | branch: master | Jose Da Silva | Sun Jan 31
19:51:04 2021 -0800| [8c3d31fbeee157d6f529402c86371c857026fcff] | committer:
Paul B Mahol
avcodec/xbmdec: convert() minor speed increase
If we test for {0..9} first, we have tested for 10/16th of all possible
characters first and avoid testi
ffmpeg | branch: master | Jose Da Silva | Sun Jan 31
19:50:49 2021 -0800| [b6bc981d257565d77d8d14d233cf9b461e63c280] | committer:
Paul B Mahol
avcodec/xbmenc: substitute end instead of recalculating end
Minor speed increase, end is calculated before entering parse_str_int(),
so let's take adva
ffmpeg | branch: master | Jose Da Silva | Sun Jan 31
19:50:57 2021 -0800| [42c636c9722f64fe6290ea8eee13658d25f5fbe3] | committer:
Paul B Mahol
avcodec/xbmenc: Pre-compute variables once for parse_str_int()
Some compilers are very intuitive, and others are not so much, so let's
pre-compute the
ffmpeg | branch: master | Paul B Mahol | Tue Feb 2 12:50:38
2021 +0100| [b4ad669a425c9ec169e059bacd378f525cf53e9c] | committer: Paul B Mahol
avfilter/avfilter: mark enable as runtime option too
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b4ad669a425c9ec169e059bacd378f525cf53e9c
ffmpeg | branch: master | Paul B Mahol | Mon Feb 1 14:02:06
2021 +0100| [f6621a8e72c010faa77e8d0239fd45a4d71cfbf8] | committer: Paul B Mahol
avfilter: add colorcorrect filter
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f6621a8e72c010faa77e8d0239fd45a4d71cfbf8
---
Changelog
ffmpeg | branch: master | Anton Khirnov | Wed Jan 27
17:49:40 2021 +0100| [b7251aed46f5ac96fe65c1c68ddac44b07429467] | committer:
Anton Khirnov
av_dump_format(): reduce indentation for streams
Makes it easier to identify where metadata/chapters end and streams
begin.
> http://git.videolan.org
ffmpeg | branch: master | Anton Khirnov | Wed Jan 27
17:39:26 2021 +0100| [80aad8886a5176cb352761a42f04f6c90e6c4ed5] | committer:
Anton Khirnov
av_dump_format: add a heading for chapters
Otherwise the chapters look like a part of the metadata section.
> http://git.videolan.org/gitweb.cgi/ffmp
ffmpeg | branch: master | Anton Khirnov | Wed Jan 27
17:40:25 2021 +0100| [3696c3b161546fc3c1ac09206c15acf99afbef3f] | committer:
Anton Khirnov
av_dump_format(): increase indentation for chapter metadata
It should be at a deeper level than the chapter it belongs to.
> http://git.videolan.org/
22 matches
Mail list logo