ffmpeg | branch: master | Tobias Rapp | Tue Apr 3
08:54:10 2018 +0200| [4b736bc921ed96ad6d312ce0cbe0de29b9e3fe81] | committer:
Tobias Rapp
fftools/cmdutils: add support for level flag in loglevel option parser
Allows to manage the AV_LOG_PRINT_LEVEL flag as a prefix to the loglevel
option val
ffmpeg | branch: master | Simon Thelen | Tue Apr 3
14:41:33 2018 +0200| [8c2c97403baf95d0facb53f03e468f023eb943e1] | committer:
Paul B Mahol
avcodec/imgconvert: fix possible null pointer dereference
regression since 354b26a3945eadd4ed8fcd801dfefad2566241de
> http://git.videolan.org/gitweb.cg
ffmpeg | branch: master | wm4 | Thu Mar 29 15:18:28
2018 +0200| [d6fc031caf64eed921bbdef86d79d56bfc2633b0] | committer: wm4
avutil/pixdesc: deprecate AV_PIX_FMT_FLAG_PSEUDOPAL
PSEUDOPAL pixel formats are not paletted, but carried a palette with the
intention of allowing code to treat unpaletted
ffmpeg | branch: master | wm4 | Thu Mar 29 15:10:15
2018 +0200| [e53d3348d10feda300a4d906c136a4ce438369eb] | committer: wm4
avcodec/xwdenc: do not rely on AV_PIX_FMT_FLAG_PSEUDOPAL palettes
This is the only code I found within FFmpeg that still inherently
requires AV_PIX_FMT_FLAG_PSEUDOPAL. It'
ffmpeg | branch: master | Gagandeep Singh | Tue Mar
27 13:11:45 2018 +0530| [673604e0e3b7c7d6a077f61dee322d534ff6eae5] | committer:
Paul B Mahol
lavc/cfhd: fix distortion of lowest 8 lines when height is not multiple of 16
Also update fate reference. Fixes ticket #6675.
> http://git.videolan.
ffmpeg | branch: master | James Almer | Tue Apr 3 15:27:18
2018 -0300| [d5343a5005af770b7dfa31e53d41a05041b7f75c] | committer: James Almer
avcodec/libaomdec: remove duplicate code
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d5343a5005af770b7dfa31e53
ffmpeg | branch: master | James Almer | Tue Apr 3 15:33:48
2018 -0300| [f3fae82042595f6ea31c832df7b8ca2941bb9620] | committer: James Almer
avcodec/libaomdec: add support for monochrome files
All such files are signaled as I42016, as there's no monochrome value
in aom_img_fmt_t.
Signed-off-by:
ffmpeg | branch: master | James Almer | Tue Apr 3 23:31:36
2018 -0300| [4d89b5f844b31b5134f4589bd1773173d9412ef5] | committer: James Almer
avcodec/clearvideo: add missing wrappers to clearvideodata.h
Fixes make fate-source
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmp
ffmpeg | branch: master | James Almer | Tue Apr 3 23:32:03
2018 -0300| [9df784db6ef3d6a0b49edb78fea873dc3257f1c6] | committer: James Almer
avcodec/sheervideo: add missing wrappers to sheervideodata.h
Fixes make fate-source
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmp
ffmpeg | branch: master | Jun Zhao | Wed Apr 4 11:04:56
2018 +0800| [51e3010575ca55ee64ffe3c48087d263e9c1e65f] | committer: Steven Liu
lavf/hls: Remove the dead code in parse_playlist()
Signed-off-by: Jun Zhao
Reviewed-by: Steven Liu
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi
ffmpeg | branch: master | James Almer | Mon Mar 26 15:02:37
2018 -0300| [78b96be7580ea0d02f6366414e84cb344a8214ca] | committer: James Almer
avformat/matroskadec: use AVPacketList to queue packets
It's more robust and efficient.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/
ffmpeg | branch: master | James Almer | Mon Mar 26 15:02:36
2018 -0300| [58ce4fdeaebce5d9837ebc77e1453e7cf3a5bb1d] | committer: James Almer
avformat/utils: optimize ff_packet_list_free()
Don't constantly overwrite the list's head pointer.
Signed-off-by: James Almer
> http://git.videolan.org/
ffmpeg | branch: master | James Almer | Wed Apr 4 00:43:40
2018 -0300| [a866cc3ad3fba0b47268f7f5256dde8fc67045c4] | committer: James Almer
avcodec/mpeg4videodec: free studio profile VLCs when closing the decoder
Fixes memleaks.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi
ffmpeg | branch: master | James Almer | Mon Mar 26 15:02:38
2018 -0300| [15ca8311e68d0a88117bce7e22f4bb423737e3d9] | committer: James Almer
avformat/ttaenc: use AVPacketList helper functions to queue packets
Simplifies code.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffm
ffmpeg | branch: master | James Almer | Wed Apr 4 00:43:01
2018 -0300| [fefe47b70101ea1cb4f7752ede168d883507a5aa] | committer: James Almer
avcodec/clearvideo: fix mixed code and declarations
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fefe47b70101ea
ffmpeg | branch: master | James Almer | Mon Mar 26 15:02:39
2018 -0300| [d95f15b14d5cf56af4b157423e93609003858c5e] | committer: James Almer
avformat/mp3enc: use AVPacketList helper functions to queue packets
Simplifies code.
Reviewed-by: Michael Niedermayer
Signed-off-by: James Almer
> http
ffmpeg | branch: master | James Almer | Tue Mar 27 19:48:18
2018 -0300| [3a4d74c1fff8a1c2691ebf0532aa283ca9b4d0d9] | committer: James Almer
avformat/utils: make AVPacketList helper functions shared
Based on a patch by Luca Barbato.
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.
ffmpeg | branch: master | James Almer | Wed Apr 4 01:47:12
2018 -0300| [2accdd3871a1f8c6ce0cf3f0e89fb04c47cc7148] | committer: James Almer
avcodec/libaomdec: fix broken pix_fmt changes from the previous commit
Signed-off-by: James Almer
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm
18 matches
Mail list logo