[FFmpeg-cvslog] avcodec/dcaenc: clear bitstream end

2015-08-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Aug 4 03:11:15 2015 +0200| [e322b7061f873e8fd33b9e518caa19b87616a528] | committer: Michael Niedermayer avcodec/dcaenc: clear bitstream end This avoids leaving uninitialized bits in the output Signed-off-by: Michael Niedermayer > http://gi

[FFmpeg-cvslog] avcodec/internal: improve min_size documentation for ff_alloc_packet2()

2015-08-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 3 18:33:03 2015 +0200| [d903b62750b3fe0cd6d66330db0e8f010ae527c1] | committer: Michael Niedermayer avcodec/internal: improve min_size documentation for ff_alloc_packet2() Signed-off-by: Michael Niedermayer > http://git.videolan.org/git

[FFmpeg-cvslog] x86: move XOP emulation code back to x86inc

2015-08-03 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Aug 3 03:28:37 2015 -0300| [5750d6c5e9d184488f4dc0f9e81cbcc28cb2f2d1] | committer: James Almer x86: move XOP emulation code back to x86inc Only two functions that use xop multiply-accumulate instructions where the first operand is the same as the fou

[FFmpeg-cvslog] doc/git-howto: Replace "git push" example by one with dry-run

2015-08-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 3 11:56:31 2015 +0200| [2ca0ed9cfda21c8a6f9884b93613602782dcda71] | committer: Michael Niedermayer doc/git-howto: Replace "git push" example by one with dry-run I do not think having "git push" as example is a good idea. The command has

[FFmpeg-cvslog] dxva2_hevc: properly signal the num_delta_pocs from the SPS RPS

2015-08-03 Thread Hendrik Leppkes
ffmpeg | branch: master | Hendrik Leppkes | Mon Mar 2 12:04:33 2015 +0100| [5d324dae114e7abbb7f52f8853283b25302a2cd9] | committer: Hendrik Leppkes dxva2_hevc: properly signal the num_delta_pocs from the SPS RPS ucNumDeltaPocsOfRefRpsIdx needs to contain the flat value from the SPS RPS, and no

[FFmpeg-cvslog] avcodec/videotoolbox: Fix bistream typo

2015-08-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 3 14:46:24 2015 +0200| [6b0fa73b4d47567c129b497b046111082373677d] | committer: Michael Niedermayer avcodec/videotoolbox: Fix bistream typo Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6

[FFmpeg-cvslog] avcodec/videotoolbox: Add missing AV_ prefix to CODEC_ID in comment

2015-08-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 3 14:47:11 2015 +0200| [8bdd0dbd60b0c09376da34e661cf53ff73256bfd] | committer: Michael Niedermayer avcodec/videotoolbox: Add missing AV_ prefix to CODEC_ID in comment Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avcodec/libwebpenc_animencoder: Use ff_alloc_packet2()

2015-08-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 3 13:20:41 2015 +0200| [fdc2385ca96c99aa939380212d9046abe2e45262] | committer: Michael Niedermayer avcodec/libwebpenc_animencoder: Use ff_alloc_packet2() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] avcodec/pcm: Better min_size for ff_alloc_packet2()

2015-08-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 3 14:06:28 2015 +0200| [4302a92835313000d4bf8030baae32c2b130d8a1] | committer: Michael Niedermayer avcodec/pcm: Better min_size for ff_alloc_packet2() 33318 -> 30601 decicycles Signed-off-by: Michael Niedermayer > http://git.videolan.

[FFmpeg-cvslog] avcodec/rawenc: Use ff_alloc_packet2()

2015-08-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Aug 3 12:39:37 2015 +0200| [77fb14f039031b7a5c9ad9bf323b16d176526812] | committer: Michael Niedermayer avcodec/rawenc: Use ff_alloc_packet2() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=77

[FFmpeg-cvslog] avcodec: add new Videotoolbox hwaccel.

2015-08-03 Thread Sebastien Zwickert
ffmpeg | branch: master | Sebastien Zwickert | Sat Jul 11 13:23:21 2015 +0200| [11d923d41412223ed255f31489222321b11d0397] | committer: Clément Bœsch avcodec: add new Videotoolbox hwaccel. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=11d923d41412223ed255f31489222321b11d0397 ---