[FFmpeg-cvslog] New commits on branch release/0.9

Git System git at videolan.org
Tue Jan 3 23:05:47 CET 2012


URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7e97d98033d18146070218bf30c8ee83a80b9748
Author: Hendrik Leppkes <h.leppkes at gmail.com>
Date:   Fri Dec 16 22:41:29 2011 +0100

    wavpack: determine sample_fmt before requesting a buffer
    
    Signed-off-by: Justin Ruggles <justin.ruggles at gmail.com>
    (cherry picked from commit 14165fe1256e0f11ba3d9cf574492ae528e5c9cf)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=632fd58a8f88e7ae4c48133f39ee979cc99ae2ad
Author: Michael Bradshaw <mbradshaw at sorensonmedia.com>
Date:   Fri Dec 2 14:39:26 2011 -0700

    Added yuva420p decoding support for libopenjpeg
    
    Signed-off-by: Michael Bradshaw <mbradshaw at sorensonmedia.com>
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 2ba3416362345f275c63e70f44f4cfbf9b66fb35)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=68874c42e70cdd664f8d36de5e18b8d4360b6e71
Author: Michael Bradshaw <mbradshaw at sorensonmedia.com>
Date:   Wed Nov 30 21:44:41 2011 -0700

    Added RGBA and YUV440 decoding support for libopenjpeg decoder
    
    Reviewed-by: Jean First <jeanfirst at gmail.com>
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 3f07ef1dfff036a6b35c1605e6346bad2e17da68)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a598f0a5d7fdfc545f15b5cd4ae45421817474ca
Author: Michael Bradshaw <mbradshaw at sorensonmedia.com>
Date:   Sat Dec 3 12:14:03 2011 -0700

    Fixed openjpeg decoding bug with width/linesize issue
    
    The original code wasn't taking into account the fact that linesize may not equal the frame's width.  This is to correct that.
    
    Signed-off-by: Michael Bradshaw <mbradshaw at sorensonmedia.com>
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit d1669e5fe3d61dc4181f96138eb4355aaaf231ea)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=80695c9d1f0dcfc96f7c2d4a469d0ecc5939fb2f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Jan 2 19:06:46 2012 +0100

    jpegdec: non interleaved rgb ljpeg support.
    
    Fixes Ticket856
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 45552371e3434fb7aa4d0bc566fd4ef954f9af14)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=17c3ec77c2d1c4304054d7ad005aacfb3b78bdef
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Jan 2 17:03:24 2012 +0100

    jpegdec: 9-16 bit yuv/gray ljpeg support.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 465eb0eb48a14f5308d7fa52c388e7be7170cc3e)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e8c8b27f6670761f57e990e94629b540c1e178c2
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Jan 2 17:02:41 2012 +0100

    jpegdec: Only enable rgb mode when there are 3 components.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 24964f21e4976edab156dc934c3b5ec3746b16eb)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4eff392a4bafb11e1c38907a1f24b154c4bf312a
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Sat Dec 31 15:47:30 2011 -0500

    bmv audio: implement new audio decoding API
    (cherry picked from commit 8893fbdf7a5b941ce353fd560817ae6a2c34cfff)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e5ae872309b8e89900237422153492bb5a178a07
Author: Paul B Mahol <onemda at gmail.com>
Date:   Sun Jan 1 12:16:42 2012 +0000

    y41p encoder and decoder
    
    y41p is a packed 12-bit 4:1:1 YUV format used by Brooktree.
    
    Fixes issue 1123 / ticket #102.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit dfa77dead2c97ec84092066102b14a2524d4d88b)
    
    Conflicts:
    
    	Changelog
    	libavcodec/version.h
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3fe4055c5fe5c111deda7ee72550c1e9c7647183
Author: Jean First <jeanfirst at gmail.com>
Date:   Sun Jan 1 22:08:17 2012 +0100

    j2kdec: av_log formatting use %tx instead of %x
    
    Signed-off-by: Jean First <jeanfirst at gmail.com>
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit b1031562351d81fb56f9338df5876dc2153d9f26)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=86fbd610ef706bd0e26a246023e6324e9ca8c13a
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Sun Jan 1 05:04:25 2012 +0100

    Update copyright year.
    (cherry picked from commit 8dc973e6d1442e6427dfcb9817f9d15695555465)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f6e360770da830911e30964ae4c6116ddb43cbd7
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Jan 1 03:46:06 2012 +0100

    mpegpsenc: Fix integer overflow of the muxrate calculation.
    
    this should fix the failure of h264-bsf-mp4toannexb on freebsd/openbsd
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 490c97bdf5ed1c6f05abe4446e67e598881fc53f)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b8cc9e206b2ff80b7f1c3a7b8a7809f3e54d5e52
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Fri Dec 30 10:42:55 2011 +0100

    Avoid uninitialized data in lcldec when ofs is 0 in MSZH.
    
    Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
    (cherry picked from commit 42a1f1d7a8cf67eed68db596d6a1e53c0c36e4ab)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ae111cf71e11a78fd00d421abf19ce5df4ab349
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 31 15:27:51 2011 +0100

    lavf: ffio_limit(), treat avio_size()==0 as error.
    
    This works around issues arising from inputs that claim to have a
    filesize of 0.
    
    Reported-by: buzz_
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit e6362f3a3cfbabf457fc7ebb2205cbfc043501ee)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0bf48d24d7f220b70f5968b8f691abf2f7a398b3
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 31 03:39:22 2011 +0100

    flvdec: Check avpriv_mpeg4audio_get_config() return
    
    value before using its output.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 5500e65342a2afc5caa8fe38496aa1a3b1f28cbc)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2dcacbb68e835f74354e5289d841397872d5060b
Author: Jean First <jeanfirst at gmail.com>
Date:   Fri Dec 30 21:08:01 2011 +0100

    cache: use av_freep instead of av_free in cache_open
    
    Signed-off-by: Jean First <jeanfirst at gmail.com>
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 576ada791a5085b7427c9062ba4f65e811914bd0)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0064fcb486cc29a9bc60a52245a3802d363df85b
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 29 21:26:30 2011 +0100

    mlp_parser: Fix infinite loop with 0 bytes_left.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit e146ad95d79b1a6e6b9e566366b832825c79679f)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a4269652ab831456c77dad3bc59f116f50e6c6f0
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Fri Dec 30 10:37:33 2011 +0100

    Avoid av_memcpy_backptr hang without extra branch.
    
    This only happens for a "back" value of 0 which is invalid anyway,
    but lcldec does not properly validate input.
    Also extend the documentation to specify valid values.
    
    Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
    (cherry picked from commit 874da652b307fe0d2bec08fc5916a9a82537f40c)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3ccbd6b06d316bf67b7b7ca4ee40eda3eef0c4c5
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 30 05:12:38 2011 +0100

    ljpegdec: fix point transform injection.
    Fix Ticket842
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit b0143da80656f286b3e2363f3ddb6f81c4a0fbf5)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa97a8030f6d13aa1aafa583c6e40445c574fb8f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 29 23:22:41 2011 +0100

    flvdec: Check index for being valid
    Fixes seeking in Enigma_Principles_of_Lust.flv
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit df0bff6643cadbd9c07bbe2b0536a7c9d0dfe0c6)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=53c430415a65cb4097bdb59b924aaa09bc5e2bb2
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 29 21:31:22 2011 +0100

    nsvdec: Check av_malloc(string_size)
    
    This can easily be NULL as string_size can be 2g in a damaged file.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit b9e0e9537a3ec4af1630e9f1b8d0ce68885cac16)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f246d46ee66678bdd23e939aaede28943cfeb8da
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 29 02:34:43 2011 +0100

    indeo5: Fix null pointer dereferences of ref_mb
    
    Reviewed-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit f41a6c8f3aeb51332bb359038cb504d3fb562a52)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=94773637baad59c166a033ee2bc13afb661515e3
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 29 03:42:15 2011 +0100

    h264_mp4toannexb_filter: pass error code through.
    
    Bug-Found-by and Suggested bugfix: Tanami, Ohad
    Reviewed-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 7ae251b4d8a18bc63734e58f1baafac634c67e01)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e1152971a6d1d1b74aa9793e19c32785a683f985
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 29 05:05:52 2011 +0100

    issdemux: Check packet_size for validity
    
    Reviewed-by: Paul B Mahol <onemda at gmail.com>
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit bf5cc805190b5811b786a454f01cccf9a7e366b9)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7cd9732b334241aa40ecd39a8860ed6fbbf42757
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 29 05:16:34 2011 +0100

    qpeg: Check for overread in qpeg_decode_intra.
    
    Reviewed-by: Paul B Mahol <onemda at gmail.com>
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit e7c1e38ba632f7315e332dd350b38f782f428884)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=acdc505b2aeeeed72bf9f7373a5991861afb5752
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Dec 28 21:31:00 2011 +0100

    indeo5: fix division by 0 in ff_ivi_init_tiles()
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 92e2b59dec8c0124a209ce24f23450df9607d9d8)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f09bbd38b038ad65aee8abc16f0009e7637e7f9f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Dec 28 20:13:00 2011 +0100

    indeo5: Fix crash due to partially initialized gop vars.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit d46bc4133c104188dd6719365605e42bd1b5e2ff)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=690fda3ae426077fda5cc186cae6d6f3e276b50a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Dec 28 19:50:29 2011 +0100

    indeo5: fix null pointer crash with ref_mb
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 4b35ee0b7c0c4cbac3541a25a5e8c00b657c8f95)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0280cf9aa71447bbb8942ae67338ae7391716e7c
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Dec 28 19:05:16 2011 +0100

    vcr1dec: Check that there is sufficient input data.
    Fixes crash.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 8e09482e4d27d65bbce2ce5c2f4392216011ed09)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a47c2772055b7d6195a245636aecd67d7e81a104
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Dec 28 18:33:29 2011 +0100

    v410dec: Check for sufficient input data.
    Fixes crash
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 11ca3416f92744f376c08e5f31bcbe5d9b44acb2)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0355d3253d89f7e373277b58da7803d3a45ab90
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Tue Dec 6 14:50:32 2011 +0100

    Indeo 4 decoder
    
    Signed-off-by: Kostya Shishkov <kostya.shishkov at gmail.com>
    (cherry picked from commit adfe0c942e71545f003f9c4d148fbf5d220681bc)
    
    Conflicts:
    
    	Changelog
    	libavcodec/version.h
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9ce8a448011a651e7510be4c4851e68c922b3e2
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Wed Dec 28 05:59:39 2011 +0100

    Fix a crash when reading gray pam files.
    
    Fixes ticket #837.
    (cherry picked from commit 190a0998c353879c8f79f47678752dbb8fa62bb2)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9378b42b11a405c3e8d924bcf38d4ff121211b2
Author: Stefano Sabatini <stefasab at gmail.com>
Date:   Tue Dec 27 15:15:02 2011 +0100

    lavfi: add missing check in avfilter_filter_samples()
    
    Avoid out-of-buffer data access when nb_channels is 8.
    (cherry picked from commit ae21776207e8a2bbe268e7c9e203f7599dd87ddb)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6caca265338e6b7770439a7038b873fec8ad82f7
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 25 12:31:23 2011 +0100

    shorten: validate values in fmt chunk search
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 5e9a56a0350c518cd4b38845aff49d41a9c952ae)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=446d11f5edcb70af1cf2d4a3c05c5bdea4688085
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 25 12:28:50 2011 +0100

    shorten: Fix invalid free()
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 18bcfc912e48bf77a5202a0e24a3b884b9b2ff2c)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a80205ff82c9160e56c3eeffe4359c1fe9bfa32f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 25 04:49:23 2011 +0100

    segafilm: fail earlier in case theres not enough bytestream left for a
    audio packet.
    This prevents a potentially large memory allocation.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 1795fed7bc7a8b8109757cb5f27198c5b05698b5)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0231a68ecd06cc894cc3e292a3c4cc015e40504a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 25 04:48:26 2011 +0100

    avio: Fix ffio_limit() when due to seeking past the end less than 0 bytes remain.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 27d323577c19af218f8a5ac33364f213b623a023)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7c67d9c6fb6d2752c92ad309303e9557cffa0094
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 25 04:15:56 2011 +0100

    golomb: Fix infinite loop in svq3_get_ue_golomb()
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 964506bb979e8c972833c7421a39f3275d3cd3c0)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=49db3600059010bbe284b8a2ed215eb561f01118
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 25 00:10:27 2011 +0100

    ws_snd1: Fix wrong samples count and crash.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 5257743aee0c3982f0079e6553aabc6aa39401d2)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42476635baea4fa41dfbabee56318aaf92f40f7e
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 24 23:21:40 2011 +0100

    asfdec: fix endless loop on EOF
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 0d4404ed65e6ebfdf5e3c09f9e3a2a41dde18e4a)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=462ecdb9bbfce62b37101d67d1a8d5e9e3d8fc00
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 24 22:06:25 2011 +0100

    sierravmd: limit packetsize to the amount that could be read.
    Fixes huge allocations.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 47c4713a23d271eedd2eb2c02daa70cb0ea4e0ac)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6210d62c5fa17c318432cdc66edaaac730aca734
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 24 22:03:59 2011 +0100

    vmdav: check that theres enough space for a chunk remaining.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 2278ecc434d390bccd32a083a12ab964a6b7b0ce)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a1666ae8f053cee554718ee77d030e0415427360
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 24 21:26:52 2011 +0100

    rmdec: Avoid allocating huge packets
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 66f71f3b5e2e7b6e5049bd9831c371e16aff8a53)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f69045793d93c7b6d793ef1742c0a008fec41e89
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 24 20:27:54 2011 +0100

    mpeg4videodec: Fix division by zero in mpeg4_decode_sprite_trajectory()
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit fc5c49ab3247533e0a5cb203cf7122143389eb5c)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=adf0c1c70c1de311235e2120aaf80f4a23e583ff
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 24 19:57:18 2011 +0100

    rpl: Fix near infinite loop in index reading due to missing eof check.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 43abef9fde0cf87153cc9031cad61f75b02cfa01)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3073564a974caa90d2594695df946c30a6b1790b
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 24 06:17:12 2011 +0100

    j2kdec: Fix crash in get_qcx
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 282bb02839b1ce73963c8e3ee46804f1ade8b12a)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5e3389b7427639597acb970c5cb65d3f8ddb7211
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 24 05:06:20 2011 +0100

    j2kdec: Check curtileno for validity
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 3eedf9f716733b3b4c5205726d2c1ca52b3d3d78)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f41e935225d457add56fb8adfd0995373366bc78
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 24 05:03:04 2011 +0100

    j2kdec: Check for interger overflow in tile array allocation
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 3132999fdb57d8d3ba5e08a4dc1b3661e885c04d)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=897088d604dac06d5d2e826b92a766da44103a41
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 24 04:59:25 2011 +0100

    j2kdec: fix division by zero, check tile dimensions for validity
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 628c9dcca3fb3f46f960f0df8236591653c6e512)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7dbdf02abc20d646a6d77868e4a1af3a278cb471
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 24 03:55:58 2011 +0100

    lzo: fix memcpy_backptr() with 0 offset
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 58c41799ab6b52df86b6afe23304f34b62741326)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f21771260b852391ae93fcd44778870efac66139
Author: Jean First <jeanfirst at gmail.com>
Date:   Thu Dec 22 22:26:21 2011 +0100

    libopenjpeg: support decoding with bits per pixel greater than 8
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    Approved-by: Alex Zhukov
    (cherry picked from commit 0d4a77472ad8a4d194e93379a992f66c33fbf144)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a9de82ac17e8f09155e9c513766d48de65bbb2e8
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 23 23:59:10 2011 +0100

    avio: fix handling of , in urls
    Fixes Ticket805
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit ad9e0ed170234bc6c5660f96752777965081163e)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=340fee05f0b752e58809f9579e96cd70cb9c0c7f
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Fri Dec 23 11:39:41 2011 +0100

    Release buffers after encoding svq1.
    
    Fixes ticket #820.
    (cherry picked from commit 8e88145d0b43a4572c1c13431c4f7ba644547c80)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a5546736bd8311cb04a9121b9500e2d3252bf487
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Fri Dec 23 11:38:37 2011 +0100

    Fix a possible endless loop when decoding aac.
    
    Fixes ticket #789.
    (cherry picked from commit e5de9289232c5b14572fa13e2435f9adb0b0f1ec)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3aa89662ce8895fd9dd15461e6a74f1efe8699b7
Author: Alexander Strange <astrange at ithinksw.com>
Date:   Mon Dec 12 18:13:39 2011 -0500

    h264: Fix a possible overread in decode_nal_units()
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>
    (cherry picked from commit bc6a3bd4a544608211f006e2d2868cbed4e1fde6)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ed0dc01a47898e9d8ff0df7ae21d64ab81d6a8f4
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 23 05:58:32 2011 +0100

    h264: Decode short VUI without error
    Fixes 47j9R7PXBep.mov
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit ae7a6441df26b5dd921af95677ec5e6dd35dc970)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4a4e4b8139acf30bf57a8d5ad2fda2d68f6ad55f
Author: Sergey Radionov <rsatom at gmail.com>
Date:   Fri Dec 23 10:37:48 2011 +0700

    w32thread: call ResetEvent() in pthread_cond_broadcast().
    
    Also add "volatile" to broadcast flag (since it is used from
    multiple threads).
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>
    (cherry picked from commit 01eb9805f37835e20501134ae26e379140fe3239)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=33636442e2f44c2dcffd4331085ae7de93f0abe0
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 23 01:51:47 2011 +0100

    udp: support non blocking reads with fifo
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 9f50dafe9025555f11e66e3b09cf3db2cd53cfb2)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3710f0b9edd7cf69a83ed00d2e33630b7188187f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 23 01:17:18 2011 +0100

    udp: Replace double select() by select+mutex+cond.
    
    When no data was available both the buffer thread as well as
    the main thread would block in select(), when data becomes
    available both should move forward and as data is read in the
    buffer thread the main thread would block in select() later
    the read data was put in the fifo but the main thread still
    would be blocked in select() until either the timeout or
    another packet would come in.
    
    This is solved in this commit by using a mutex and a condition
    variable
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit bc900501e0e2002e40d2d0c87b5a98b913b2d1a2)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=12d0e44bdbe1421d828db7a84cbedeb6f2eb8f6b
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 23 01:41:15 2011 +0100

    udp: return circular buffer error if such error happened.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 3dcbafc777513621e423c2f23b1725559230383d)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=857d64a58cf2998d330d6bfb3d51b62c38d09ab1
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 23 00:18:36 2011 +0100

    fifo: Make writes atomic.
    Prior to this a X bytes write could be seen as less than X bytes being
    available if the check was done at an unfortunate moment.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 9eb0d8bab1c475edf73c36146d1c3d31ea47f997)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a644934b8004000771b970a9d05b996c012e2dad
Author: Gaurav Narula <gnarula94 at gmail.com>
Date:   Mon Dec 12 20:24:54 2011 +0530

    kvmc: fix invalid reads
    
    Signed-off-by: Janne Grunau <janne-libav at jannau.net>
    (cherry picked from commit ad3161ec1d70291efcf40121d703ef73c0b08e5b)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=89cf156acea89a12eec91c90f296db8b0434b9c0
Author: Paul B Mahol <onemda at gmail.com>
Date:   Wed Dec 21 19:27:53 2011 +0000

    adpcm: fix IMA SMJPEG decoding
    
    Signed-off-by: Janne Grunau <janne-libav at jannau.net>
    (cherry picked from commit 01a01bf8bdafab1c81c3039850aba042b247626f)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f94de84e88fecf8797abf830e4fdc9f13ac01dd
Author: Janne Grunau <janne-libav at jannau.net>
Date:   Wed Dec 21 13:07:54 2011 +0100

    pthreads: reset active_thread_type when slice thread_init returrns early
    (cherry picked from commit f77f640b3035d357a6c6ffcea243c7ea0d8ebc67)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9665ccda10c5292409c9edbab33eba790a4c8170
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Wed Dec 21 16:09:11 2011 -0500

    ra144enc: zero the reflection coeffs if the filter is unstable
    
    fixes use of uninitialized values if the filter is still unstable after using
    the previous frame lpc coefficients.
    (cherry picked from commit 9a3f10695a011861dcf5a649e3e72580b1a4eed4)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8dce2dd9cc06a28ff46a27aeeb2913cb5ae8fa19
Author: Paul B Mahol <onemda at gmail.com>
Date:   Mon Dec 19 00:16:11 2011 +0000

    lavf: Add SMJPEG demuxer.
    
    Signed-off-by: Paul B Mahol <onemda at gmail.com>
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit a4209ad6313b8b40fed2bfc7e3865cf54d4c1022)
    
    Conflicts:
    
    	Changelog
    	doc/general.texi
    	libavformat/version.h
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=532731369a0036e6d3016f6c901a8f8a5a8640dd
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Dec 21 22:02:01 2011 +0100

    ipmovie: fix FPE
    Fixed Ticket807
    Bug found by: Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 8d960fbc70d5d7b6cd62db22712a8d5c2c5e26bf)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1c930fe91544a4aae009a4c4b8d638c6a1aee9f4
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Dec 21 21:06:05 2011 +0100

    proresdec: Check yuv slice data sizes.
    Fixes overread
    Fixes Ticket812
    Bug found by: Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 2b73cddd40bdfd7e3c21b2fe8cbfca0277d1f786)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a25c7081abac3a92c0fc348f449a9244d866aacd
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Wed Dec 21 18:13:06 2011 -0500

    truespeech: fix invalid reads in truespeech_apply_twopoint_filter()
    
    fixes Bug 171
    (cherry picked from commit f264d336fe61c12ce9607c3060aa5d3dca947c61)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dfdb3ca34175482887dc0480a445b880d331c6c6
Author: Martin Storsjö <martin at martin.st>
Date:   Thu Dec 15 18:30:03 2011 +0200

    libavcodec: Define a side data type for parameter changes
    
    Also define a codec capability for codecs that can handle
    parameters changed externally between decoded packets.
    
    Signed-off-by: Martin Storsjö <martin at martin.st>
    (cherry picked from commit fe75dc8583b65612f3a94144ee090e741dc926d5)
    
    Conflicts:
    
    	libavcodec/avcodec.h
    	libavcodec/version.h
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c21440637e189a3c8f12670927e4a7b8158be7d8
Author: Martin Storsjö <martin at martin.st>
Date:   Thu Dec 15 16:11:49 2011 +0200

    libavcodec: Define a side data type for new extradata
    
    Signed-off-by: Martin Storsjö <martin at martin.st>
    (cherry picked from commit 195c123cc87bb46efbadb48b2f756ae49bdb6774)
    
    Conflicts:
    
    	libavcodec/version.h
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0620b6636e56b451cc0b76c0f42caf0401d009c9
Author: Nicolas George <nicolas.george at normalesup.org>
Date:   Wed Dec 21 17:10:02 2011 +0100

    doc: add a list of errno codes on some systems.
    (cherry picked from commit 1f797a5826fff7e487d91134fa4c58f54813a466)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f45a5c60b92271a4cc21d58e6315751307fd90e7
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Dec 21 18:19:06 2011 +0100

    mpeg12dec: reset first_field with picture_structure changes.
    Fixes Ticket809
    Bug found by: Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit a40f6a5c698e314ab8c2770c1230ae0d0bd23a33)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6ba87ba6f9f93f7d13820350f92b0c70e1de9749
Author: Martin Storsjö <martin at martin.st>
Date:   Wed Dec 21 15:32:39 2011 +0200

    configure: Show whether the safe bitstream reader is enabled
    
    Signed-off-by: Martin Storsjö <martin at martin.st>
    (cherry picked from commit 9c984b1bd726997ea48a1441a3a84ce97648706d)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=22721b2829f3599ae742fb1cbe2ebedaf50a4875
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Jan 3 21:05:25 2012 +0100

    mpegaudiodec: disable unneeded and not working checked reader.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9bd47bbcc616129b7b853b876dbe16d5109b6bb1
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 18 03:24:09 2011 +0100

    mpeg12: disable checked reader.
    overreads in mpeg12 are not possible
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 549749c68e7216b7a5714b9019ad20652e970d33)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42b69286de901e57dfd38267b17f48587d222ae3
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 18 03:20:41 2011 +0100

    mpeg4: disable checked bitstream reader, overreads are not possible.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 06192e42fd925a2b1c1850a112038180479ddac4)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e8928f7e972fc12fb101f51763cec09f178e7ff3
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 18 03:19:40 2011 +0100

    h263: disable slow checked reader, overreads are not possible in
    ffmpegs h263 decoder
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 8e7776036b11bf54bc8668eda3db1852f92a37fa)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b1933a1e1215170857d657d29a910199e5d17361
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 18 03:17:44 2011 +0100

    h264: disable checking reader, overreads are not possible
    in ffmpegs h264 decoder.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 38331d2036c3bd1b8f070b1fe351bb4fbfac0c34)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=36e30d7ab9b81415258cc6f8e22b55e02af36568
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Jan 3 21:01:08 2012 +0100

    proresdec2: fix for removed a32 reader
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ea199c707c948db4ba82f532c5192053119e5a41
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Fri Dec 16 21:42:04 2011 +0000

    get_bits: introduce safe bitreading to prevent overreads.
    
    When turned on, H264/CAVLC gets ~15% (CVPCMNL1_SVA_C.264) slower for
    ultra-high-bitrate files, or ~2.5% (CVFI1_SVA_C.264) for lower-bitrate
    files. Other codecs are affected to a lesser extent because they are
    less optimized; e.g., VC-1 slows down by less than 1% (all on x86).
    The patch generated 3 extra instructions (cmp, cmovae and mov) per
    call to get_bits().
    
    The performance penalty on ARM is within the error margin for most
    files, up to 4% in extreme cases such as CVPCMNL1_SVA_C.264.
    
    Based on work (for GCI) by Aneesh Dogra <lionaneesh at gmail.com>, and
    inspired by patch in Chromium by Chris Evans <cevans at chromium.org>.
    (cherry picked from commit 8cfbbd928cc94b4de6ad0a937cb818e999c7d75d)
    
    Conflicts:
    
    	configure
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09ce851c7e8685f0b46d30b471e411fbbf3d636e
Author: Mans Rullgard <mans at mansr.com>
Date:   Fri Dec 16 21:19:50 2011 +0000

    get_bits: remove A32 variant
    
    The A32 bitstream reader variant is only used on ARMv5 and for
    Prores due to the larger bit cache this decoder requires.
    
    In benchmarks on ARMv5 (Marvell Sheeva) with gcc 4.6, the only
    statistically significant difference between ALT and A32 is
    a 4% advantage for ALT in FLAC decoding.  There is thus no (longer)
    any reason to keep the A32 reader from this point of view.
    
    This patch adds an option to the ALT reader increasing the bit
    cache to 32 bits as required by the Prores decoder.  Benchmarking
    shows no significant change in speed on Intel i7.  Again, the
    A32 reader fails to justify its existence.
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>
    (cherry picked from commit a1e98f198e9db4e5ddfc2f777014179d3d7bc4d2)
    
    Conflicts:
    
    	libavcodec/get_bits.h
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5c2097cff79c66cb1a3aa7f49133fa265d9fb633
Author: Tomas Härdin <tomas.hardin at codemill.se>
Date:   Wed Dec 21 10:56:59 2011 +0100

    mxfdec: Sanity check PreviousPartition
    
    Without this certain files could get the demuxer stuck in a loop
    (cherry picked from commit 46d65fb8a574465499a470d0c34a30902e45176a)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a8826abf4aa9818b3a6e1d94f661be9fdce9032
Author: Tomas Härdin <tomas.hardin at codemill.se>
Date:   Tue Dec 20 18:11:10 2011 +0100

    mxfdec: Move the current_partition check inside mxf_read_header()
    
    This fixes SIGSEGV on files where this is actually the case, such as zzuf4.mxf
    (cherry picked from commit 184f479096dabcb1eafd9c661304f410a76780ed)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=46e4dd66dafda925748c40238904040fe20d5407
Author: Tomas Härdin <tomas.hardin at codemill.se>
Date:   Tue Dec 20 17:39:59 2011 +0100

    mxfdec: Check url_feof() in mxf_read_local_tags()
    
    This fixes the infinite loop with zzuf2.mxf
    (cherry picked from commit 2116e4ba917748c0985be2347d400ba0f3fe6c64)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7e35c3e177ad03411ca3a275ecac4bc9891f89b5
Author: Tomas Härdin <tomas.hardin at codemill.se>
Date:   Tue Dec 20 17:38:27 2011 +0100

    mxfdec: Check for NULL component
    
    This fixes SIGSEGV with zzuf1.mxf
    (cherry picked from commit 5e5e69d0787ae4939f3f8e8d6c0342310eda28ee)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0f38b11939ad3e3d93a165576006c1cdb6c89e95
Author: Sergey Radionov <RSATom at gmail.com>
Date:   Wed Dec 21 09:08:56 2011 +0700

    w32threads: wait for the waked thread in pthread_cond_signal.
    
    This fixes a deadlock VLC triggered with multithreaded decoding. The
    wait forces one of the current waiters to wake and not the thread
    which calls pthread_cond_signal() itself.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>
    (cherry picked from commit 2003a29284660255016b1ec4bd5dfb8d53e6a852)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd552756d999bc9531d8ff3db605032082e2cfb7
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Dec 21 04:52:34 2011 +0100

    avio: remove ENOTSUP mention in doxy as its not available on all supported platforms
    and thus cannot be used
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 077b086dea113182468f2b4e5cad8d166b06c084)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8056d020ad4404ea8462aeae9d48e0ec13354c17
Author: Luca Barbato <lu_zero at gentoo.org>
Date:   Wed Dec 21 02:50:57 2011 +0100

    fate: account for NUT 10bit support
    
    Some libavifilter tests use NUT as output even if the produced
    files were not decodable. The support for 10bit introduced in
    432f0e5b7d and 91b1e6f0c changed the hashes.
    (cherry picked from commit 9f3c77dd2a4fa4accf102c2af1f22567652b8e0f)
    
    Conflicts:
    
    	tests/ref/lavfi/pixdesc
    	tests/ref/lavfi/pixfmts_copy
    	tests/ref/lavfi/pixfmts_null
    	tests/ref/lavfi/pixfmts_scale
    	tests/ref/lavfi/pixfmts_vflip
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d20e948f075fb4fb1081c8ac9c3279b0fbc244d2
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Dec 21 00:35:10 2011 +0100

    indeo3: Fix null ptr dereference
    Fixes Ticket804
    Bug found by: Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 134aaa79f7f1ce1df64afc7d10d2b3de77df7b08)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=acbdee0a2b902884cf11b9284d1c812b7a4e51a6
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Dec 21 00:28:39 2011 +0100

    golomb: fix end of bitstream check
    Fixes Ticket806
    Bug found by Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit fc739b79ad7d0c360782a3193f4e6f9c30147707)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa86884dbc8b261e7f2861fe49dbfa2375e82ff3
Author: Rafaël Carré <funman at videolan.org>
Date:   Tue Dec 13 15:32:34 2011 +0100

    lavc: always align height by 32 pixel
    
    Interlaced content for most codec requires it.
    This patch is a stop-gap pending a serious rework to support
    codecs with non 16 pixel macroblocks.
    
    Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
    (cherry picked from commit 37c0dc626d2f8254ef623d987eb5077f9120755f)
    
    Conflicts:
    
    	libavcodec/utils.c
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d207417fb72f404ca8b01fef4010bdb08fff476
Author: Luca Barbato <lu_zero at gentoo.org>
Date:   Sun Dec 4 15:56:40 2011 +0100

    raw: add 10bit YUV definitions
    
    Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
    (cherry picked from commit 91b1e6f0c678e5d096185c2011f4ca56a3290a20)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb75ed3014b16ba07899313c170f94a4897a8cae
Author: Luca Barbato <lu_zero at gentoo.org>
Date:   Sun Dec 4 15:56:39 2011 +0100

    nut: support 10bit YUV
    
    Signed-off-by: Luca Barbato <lu_zero at gentoo.org>
    (cherry picked from commit 432f0e5b7d2329976ef7aee05d990c7462efd0ee)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=41ff9350e92a0be42a13b1481fed8b0a7367fbf3
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Dec 20 22:06:35 2011 +0100

    indeo5: Fix null pointer dereference
    Fixes Ticket803
    Bug found by: Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit f27930cd9a2d4970b182024a42a9f5103c942f21)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f8320fd34408493cd9e6987623dfdc8659192aa1
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Dec 20 22:03:25 2011 +0100

    ff*: Fix duplicatedly printed version info with -version
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 452406bd5bbf21a0da7104e6edca9c6e70636511)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ae26aab2c313d396806d9c2622458dd8663136c1
Author: Aneesh Dogra <lionaneesh at gmail.com>
Date:   Tue Dec 20 03:54:50 2011 +0530

    bytestream: add a new set of bytestream functions with overread checking
    
    Signed-off-by: Justin Ruggles <justin.ruggles at gmail.com>
    (cherry picked from commit fd22616c593156a35b4fe6acbd3668b0802f5f84)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7a8fc9906fc19993b9379685a1fde89a89e340e9
Author: Alex Converse <alex.converse at gmail.com>
Date:   Mon Dec 19 10:48:57 2011 -0800

    mpegts: Suppress invalid timebase warnings on DMB streams.
    
    timestamp_len and timestamp_res intialize to zero.
    (cherry picked from commit 41bdd4adc4ab90a5ef7d63050a4046fcba711365)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c2507fb986050cdad6e471ea0984957f78b14436
Author: Alex Converse <alex.converse at gmail.com>
Date:   Mon Dec 19 10:41:22 2011 -0800

    mpegts: Fix typo in handling sections in the PMT.
    
    This was an error rebasing 4682a1dc3aa2554ad7077f5db32d0f2d598d018e for
    commit. The "pes" variable guaranteed to be NULL in that block.
    (cherry picked from commit d9b89b23df4f63d67694507f3d1caee62424a9d8)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1db39228c6a4c01af9ede12537817d3027d915df
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Dec 20 18:00:30 2011 +0100

    roq: fix excessive memory alloc
    Fixes Ticket802
    Bug found by: Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit c1acd58198187b9d0ca9386add4c10fca33d2c21)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d8d25f143fe01caec33fef90c50709db52a35c9e
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Dec 20 17:51:53 2011 +0100

    alac: Check for bitstream overread
    Fixes Ticket801
    Bug found by: Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit a8469223f6bb756a44f6579439fcae24ccc739b1)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c550d56414b814f2ccb46d18f3cd520a1e46e79f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Dec 20 16:53:56 2011 +0100

    tm2: Check remaining size before init_get_bits()
    Fixes a null pointer dereference.
    Fixes 2nd half of Ticket800
    Bug found by: Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 65f0f9183b99881af58e90e3ae2ad8b0181d52f1)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d561025e4914bb1542afde08e9edd2db4eb5ae80
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Dec 20 16:52:42 2011 +0100

    avidec: move eof check before continue.
    Fixes a infinite loop
    Fixes half of Ticket800
    Bug found by Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 3c7f75bd84b4c30a0f86a491a37f759dfaaab86d)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=61fb7e17a25b62c3bbc9f72e3a23baca2a5beed9
Author: Stefano Sabatini <stefasab at gmail.com>
Date:   Tue Dec 20 13:17:03 2011 +0100

    lavd/lavfi: add check in case pix_fmts cannot be allocated in lavfi_read_header()
    (cherry picked from commit 4d475f7eb3969a378f1c2722118c57b62d2ac461)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5750a95f8b1b67ee78e0a9e93c72dd7e07589107
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Dec 20 11:23:46 2011 +0100

    swr: fix assert failure
    Bug found by: Oana Stratulat
    GCI-id: 7211207
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit aa1c590b29d30b11c2f4830e6bc08e8f936f557f)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a1a079dce435d9eb2471f493161c3577d1f5d509
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Dec 19 19:23:56 2011 +0100

    siff: simplify code by using ffio_limit()
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit b08a742526d05bcf300af820da5c79d2a05f9959)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2cdd89a5614ea1df731ddaa5ce4ada21a63c65ca
Author: Aneesh Dogra <lionaneesh at gmail.com>
Date:   Tue Dec 20 00:00:30 2011 +0530

    xl: Fix overreads
    
    Signed-off-by: Martin Storsjö <martin at martin.st>
    (cherry picked from commit 00aad121d8a6f365641345a8321bdaac1ff80649)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c0c5189e66c33bfbd48de1bb9b4bfd94865ba71e
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Dec 19 19:11:49 2011 +0100

    soxdec: check av_malloc return.
    Bug found by: durandal_1707
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 1dcce49e10dcebde9d2cc52565fa299c5fdfd691)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=125894f15f6c739883e2da53b7a9fa333bd406b0
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Dec 19 16:30:30 2011 +0100

    eamad: pass & check errors
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 1d0ae92a259b924952856de1a5ca0dc6fd5031e5)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=54cfb532a09f18e5da78722e94b23afb25f7ceca
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Dec 19 16:27:52 2011 +0100

    eamad: fix excessive memory allocation.
    Fixes Ticket792
    Bug found by Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 03a9c9932dbceff4d42d82b9c4fccf860093f0e9)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9a7ab20be424b2175fdd4a74e98046a1ff6e36c
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Dec 19 15:48:47 2011 +0100

    swscale: Fix several (real world) integer overflows.
    Fixes Ticket795
    Bug Found by: Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 90cad5edf64511721421a8ffa2b0e3024e3e68c0)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0ab9072ee032df3c716a98cf3b4fef2000053289
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Dec 19 11:47:15 2011 +0100

    dsicin demuxer: Fix excessive malloc()
    use ffio_limit()
    Fixes Ticket 790
    Bug found by: Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 9c5104e84ef8adcb6499eac040a6c5af47324e07)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3461d275063a4fe47e0dfc90cebe4cb54b69cca1
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Dec 19 11:46:34 2011 +0100

    lavf: split out ffio_limit()
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit e39eeb10d1b36b5681e42a7539d5b168fa292d61)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9c338b7c4ceef726c6e8064fe5fbcee325c3d3f2
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Dec 19 04:13:37 2011 +0100

    tqi: Fix passing errors from the MB decode. This silences some valgrind warnings.
    Fixes second half of Ticket794
    Bug found by: Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit f85334f58e1286287d0547a49fa9c93b40cbf48f)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=25cadd366bce02e3d1fc070ee6dd9f208e2b11c9
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Dec 19 04:09:23 2011 +0100

    adpcm: Fix crash
    Fixes half of Ticket794
    Bug found by: Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 608708009f69ba4cecebf05120c696167494c897)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f57c629b18cb0eebbb1203149390943c465acd9d
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Dec 19 03:43:53 2011 +0100

    proresdec: add UPDATE_CACHE, should fix decoding with -Os
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 29179239f5cf11c189a0ef20605ef5f5963fdb18)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0815a2907a55f20e18679c4d35c8421ec7317718
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 18 23:54:56 2011 +0100

    rl2demux: Fix FPE
    Fixes Ticket788
    Bug found by Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit f371396dfb95c116a05e9b9f690fa916bb2d815e)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d1e1674f66f584bd839bf6cd512af03329e557bf
Author: Paul B. Mahol <onemda at gmail.com>
Date:   Sat Dec 17 17:58:06 2011 +0000

    cljr: fix buf_size sanity check
    
    Signed-off-by: Janne Grunau <janne-libav at jannau.net>
    (cherry picked from commit 2e7905eee8d0f8813e703cacdd7b3ffdc4960656)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=21ca96049f2936a81d1f1ec432cb85031481bd22
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 18 22:43:19 2011 +0100

    siff: Fix excessive memory allocation.
    Bug found by: Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 1c73391d7d5e09977bc2c04b247647f69063cf19)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9f1dde03d5a0d5b2dacbe279a2be37610883e6ad
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 18 21:37:54 2011 +0100

    mov: detect EOF in mov_read_dref()
    This fixes a (near) infinite loop and Ticket783
    Bug found by: cosminamironesei
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit af3f2a87da1d37e5f227c1c289f62e84422879c2)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d0269db8e3369fddcfe5ce9daface2b95dde48da
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 18 20:12:16 2011 +0100

    adx_parser: rewrite.
    The previous code ended in multiple different infinite
    loops. See stl_ten_1_big.sfd as example with and without zzuf
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 7859740c6a2f9bc3dd247dc63b8e7cbd6181a5dd)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb42ed171d698324e16b2dded0ac7d419581a47f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 18 20:10:51 2011 +0100

    adxdec: Fix division by zero
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 6b6b84ae1625ce1e38ff5f1b4c0bf03450066e66)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2bbda9872fabf4038acbc98ceecfc1218a3370a8
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 18 20:10:30 2011 +0100

    adxdec: Do not require extradata.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit bdd62a615a74ba7d29b528263462937da132c62c)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9dd420ede168a95bf2896c9eaf17cccb6491487a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 18 18:57:56 2011 +0100

    adx_parser: Fix infinite loop.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 3bf1d787b58cf268f3c055d6f2509fd75258450b)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a1974d1ea0097a09213383027dfdf17703f4e127
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Sun Dec 18 13:48:44 2011 +0100

    Assume architecture arm for machine hardware name iPad*.
    
    uname -m returns for example "iPad2,1".
    (cherry picked from commit b6b00675112b411fbb10e8b01be1d3ddc2574cf9)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bf58e5422de237afba5d7a226a25f2473e585cbf
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Sun Dec 18 14:20:14 2011 +0100

    Fix possible endless loop when decoding amr.
    
    Fixes bug 151.
    
    Reviewed-by: Vitor Sessak
    (cherry picked from commit 290e7eb77bee5a54182fb3d5fb122c1e117190da)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=88eaab28278894a4885e81da877f9b92e15c2ddd
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 17 19:55:47 2011 +0100

    motion_est: avoid generating motion vectors that point between widthxheight and mb_widthxmb_height.
    No difference in PSNR or bitrate in the printed precission with the matrix lobby scene at 322x242
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 56bf2c2a192523e1d0f2328bd755e63b4a0a79f8)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c72d6416019b3a4b28837b3ad6d8a24674b6af5
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Dec 18 00:09:26 2011 +0100

    lagarith: rgb24 support
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 0db7b30700118d9d4b3ce0de8b1da94de747669e)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1bb565360cd9cb904bb22d0c367f226b3b417d3e
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 17 23:08:46 2011 +0100

    msvideo1enc: Check that dimensions are a multiple of 4.
    Fixes Ticket784
    Found by: ami_stuff
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit e09ffa45243e8615f3f9874c2d59abf6edde7084)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1acf921d6f30dba14cec7f334feeeddd433e256a
Author: Shitiz Garg <mail at dragooon.net>
Date:   Sat Dec 17 19:35:59 2011 +0530

    adpcm: Check for channels to be a non-zero integer
    
    channels would be 0 sometimes and would cause floating point exception
    Fixes bugzilla #124
    
    Signed-off-by: Justin Ruggles <justin.ruggles at gmail.com>
    (cherry picked from commit e614fac2e6e185a247d722d4e92368b3c3bc4bdb)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7bf3f79502e1721600021c0ed6b86f48140ac43a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 17 06:09:13 2011 +0100

    lavc: Check codec_ids against insertion/removial typos
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 83b46713f0941f468f20a149be206db1f78eb944)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e3316723b6056cdc3bb1ecfd36c0476ea6807443
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 17 05:45:34 2011 +0100

    avutil: check sampleformats enum, pict type enum and media type enum against insert/remove mistakes.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 75f2cc5134b884dd2088d7b16d6d33a46ecee02a)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=17d82125c5cddd0d79c0e25361196a847bb0e712
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 17 05:41:42 2011 +0100

    pixfmts: Selfcheck against insertions / deletions in the enum.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 68230eb3753f7496c4ba13e727dd48a5997eb23c)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=513b0f4872d101888997563fe263c76c546a3e25
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 17 05:02:11 2011 +0100

    aacdec: Fix null pointer crash
    Fixes bug170
    Bug found by: Gautam Gupta
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit f37b2d5a6884c7bea87a6c7454239381449bd637)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb2d66a47073c36d9fd7ee24daf150e95b1eb8ec
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 17 03:25:46 2011 +0100

    avienc: Fix rawvideo 32bit
    Bug found by: Rik Maes <rik.maes54 at gmail.com>
    Change based on suggestion by Rik Maes
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 53b6503184a9403e9ac7eb77a35059be64a308b0)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8c2fe23b1c74d38048668ae200514a5b95fe4eb0
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Dec 17 03:18:58 2011 +0100

    atrac3: Fix crash in tonal component decoding.
    Fixes Ticket780
    Bug Found by: cosminamironesei
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 9af6abdc17deb95c9b1f1d9242ba49b8b5e0b016)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c2aa7b70d426b82a54b77cd235f81a78ab6224ee
Author: Derek Buitenhuis <derek.buitenhuis at gmail.com>
Date:   Fri Dec 16 13:31:29 2011 -0500

    wavpack: Fix 32-bit clipping
    
    In the case that (frame_flags & 0x03) == 3, hybrid_maxclip
    may have had a signed integer overflow.
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>
    (cherry picked from commit bb9747c8eee134f2bf6058d368f8cbc799f4b7d3)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d055e9079f151f13d34e8e04f4aa7ca0273c448
Author: Derek Buitenhuis <derek.buitenhuis at gmail.com>
Date:   Fri Dec 16 13:31:28 2011 -0500

    wavpack: Clip samples after shifting
    
    It doesn't make much sense to clip pre-shift,
    nor is it correct for proper decoding.
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>
    (cherry picked from commit 365e1ec26d7e89a951ebd7851214f59f4aefdec0)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f23f24e3053394407521714e40d0b8398efd40b
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 20:34:34 2011 +0100

    CODEC_ID_SOL_DPCM: Fix used write buffer.
    Bug found by: Oana Stratulat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 6d8e6fe9dbc365f50521cf0c4a5ffee97c970cb5)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=34cee5bd373ec6cc297753957b73e47f31566a1d
Author: Shitiz Garg <mail-5deEcKV3Bynk1uMJSBkQmQ at public.gmane.org>
Date:   Fri Dec 16 04:50:21 2011 +0530

    cljr: Check if width or height are positive integers
    
    width and height might get passed as 0 and would cause floating point
    exceptions in decode_frame.
    Fixes bugzilla #149
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 4af0262f7d531c33b00d7f9dbca808d9c62d6a84)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=95234da75eac6e77d5747abecd3f2edf45c3a37c
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 19:43:54 2011 +0100

    ffmpeg: Fix killing [Y/n] prompt with ctrl-c
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 7b92863f30b1a748dc17bf662379261b42751f86)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb7579ae6f241b3048813cd82ed60d9eeb34bca0
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 19:37:32 2011 +0100

    ffmpeg: exit() on repeated ctrl-c
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit cf7076ee9685d1ae35f2838904574e8aba3b067d)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5341734b03a178d6eef66ec9d6caabdebe8164ae
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 18:55:52 2011 +0100

    h264: return the consumed amountg in case of Q264
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 3d07e0aba0c9c29ed17a1becfae61b8b58f46cd1)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3c7ba39d092c3318edc536b31bb3a47a0227ef4e
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 18:55:04 2011 +0100

    h264: retuen the amount read in case of NAL_END_SEQUENCE
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 227960427b726eaa6c83702e3d49679754cbc322)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7c98d284ff73b662f8f4c583018fafcdde62c111
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 18:52:56 2011 +0100

    h264: reset nal_unit_type so that decoding frames without any nal units
    dont leave its value at something random.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 902c0904139b532ae25113fb6e34fa4c5cdf7ebc)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c55b158b87426fe44b41601601f338f5ce41be6d
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 16:23:47 2011 +0100

    mtvdemuxer: fix segfault caused by truncated packets.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit f890cb948c932e3b01f9a616ff1600769c539853)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ca4ec76b7b8358dd6e3fa3da0bbd3dd652bd4af
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 15:46:45 2011 +0100

    lavf: print an error if a packet has been truncated due to filesize
    in av_get_packet()
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit ee181f84a31d5ba3efd28bd635f249cc5240f5a8)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=813c05fcd2d4c949f6919247c323e4f06e83529a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 15:44:29 2011 +0100

    txd/westwood: remove demuxer specific overallocate solutions as the new generic code
    handles it fine.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 207d9eab5a47c54173a3a3cbe990aa746fe6e39a)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dd5d2de5ec27e2b927f0f6aacaf18b72b6dd7e2e
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 15:40:21 2011 +0100

    lavf: Update AVIOContext.maxsize when hitting the end.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 559ae20dda9e84abf878ee10f8dcea78dacfd0cc)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c40296d1ad328ba9ac05feb95eaebb4c39cc0134
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 06:13:04 2011 +0100

    avidec: Check that the header chunks fit in the available filesize.
    Fixes Ticket771
    Bug found by: Diana Elena Muscalu
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 62adc60b97d854507d07a21b2f370ab5c69e6b7b)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cd5d5bf45c42d011efec5455162dfc6fb6e93afd
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 06:02:56 2011 +0100

    txddemux: Limit allocated packets to filesize.
    Fixes Ticket772
    Bug found by: Diana Elena Muscalu
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit f72601d06378494b5026b919fcd3eb5eb22799a1)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aed8e8f9f3aed29699f845b2a67a5b94f8dd2614
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 06:02:14 2011 +0100

    thp: simplify overallocate checks.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit a0009754442b339dd6f07f8fe4f803f272866912)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=349cca9f12e2290b27bba99627c8e4a8f8cdce7d
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 05:54:03 2011 +0100

    lavf: add internal AVIOContext.maxsize
    This allows simple and generic limiting of allocations used for packets.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 47572323f2f908913b4d031af733047d481fb1f6)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=58b65c12413d9277f30b6194b374e8884f3f1a71
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 05:35:04 2011 +0100

    thpdemux: Check that packed sizes are within the files data size and filesize.
    Fixes Ticket774
    Bug found by: Diana Elena Muscalu
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 482ee63641f4fa50f017538af384aadbceee7a18)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=44e7ef15ae65a647f912ee680e4c0d6628c25d43
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 05:13:58 2011 +0100

    avidec: Fix infinite loop caused by rounding of timestamps in non interleaved avis.
    Fixes Ticket775
    Bug found by: Diana Elena Muscalu
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit e098fba5d9c9d52aaddd83e63dd910ff20b841d2)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e7cb6e1c04f409db512639af1e74af28e3ae145e
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 04:16:01 2011 +0100

    j2kdec: Fix integer overflow leading to a segfault
    Fixes Ticket776
    Bug found by: Diana Elena Muscalu
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 1f99939a6361e2e6d6788494dd7c682b051c6c34)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4af03698f30d40700f31fcc5f1fc3286c3dab406
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 02:57:22 2011 +0100

    smackerdemuxer: check some values before instead of just after malloc()
    Fixes Ticket777
    Bug Found by: Diana Elena Muscalu
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit c402c1c976dc5bd63908d1aaff5b60521cbbee92)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8af76473b355a6753e9107cea7ae5c8443a88fd9
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Dec 16 01:32:28 2011 +0100

    westwooddemux: dont require avio_size() functionality.
    Found by reimar
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit e2a16e82b13d5dbf7567a4acf44619057f19eb9d)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7d96f764d6f2bbdb2e0680441ad63d2513bc42fb
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Fri Dec 16 01:04:43 2011 +0100

    Fix typo in v210 decoder options.
    (cherry picked from commit 56669837ce18d15d757a144712a082b9cb535c94)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b32554175c5f279f1d25c49f0910494efa29783c
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 15 23:54:29 2011 +0100

    ffmpeg: check return code from av_vsrc_buffer_add_frame()
    Fixed Ticket770
    Bug found by: Diana Elena Muscalu
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 1f273c2bf22c49e5f668debf52c497dabee636c7)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=134b7f57dbcd9eed254f5309b6d9bb1b993b8fe3
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 15 22:45:57 2011 +0100

    smacker: Check for overread in smka_decode_frame()
    Fixes a segfault with wetlog_fail.smk
    Bug found by: Shitiz Garg
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit d0f7927177077799abe540f9195b5ce1fc089183)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0177ac9637b3fb9599f0afd15f765743b6f1900c
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 15 21:26:50 2011 +0100

    lavf: Fix fps misdetection when codec_info_duration is 0 and only a few frames are used to estimate fps.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit d19ca77f42080e7b9a360aee65218724c52e08ae)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=17044e1a2bb1926a4937974b58e25061f03739a0
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 15 20:51:00 2011 +0100

    mov: Fix near infinite loop in stsd parsing.
    Fixes Ticket768
    Bug found by: Diana Elena Muscalu
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 5f95c130a020ec8f6eb7ade8808f59dac5834410)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=19babec06f54a9696e85964a84c01c1602ebcecc
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 15 20:27:51 2011 +0100

    westwooddemuxer: use av_get_packet()
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 4255d6d96cb80fd411c858d424626f60b97f52ac)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=02798736bf7b91968a67a11fd70bffebb61f0e22
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 15 20:25:50 2011 +0100

    westwooddemuxer: Fix 1gb alloc
    Fixes Ticket765
    Bug Found by: Diana Elena Muscalu
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit f68b19fc28df0a15fa6134726954365d70dec74f)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=56e2190e1095d0f76a8b2b05f492fae476ef043a
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Thu Dec 15 19:23:07 2011 +0100

    Fix linesize for bmp with bitdepth < 8.
    
    Fixes ticket #751.
    (cherry picked from commit 6f2054c589a467b7eaa0c4383c29fcced1280265)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=54aa78adaa3b3c6863760cf1467c4a450dbdedce
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 15 17:23:39 2011 +0100

    h264: fix midstream extardata handling with dump.f4v
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit a4755df5236551ab53a5bf4b970748809593adf6)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c575d63ac2dd3dd925d5e855fe36bf537264f138
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Dec 13 19:46:29 2011 +0100

    ffmpeg: reset dts/pts after decoding the first subpacket
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 6c39b3c278e2367056c7b53c8d48d4259a085e61)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3f1e77a44c10b4468e7d5ac64fdc371fdeaf923a
Author: Martin Storsjö <martin at martin.st>
Date:   Thu Dec 15 15:10:57 2011 +0200

    flvenc: Support muxing 16 kHz nellymoser
    
    Signed-off-by: Martin Storsjö <martin at martin.st>
    (cherry picked from commit bd2ff1a8bc01668b66314c20494c839f774de38e)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=923deca05f85e097e2607f22f195da28a89e97d9
Author: Mans Rullgard <mans at mansr.com>
Date:   Thu Dec 15 16:31:07 2011 +0000

    v410enc: fix output buffer size check
    
    The encoder clearly needs width * height * 4 bytes.
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>
    (cherry picked from commit dabba0c676389b73c7b324fc999da7076fae149e)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d1f74d838ef95b660cf07ad2c8b3ea0af9e523b7
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 15 15:23:38 2011 +0100

    jpegdec: check return value of mjpeg_decode_dc()
    Fixes Ticket754
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 484b1cdd5303771447e15d0067a2034b0c17fdc8)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=07892e33ef393ca7699eb4442583107d9e292041
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 15 14:09:23 2011 +0100

    h264: Fix build with --disable-everything --enable-decoder='h264' --disable-optimizations
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit d998a6ddeef987bbd82fad474b02cddc681a7c6a)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c62a00e683bfb58c4dd5e33823e9d0d28904afc
Author: Shitiz Garg <mail at dragooon.net>
Date:   Thu Dec 15 14:32:59 2011 +0530

    westwood: Make sure audio header info is present when parsing audio packets
    
    Audio header information might get scrambled and would not parse,
    yet wsqva_read_packet would try to parse audio packets causing
    segfaults such as floating point exception.
    
    Fixes bugzilla #141.
    
    Signed-off-by: Martin Storsjö <martin at martin.st>
    (cherry picked from commit 566ee0eaf1543101f7a441cc42e3ddad097363bf)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1804becb30eca0e95d85925bf9aead586809dee6
Author: Martin Storsjö <martin at martin.st>
Date:   Wed Dec 14 22:32:29 2011 +0200

    libgsm: Reset the MS mode of GSM in the flush function
    
    The mode is set in libgsm_decode_init, but the decoder
    object is simply destroyed and recreated in the flush
    function - therefore the mode has to be set again.
    
    This fixes playback using the libgsm_ms decoder in avplay.
    
    Signed-off-by: Martin Storsjö <martin at martin.st>
    (cherry picked from commit 1b35af3225392a5328f6534c53e96a56cd5eb305)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a11c9d77781b1bb5f94f5925de9896069d35a0cc
Author: Martin Storsjö <martin at martin.st>
Date:   Wed Dec 14 22:14:28 2011 +0200

    libgsm: Set options on the right object
    
    This fixes regressions in decoding using the libgsm_ms decoder,
    broken since 0eea21294354.
    
    Signed-off-by: Martin Storsjö <martin at martin.st>
    (cherry picked from commit 8637af8d2499e72ad6662627dae9f245e3e961df)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1d23f5bbefa843a912873d3aa778358f6847e279
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 15 04:59:21 2011 +0100

    h263dec: Fix regression / crash with lowres.
    Fixes Ticket757
    Bug Found by: ami_stuff
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 21270cffaeab2f67a613907516b2b0cd6c9eacf4)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c0ff6b6378bae114ed019f43a40feda10e59e4ba
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 15 04:42:13 2011 +0100

    flicvideo: input buffer pointer checks.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 30b996d443aeb105d0017b06ce590c55a0b2f9f4)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a805e5334637c74af7ae45a838ef78fa2acb7d8
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 15 04:24:38 2011 +0100

    flicvideo: fix overread.
    Bug Found by: Diana Elena Muscalu
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit afb2bac48d0d044718c2da3d34a97bee244be2e3)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6b7a14e5993848ffa6a388ca3829b3b2652f7afc
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 15 03:59:29 2011 +0100

    aacsbr: Fix memory corruption.
    Fixes Ticket760 and Ticket761
    Bug Found by: Diana Elena Muscalu
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 944f5b2779e4aa63f7624df6cd4de832a53db81b)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b6c19c9c918aee09d28606df4fe0481f96bc3695
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 15 02:43:03 2011 +0100

    h264: check chroma_format_idc range.
    Fixes Ticket758
    Bug found by: Diana Elena Muscalu
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 7fff64e00d886fde11d61958888c82b461cf99b9)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e8bd1af0950de54ea33bbcf46766ad4633f263d9
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 15 01:30:38 2011 +0100

    indeo3: check return values of allocate_frame_buffers()
    Bug Found by: Diana Elena Muscalu
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit cd645c15d8d91444e49aea589ace4d9f76210641)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09453e6bd363da877d0ad7cf8b6df02e6d747116
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Dec 15 00:26:14 2011 +0100

    mtv: Fix FPE with 0 dimensions.
    Fixes Ticket755
    Bug Found by: Diana Elena Muscalu
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 8b9b6332dfeb169098c8ab1351d66fc5b474dd55)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bf9af661b8647c9ecbfe75e24b0aa3497c4ddd73
Author: Martin Storsjö <martin at martin.st>
Date:   Wed Dec 14 20:34:58 2011 +0200

    applehttp: Properly clean up if unable to probe a segment
    
    This avoids a segfault if the probe function wasn't able to
    determine the format.
    
    The bug was found by Panagiotis H.M. Issaris.
    
    Signed-off-by: Martin Storsjö <martin at martin.st>
    (cherry picked from commit 115a57302a7d6661426304bec3a5bc72d0edf4b0)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63d5fa55fe1aad9eb64c91c41e11c581808085c4
Author: Martin Storsjö <martin at martin.st>
Date:   Wed Dec 14 20:33:39 2011 +0200

    applehttp: Avoid reading uninitialized memory
    
    Signed-off-by: Martin Storsjö <martin at martin.st>
    (cherry picked from commit c41b9842ceac42bedfd74a7ba2d02add82f818a9)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d344e45f19d8bd52b9150304b1ab78e4f5e99bef
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Wed Dec 14 15:08:59 2011 +0100

    Detect 'yuv2' as rawvideo also in avi.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=485d088f9437985f92720f9a19e278f1820a9922
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Dec 14 05:19:53 2011 +0100

    fate: fix v410 on big endian
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 0a11e7ffbaaade9630e492ebfabfd587e191df72)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84f3bdb8f4f745f54d0ec702e67e9d591294fe48
Author: Derek Buitenhuis <derek.buitenhuis at gmail.com>
Date:   Tue Dec 13 17:19:00 2011 -0500

    fate: Add FATE tests for v410 encoder and decoder
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 64a0b826e1d4731f82fcbbc1137c897945a5477c)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=93442a27c5a6947ee35021c61e99a4ce67896040
Author: Derek Buitenhuis <derek.buitenhuis at gmail.com>
Date:   Tue Dec 13 14:24:56 2011 -0500

    v410 encoder and decoder
    
    v410 is a packed 10-bit 4:4:4 YCbCr format used in
    QuickTime.
    
    Signed-off-by: Derek Buitenhuis <derek.buitenhuis at gmail.com>
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 309ffa4fe3388d842a51000dc7d56abac53ff759)
    
    Conflicts:
    
    	libavcodec/version.h
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bfe7d96ed26a8ba7143e3b5a610dad1c3fe84780
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Dec 14 00:57:34 2011 +0100

    MAINTAINERS: add 0.9
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 635a301683db314aa21717276420ad8b5267f07e)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=97e6a0fa2ac5f18c7f7fe593add9a4e64b9a29dd
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sun Dec 11 17:37:40 2011 +0100

    Support "VLB " audio in NSV files.
    
    See samples/nsv/vlb_audio.
    
    Signed-off-by: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
    (cherry picked from commit 36be045ed7942e07742c3cf3d3012b1d2a9ec344)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e4d30397b6c3fbbf567fba8eb9249aacad1187d
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Dec 13 19:47:57 2011 +0100

    decoding example: reset pts/dts after subpacket.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 0e187fd13c2e38e8ec90757101c33410c69ac16a)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=399e5b675be9bfb08c1cb53ed8b62393ce69c6f1
Author: Gaurav Narula <gnarula94 at gmail.com>
Date:   Tue Dec 13 23:11:37 2011 +0530

    ulti: Fix invalid reads
    
    Signed-off-by: Martin Storsjö <martin at martin.st>
    (cherry picked from commit a99273ebf328658c183c2d267f1c2b8bfac58bb3)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a2fbb0a8435e0d29bf5067cb13344e1d6e11939
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Dec 13 15:45:43 2011 +0100

    msrledec: Check for overreads
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 53be37e368928e7f274e33ef8d118109da373c79)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b4ad6413349c88833a7e48af68283fcf04f9433b
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Dec 13 15:45:04 2011 +0100

    aascdec: Check input buffer size on raw data.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit be5db7004f9d7b42b5ae9068b181dff383367e36)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=60cb07196f0cdd63cf3c98ea8354113af7436adb
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sun Dec 11 10:34:08 2011 +0100

    lavf: add avformat_close_input().
    
    It sets the supplied AVFormatContext pointer to NULL after freeing it,
    which is safer and its name is consistent with other lavf functions.
    
    Also deprecate av_close_input_file().
    (cherry picked from commit 526604545fb1cc0c11af356fbffd5cddf8cdc95f)
    
    Conflicts:
    
    	doc/APIchanges
    	libavformat/utils.c
    	libavformat/version.h

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c30e59383b0fd958cd45ade28485543589c61a31
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Dec 28 21:46:57 2011 +0100

    cljrdec: improve scaling somewhat
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit 7e5cbb3c2d96c27d526aa69cbdbd1ab23739d7e5)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b9e09c9eab3f1fdbc93043908a23092c8a691491
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Dec 28 21:29:03 2011 +0100

    cljrenc: fix scaling
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit a1ca45317df0993e98b4e3aec9ebdae64449478b)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dfdf616773c3f9a1b610978f120f811cf0bd581a
Author: Clément Bœsch <clement.boesch at smartjog.com>
Date:   Mon Jan 2 09:39:11 2012 +0100

    mp3enc: fix playback with mp3 encoded files on some devices.
    
    This partially reverts 1fea432b; header variable needs to keep its value
    in case it triggers "if (needed <= c.frame_size)".
    (cherry picked from commit e1a8164d62fb8d1943b3f7a66500f0315ca8fe76)
    
    Conflicts:
    
    	libavformat/mp3enc.c

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=46d0aee3c498521f5fbde9d5ec587978ff203f0d
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Dec 21 15:49:56 2011 +0100

    lavc: Do not fail audio decoding if user has set a custom get_buffer.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    (cherry picked from commit c3846e3ebab610be691adb8b40d376dc2f675dc4)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>



More information about the ffmpeg-cvslog mailing list