[FFmpeg-cvslog] build: fix cleaning compiled unstripped examples

2017-09-29 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Sep 30 01:40:08 2017 -0300| [450cee522ec16a4375c02d3836de4893dfff26aa] | committer: James Almer build: fix cleaning compiled unstripped examples Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=450cee522ec16a437

[FFmpeg-cvslog] MAINTAINERS: add myself to the general developers list

2017-09-29 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Fri Sep 29 03:03:23 2017 +0300| [0275bdbd2c006ca6f4af47188f81ea626ee1] | committer: Michael Niedermayer MAINTAINERS: add myself to the general developers list Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avcodec/hevc_sei: Support HEVC paired fields.

2017-09-29 Thread Brian Matherly
ffmpeg | branch: master | Brian Matherly | Wed Sep 27 20:48:42 2017 -0500| [876dada0b58b5ecc80b2a25eb5c33974a71c8eb2] | committer: Michael Niedermayer avcodec/hevc_sei: Support HEVC paired fields. Correctly set the interlaced_frame and top_field_first fields when pic_struct indicates paired fi

[FFmpeg-cvslog] build: add missing changes to ensure examples build with progs-suffix

2017-09-29 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Sep 29 17:42:42 2017 -0300| [3df437c2d1950239de1e20b213e7a24b78a6825a] | committer: James Almer build: add missing changes to ensure examples build with progs-suffix > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3df437c2d1950239de1e20b21

[FFmpeg-cvslog] build: Separate logic for building examples from that for building avtools

2017-09-29 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Tue Feb 14 13:15:25 2017 +0100| [ab566cc96bc0c31b34d944214bc06cec8ae8b640] | committer: Diego Biurrun build: Separate logic for building examples from that for building avtools > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ab566cc96bc0c31

[FFmpeg-cvslog] Merge commit 'ab566cc96bc0c31b34d944214bc06cec8ae8b640'

2017-09-29 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Sep 29 17:09:46 2017 -0300| [eace20a8623d041676f7705ceee61cabaf8bc584] | committer: James Almer Merge commit 'ab566cc96bc0c31b34d944214bc06cec8ae8b640' * commit 'ab566cc96bc0c31b34d944214bc06cec8ae8b640': build: Separate logic for building examples

[FFmpeg-cvslog] build: don't call install with the -T option

2017-09-29 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Sep 29 16:13:51 2017 -0300| [72da8491ca055f0211f64b160a8e16b9fb179457] | committer: James Almer build: don't call install with the -T option It's not available on macOS. Should fix a regression instroduced by b25d6290c67e193b91becab12e6c88df134cee81.

[FFmpeg-cvslog] Merge commit 'acb0dea27efff4b35796015b96570b59fd517078'

2017-09-29 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Sep 29 15:09:19 2017 -0300| [b25d6290c67e193b91becab12e6c88df134cee81] | committer: James Almer Merge commit 'acb0dea27efff4b35796015b96570b59fd517078' * commit 'acb0dea27efff4b35796015b96570b59fd517078': build: Split logic for building examples off

[FFmpeg-cvslog] build: Split logic for building examples off into a separate Makefile

2017-09-29 Thread Diego Biurrun
ffmpeg | branch: master | Diego Biurrun | Wed Feb 15 13:31:52 2017 +0100| [acb0dea27efff4b35796015b96570b59fd517078] | committer: Diego Biurrun build: Split logic for building examples off into a separate Makefile > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=acb0dea27efff4b35796

[FFmpeg-cvslog] lavf/bit: Use pkt->size instead of a constant for G.729 frame size.

2017-09-29 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Sep 29 18:46:44 2017 +0200| [6f7bd8cd90de3c970d1d73a29ac5749ffe2e2f95] | committer: Carl Eugen Hoyos lavf/bit: Use pkt->size instead of a constant for G.729 frame size. Makes the code more readable, the muxer may support variable bit-rate in the

[FFmpeg-cvslog] lavf/bit: Only build the G.729 bit demuxer if requested.

2017-09-29 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Sep 29 18:31:18 2017 +0200| [44bdb88811a40673aaef5f82e63705857bd0bfe6] | committer: Carl Eugen Hoyos lavf/bit: Only build the G.729 bit demuxer if requested. Fix the condition for the G.729 bit muxer. > http://git.videolan.org/gitweb.cgi/ffmpeg