[FFmpeg-cvslog] avcodec/ac3dec: add consistent noise generation option.

2017-01-21 Thread Jonathan Campbell
ffmpeg | branch: master | Jonathan Campbell | Sat Sep 3 03:34:01 2016 -0700| [d5d474aea53822642f0465825f8a94cb2327e1e6] | committer: Michael Niedermayer avcodec/ac3dec: add consistent noise generation option. use av_lfg_init_from_data() to seed AC-3 dithering from the AC-3 frame data to make

[FFmpeg-cvslog] libavutil: add av_lfg_init_from_data() function

2017-01-21 Thread Jonathan Campbell
ffmpeg | branch: master | Jonathan Campbell | Sat Sep 3 03:29:29 2016 -0700| [76c5a69e26afbfdfc5b6f538594ea12efa31fc9a] | committer: Michael Niedermayer libavutil: add av_lfg_init_from_data() function seeds an AVLFG from binary data. Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avcodec/mpeg12dec: add comments documenting the format of the DVD CC user-data packet.

2016-09-12 Thread Jonathan Campbell
ffmpeg | branch: master | Jonathan Campbell | Mon Sep 12 12:34:48 2016 -0700| [c19da0cfd8f3e56a542b04c04f21af8fb24348be] | committer: Michael Niedermayer avcodec/mpeg12dec: add comments documenting the format of the DVD CC user-data packet. this is to aid development and maintenance of that