[FFmpeg-cvslog] libavutil/ppc/cpu.c: check that AT_HWCAP2 is defined

2024-04-14 Thread Sean McGovern
ffmpeg | branch: release/4.2 | Sean McGovern | Sat Oct 14 23:27:24 2023 -0400| [806acf032059d51da4d170e7d9356fa79b457866] | committer: Michael Niedermayer libavutil/ppc/cpu.c: check that AT_HWCAP2 is defined It was not introduced until glibc 2.18. Signed-off-by: Michael Niedermayer (cherry

[FFmpeg-cvslog] fate: fix sub2video_{basic, time_limited} on big-endian targets

2024-03-29 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern | Wed Mar 6 18:48:37 2024 -0500| [f63a87629e5229119d22c95533f14ec89b97e623] | committer: Andreas Rheinhardt fate: fix sub2video_{basic, time_limited} on big-endian targets The reference file uses BGRA pixel format, so request it here. Signed-off

[FFmpeg-cvslog] libavutil/ppc/cpu.c: check that AT_HWCAP2 is defined

2023-12-21 Thread Sean McGovern
ffmpeg | branch: release/4.4 | Sean McGovern | Sat Oct 14 23:27:24 2023 -0400| [02262b6867fc6066cc2a5890a434849112a3df04] | committer: Michael Niedermayer libavutil/ppc/cpu.c: check that AT_HWCAP2 is defined It was not introduced until glibc 2.18. Signed-off-by: Michael Niedermayer (cherry

[FFmpeg-cvslog] libavutil/ppc/cpu.c: check that AT_HWCAP2 is defined

2023-10-29 Thread Sean McGovern
ffmpeg | branch: release/5.1 | Sean McGovern | Sat Oct 14 23:27:24 2023 -0400| [f861a1602529aa4788f7df85eb9f00c6b861e760] | committer: Michael Niedermayer libavutil/ppc/cpu.c: check that AT_HWCAP2 is defined It was not introduced until glibc 2.18. Signed-off-by: Michael Niedermayer (cherry

[FFmpeg-cvslog] libavutil/ppc/cpu.c: check that AT_HWCAP2 is defined

2023-10-19 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern | Sat Oct 14 23:27:24 2023 -0400| [d799ad24045f2ae005c8b4c90bee5330ff15fea8] | committer: Michael Niedermayer libavutil/ppc/cpu.c: check that AT_HWCAP2 is defined It was not introduced until glibc 2.18. Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] vc1: skip motion compensation when data for last picture is invalid

2018-02-11 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Sat Jan 27 21:19:30 2018 -0500| [5085f25ace1e74846a0de3369bedd0e22d1a1bdc] | committer: Sean McGovern vc1: skip motion compensation when data for last picture is invalid Bug-Id: 1101 Cc: libav-sta...@libav.org

[FFmpeg-cvslog] cmdutils: update copyright year to 2018

2018-01-16 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Mon Jan 1 02:51:51 2018 -0500| [7b0b5bc810cdb9ef100492c9a9f2d30602c04336] | committer: Sean McGovern cmdutils: update copyright year to 2018 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] smacker: return meaningful error codes on failure

2017-11-11 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Sun Sep 24 12:57:54 2017 +0200| [9e361022782514d4d4ce97b9c9d5a7863a2de519] | committer: Sean McGovern smacker: return meaningful error codes on failure > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] mov: move stsd finalization to an appropriate place

2017-11-10 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Sat Jul 29 19:17:16 2017 -0400| [defe307fb22beca60a632e976ab97e5edd4aee25] | committer: Sean McGovern mov: move stsd finalization to an appropriate place mov_finalize_stsd_codec() parses stream information from the ALAC ext

[FFmpeg-cvslog] mov: log and return early on non-positive stsd entry counts

2017-11-10 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Fri Jul 28 16:17:33 2017 -0400| [d7bdab1ad78ef582ba8c96dc7b79ec9fdbeeb94f] | committer: Sean McGovern mov: log and return early on non-positive stsd entry counts Based on an FFmpeg patch by Michael Niedermayer

[FFmpeg-cvslog] mov: Do not set stsd_count if mov_read_stsd() fails

2017-11-10 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Fri Jul 28 16:29:35 2017 -0400| [3050dabaa9a337ad077ec60bba664ad9861e1aa6] | committer: Sean McGovern mov: Do not set stsd_count if mov_read_stsd() fails Based on an FFmpeg patch by Michael Niedermayer <mich...@niede

[FFmpeg-cvslog] rmdec: add missing brackets to compound statement

2017-11-08 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Tue Jul 25 18:04:32 2017 -0400| [80e919b17435da18c0f2be6403a0315cf4b40a1a] | committer: Sean McGovern rmdec: add missing brackets to compound statement Accidentally left out of 95ce02b35d3d1bb16111031df1d82a6e4d894d36.

[FFmpeg-cvslog] rmdec: don't ignore the return value of av_get_packet()

2017-11-07 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Wed Jul 12 19:45:46 2017 -0400| [95ce02b35d3d1bb16111031df1d82a6e4d894d36] | committer: Sean McGovern rmdec: don't ignore the return value of av_get_packet() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] h264_refs: validate the SPS pointer in ff_h264_execute_ref_pic_marking()

2017-10-30 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Sun May 7 17:11:59 2017 -0400| [cb167f2947f1a2c446bd8db196d0e64ef4a6d06b] | committer: Sean McGovern h264_refs: validate the SPS pointer in ff_h264_execute_ref_pic_marking() Bug-Id: 1036 CC: libav-sta...@libav.org

[FFmpeg-cvslog] vc1dec: raise an error if sprite picture data is missing

2017-10-30 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Sat Apr 22 19:16:34 2017 -0400| [2e1ab6a67dd5d9a30558d008aa6e541c68d76221] | committer: Sean McGovern vc1dec: raise an error if sprite picture data is missing Bug-Id: 1013 CC: libav-sta...@libav.org > http://git.vid

[FFmpeg-cvslog] mpeg4videodec: raise an error if sprite_trajectory.table is NULL

2017-10-26 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Thu Mar 30 16:21:38 2017 -0400| [6ac0e7818399a57e4684202bac79f35b3561ad1e] | committer: Sean McGovern mpeg4videodec: raise an error if sprite_trajectory.table is NULL CC: libav-sta...@libav.org Bug-Id: 1012

[FFmpeg-cvslog] nsvdec: don't ignore the return value of av_get_packet()

2017-10-23 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Fri Mar 24 13:36:51 2017 -0400| [fe6eea99efac66839052af547426518efd970b24] | committer: Sean McGovern nsvdec: don't ignore the return value of av_get_packet() Fixes invalid reads with corrupted files. CC: libav-sta...@lib

[FFmpeg-cvslog] cmdutils: update copyright year to 2017

2017-05-05 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Sun Jan 1 16:31:15 2017 -0500| [d31f46e1999fab31be46f0cbce0546a5aa49fe48] | committer: Sean McGovern cmdutils: update copyright year to 2017 CC: libav-sta...@libav.org > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] Make the RELEASE file match with the most recent tag

2017-03-23 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Fri Oct 14 13:52:51 2016 -0400| [c9527bf3444c5332fa04931d32997308784fc862] | committer: Sean McGovern Make the RELEASE file match with the most recent tag > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] Prepare for 12_alpha1 Release

2017-03-18 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Fri Aug 12 16:37:15 2016 -0400| [6fc944e6136b050bf965f847bbfd69e1fe572f82] | committer: Sean McGovern Prepare for 12_alpha1 Release > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a

[FFmpeg-cvslog] cmdutils: update copyright year to 2016

2016-04-13 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Sat Mar 12 14:38:10 2016 -0500| [2f4a1bb9bfb29112711ba904e1dc0dd58e24f361] | committer: Luca Barbato cmdutils: update copyright year to 2016 CC: libav-sta...@libav.org Signed-off-by: Luca Barbato <lu_z...@gentoo.org

[FFmpeg-cvslog] build: add Solaris symbol versioning

2015-10-14 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Wed Oct 7 17:39:37 2015 -0400| [c1aac39eaccd32dc3b74ccfcce701d3d888fbc6b] | committer: Luca Barbato build: add Solaris symbol versioning The versioning facility in the Solaris linker differs from Linux in 3 ways: 1. I

[FFmpeg-cvslog] mux: Make sure that the data is actually written

2015-09-07 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Thu Aug 27 00:04:16 2015 -0400| [9ad1e0c12caa440de860bd8f2122beb11d73815c] | committer: Luca Barbato mux: Make sure that the data is actually written And forward the error if it is not. Bug-Id: 881 CC: libav-sta...@lib

[FFmpeg-cvslog] file: properly forward errors from file_read() and file_write()

2015-09-07 Thread Sean McGovern
ffmpeg | branch: master | Sean McGovern <gsean...@gmail.com> | Thu Aug 27 00:04:15 2015 -0400| [e05f7ed5436207f4a55f1978b223c7f8bc82af42] | committer: Luca Barbato file: properly forward errors from file_read() and file_write() Bug-Id: 881 CC: libav-sta...@libav.org Signed-off-by