[FFmpeg-cvslog] Changelog: Clarify that the new asf demuxer is optional.

2015-08-28 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Aug 28 11:08:28 2015 +0200| [24e0b14c4f8b8544efe07ccf951f778d856b131d] | committer: Carl Eugen Hoyos Changelog: Clarify that the new asf demuxer is optional. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=24e0b14c4f8b8544efe07ccf951

[FFmpeg-cvslog] doc/examples/filtering_video: better demo ffmpeg filters; demos chaining the filters

2015-08-28 Thread Harshit Mittal
ffmpeg | branch: master | Harshit Mittal | Wed Aug 5 12:41:49 2015 -0700| [53bf32fa4270eb60f3bf25b5bd3d1f97381d4661] | committer: Michael Niedermayer doc/examples/filtering_video: better demo ffmpeg filters; demos chaining the filters Signed-off-by: Michael Niedermayer > http://git.videola

[FFmpeg-cvslog] avfilter/vf_histogram: 9 and 10 bit depth support

2015-08-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Tue Aug 25 18:02:42 2015 +| [9f2fa95bd8e85aab31dcb24977081eff15d92359] | committer: Paul B Mahol avfilter/vf_histogram: 9 and 10 bit depth support Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9f2fa95bd8e85

[FFmpeg-cvslog] Changelog: Add VDPAU HEVC to the list

2015-08-28 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Fri Aug 28 08:15:57 2015 -0700| [1e50f953fac7fb3af907a24f9fc301fa80f441b4] | committer: Philip Langdale Changelog: Add VDPAU HEVC to the list Signed-off-by: Philip Langdale > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1e50f953fac7fb3

[FFmpeg-cvslog] Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE.

2015-08-28 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Mon Aug 17 12:25:39 2015 -0400| [2fb593dcb90c157a183e9e01e42405fcca73a8b8] | committer: Ronald S. Bultje Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE. The amv one probably looks suspicious, but since it's an intra-only codec, I

[FFmpeg-cvslog] ffserver: use -b instead of -ab for setting audio bitrate.

2015-08-28 Thread Ronald S. Bultje
ffmpeg | branch: master | Ronald S. Bultje | Tue Aug 18 08:19:26 2015 -0400| [7e12a54251148f8d2756161bcf09f631a6c144db] | committer: Ronald S. Bultje ffserver: use -b instead of -ab for setting audio bitrate. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7e12a54251148f8d2756161bc

[FFmpeg-cvslog] avfilter/vf_dejudder: use the name 's' for the pointer to the private context

2015-08-28 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Thu Aug 20 15:14:27 2015 +| [777df1ff746ea8a264971956cb09f3e199342151] | committer: Paul B Mahol avfilter/vf_dejudder: use the name 's' for the pointer to the private context This is shorter and consistent across filters. Signed-off-by: Paul B Mahol

[FFmpeg-cvslog] ffmpeg: force 128k default audio bitrate if nothing is specified and there is no specific default

2015-08-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Aug 18 03:27:52 2015 +0200| [628a73f8f3768513fa6152c98d54842cf2ae1aad] | committer: Michael Niedermayer ffmpeg: force 128k default audio bitrate if nothing is specified and there is no specific default This prevents breaking existing command

[FFmpeg-cvslog] avcodec/vc1dec: Re-order init to avoid initting hwaccel too early

2015-08-28 Thread Philip Langdale
ffmpeg | branch: master | Philip Langdale | Sat Aug 8 14:59:09 2015 -0700| [91f1115a0e027074c90bac6e57c2d0f4fe9efe8c] | committer: Philip Langdale avcodec/vc1dec: Re-order init to avoid initting hwaccel too early At least for vdpau, the hwaccel init code tries to check the video profile and e

[FFmpeg-cvslog] lpc: create a simplified Levinson-Durbin LPC handling float samples

2015-08-28 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Aug 29 06:14:13 2015 +0100| [20962b567b4d1fe791ca4b537121f13f6e0f5fa0] | committer: Rostislav Pehlivanov lpc: create a simplified Levinson-Durbin LPC handling float samples This commit simply duplicates the functionality of ff_lpc_calc_coefs

[FFmpeg-cvslog] aac: move the TNS tables from aacdectab to the shared aactab

2015-08-28 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Aug 29 06:07:12 2015 +0100| [f55cc579115e4bcfe26eb05ecaa1c823343e9e1e] | committer: Rostislav Pehlivanov aac: move the TNS tables from aacdectab to the shared aactab This commit simply moves the TNS tables to a more appropriate aactab.h sinc

[FFmpeg-cvslog] fate: reenable TNS test

2015-08-28 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Aug 29 07:00:17 2015 +0100| [fe12ba6f30127a78effdc7cdc8ec92f0830d0cf0] | committer: Rostislav Pehlivanov fate: reenable TNS test Hopefully without errors like last time, but I'm prepared. Signed-off-by: Rostislav Pehlivanov > http://git.v

[FFmpeg-cvslog] aacenc: remove TNS from the todo list

2015-08-28 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Aug 29 06:57:08 2015 +0100| [f04d86c16a5dd884114653441101c42d98fb28f7] | committer: Rostislav Pehlivanov aacenc: remove TNS from the todo list Pulses are already on the way so expect to see the list gone in the close future. TNS is already

[FFmpeg-cvslog] fate: add a test for encoding AAC-Main prediction

2015-08-28 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Aug 29 07:00:54 2015 +0100| [4ff897a5364f85de051ca81058554454f3ad5d62] | committer: Rostislav Pehlivanov fate: add a test for encoding AAC-Main prediction This commit introduces a test for AAC-Main prediction which was just reworked in this

[FFmpeg-cvslog] aacenc: change FF_PROFILE_UNKNOWN to AAC-Main if prediction is enabled

2015-08-28 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Aug 29 06:28:21 2015 +0100| [949a4892fa1dd6da028229cb1674340542fc9bc4] | committer: Rostislav Pehlivanov aacenc: change FF_PROFILE_UNKNOWN to AAC-Main if prediction is enabled This was missed when the original commits were done. FF_PROFILE_U

[FFmpeg-cvslog] aacenc_tns: rework the way coefficients are calculated

2015-08-28 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Aug 29 06:47:31 2015 +0100| [f20b67173ca6a05b8c3dee02dad3b7243b96292b] | committer: Rostislav Pehlivanov aacenc_tns: rework the way coefficients are calculated This commit abandons the way the specifications state to quantize the coefficient

[FFmpeg-cvslog] aac: remove now-unused redundant array

2015-08-28 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Aug 29 06:44:20 2015 +0100| [1cd5daee20602e1fa271bd38b3aa47c9bc30ac67] | committer: Rostislav Pehlivanov aac: remove now-unused redundant array This commit removes the array which was made redundant with the last commit. The current predicti

[FFmpeg-cvslog] aacenc_pred: rework the way prediction is done

2015-08-28 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Sat Aug 29 06:34:08 2015 +0100| [44ddee945a2e8cfc1b7074de6e35595ed41da4e4] | committer: Rostislav Pehlivanov aacenc_pred: rework the way prediction is done This commit completely alters the algorithm of prediction. The original commit which intr