[FFmpeg-cvslog] avcodec/h264: finish previous slices before switching to single thread mode

2015-04-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Apr 7 02:47:36 2015 +0200| [c4b2017ba66e1623da9f527704c61c86a6e74844] | committer: Michael Niedermayer avcodec/h264: finish previous slices before switching to single thread mode Fixes null pointer dereference Fixes Ticket4438 Signed-off-by

[FFmpeg-cvslog] avcodec/h264: Fix race between slices where one overwrites data from the next

2015-04-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Apr 7 00:40:21 2015 +0200| [43b434210e597d484aef57c4139c3126d22b7e2b] | committer: Michael Niedermayer avcodec/h264: Fix race between slices where one overwrites data from the next Fixes non deterministic crash in ticket4408/fuzz2.264 Likely

[FFmpeg-cvslog] tests/fate/mpeg4: add bitexact flag so as to avoid the version number from being included in the checksum

2015-04-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 6 23:00:16 2015 +0200| [4ec5762e253c4d44618079a1b1afc37433bd99e7] | committer: Michael Niedermayer tests/fate/mpeg4: add bitexact flag so as to avoid the version number from being included in the checksum Signed-off-by: Michael Niederma

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. a48209e web/download: fix fateserver git link

2015-04-06 Thread gitolite
The branch, master has been updated via a48209ed9b0c25993ce532bf03be90abbfbd649d (commit) from 2d1f17c037b8d8e2ef72c07fdac4a79f7a9ee167 (commit) - Log - commit a48209ed9b0c25993ce532bf03be90abbfbd649d Author: Micha

[FFmpeg-cvslog] fate: add mpeg4_unpack_bframes bsf test

2015-04-06 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Sun Apr 5 18:51:55 2015 +0200| [1b8d071734d6bd264b3663b1437af78eaf09e0eb] | committer: Michael Niedermayer fate: add mpeg4_unpack_bframes bsf test Signed-off-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer > http://git.videolan.org/git

[FFmpeg-cvslog] libavformat/http.c: Fix missing parenthesis in http_listen()

2015-04-06 Thread Stephan Holljes
ffmpeg | branch: master | Stephan Holljes | Mon Apr 6 19:26:34 2015 +0200| [6d8c27f9512a207233c123ff401408a006c432d9] | committer: Michael Niedermayer libavformat/http.c: Fix missing parenthesis in http_listen() Signed-off-by: Stephan Holljes Signed-off-by: Michael Niedermayer > http://git

[FFmpeg-cvslog] MAINTAINERS: Add Lou Logan as server admin as he is root too

2015-04-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 6 20:21:43 2015 +0200| [eca39e29a3af7b2a828636dedc2f8a6759756631] | committer: Michael Niedermayer MAINTAINERS: Add Lou Logan as server admin as he is root too Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] avcodec/pthread_frame: Fix memleak with frame threads and allocated AVOptions

2015-04-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 6 18:18:41 2015 +0200| [7ddbb4e23a4d591ab35594418fa250cc54c8df58] | committer: Michael Niedermayer avcodec/pthread_frame: Fix memleak with frame threads and allocated AVOptions Signed-off-by: Michael Niedermayer > http://git.videolan.o

[FFmpeg-cvslog] examples/avio_list_dir: init/deinit network

2015-04-06 Thread Lukasz Marek
ffmpeg | branch: master | Lukasz Marek | Fri Apr 3 23:55:21 2015 +0200| [f79cd98caf362988e6c30fbd14da26231cd2341c] | committer: Lukasz Marek examples/avio_list_dir: init/deinit network Signed-off-by: Lukasz Marek > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f79cd98caf362988e6

[FFmpeg-cvslog] avcodec/vc1dec: Check buf2 for malloc failure

2015-04-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 6 15:06:42 2015 +0200| [a66dcfeedc68c080965cf78e1e0694967acef5af] | committer: Michael Niedermayer avcodec/vc1dec: Check buf2 for malloc failure Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm

[FFmpeg-cvslog] avfilter/af_amix: Use av_mallocz_array()

2015-04-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 6 15:04:38 2015 +0200| [34bddf443c6fb1f02d73746cccf8e7b3f9f0dbb2] | committer: Michael Niedermayer avfilter/af_amix: Use av_mallocz_array() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] avformat/httpauth: Change enum to int, which is accessed via AVOption as int

2015-04-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 6 14:44:33 2015 +0200| [d2277aa7e2d2aacec3f6d7791ef5c2528541f140] | committer: Michael Niedermayer avformat/httpauth: Change enum to int, which is accessed via AVOption as int This fixes depending on implementation defined behavior Sign

[FFmpeg-cvslog] avfilter/vsrc_mptestsrc: Change enum to int, which is accessed via AVOption as int

2015-04-06 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Apr 6 14:45:17 2015 +0200| [8a8a1cce6c3a0f4681ff80fc461be82b014d97e8] | committer: Michael Niedermayer avfilter/vsrc_mptestsrc: Change enum to int, which is accessed via AVOption as int This fixes depending on implementation defined behavio