[FFmpeg-cvslog] ffserver: use AVStream.codecpar in find_stream_in_feed()

2016-11-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Nov 8 00:58:25 2016 -0800| [afcbadf0eda3fbb05e31bf8782adc7e782cb49fc] | committer: Michael Niedermayer ffserver: use AVStream.codecpar in find_stream_in_feed() AVStream.codec is deprecated Signed-off-by: Reynaldo H. Verdejo Pinoche

[FFmpeg-cvslog] ffserver: user AVStream.codecpar in compute_status()

2016-11-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Nov 8 01:07:14 2016 -0800| [822e3e2ddb8a122130047451276cda2b1b5e5e7f] | committer: Michael Niedermayer ffserver: user AVStream.codecpar in compute_status() AVStream.codec is deprecated Signed-off-by: Reynaldo H. Verdejo Pinochet S

[FFmpeg-cvslog] ffserver: get time_base from AVStream in print_stream_params()

2016-11-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Nov 8 00:51:28 2016 -0800| [1323349befd3f55bef2f9e46168f17a53f8f6d4a] | committer: Michael Niedermayer ffserver: get time_base from AVStream in print_stream_params() AVStream.codec is deprecated Signed-off-by: Reynaldo H. Verdejo P

[FFmpeg-cvslog] ffserver: check for codec match using AVStream.codecpar

2016-11-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Mon Nov 7 16:24:32 2016 -0800| [311107a65d0105044d1691b5e85d6f30879b0eb4] | committer: Michael Niedermayer ffserver: check for codec match using AVStream.codecpar Compare using AVCodecParameters instead of the deprecated AVStream.codec

[FFmpeg-cvslog] ffserver: use AVStream.codecpar in open_input_stream()

2016-11-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Nov 8 01:34:58 2016 -0800| [6f0a1710d77dde0d803861506a2157a23f08c14c] | committer: Michael Niedermayer ffserver: use AVStream.codecpar in open_input_stream() AVStream.codec is deprecated Signed-off-by: Reynaldo H. Verdejo Pinochet

[FFmpeg-cvslog] ffserver: use .codecpar instead of .codec in print_stream_params()

2016-11-08 Thread Reynaldo H. Verdejo Pinochet
ffmpeg | branch: master | Reynaldo H. Verdejo Pinochet | Tue Nov 8 00:49:43 2016 -0800| [689f648a9596fc1a47a719b20d7e9d67eb388d73] | committer: Michael Niedermayer ffserver: use .codecpar instead of .codec in print_stream_params() AVStream.codec is deprecated Signed-off-by: Reynaldo H. Verde

[FFmpeg-cvslog] avformat/mov: Read multiple stsd from DV

2016-11-08 Thread Vittorio Giovara
ffmpeg | branch: master | Vittorio Giovara | Mon Nov 7 22:32:05 2016 -0500| [a765ba647d3d5ecb7270011693cb5b171f9afd01] | committer: Michael Niedermayer avformat/mov: Read multiple stsd from DV Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a76

[FFmpeg-cvslog] opus: move the entropy decoding functions to opus_rc.c

2016-11-08 Thread Rostislav Pehlivanov
ffmpeg | branch: master | Rostislav Pehlivanov | Mon Nov 7 22:33:11 2016 +| [317be31eaf4f07b3bbeb703e8ee73d04b08a587c] | committer: Rostislav Pehlivanov opus: move the entropy decoding functions to opus_rc.c The intention is to have both encoding and decoding functions in opus_rc.c. Sign

[FFmpeg-cvslog] avformat/matroskadec: fix DiscardPadding element parsing

2016-11-08 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Nov 5 17:46:52 2016 -0300| [70c6a1bcf021b396c9186c4a46dd6c96cc9f59f8] | committer: James Almer avformat/matroskadec: fix DiscardPadding element parsing If the value is negative then it means padding at the start of the packet instead of at the end.

[FFmpeg-cvslog] avcodec/hap: pass texture-compression destination as argument, not in context

2016-11-08 Thread Tom Butterworth
ffmpeg | branch: master | Tom Butterworth | Mon Nov 7 16:25:33 2016 +| [0a245875887430fbdfa9cbd19eb4d337dae93d2e] | committer: Tom Butterworth avcodec/hap: pass texture-compression destination as argument, not in context This allows a subsequent change to compress directly into the output

[FFmpeg-cvslog] matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_header

2016-11-08 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Tue Nov 8 00:42:23 2016 +0100| [ff100c9dd97d2f1f456ff38b192edf84f9744738] | committer: Andreas Cadhalpun matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_header The code assumes that s->streams[0] is valid. Reviewed-by: Michae

[FFmpeg-cvslog] mpegts: prevent division by zero

2016-11-08 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Mon Nov 7 23:37:59 2016 +0100| [1bbb18fe82fc77a10d45fa53bd2738d2c54de6c6] | committer: Andreas Cadhalpun mpegts: prevent division by zero Reviewed-by: Michael Niedermayer Signed-off-by: Andreas Cadhalpun > http://git.videolan.org/gitweb.cgi/ffm