[FFmpeg-cvslog] avformat/utils: Fix indentation

2015-11-20 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Fri Nov 20 21:29:34 2015 -0800| [f2d9ae6e49ed534786eed45ce434ed9780710910] | committer: Timothy Gu avformat/utils: Fix indentation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2d9ae6e49ed534786eed45ce434ed9780710910 --- libavformat/utils

[FFmpeg-cvslog] aacsbr: don't call sbr_dequant twice without intermediate read_sbr_data

2015-11-20 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Fri Nov 20 20:15:21 2015 +0100| [1c3e43a6273822e1369818b80f34c8464e1009d5] | committer: Andreas Cadhalpun aacsbr: don't call sbr_dequant twice without intermediate read_sbr_data Doing that doesn't make sense, because the only purpose of sbr_dequant

[FFmpeg-cvslog] avformat/rsd: implement seeking

2015-11-20 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Fri Nov 20 20:51:22 2015 +0100| [b885d9ced59c878bc05da8304602cfcc2d69438e] | committer: Paul B Mahol avformat/rsd: implement seeking Signed-off-by: Paul B Mahol > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b885d9ced59c878bc05da8304602cfc

[FFmpeg-cvslog] avformat/ffmdec: Only return EAGAIN if a server is attached

2015-11-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Nov 20 03:10:11 2015 +0100| [9b7d39de81cebb689404cd362ed365aa6d451050] | committer: Michael Niedermayer avformat/ffmdec: Only return EAGAIN if a server is attached This should fix a infinite loop Reviewed-by: Andreas Cadhalpun Signed-off-by

[FFmpeg-cvslog] ffserver: Use AVOption API to access ffm demuxer instead of direct access depending on ABI

2015-11-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Nov 20 03:09:28 2015 +0100| [e33d3720239314d28a48c64c1071ba9c048280d1] | committer: Michael Niedermayer ffserver: Use AVOption API to access ffm demuxer instead of direct access depending on ABI server_attached is newly added so the demuxer

[FFmpeg-cvslog] avformat/ffmdec: Add cleaner API for ffserver to interface without depending on internal ABI

2015-11-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Nov 20 03:08:34 2015 +0100| [3444c00aab6e187360a5aa66216abeb15d26ddc6] | committer: Michael Niedermayer avformat/ffmdec: Add cleaner API for ffserver to interface without depending on internal ABI Reviewed-by: Andreas Cadhalpun Signed-off-b

[FFmpeg-cvslog] ffmpeg: fix -copy_prior_start 0 with -copyts and input -ss

2015-11-20 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Sun Nov 1 20:04:25 2015 -0600| [bf2590aed3e64d44a5e2430fdbe89f91f5e55bfe] | committer: Michael Niedermayer ffmpeg: fix -copy_prior_start 0 with -copyts and input -ss Also rearranged the relevant check to reduce code duplication Signed-off-by: Michael

[FFmpeg-cvslog] avformat/flvenc: Add aac_seq_header_detect and flvflags

2015-11-20 Thread Maksym Veremeyenko
ffmpeg | branch: master | Maksym Veremeyenko | Wed Nov 18 23:44:08 2015 +0200| [acb430e4d3a704f97762d29bd54e3fb8ca1c0682] | committer: Michael Niedermayer avformat/flvenc: Add aac_seq_header_detect and flvflags Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] ffmpeg: preserve profile for audio stream copy

2015-11-20 Thread Maksym Veremeyenko
ffmpeg | branch: master | Maksym Veremeyenko | Wed Nov 18 23:44:08 2015 +0200| [d21b690e559bc663f2dbc241356c38449395c286] | committer: Michael Niedermayer ffmpeg: preserve profile for audio stream copy Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] avformat/assdec: allow ASS files starting with empty lines

2015-11-20 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Fri Nov 20 14:38:22 2015 +0100| [6679fcd4198d5050de2d43468dd80d0a2ac90d81] | committer: Clément Bœsch avformat/assdec: allow ASS files starting with empty lines See https://github.com/mpv-player/mpv/issues/2506 > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avfilter/af_dynaudnorm: use M_PI

2015-11-20 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Tue Nov 10 22:26:25 2015 -0500| [7769e6602d2d32144a3e1ca3fa7b06cca5d1c988] | committer: Ganesh Ajjanagadde avfilter/af_dynaudnorm: use M_PI The ad-hoc pi constant has a ludicrous number of digits that offer no value whatsoever. M_PI is more consis

[FFmpeg-cvslog] tests/tiny_ssim: replace #define by typedef

2015-11-20 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Mon Nov 16 17:07:58 2015 -0500| [2db114ec3f79cbc8e7be3841b70bf83eecd4174a] | committer: Ganesh Ajjanagadde tests/tiny_ssim: replace #define by typedef See e.g https://stackoverflow.com/questions/1666353/are-typedef-and-define-the-same-in-c for ra

[FFmpeg-cvslog] avcodec/faanidct: replace #define by typedef

2015-11-20 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Mon Nov 16 17:10:43 2015 -0500| [8d48c3700674af3f854ac56262a33359c2b9b2ec] | committer: Ganesh Ajjanagadde avcodec/faanidct: replace #define by typedef See e.g https://stackoverflow.com/questions/1666353/are-typedef-and-define-the-same-in-c for r

[FFmpeg-cvslog] avcodec/resample2: replace #define by typedef

2015-11-20 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Mon Nov 16 17:14:22 2015 -0500| [736845b0cd7192d175af19d15ecfec37a8163bfb] | committer: Ganesh Ajjanagadde avcodec/resample2: replace #define by typedef See e.g https://stackoverflow.com/questions/1666353/are-typedef-and-define-the-same-in-c for

[FFmpeg-cvslog] avcodec/ac3: replace #define by typedef

2015-11-20 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Mon Nov 16 16:54:48 2015 -0500| [47eeb001e63b2e2780d70877ecd6aafc720f7f0a] | committer: Ganesh Ajjanagadde avcodec/ac3: replace #define by typedef See e.g https://stackoverflow.com/questions/1666353/are-typedef-and-define-the-same-in-c for ration

[FFmpeg-cvslog] avcodec/lpc: replace #define by typedef

2015-11-20 Thread Ganesh Ajjanagadde
ffmpeg | branch: master | Ganesh Ajjanagadde | Mon Nov 16 16:42:40 2015 -0500| [fafb10c30cdb5735b0685bdeb9f0609104b8ac32] | committer: Ganesh Ajjanagadde avcodec/lpc: replace #define by typedef See e.g https://stackoverflow.com/questions/1666353/are-typedef-and-define-the-same-in-c for ration

[FFmpeg-cvslog] avcodec/h264, videotoolbox: do not return invalid frames on failure

2015-11-20 Thread wm4
ffmpeg | branch: master | wm4 | Fri Nov 20 11:30:18 2015 +0100| [9747219958060d8c4f697df62e7f172c2a77e6c7] | committer: wm4 avcodec/h264, videotoolbox: do not return invalid frames on failure If videotoolbox_common_end_frame failed, then the AVFrame was returned to the API user with the dummy b