[FFmpeg-cvslog] New commits on branch oldabi

Git System git at videolan.org
Sun May 15 21:17:53 CEST 2011


URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=33651e3edffcf404e7dce33395b31b1113e5d4b2
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 15 19:38:46 2011 +0200

    Revert "lavc: remove the FF_API_VIDEO_OLD cruft."
    
    This reverts commit e89e5afdd04a0f081ecc38b528c1147f204027d7.
    
    Conflicts:
    
    	libavcodec/utils.c
    	libavcodec/version.h
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d46aada5c2c71b9b0a259e62699cab25837053b2
Merge: 66b1f21 5a15360
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 15 19:18:02 2011 +0200

    Merge branch 'master' into oldabi
    
    * master: (403 commits)
      Initial caf muxer.
      Support decoding of amr_nb and gsm in caf.
      Fix decoding of msrle samples with 1bpp.
      udp: remove resource.h inclusion, it breaks mingw compilation.
      ffmpeg: Allow seting and cycling through debug modes.
      Fix FSF address copy paste error in some license headers.
      Add an aac sample which uses LTP to fate-aac.
      ffmpeg: Help for interactive keys.
      UDP: dont use thread_t as truth value.
      swscale: fix compile on mingw32
      [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats.
      arm: properly mark external symbol call
      ffmpeg: Interactivity support. Try pressing +-hs.
      swscale: 10l forgot git add this change from ronald.
      AVFrame: only set parameters from AVCodecContext in decode_video*() when no frame reordering is used.
      avcodec_default_get_buffer: init picture parameters.
      swscale: properly inline bits/endianness in yuv2yuvX16inC().
      swscale: fix clipping of 9/10bit YUV420P.
      Add av_clip_uintp2() function
      Support more QT 1bpp rawvideo files.
      ...
    
    Conflicts:
    	libavcodec/flacenc.c
    	libavcodec/h261dec.c
    	libavcodec/h263dec.c
    	libavcodec/mpeg12.c
    	libavcodec/msrle.c
    	libavcodec/options.c
    	libavcodec/qpeg.c
    	libavcodec/rv34.c
    	libavcodec/svq1dec.c
    	libavcodec/svq3.c
    	libavcodec/vc1dec.c
    	libavcodec/version.h
    	libavfilter/avfilter.h
    	libavformat/file.c
    	libavformat/options.c
    	libavformat/rtpproto.c
    	libavformat/udp.c
    	libavutil/avutil.h
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5a153604c930792aa7f00c55cbf3c470f582dfb7
Merge: 2c4ad1a 888fa31
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 15 04:40:50 2011 +0200

    Merge remote branch 'qatar/master'
    
    * qatar/master:
      Fix FSF address copy paste error in some license headers.
      Add an aac sample which uses LTP to fate-aac.
    DUPLICATE  [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats.
      arm: properly mark external symbol call
    
    Conflicts:
    	libavcodec/x86/ac3dsp.asm
    	libavcodec/x86/deinterlace.asm
    	libavcodec/x86/dsputil_yasm.asm
    	libavcodec/x86/dsputilenc_yasm.asm
    	libavcodec/x86/fft_mmx.asm
    	libavcodec/x86/fmtconvert.asm
    	libavcodec/x86/h264_chromamc.asm
    	libavcodec/x86/h264_deblock.asm
    	libavcodec/x86/h264_idct.asm
    	libavcodec/x86/h264_intrapred.asm
    	libavcodec/x86/h264_weight.asm
    	libavcodec/x86/vc1dsp_yasm.asm
    	libavcodec/x86/vp3dsp.asm
    	libavcodec/x86/vp56dsp.asm
    	libavcodec/x86/vp8dsp.asm
    	libavcodec/x86/x86util.asm
    	libswscale/ppc/swscale_template.c
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2c4ad1a37b7980b40d6875daea4f87b154509c2e
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Sun May 15 03:25:27 2011 +0200

    Initial caf muxer.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c3803f6bb50038970ee40daa25cfb3ea484febd
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Sun May 15 02:42:58 2011 +0200

    Support decoding of amr_nb and gsm in caf.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=445ee35e21c92e2429241d65bdba65f6e7c09132
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Sun May 15 02:38:02 2011 +0200

    Fix decoding of msrle samples with 1bpp.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b915726ebeab8ce4125dacb4afa79f04913a6fe
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 15 01:48:17 2011 +0200

    udp: remove resource.h inclusion, it breaks mingw compilation.
    
    The header seems unneeded, if its needed we will put it back with appropriate #if
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=90bb2c78d6344537aa8c670334cffae2f2bb7259
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 15 01:39:04 2011 +0200

    ffmpeg: Allow seting and cycling through debug modes.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=888fa31ecafa75cef3c154e129c45060eea88bd7
Author: Diego Biurrun <diego at biurrun.de>
Date:   Sat May 14 21:32:31 2011 +0200

    Fix FSF address copy paste error in some license headers.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=08e434b015b204e36aa03a645249d6ca260bc6d1
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Tue Apr 26 18:19:52 2011 -0400

    Add an aac sample which uses LTP to fate-aac.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=34e838083e385a96640f07923b2b45798a12baa4
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat May 14 15:51:47 2011 +0200

    ffmpeg: Help for interactive keys.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e60e54ceb55ae81f071a0f36cc87a39488047fd1
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat May 14 13:34:08 2011 +0200

    UDP: dont use thread_t as truth value.
    
    Unbreak compile on mingw.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=502e858fd2cae24d5090acd5c79619b93756baa3
Author: Peter Belkner <pbelkner at snafu.de>
Date:   Sat May 14 13:22:46 2011 +0200

    swscale: fix compile on mingw32
    
    Compiling "swscale.c" breaks on MINGW32 because of multiple including
    "libswscale_template.c"

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=76f8a96e008c2f383c52750e90ff8f1f30e6d72a
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Fri May 13 19:01:50 2011 -0400

    [PATCH] Update pixdesc_be fate refs after adding 9/10bit YUV420P formats.
    
    Also remove code that overwrites the C versions of functions in
    sws_init_swScale_altivec(), so that it uses the C functions of files
    if no altivec-optimized version exists.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b1eb7a12047d2ba03990b40f3940db33ea4b0bd6
Author: Martin Aumüller <aumuell at reserv.at>
Date:   Sat May 14 10:10:27 2011 +0200

    arm: properly mark external symbol call
    
    Surround memset and ff_vp8_dct_cat_prob by X() in order to fix iOS build
    
    Includes patch by Luca Barbato <lu_zero at gentoo.org>.
    
    Signed-off-by: Luca Barbato <lu_zero at gentoo.org>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0f6a8579af0bd7e895e1bff32c73de48ac8a5853
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat May 14 02:54:28 2011 +0200

    ffmpeg: Interactivity support. Try pressing +-hs.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b025431bfee2f81a5a0a613f49cac354e4aa9dfa
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Sat May 14 02:47:14 2011 +0200

    swscale: 10l forgot git add this change from ronald.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=58c03f6d7d6eabdbc25103e8229a06ddf3718bb9
Merge: 01d3eba 9f54e46
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat May 14 02:19:23 2011 +0200

    Merge remote branch 'qatar/master'
    
    * qatar/master:
      swscale: properly inline bits/endianness in yuv2yuvX16inC().
    (We didnt pull the bug)  swscale: fix clipping of 9/10bit YUV420P.
      Add av_clip_uintp2() function
    (our patch / duplicate)  dfa: fix buffer overflow checks to avoid integer overflows.
    (our patch / duplicate)  movenc: always write esds descriptor length using 4 bytes.
    (our patch / duplicate)  ffmpeg: use parse_number_and_die() when it makes sense
    (No thanks)  ffmpeg: get rid of the 'q' key schizofrenia
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=01d3ebaf219d83c0a70cdf9696ecb6b868e8a165
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat May 14 00:11:10 2011 +0200

    AVFrame: only set parameters from AVCodecContext in decode_video*() when no frame reordering is used.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a3bc7a9ebf37e642878f6a50a234feb987e732e9
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri May 13 23:23:30 2011 +0200

    avcodec_default_get_buffer: init picture parameters.
    
    Fixes multithreading regression introduced in 64c06615d2b99fb9f4ffd6226d0e5787b44a41e2
    Fixes ticket197
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9f54e461fecec7a97ec1b97ae4468135ea770609
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Fri May 13 10:28:49 2011 -0400

    swscale: properly inline bits/endianness in yuv2yuvX16inC().

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c3d68ec9c5fc8b86de2bf3757d353e6ff4ce0815
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Fri May 13 16:45:04 2011 -0400

    swscale: fix clipping of 9/10bit YUV420P.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1550f45a8928f31c48f770b5ddf860c99a57687e
Author: Mans Rullgard <mans at mansr.com>
Date:   Fri May 13 16:39:17 2011 +0100

    Add av_clip_uintp2() function
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2bd12ee3c8dd7b2555af9aafa0b484b32ba59520
Author: ami_stuff <ami_stuff at o2.pl>
Date:   Fri May 13 18:10:33 2011 +0200

    Support more QT 1bpp rawvideo files.
    
    Fixes ticket #189.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=29ef0174cc0c4bdf188cf3e5c27790529c33d18c
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri May 13 17:49:00 2011 +0200

    UDP: udp depends on pthreads now
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03f8f39769f385f04b770c748a46298e46ab3196
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri May 13 17:16:15 2011 +0200

    udp: switch custom fifo to libavutil fifo.
    
    This also allows us to drop the semaphore as our fifo is lock free.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=593bb98d617de8ebfcd686a08be16ea1c26c84e3
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri May 13 16:31:05 2011 +0200

    udp: use FFMAX&FFMIN.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4275602183d35eed9a9b7bbfef57ffc44d3484e7
Author: JULIAN GARDNER <joolzg at btinternet.com>
Date:   Fri May 13 16:28:42 2011 +0200

    udp: add a thread into udp.c for receiving data into a circular buffer, this stops the problem of live decoding/encoding giving errors.
    
    Also added a buf_size which is the number of TS packets that to be allocated for the circular buffer.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4d15f194b48ad1d92cca2559b6b0db3f0f234528
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri May 13 02:07:09 2011 +0200

    tiffenc: set bpp table for monow/monob formats
    
    Also makes the bpp_tab non static const, as it needs to be changed in
    this case.
    
    Fix encoding of monow/monob images, fix trac issue #193.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ac8d6f120da3f342cd0fc8af35d9633dbaddcfe5
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri May 13 02:03:18 2011 +0200

    tiffenc: factorize code for monow/monob case in encode_frame() switch
    
    Reduce code duplication, increase robustness.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=995013ebc847f9c7bdc5fd8dc1df53c9ad4a7066
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri May 13 01:49:15 2011 +0200

    tiffenc: fix bpp value for monow/monob formats

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d8297ca443c8f7cc9ce3959ad287f9d380343266
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon May 9 22:11:57 2011 +0200

    tiff: fix linesize for mono-white/black formats
    
    Fix decoding of file Test_1bpp.tif, fix trac issue #171.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=762b4662f04026ae31bb2be9678e42b7f2c4e2c1
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon May 9 21:26:39 2011 +0200

    tiff: print log in case of unknown / unsupported tag
    
    Helps debugging.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2c9a5172d328259c5d76e588f2ddc12f439ffcd0
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Tue Mar 29 21:14:55 2011 +0200

    dfa: fix buffer overflow checks to avoid integer overflows.
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7e19a6e86814b08073b4b8873598ef5d94e6345d
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Wed Mar 30 14:08:16 2011 -0700

    movenc: always write esds descriptor length using 4 bytes.
    
    ipod shuffle doesn't support anything else.
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dbe94539469b6d5113b37ea45eaf69ddbe34154e
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon Apr 11 13:16:07 2011 +0200

    ffmpeg: use parse_number_and_die() when it makes sense
    
    Prefer parse_number_or_die() over atoi()/atol() parsing for the options:
    -pass, -top, -vc, and -qscale.
    
    Improve input validation.
    
    Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8fb566fdf839206584b1dec7da2eb9c9540108fa
Author: Anton Khirnov <anton at khirnov.net>
Date:   Thu May 12 15:15:07 2011 +0200

    ffmpeg: get rid of the 'q' key schizofrenia
    
    SIGINT for quitting should be enough for everybody.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e3114a9c8a83fc029799209b443eddd45155c793
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri May 13 05:10:24 2011 +0200

    Add checksums specific to BE machines after last swscale update.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72153419b52c96b1ed4a1bfb7e7793ddde7d71b2
Merge: 410ca3b 552a999
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri May 13 04:40:40 2011 +0200

    Merge remote branch 'qatar/master'
    
    * qatar/master: (33 commits)
      rtpdec_qdm2: Don't try to parse data packet if no configuration is received
      ac3enc: put the counting of stereo rematrixing bits in the same place to make the code easier to understand.
      ac3enc: clean up count_frame_bits() and count_frame_bits_fixed()
      mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just via AVFrame.
      srtdec: make sure we don't write past the end of buffer
      wmaenc: improve channel count and bitrate error handling in encode_init()
      matroskaenc: make sure we don't produce invalid file with no codec ID
      matroskadec: check that pointers were initialized before accessing them
      lavf: fix function name in compute_pkt_fields2 av_dlog message
      lavf: fix av_find_best_stream when providing a wanted stream.
      lavf: fix av_find_best_stream when decoder_ret is given and using a related stream.
      ffmpeg: factorize quality calculation
      tiff: add support for SamplesPerPixel tag in tiff_decode_tag()
      tiff: Prefer enum TiffCompr over int for TiffContext.compr.
      mov: Support edit list atom version 1.
      configure: Enable libpostproc automatically if GPL code is enabled.
      Cosmetics: fix prototypes in oggdec
      oggdec: fix memleak with continuous streams.
      matroskaenc: add missing new line in av_log() call
      dnxhdenc: add AVClass in private context.
      ...
    
    swscale changes largely rewritten by me or replaced by baptsites due to lots of bugs in ronalds code.
    Above code is also just in case its not obvios to a large extended duplicates that where cherry picked
    from ffmpeg.
    
    Conflicts:
    	configure
    	ffmpeg.c
    	libavformat/matroskaenc.c
    	libavutil/pixfmt.h
    	libswscale/ppc/swscale_template.c
    	libswscale/swscale.c
    	libswscale/swscale_template.c
    	libswscale/utils.c
    	libswscale/x86/swscale_template.c
    	tests/fate/h264.mak
    	tests/ref/lavfi/pixdesc_le
    	tests/ref/lavfi/pixfmts_copy_le
    	tests/ref/lavfi/pixfmts_null_le
    	tests/ref/lavfi/pixfmts_scale_le
    	tests/ref/lavfi/pixfmts_vflip_le
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=410ca3bc2d5e95078f3d6698a2f9e53c2fd24f95
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Fri May 13 01:08:01 2011 +0200

    Support Digital Voodoo SD 8 Bit in mov (ticket 195).

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=92ccdfb8bfbe0b183c6989d8c2d0f02f887c3c47
Author: ami_stuff <ami_stuff at o2.pl>
Date:   Fri May 13 00:49:29 2011 +0200

    Support R10g in mov.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=86f2c36c6c62cf0c5789dee975c57029a2b4cf86
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Fri May 13 00:23:30 2011 +0200

    Add 5.1 plus stereo-downmix to mov_channel_layout array.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=69b6b2d2bc363888957ba8a535bbb7b893894907
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Fri May 13 00:23:00 2011 +0200

    Set channel_layout for S302M.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0aac0403c54eb7f47d5d707e1368e52763043a69
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Fri May 13 00:22:05 2011 +0200

    Map mlp surround channels to FFmpeg rear channels.
    
    This allows more 3rd party applications to correctly read
    the resulting wav files.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a37f7b62461e43f90b30d231e97fb105ae5028fe
Author: Alexandre Colucci <alexandre at elgato.com>
Date:   Fri May 13 00:21:19 2011 +0200

    Support native DTS channel order when requested.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=552a99957f7c6f6ed13795caee7ab7b9deb5d76e
Author: Martin Storsjö <martin at martin.st>
Date:   Thu May 12 22:47:53 2011 +0300

    rtpdec_qdm2: Don't try to parse data packet if no configuration is received
    
    The later parsing of payload data depends on the configuration
    being present. If it hasn't been configured properly yet,
    parsing a data packet may lead to a crash.
    
    Signed-off-by: Martin Storsjö <martin at martin.st>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f0eb373f9dcd3a98177e5637755b3332bd77b1a8
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu May 12 20:05:47 2011 +0200

    pixfmt-Comment: Fix big/little typo
    
    Found-by: kierank
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4d7a4215748e8dc3740dfe6be4070ce055df6023
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Sat Apr 30 15:55:18 2011 -0400

    ac3enc: put the counting of stereo rematrixing bits in the same place to
    make the code easier to understand.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=257de756fb3da2576c8641e0a31f1785e2439f9d
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Sat Apr 30 15:52:55 2011 -0400

    ac3enc: clean up count_frame_bits() and count_frame_bits_fixed()

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c4fb3b0327dc911a7b46b8b8193e97b1fb4afe65
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Feb 23 23:38:52 2011 +0100

    mpegvideo: make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just via AVFrame.
    
    This allows the values to be used without changing C code and is closer to how
    the other DEBUG flags work.
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ea5fa19427fdaba332b908758f5779add7084bbe
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Fri Mar 25 01:02:53 2011 +0100

    srtdec: make sure we don't write past the end of buffer
    
    Signed-off-by: Aurelien Jacobs <aurel at gnuage.org>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ee81e76db119c4ac4f52404d9d826969975aa77f
Author: Tomas Härdin <tomas.hardin at codemill.se>
Date:   Mon Mar 21 10:52:36 2011 +0100

    wmaenc: improve channel count and bitrate error handling in encode_init()
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=89d4c130574c6f2a617c5fde6f9b8a82da7a1e28
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Thu Mar 24 01:56:26 2011 +0100

    matroskaenc: make sure we don't produce invalid file with no codec ID
    
    Signed-off-by: Aurelien Jacobs <aurel at gnuage.org>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9c569ef7129d2e2972a5caa9cc01899a502b4bbf
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Thu Mar 24 00:28:19 2011 +0100

    matroskadec: check that pointers were initialized before accessing them
    
    Signed-off-by: Aurelien Jacobs <aurel at gnuage.org>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ad0693edccdc01dc7415b9efdc96ea5ab0dbf34
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Thu Mar 17 12:52:40 2011 +0100

    lavf: fix function name in compute_pkt_fields2 av_dlog message
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2c7158169859eb2dd49a72337f9f3f28347da77a
Author: Marton Balint <cus at passwd.hu>
Date:   Sun Feb 20 01:18:30 2011 +0100

    lavf: fix av_find_best_stream when providing a wanted stream.
    
    In the main loop, stream_number is incremented after checking the stream type,
    so the search usually will not find the wanted stream.
    
    This patch eliminates the useless stream_number variable and introduces a new
    one, called real_stream_index to store the real stream index of the current
    stream, no matter if we are looping through all the streams or only the streams
    of a program.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6b35a795f8ca34c92da8de81f7b20b2d47d71468
Author: Marton Balint <cus at passwd.hu>
Date:   Sun Feb 20 01:18:49 2011 +0100

    lavf: fix av_find_best_stream when decoder_ret is given and using a related stream.
    
    Yet another fix for the code originally designed for use without related_stream.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5da116a3fde9013846bd7b385cdde5ce2951869c
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed Apr 6 21:17:32 2011 +0200

    ffmpeg: factorize quality calculation
    
    Calculate quality value once per stream in print_report().
    Also fix segfault, as coded_frame can be NULL.
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bbc572a2c4d6d71b1c43e7853dd8caba3234dff6
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon May 9 12:51:24 2011 +0200

    tiff: add support for SamplesPerPixel tag in tiff_decode_tag()
    
    Format detection and internal frame initialization is moved to a
    separate init_image() function, which is called when all the tags have
    been read, and so both BitsPerSample and SamplesPerPixel information
    has been collected.
    
    This fixes decoding of the file 11.tiff from roundup issue #1925.
    
    Based on a patch by Kostya Shishkov <kostya.shishkov at gmail.com>.
    
    Signed-off-by: Diego Biurrun <diego at biurrun.de>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b874dcc002da5abb2168d44b3db76fbbb135c89
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu May 12 17:46:02 2011 +0200

    ffv1: Add PIX_FMT_YUV420P9 support.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8102d886be012dc7a519da23b3278d36ae860f6d
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon May 9 21:05:42 2011 +0200

    tiff: Prefer enum TiffCompr over int for TiffContext.compr.
    
    This is safer and helps debugging.
    
    Signed-off-by: Diego Biurrun <diego at biurrun.de>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7a3a2598400af165a235eb4c08afd78a44eb2601
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu May 12 17:27:31 2011 +0200

    ffv1dec: output PIX_FMT_YUV422P10 and PIX_FMT_YUV420P10 when possible.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=518cdff81fff7bf0dac6aaa4b456fe90647acdea
Author: Ivan Kalvachev <ikalvachev at gmail.com>
Date:   Thu May 12 16:11:27 2011 +0300

    Fix posix_memalign() usage when libavutil is compiled outside FFmpeg.
    
    To use posix_memalign() "#define _XOPEN_SOURCE 600" have to be defined.
    FFmpeg configure defines it from the command line through config.mak,
    but when libavutil is used outside of FFmpeg the define is missing.
    
    Signed-off-by: Ivan Kalvachev <ikalvachev at gmail.com>
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bcedf2e519c60e8ffa05838c65a88934f1ead3bf
Author: Uoti Urpala <uau at glyph.nonexistent.invalid>
Date:   Sun Apr 24 07:21:30 2011 +0300

    asfdec: fix assert failure on invalid files
    
    Add an extra size validity check in asf_read_frame_header(). Without
    this asf->packet_size_left may become negative, which triggers an
    assertion failure later.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=10291562f37d00fb3fb78ec86e0353e474c0eccc
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu May 12 16:04:13 2011 +0200

    Revert "asfdec: fix assert failure on invalid files"
    
    Reverting this pulled change as author considers this change buggy compared to his
    original version.
    This reverts commit 0bd433a916cd8d98fce47742fbf6d0f90ec941c4.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f0bb0baefd506d684adfa1ad4259c65973b455e
Author: Yusuke Nakamura <muken.the.vfrmaniac at gmail.com>
Date:   Thu May 12 05:28:27 2011 +0900

    mov: Support edit list atom version 1.
    
    Signed-off-by: Diego Biurrun <diego at biurrun.de>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ced9556b6189de67dd740f5231c6f1807f3e3704
Author: Måns Rullgård <mans at mansr.com>
Date:   Thu May 12 13:21:49 2011 +0100

    configure: Enable libpostproc automatically if GPL code is enabled.
    
    Enabling libpostproc automatically should give it more compile coverage
    and save the FATE box maintainers some configuration hassles.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b8002fd6865f08d100be3c6ddb13efd4b09870d
Author: ami_stuff <ami_stuff at o2.pl>
Date:   Thu May 12 12:16:43 2011 +0200

    Add support for QT BMP 1bpp color mode
    
    Fix trac issue #188
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b7903ab16b7c17fa09497632a0472ab3157574ed
Author: Thierry Foucu <tfoucu at gmail.com>
Date:   Wed May 11 16:36:39 2011 -0700

    If a MP3 file contains the string NSVs, the NSV probe will think it is a NSV file instead of a MP3 file. Check for 0xBEEF after a Video/Audio chunck for more accuracy.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e575685fad342b9a31e89c3897f7e105811f5194
Author: Clément Bœsch <ubitux at gmail.com>
Date:   Wed May 11 20:43:29 2011 +0200

    Cosmetics: fix prototypes in oggdec
    
    Signed-off-by: Diego Biurrun <diego at biurrun.de>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5780f41af5d9dcb4d32f06c026ecd146b143baf9
Author: Clément Bœsch <ubitux at gmail.com>
Date:   Wed May 11 20:43:27 2011 +0200

    oggdec: fix memleak with continuous streams.
    
    This avoids the creation of a new AVStream instead of replacing it when
    a stream reset occurs (track change with some webradios for example).
    
    Signed-off-by: Diego Biurrun <diego at biurrun.de>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2501d2f386be4ab252f547055610e746c826ca91
Author: Aurelien Jacobs <aurel at gnuage.org>
Date:   Thu Mar 24 01:54:15 2011 +0100

    matroskaenc: add missing new line in av_log() call
    
    Signed-off-by: Aurelien Jacobs <aurel at gnuage.org>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=14cf9e698dac48cacd5e7f378469afcbf96cf507
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Wed Mar 30 08:47:30 2011 -0700

    dnxhdenc: add AVClass in private context.
    
    Fixes private options.
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=304e983dc760176501b748ca99bcde23e7851013
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Wed Mar 23 10:22:05 2011 -0700

    movenc: fix yuv range in avid atoms used by dnxhd.
    
    yuv range: full 1 / normal 2
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7fe3207e250991d16381096327c74125bafe3b70
Author: Alex Converse <aconverse at google.com>
Date:   Sun Feb 27 16:29:21 2011 -0800

    movenc: fix adpcm mono muxing.
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6ae38aa3ce197905fb52a631c7dd1b2a5e535b3e
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Sun Feb 27 16:19:50 2011 -0800

    mpegts: do not output known sized packet if an unbounded packet is already queued.
    
    Fix issue #2624.
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9c3f5ef663f2f36e951945969f99776bb12a3e7a
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sun Mar 13 21:22:59 2011 +0100

    ffprobe: tweak error message in open_input_file()
    
    Replace "codec (id=%d)" with "codec with id %d", slightly more
    readable.
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c7d22c5d678e4a1977071296df7c151693358156
Author: Peter Ross <pross at xvid.org>
Date:   Fri Mar 18 22:28:52 2011 +1100

    patcheck: warn about assert usage
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=92fe25875616c902047732aaff1fa70390be57c9
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri Mar 25 18:49:24 2011 +0100

    configure: sort filter deps entries
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0a6b1a9f21d5970a0439e32303535ed85f07673e
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Apr 29 16:08:20 2011 +0200

    Replace int_fast integer types with their sized standard posix counterparts.
    
    The _fast integer types provide no realworld benefits, but may introduce
    portability issues and are just plain ugly.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=be898457081ac2610ad4184272e9254e8922ff59
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Apr 29 20:17:43 2011 +0200

    jfdct: Replace sized int_fast integer types with plain int/unsigned.
    
    int/unsigned is the natural memory access type for CPUs, using sized types
    for temporary variables, counters and similar just increases code size and
    can possibly cause a slowdown.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=046f081b46c8479820409cf8f530b988221bd15b
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed May 11 17:52:51 2011 +0200

    configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.
    
    Adding _POSIX_C_SOURCE to CPPFLAGS globally produces all sorts of problems
    since it causes certain system functions to be hidden on some (BSD) systems.
    The solution is to only add the flag on systems that really require it, i.e.
    glibc-based ones.
    
    This change makes BSD systems compile out-of-the-box without the need for
    adding specific flags manually.  It also allows dropping a number of flags
    set manually on a file-per-file basis, but were only present to work around
    breakage introduced by the presence of _POSIX_C_SOURCE.
    
    Also add _XOPEN_SOURCE to CPPFLAGS for glibc systems.  We use XSI extensions
    in several places already, so it is preferable to define it globally instead
    of littering source files with individual #defines only needed for glibc.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=45faf7fcd335b91e41b0e3ba4e397a9640d8c694
Author: Thierry Foucu <tfoucu at gmail.com>
Date:   Wed May 11 21:27:04 2011 -0700

    nsv: Fix misdetection of MP3 files as NSV.
    
    If an MP3 file contains the string NSVs, the NSV probe will confuse it for an
    NSV file. Check for 0xBEEF after a Video/Audio chunk to achieve more accuracy.
    
    Signed-off-by: Diego Biurrun <diego at biurrun.de>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b3bbc6fdc588ff03d9d1d2f17ef6608cf1cfff90
Author: Clément Bœsch <ubitux at gmail.com>
Date:   Wed May 11 20:43:31 2011 +0200

    oggdec: use explicit AVInputFormat struct initializers
    
    Signed-off-by: Diego Biurrun <diego at biurrun.de>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f95257d27c91c7e1981e1f6a53c7e9217a3fae98
Author: Clément Bœsch <ubitux at gmail.com>
Date:   Wed May 11 20:43:30 2011 +0200

    oggdec: simplify ogg_probe
    
    Signed-off-by: Diego Biurrun <diego at biurrun.de>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=612122b187d711257eecd517e4049cef3bb0b7f0
Merge: 4ea216e 5705b02
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu May 12 04:51:24 2011 +0200

    Merge remote branch 'qatar/master'
    
    * qatar/master: (32 commits)
      10-bit H.264 x86 chroma v loopfilter asm
      Port SMPTE S302M audio decoder from FFmbc 0.3. [Copyright headers corrected]
      Fix crash of interlaced MPEG2 decoding
      h264pred: fix one more aliasing violation.
      doc/APIchanges: fill in missing hashes and dates.
      flacenc: use proper initializers for AVOption default values.
      lavc: deprecate named constants for deprecated antialias_algo.
      aac: workaround for compilation on cygwin
      swscale: extend YUV422p support to 10bits depth
      tiff: add support for inverted FillOrder for uncompressed data
      Remove unused softfloat implementation.
      h264pred: fix aliasing violations.
      rotozoom: Eliminate French variable name.
      rotozoom: Check return value of fread().
      rotozoom: Return an error value instead of calling exit().
      rotozoom: Make init_demo() return int and check for errors on invocation.
      rotozoom: Drop silly UINT8 typedef.
      rotozoom: Drop some unnecessary parentheses.
      rotozoom: K&R coding style cosmetics
      rtsp: Only do keepalive using GET_PARAMETER if the server supports it
      ...
    
    Conflicts:
    	Changelog
    	cmdutils.c
    	doc/APIchanges
    	doc/general.texi
    	ffmpeg.c
    	ffplay.c
    	libavcodec/h264pred_template.c
    	libavcodec/resample.c
    	libavutil/pixfmt.h
    	libavutil/softfloat.c
    	libavutil/softfloat.h
    	tests/rotozoom.c
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4ea216e761e02d3f6973b316feaf3484be91a14f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu May 12 03:40:21 2011 +0200

    libavformat/utils: Only consider dvb teletext timestamps for start time when they are consistent with the rest.
    
    This fixes Ticket51.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b8a4b0152a3a697e03fd28458098a514fcdee5d3
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu May 12 03:03:08 2011 +0200

    error concealment: check last pictures motion_val before using it.
    
    Fixes NULL pointer dereference.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1cafc23288b9d860b9f309c86a5f148b73c07270
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu May 12 02:26:22 2011 +0200

    sws-PPC: fix after VOFW change.
    
    It seems sws-PPC did hardcode 2048 at various places instead of using VOFW.
    This also means that all past VOFW benchmarks on PPC are meaningless
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c8f487deae75d4f25c2ec39ab484c1075f909bbd
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Wed May 11 19:15:14 2011 -0400

    swscale: fix YUV420P 9/10bit support.
    
    Fix handling of input if not in native endianness, and add support for
    9/10-bit output. This allows us to force endianness of YUV420P 9/10bit
    in the H264/10bit fate tests, which should fix them on big-endian
    systems.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=83630f79eca40e0d662ce157585a6f4c961c5c14
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 11 23:58:17 2011 +0200

    regtests: add grayscale qtrle
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ce10e858a756f28b4d56e610152c9f7c9bae2643
Author: John Horigan <john at glyphic.com>
Date:   Sun May 8 11:52:54 2011 -0700

    Added PIX_FMT_GRAY8 to the formats supported by the QuickTime RLE encoder
    
    The QuickTime RLE encoder only supports 16, 24, and 32-bit color. This patch adds support
    for 8-bit grayscale.
    
    Signed-off-by: John Horigan <john at glyphic.com>
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1d14edb7242ee231c9069533c109e1200814d288
Author: ami_stuff <ami_stuff at o2.pl>
Date:   Tue May 10 15:34:08 2011 +0200

    Use VOFW 21503 as a default value for all types of the CPUs

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f038fdc23108adeab42bd06dfadf10f91cd80d5
Author: ami_stuff <ami_stuff at o2.pl>
Date:   Wed May 11 22:18:15 2011 +0200

    Add "DAVC" FourCC
    
    This FourCC is used by "mpegable AVC" codec and the file encoded with this codec decodes correctly with FFmpeg's H264 decoder.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=99e07a4453732058df90885f80b3db3b4f37cb3c
Author: anatoly <anatoly.nenashev at>
Date:   Tue Feb 22 12:04:50 2011 +0300

    Fix crash of interlaced MPEG2 decoding

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a18eff49c03622c628913d0199dfa61e5c29f0d6
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 11 20:41:19 2011 +0200

    av_compare_ts: Improve speed when calculations fit in 64bit.
    
    about 110 cpu cycles before 60 cpu cycles afterwards.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=de545d2491c5d0013b16fec71696ab93e9997461
Author: Kyle <kshawkeye at gmail.com>
Date:   Wed May 11 20:22:33 2011 +0200

    configure: Fix SDL detection on OSX and win32

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5705b02079449c685a3dd337fcc3a8b440dca4a0
Author: Jason Garrett-Glaser <jason at x264.com>
Date:   Wed May 11 10:11:55 2011 -0700

    10-bit H.264 x86 chroma v loopfilter asm
    
    Also delete some unused deblock asm macros.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f1e7822e171c6d97a1fff3f456b738a9815db3f0
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 11 18:09:26 2011 +0200

    fate: Disable h264-conformance-frext-pph10i4_panasonic_a.
    
    The file does not decode correctly yet the checksums match this wrongly
    decoded file. Thus the checksums must be wrong.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9aa91043f30cee1419555c0e299c94e655b0930a
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Tue Apr 12 15:29:09 2011 -0700

    Port SMPTE S302M audio decoder from FFmbc 0.3.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c77b858c4cafe74cd663bdd1bc9d96a487b20e14
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Wed May 11 17:22:41 2011 +0200

    h264pred: fix one more aliasing violation.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0f6bbc5a0699f9eb52dcf856c0e6e981f7abe3bb
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 11 16:32:35 2011 +0200

    h264-fate: Fix 10bit H264 tests on big endian.
    
    framecrc returns different values when one swiches endianness,
    this apparently has been missed by "the fork" who added the 10bit fate
    tests. Sorry for missing this during the merge.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b44c8ad280c221691560ae9625421416e20c483f
Author: Anatoly Nenashev <anatoly.nenashev at ovsoft.ru>
Date:   Sun Mar 27 21:41:48 2011 +0200

    Fix crash of interlaced MPEG2 decoding
    
    Problem description, preliminary review discussion at
    http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/127731

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d2bf42895ac30d228491a8a95a5908351dc32783
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Wed May 11 08:30:02 2011 -0400

    h264pred: fix one more aliasing violation.
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=36dc49b713f81708e5637c18748c6f666f732caa
Author: Anton Khirnov <anton at khirnov.net>
Date:   Wed May 11 13:56:42 2011 +0200

    doc/APIchanges: fill in missing hashes and dates.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=880fa2183051dfe6a7e44879361f674a906f5aa7
Author: Anton Khirnov <anton at khirnov.net>
Date:   Wed May 11 13:45:12 2011 +0200

    flacenc: use proper initializers for AVOption default values.
    
    default_val was recently changes from double to a union, current code
    wasn't updated for that.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c9e81d0783345a7b3b573a03ba5fa79ea90cd8c1
Author: Anton Khirnov <anton at khirnov.net>
Date:   Wed May 11 08:45:17 2011 +0200

    lavc: deprecate named constants for deprecated antialias_algo.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b75e53cc43a0eb90e252dffcbbfffa71811030ec
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 11 15:35:06 2011 +0200

    h264idct_template: fix include path
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=083e715f339e4546e9be8a6e265360be87cca517
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Wed May 11 13:51:11 2011 +0200

    aac: workaround for compilation on cygwin
    
    On cygwin, math.h needs to be included before float.h because of a bug
    in the system headers. Including libavutil/libm.h first works around
    this issue.
    
    Longer discussion of the topic:
    http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/128582

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5c511ad4ce20aff96ec587de1a8be6f28aed4544
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Wed May 11 10:00:50 2011 +0200

    swscale: extend YUV422p support to 10bits depth
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d18e243f62844c6ee67baf3ca4d219c0f3da6969
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 11 13:56:12 2011 +0200

    h264: merge _internal & template files.
    
    seems git missed them and we temporary lost our improvments in them.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b437f5b055497fc81b8061de593f3ef27657c1e3
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon May 9 21:59:20 2011 +0200

    tiff: add support for inverted FillOrder for uncompressed data
    
    Fix decoding of file b.tif, trac issue #168.
    
    Signed-off-by: Diego Biurrun <diego at biurrun.de>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bea705752d6448578482cfa022944a9795388f14
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed May 11 12:22:28 2011 +0200

    Remove unused softfloat implementation.
    
    The softfloat functionality is unused, not installed and incomplete.
    On platforms without floating point units, the compiler provides a softfloat
    implementation so there is no point in carrying this code around locally.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2caf19e90f270abe1e80a3e85acaf0eb5c9d0aac
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Tue May 10 20:23:08 2011 -0400

    h264pred: fix aliasing violations.
    
    Tested to fix Haiku H264/10bit fate failures, may also fix others.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b6bbfa0631d237f2bbc85a7b43907733bea1e82
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Wed May 11 12:26:25 2011 +0200

    Check syntax even if DEBUG is not defined.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e1e0ca70eb0cd469b4ba757e3f72e7540ef04056
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon May 9 13:00:04 2011 +0200

    rotozoom: Eliminate French variable name.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cbb0930f0ebdb2655296d7ae4424ee922168c5b7
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon May 9 12:42:15 2011 +0200

    rotozoom: Check return value of fread().
    
    This fixes the warnings:
    tests/rotozoom.c:252: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result
    tests/rotozoom.c:254: warning: ignoring return value of ‘fread’, declared with attribute warn_unused_result

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=771339ca206468636a64a6041852068be2da3dd2
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon May 9 11:16:55 2011 +0200

    rotozoom: Return an error value instead of calling exit().

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2131e8590c447575a1c23bbc9f7e0bf9592d8997
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon May 9 12:33:45 2011 +0200

    rotozoom: Make init_demo() return int and check for errors on invocation.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5a37c12c82323c0b1f06cf4b8030bcabb554765d
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon May 9 12:26:00 2011 +0200

    rotozoom: Drop silly UINT8 typedef.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9c10459a36869b5779a4c6cd52d879f23c6b294
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon May 9 12:23:55 2011 +0200

    rotozoom: Drop some unnecessary parentheses.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f628559d9a600159576faff9735e069479c9d361
Author: Diego Biurrun <diego at biurrun.de>
Date:   Mon May 9 11:45:13 2011 +0200

    rotozoom: K&R coding style cosmetics

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b4949b51816bc2fd23ba4c4de183b877b58aa25
Author: Martin Storsjö <martin at martin.st>
Date:   Mon May 9 20:11:16 2011 +0300

    rtsp: Only do keepalive using GET_PARAMETER if the server supports it
    
    This is more like what VLC does. If the server doesn't mention
    supporting GET_PARAMETER in response to an OPTIONS request,
    VLC doesn't send any keepalive requests at all. After this patch,
    libavformat will still send OPTIONS keepalives if GET_PARAMETER
    isn't explicitly said to be supported.
    
    Some RTSP cameras don't support GET_PARAMETER, and will
    close the connection if this is sent as keepalive request
    (but support OPTIONS just fine, but probably don't need any
    keepalive at all). Some other cameras don't support using
    OPTIONS as keepalive, but require GET_PARAMETER instead.
    
    Signed-off-by: Martin Storsjö <martin at martin.st>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3fd62c6e247468d792ce8f1d3c458017d1ea9eb5
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Wed Apr 20 13:13:09 2011 +0200

    ffmpeg: call pre_process_video_frame() only if decoding is needed
    
    In output_packet(), move the pre_process_video_frame() call inside the
    if (ist->decoding_needed) { } block. This way
    pre_process_video_frame() is not called when stream-copy has been
    selected.
    
    Also simplify.
    
    Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2b95602e93226bd269676b0edcda5322b5be8444
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Apr 16 23:18:22 2011 +0200

    ffmpeg: reformat resample condition code in transcode()
    
    Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9aa797cd2873562e85d04ea45ef7f49ad2cb07b9
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Apr 16 23:11:01 2011 +0200

    ffmpeg: factorize resampling condition check in do_video_out()
    
    Simplify and improve readability.
    
    Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c29c2eea8fb35682fdfdcb64c4890e8a25137b2a
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sun Apr 17 01:38:09 2011 +0200

    ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippet
    
    Simplify, ease readability.
    
    Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ecc5b70fb53d0e2e74b51d1d598af8c842afc68
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Apr 16 22:58:13 2011 +0200

    ffmpeg: improve reporting if size/pixel format changes
    
    Use av_log() rather than fprintf(stderr, ...), and show information
    related to the previous size/pixel format configuration.
    
    Consistent with the corresponding message issued in case of audio
    configuration change.
    
    Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b568d6d94bda607e4ebb35be68181a8c2a9f5c50
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Mar 26 15:26:45 2011 +0100

    ffmpeg: warns the user when the selected pixel format is ignored
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=91199cfe55b1398b23a16b1f55df75e62e05198b
Author: Benjamin Larsson <benjamin at southpole.se>
Date:   Tue Mar 8 15:29:46 2011 +0100

    ffplay: add a dummy option -i so that it is easy to switch between ffmpeg -i "file" and ffplay -i "file".
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e3497907efb8b991c6de935ca8eca840f186e45b
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 11 06:26:47 2011 +0200

    swscale: remove fork bug that i missed in the merge.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b9660e2ac5958529a40a4a8d3a974e6bfe8eebb9
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Wed May 11 06:25:25 2011 +0200

    fix fate failures for 10bit H264 on some systems
    
    This is possibly a temporary solution

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=59eb12faff9505da49f54d499dd43404226e37f6
Merge: 580fa76 b667527
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 11 05:34:17 2011 +0200

    Merge remote branch 'qatar/master'
    
    * qatar/master: (30 commits)
      AVOptions: make default_val a union, as proposed in AVOption2.
      arm/h264pred: add missing argument type.
      h264dsp_mmx: place bracket outside #if/#endif block.
      lavf/utils: fix ff_interleave_compare_dts corner case.
      fate: add 10-bit H264 tests.
      h264: do not print "too many references" warning for intra-only.
      Enable decoding of high bit depth h264.
      Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder.
      Add support for higher QP values in h264.
      Add the notion of pixel size in h264 related functions.
      Make the h264 loop filter bit depth aware.
      Template dsputil_template.c with respect to pixel size, etc.
      Template h264idct_template.c with respect to pixel size, etc.
      Preparatory patch for high bit depth h264 decoding support.
      Move some functions in dsputil.c into a new file dsputil_template.c.
      Move the functions in h264idct into a new file h264idct_template.c.
      Move the functions in h264pred.c into a new file h264pred_template.c.
      Preparatory patch for high bit depth h264 decoding support.
      Add pixel formats for 9- and 10-bit yuv420p.
      Choose h264 chroma dc dequant function dynamically.
      ...
    
    Conflicts:
    	doc/APIchanges
    	ffmpeg.c
    	ffplay.c
    	libavcodec/alpha/dsputil_alpha.c
    	libavcodec/arm/dsputil_init_arm.c
    	libavcodec/arm/dsputil_init_armv6.c
    	libavcodec/arm/dsputil_init_neon.c
    	libavcodec/arm/dsputil_iwmmxt.c
    	libavcodec/arm/h264pred_init_arm.c
    	libavcodec/bfin/dsputil_bfin.c
    	libavcodec/dsputil.c
    	libavcodec/h264.c
    	libavcodec/h264.h
    	libavcodec/h264_cabac.c
    	libavcodec/h264_cavlc.c
    	libavcodec/h264_loopfilter.c
    	libavcodec/h264_ps.c
    	libavcodec/h264_refs.c
    	libavcodec/h264dsp.c
    	libavcodec/h264idct.c
    	libavcodec/h264pred.c
    	libavcodec/mlib/dsputil_mlib.c
    	libavcodec/options.c
    	libavcodec/ppc/dsputil_altivec.c
    	libavcodec/ppc/dsputil_ppc.c
    	libavcodec/ppc/h264_altivec.c
    	libavcodec/ps2/dsputil_mmi.c
    	libavcodec/sh4/dsputil_align.c
    	libavcodec/sh4/dsputil_sh4.c
    	libavcodec/sparc/dsputil_vis.c
    	libavcodec/utils.c
    	libavcodec/version.h
    	libavcodec/x86/dsputil_mmx.c
    	libavformat/options.c
    	libavformat/utils.c
    	libavutil/pixfmt.h
    	libswscale/swscale.c
    	libswscale/swscale_internal.h
    	libswscale/swscale_template.c
    	tests/ref/seek/lavf_avi
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ffc437c026dd0e1b8e5d9114163b4e95999b95fd
Author: Alex Converse <aconverse at google.com>
Date:   Tue May 10 16:58:01 2011 -0700

    cosmetics: Fix crazy formatting in resample.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3e00ababc49bc8ddd149c891199ba2d30beb3118
Author: Alex Converse <aconverse at google.com>
Date:   Tue May 10 14:24:05 2011 -0700

    Allow resampling with no channel count change for up to 8 channels.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=918a5409532e1218b011b5c079beb4eb5f45fdd4
Author: Alex Converse <aconverse at google.com>
Date:   Tue May 10 15:10:31 2011 -0700

    Don't allow unsupported resampling configurations.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9f3d6ca4f16e9b1f6f89424e9d946bb3a6a40d91
Author: Jason Garrett-Glaser <jason at x264.com>
Date:   Tue May 10 08:55:12 2011 -0700

    Port x86 10-bit H.264 deblock asm from x264

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8ad77b65b548a6b2f4707265ebd7e97f956acf0b
Author: Jason Garrett-Glaser <jason at x264.com>
Date:   Tue May 10 07:08:24 2011 -0700

    Update x86 H.264 deblock asm
    
    Includes AVX versions from x264.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=580fa76c5c8b4372247221a4602527a060e2d5b4
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Tue May 10 16:40:21 2011 -0700

    Allocate per codec options, now that options are freed between inputs and outputs.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3732c483040f0309505f1aa896fdefef5083ba34
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 11 00:47:55 2011 +0200

    error_concealment: Use previous pictures motion vectors when the current ones have been lost.
    
    Looks better for some cases, worse for others, overall not much difference.
    Its more correct though.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a811ec7cb5d6b31ddeef59bfaab074074f2e1a92
Author: Multiple Authors <multiple_authors at ffmpeg_mt>
Date:   Tue May 10 23:12:44 2011 +0200

    Merging branch 'ffmpeg-mt/master'
    
    Just some cosmetics & comments, the only functional change
    "error_resilience: use s->last_picture for accessing last MVs."
    Is so buggy that it needs a full rewrite, guess -1.0 PSNR loss wasnt
    enough for ronald to realize there was a problem.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b5e089924f2b74b1b2140ba24f4ee8e0e17c7567
Author: Robert Leatherwood <robertDOTleatherwood at earthlinknet>
Date:   Wed May 11 00:57:42 2011 +0200

    "Initialize" copy_tb like the other global variables.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aa909d300f1be6bfa2db66aa1b3e73cf6fc9231f
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon May 9 21:05:42 2011 +0200

    tiff: prefer enum TiffCompr over int for TiffContext.compr
    
    Help debugging, safer.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1e97700fbaecc0262f654e0c8f75ee32590d721b
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon May 9 19:21:26 2011 +0200

    tiff: remove duplicated author information, fix @file doxy

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=687ff547fcdbf167c49be19332b188c5bd204562
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon May 9 19:19:04 2011 +0200

    tiff: perform minor cleanups in the header
    
    Add link to official specifications, remove author duplication and
    others.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b50217f6f7fa9c44f7f130661b3afd415a39200d
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Tue May 10 10:22:24 2011 +0200

    8svx: remove pointless comments

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=48dce86065484fa51c728e8ebdac7afaf03135be
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Tue May 10 00:16:39 2011 +0200

    8svx: add links to documentation resources

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=baa1030286272b3af35215b7ae15cc02666da6a3
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Tue May 10 00:13:08 2011 +0200

    8svx: remove duplicated author/file information

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=70b10db24cb4e65e3b7a97e7f9bedbf67a6c4373
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon May 9 23:58:20 2011 +0200

    iff: remove get_image_data() and get_image_size() wrappers
    
    Remove one level of indirection, simplify code.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8b1171e93efaf60b24e209e64ea11bd9cbdeeb2e
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon May 9 23:51:33 2011 +0200

    iff: remove get_palette_size() wrapper
    
    Remove one level of indirection/improve readability.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=83294a3251d3c6a3dc804b9e084ea09bf500ebf9
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon May 9 23:45:47 2011 +0200

    iff: remove pointless get_palette_data() wrapper
    
    Also rename variable "extradata" to "palette" ff_cmap_read_palette()
    and extract_header(), more meaningful.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=002e1f1eb33c22a42cbbf46a3627ab460171c12a
Author: Maksym Veremeyenko <verem at m1stereo.tv>
Date:   Tue May 10 15:12:40 2011 +0300

    motion_est: fix ffmpeg compilation with DEBUG defined
    
    Remove the problematic av_dlog() call

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d929a607a49e65d66cc8101425b114a5dd5fd84
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Tue May 10 18:46:54 2011 +0200

    mpegaudio: remove frame_count variable and its only usage, it is always 0.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b66752790a94820c23b0ac994d6190dd9048582d
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sat Apr 30 07:43:26 2011 +0200

    AVOptions: make default_val a union, as proposed in AVOption2.
    
    This breaks API and ABI.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc05b6af3d18772f441388e73e8729dae124ecec
Author: Andres Gonzalez <acandido at hi-iberia.es>
Date:   Thu Jan 27 10:14:21 2011 +0100

    Added oggpagesize option for Ogg encoding. Allows setting a preferred page size. When set, if an Ogg stream buffer has enough data, a page is made, instead of filling maximum-size pages.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eeaba924b790808de03674a4104d34ea8af52e72
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue May 10 17:31:32 2011 +0200

    ffmpeg: Fix -t with files that do not have any timestamps.
    
    This for example fixes -t with some frext h264 reference streams.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b27b54de31af2ad449291514e790aacde650ded2
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Tue May 10 08:44:49 2011 -0400

    arm/h264pred: add missing argument type.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7bea13f111746eb7b34caa2cda46cc621728ee2a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue May 10 14:40:05 2011 +0200

    swscale: Fix scaling for unscaled dithered planar convertions.
    
    This fixes some overflow in bright areas and ensures that the maximum brightness level is
    mapped to the maximum without cliping and without showing dither patterens in flat max
    brightness areas.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=86b29553f86471719adfb4ba86eec0a82f1eb347
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Tue May 10 08:39:38 2011 -0400

    h264dsp_mmx: place bracket outside #if/#endif block.
    
    Should fix compile on systems missing yasm/nasm.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ecc297308ff3cb8b20359df44108ac299b22bdf1
Author: Vitor Sessak <vitor1001 at gmail.com>
Date:   Sat May 7 22:48:29 2011 +0200

    lavf/utils: fix ff_interleave_compare_dts corner case.
    
    This should fix behavior introduced by commit
    96573c0d7605672d69b42ae1dcf18764ce47c71a. Av_rescale_rnd() is not
    lossless so if two timestamps are equal after being rescaled they are
    not always actually identical. This patch use av_compare_ts() to get
    always a correct result.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=23d10ce0150b4fed54131fce4c1a6e47378a88dd
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Fri May 6 21:46:54 2011 -0400

    fate: add 10-bit H264 tests.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e86fbe1751772a3b6790652ab382dcebaeec3aa8
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Fri May 6 16:31:26 2011 -0400

    h264: do not print "too many references" warning for intra-only.
    
    Fixes issue 2679.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d545cf804c4a246285d75aae48741da5d2344993
Author: Oskar Arvidsson <oskar at irock.se>
Date:   Tue Mar 29 17:49:00 2011 +0200

    Enable decoding of high bit depth h264.
    
    This patch completes the high bit depth h264 decoding support.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=19a0729b4cfacfd90b8ee84ab0c093ff7e397e65
Author: Oskar Arvidsson <oskar at irock.se>
Date:   Tue Mar 29 17:48:59 2011 +0200

    Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 decoder.
    
    This patch lets e.g. dsputil_init chose dsp functions with respect to
    the bit depth to decode. The naming scheme of bit depth dependent
    functions is <base name>_<bit depth>[_<prefix>] (i.e. the old
    clear_blocks_c is now named clear_blocks_8_c).
    
    Note: Some of the functions for high bit depth is not dependent on the
    bit depth, but only on the pixel size. This leaves some room for
    optimizing binary size.
    
    Preparatory patch for high bit depth h264 decoding support.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fcc0224e4fbd44ae268903185b0cf83560b13555
Author: Oskar Arvidsson <oskar at irock.se>
Date:   Tue Mar 29 17:48:58 2011 +0200

    Add support for higher QP values in h264.
    
    In high bit depth, the QP values may now be up to (51 + 6*(bit_depth-8)).
    
    Preparatory patch for high bit depth h264 decoding support.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6e3ef511d787ff632547059f8730396ff4498e70
Author: Oskar Arvidsson <oskar at irock.se>
Date:   Tue Mar 29 17:48:57 2011 +0200

    Add the notion of pixel size in h264 related functions.
    
    In high bit depth the pixels will not be stored in uint8_t like in the
    normal case, but in uint16_t. The pixel size is thus 1 in normal bit
    depth and 2 in high bit depth.
    
    Preparatory patch for high bit depth h264 decoding support.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=44ca80df3445a59bc065924d8c6110fa10367d01
Author: Oskar Arvidsson <oskar at irock.se>
Date:   Tue Mar 29 17:48:56 2011 +0200

    Make the h264 loop filter bit depth aware.
    
    Preparatory patch for high bit depth h264 decoding support.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=87ce8b495f0e73625bc583e01c07bcd3e67b95ab
Author: Oskar Arvidsson <oskar at irock.se>
Date:   Tue Mar 29 17:48:55 2011 +0200

    Template dsputil_template.c with respect to pixel size, etc.
    
    Preparatory patch for high bit depth h264 decoding support.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5d4bd9cc8958205601f7a9088dd54ed3714d40da
Author: Oskar Arvidsson <oskar at irock.se>
Date:   Tue Mar 29 17:48:54 2011 +0200

    Template h264idct_template.c with respect to pixel size, etc.
    
    Preparatory patch for high bit depth h264 decoding support.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=de3e760720ecc0c755cc2216ef9bf3dba39450a4
Author: Oskar Arvidsson <oskar at irock.se>
Date:   Mon May 9 11:18:37 2011 -0400

    Preparatory patch for high bit depth h264 decoding support.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=325eefa2ca14b487120b164bc232e6c650fb20f3
Author: Oskar Arvidsson <oskar at irock.se>
Date:   Tue Mar 29 17:48:51 2011 +0200

    Move some functions in dsputil.c into a new file dsputil_template.c.
    
    The functions moved are used when decoding h264.
    Preparatory patch for high bit depth h264 decoding support.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=15fb393be67c73f58d96c2c1bb187d037723835a
Author: Oskar Arvidsson <oskar at irock.se>
Date:   Tue Mar 29 17:48:50 2011 +0200

    Move the functions in h264idct into a new file h264idct_template.c.
    
    Preparatory patch for high bit depth h264 decoding support.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ada25245d4d74bdfc99b363934fe9a3de467eeb
Author: Oskar Arvidsson <oskar at irock.se>
Date:   Tue Mar 29 17:48:49 2011 +0200

    Move the functions in h264pred.c into a new file h264pred_template.c.
    
    Preparatory patch for high bit depth h264 decoding support.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=563c72dabb7ef34b667836c1b0e2008c08e89fa6
Author: Oskar Arvidsson <oskar at irock.se>
Date:   Mon May 9 10:58:40 2011 -0400

    Preparatory patch for high bit depth h264 decoding support.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42239ced656ddddb85eb9655e8a66d29065f0dad
Author: Oskar Arvidsson <oskar at irock.se>
Date:   Tue Mar 29 17:48:47 2011 +0200

    Add pixel formats for 9- and 10-bit yuv420p.
    
    Also add support for these formats in libswscale.
    
    Needed for high bit depth h264 decoding.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e39e3abad4ce667f06d41097428695a7aad095fb
Author: Oskar Arvidsson <oskar at irock.se>
Date:   Sun Apr 10 22:42:36 2011 +0200

    Choose h264 chroma dc dequant function dynamically.
    
    Needed for high bit depth h264 decoding.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dd561441b1e849df7d8681c6f32af82d4088dafd
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Mon May 9 09:48:21 2011 -0400

    h264: DSP'ize MBAFF loopfilter.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb48fdf67e765694ffcbd2aaee2b72ab1cb44de6
Author: Alexander Strange <astrange at ithinksw.com>
Date:   Tue May 10 01:53:46 2011 -0400

    ffmpeg: Simplify decode loop condition to not use next_pts
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=188dea1dbfd8761133ca138bba0d8f19beac6c09
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sat Apr 2 12:28:01 2011 +0200

    lavc: move some flac-specific options to its private context.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bc97695af84304e5e95658ca26e00c6e7074eca4
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Apr 16 23:14:44 2011 +0200

    ffmpeg: remove unused fields AVOutputStream.original_width/height
    
    Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f38d900fb8b27870ff8ac176ad07a01e08428b92
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Apr 16 22:51:04 2011 +0200

    ffmpeg: remove unused variable padding_src in do_video_out()
    
    Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d1991f51f3298e91f9e4cca1f581b486fbd29ec3
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Apr 18 13:04:33 2011 +0200

    ffmpeg: fix negative verbosity.
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3372ec327b09abe492399d662c903ed77b359d45
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Apr 16 13:41:53 2011 +0200

    cmdutils: add OPT_INT check in parse_number_or_die()
    
    Check that the value passed for an OPT_INT option is an int, fail
    otherwise.
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0420bf09f7d297210df03b4467cb3945ae627bf6
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sun Apr 3 21:54:57 2011 +0200

    ffmpeg: rename configure_filters() to configure_video_filters()
    
    Mostly useful for the audio-filters branch, to make more apparent the
    distinction between configure_audio_filters() and
    configure_video_filters().
    
    Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5d2c6f42d74680dbb2f94c16770114f18c2d2fd0
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Mar 12 12:44:22 2011 +0100

    cmdutils: remove list_fmts(), simplify
    
    The function was only used in opt_sample_fmt() for listing the sample
    formats. Move list_fmts() functionality directly into
    opt_sample_fmt().
    
    Also fix the warning:
    ffmpeg.c: In function ‘opt_audio_sample_fmt’:
    ffmpeg.c:2877: warning: passing argument 1 of ‘list_fmts’ from incompatible pointer type
    cmdutils.h:163: note: expected ‘void (*)(char *, int,  int)’ but argument is of type ‘char * (*)(char *, int,  enum AVSampleFormat)’
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c3e40410d4a932c6f27b0217e0ab705f03841078
Author: Takashi Mochizuki <mochi at da2.so-net.ne.jp>
Date:   Sun May 1 12:03:20 2011 +0900

    Add missing CONFIG_AVFILTER check.
    
    Fix configure --disable-avfilter issue.
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b97b4b58a6e1ac595002b3e3f3469161771c6003
Merge: 67d4414 a88ef93
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue May 10 04:01:29 2011 +0200

    Merge remote branch 'qatar/master'
    
    * qatar/master:
      mpegaudiodec: group #includes more sanely
      mpegaudio: remove #if 0 blocks
      ffmpeg.c: reset avoptions after each input/output file.
      ffmpeg.c: store per-output stream sws flags.
      mpegaudio: remove CONFIG_MPEGAUDIO_HP option
      mpegtsenc: Clear st->priv_data when freeing it
      udp: Fix receiving RTP data over multicast
      rtpproto: Remove an unused variable
      regtest: fix wma tests
    NOT pulled:  mpegaudio: remove CONFIG_AUDIO_NONSHORT
      regtest: separate flags for encoding and decoding
    
    Conflicts:
    	ffmpeg.c
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=67d441499a042edcfb0f8a120e6196d10b1d13db
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue May 10 03:28:42 2011 +0200

    seeking: Favor pkt->pos for generic index building where possible.
    
    See [FFmpeg-devel] [PATCH] Only using st->parser->pos when doing?repacking in the parser.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ca87d439065c705311d0a98076df3c021b187adb
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue May 10 03:22:04 2011 +0200

    configure: Revert sdl hunk of 4fa18c56. This breaks OSX
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=08675bb39928fff0a31ecc068e290704a358739d
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue May 10 03:15:42 2011 +0200

    mem: Choose alignment at compile time depending on AVX enabledness.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=53789a27f8a2ca06563d9555013e20b191b2a705
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue May 10 00:37:20 2011 +0200

    swscale: use Nbit code to handle !is16BPS(c->srcFormat) && is16BPS(c->dstFormat)
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42c9bd313f8cf0975e87078ced5a05c17ad45cc5
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue May 10 00:21:18 2011 +0200

    swscale: Support dither in is16BPS(c->srcFormat) && !is16BPS(c->dstFormat)
    
    This is done by just letting the Nbit code handle it, which now can do it.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c4f7050bb1e449a9b45a98cc460c06bd89afa8b4
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue May 10 00:17:44 2011 +0200

    swscale: support unscaled planar Nbit->8bit with non native endian source.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=09ff3cc77b0844d2c6cd4d36bc2770fc05f882f5
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue May 10 00:15:03 2011 +0200

    swscale: fix unscaled yuv422p16be -> yuv422p10le
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eb8aa13b54269f6a7c0a972b95b352f30603c194
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue May 10 00:06:36 2011 +0200

    swscale: make DITHER_COPY() support non native endian source
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a88ef93b4abbea9f18c8750113dc9e99931f2f8a
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon May 9 13:55:24 2011 +0100

    mpegaudiodec: group #includes more sanely
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0d849074a485b868552b3193a433a112be54e657
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon May 9 13:08:08 2011 +0100

    mpegaudio: remove #if 0 blocks
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9c49ca0f19a99375dfa4fbe7cce4732667cf9ba0
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon May 9 22:02:44 2011 +0200

    swscale: factor shift out of DITHER_COPY().
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=300e497b5fe4cd72031c175c74bcfa58239d991b
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon May 9 21:38:46 2011 +0200

    swscale: factorize DITHER_COPY()
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=173544077316c448cefc79c7e595021b41249a1a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon May 9 21:23:45 2011 +0200

    fifo: use av_freep()
    
    With this change libavutil uses av_freep() everywhere where it makes sense.
    Remaining av_free() use in it has the used pointer become inaccessible quickly
    soo zeroing makes no sense.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=19615089a044520432b8b28e0ed555cc0195416a
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sat May 7 08:55:25 2011 +0200

    ffmpeg.c: reset avoptions after each input/output file.
    
    This is consistent with how all the other options work.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1435f2fa72b142b11e92a0c2715fd9516364e7db
Author: Anton Khirnov <anton at khirnov.net>
Date:   Mon May 9 16:36:57 2011 +0200

    ffmpeg.c: store per-output stream sws flags.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6bb6fb05ba66ce42ca17c930d81d3e9cf37ab34d
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon May 9 12:40:37 2011 +0100

    mpegaudio: remove CONFIG_MPEGAUDIO_HP option
    
    The low quality mode is off by default and never tested.  The high
    quality mode is also plenty fast enough.
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ed87375dd555a1e7798dcd56c967af0171525a26
Author: Martin Storsjö <martin at martin.st>
Date:   Mon May 9 16:29:01 2011 +0300

    mpegtsenc: Clear st->priv_data when freeing it
    
    If not cleared, the caller might try to free it.
    
    Signed-off-by: Martin Storsjö <martin at martin.st>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a7ea5e3d35f30180ad69b86e6328f434e29119dc
Author: Martin Storsjö <martin at martin.st>
Date:   Mon May 9 16:56:56 2011 +0300

    udp: Fix receiving RTP data over multicast
    
    Earlier, AVIO_RDWR was handled as READ, and all the checks
    for the AVIO_WRONLY flag explicitly meant the write-only case.
    When changed from old AVIO/URL contants to AVIO_FLAG in
    59d96941f0285a5, these comparisons were updated incorrectly, by
    mapping checks for AVIO_WRONLY to checks for AVIO_FLAG_WRITE.
    
    When receiving RTP over UDP, the urlcontext is opened with
    READ_WRITE flags.
    
    This patch updates the flag comparisons to check for the same
    conditions as the code did prior to 59d96941f0285a5.
    
    Signed-off-by: Martin Storsjö <martin at martin.st>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f9a6cfdd040991bfdbcf2bc97de6666a2ddcd97f
Author: Martin Storsjö <martin at martin.st>
Date:   Mon May 9 16:50:03 2011 +0300

    rtpproto: Remove an unused variable
    
    Signed-off-by: Martin Storsjö <martin at martin.st>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=38bb5a5434f913451aa512624a92b12b9925690f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon May 9 17:50:34 2011 +0200

    mpeg4videoenc: Support negative timestamps.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=282e8d4b4fba0c54d4cc6dbd54d271a514370b08
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon May 9 17:49:25 2011 +0200

    avienc: Update 2 debug statements to match the current code.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=51927883213dfe9e8469f5d3c21ef041eb1f7236
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon May 9 17:47:22 2011 +0200

    avutil: add divide & modulo that round like unsigned ones do that is down.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5deedf3552819e5bea3327a450155bb57643a999
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon May 9 16:05:29 2011 +0200

    h264probe: update to latest spec.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ecfc5e0b72eb24736cf1fcf9e91ee31f34626b47
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon May 9 12:00:56 2011 +0100

    regtest: fix wma tests
    
    This adds $DEC_OPTS to the wma decode commands, making tests pass
    on systems where the bitexact flag is needed.
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3a2e80ecbc893cbe2ae5bfb7282e4588e7ad1fa5
Author: Mans Rullgard <mans at mansr.com>
Date:   Sun May 8 21:44:12 2011 +0100

    mpegaudio: remove CONFIG_AUDIO_NONSHORT
    
    This fake option cannot be enabled by normal means, and the
    floating-point decoder should provide the higher quality this
    option presumably was intended for.
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eeadaa6bc09dbecccfe3d227a336f6cdeba0b39a
Author: Mans Rullgard <mans at mansr.com>
Date:   Sat May 7 13:57:21 2011 +0100

    regtest: separate flags for encoding and decoding
    
    This separates encoding and decoding flags, and passes them together
    with the related file argument instead of all at the start of the
    command line.
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6841c8c5791e857a3327411f23c13b0d28f69f1f
Merge: 25308af 847aaec
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon May 9 04:27:07 2011 +0200

    Merge remote branch 'qatar/master'
    
    * qatar/master:
      log: Fix an oob array read.
      cosmetics: trim trailing whitespace in postproc
      Ban strncpy() it's too easy to misuse.
      psymodel: Remove wrapper functions.
      aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch' and 'w'.
      regtest: remove redundant flags in jpg test
      regtest: use run_ffmpeg in do_image_formats
      regtest: simplify encoding functions
      ffmpeg.c: check for interlaced flag in the correct place.
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=25308afbb2f7d6d9cb1e36476bc5aa0b3831c703
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon May 9 04:17:24 2011 +0200

    wtvdec: Avoid gmtime_r() it breaks compile on windows.
    
    Better solutions welcome, this is just a quick fix to unbreak compile.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bce0d92359176ba57c75f9018747a78d94f62f5f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon May 9 04:04:24 2011 +0200

    developer.texi: update for git
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0584d22eb4446319b5ba02cc990cddfbc68ae984
Author: Luca Barbato <lu_zero at gentoo.org>
Date:   Mon May 9 04:02:57 2011 +0200

    Typo fix.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6c5c8750b983f8b32983f4a3598ae2cb979d78d5
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon May 9 04:00:31 2011 +0200

    Patch checklist:Suggest adding a regression test
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3df9150d6971e8d48e556ec83caa5adea14c6e7e
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon May 9 03:05:59 2011 +0200

    doc:Partial update of our issue tracker doc. More work needed, volunteers welcome.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fddf0521c6aca3eef25695094da6d12cb9af183d
Author: Peter Ross <pross at xvid.org>
Date:   Sun May 8 20:14:47 2011 +0200

    wtv: calculate ole date correctly (is seconds since 1899-12-30)

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8acab7ae5bbcb589c556425453ac3d851d35021f
Author: Peter Ross <pross at xvid.org>
Date:   Sun May 8 20:13:59 2011 +0200

    wtv: detect ole date overflow

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3dd779eb0affdd6d597291a5cc6215a138f71495
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon May 9 00:22:12 2011 +0200

    swscale: implement Nbit->non native endian 16bit. Fixes v210.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2bfdc3836afe266c7fe04d3c744acd0a72889b4
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 8 23:57:52 2011 +0200

    fate: add 9/10 BE pixdesc checksums
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=847aaec682f2bbfaac55ee623364dd4527e0f341
Author: Alex Converse <aconverse at google.com>
Date:   Thu May 5 22:33:31 2011 -0700

    log: Fix an oob array read.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c38d9780eb5397670c94634f3fd8d489e942c140
Author: Alex Converse <aconverse at google.com>
Date:   Thu May 5 22:33:30 2011 -0700

    cosmetics: trim trailing whitespace in postproc

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=15695541538ae118ffedb8e8c821d242caaa0be4
Author: Alex Converse <aconverse at google.com>
Date:   Tue May 3 11:21:49 2011 -0700

    Ban strncpy() it's too easy to misuse.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b58e29857230eb59cfec4642522258a965f2c440
Author: Nathan Caldwell <saintdev at gmail.com>
Date:   Fri May 6 01:19:52 2011 -0600

    psymodel: Remove wrapper functions.
    
    Instead use the function pointers directly.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5b29af624fe8be5379fd649019a04ff44bfde04f
Author: Nathan Caldwell <saintdev at gmail.com>
Date:   Fri May 6 01:19:51 2011 -0600

    aacenc: Replace loop counters in aac_encode_frame() with more descriptive 'ch' and 'w'.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=554d3ad73014a7f7986520c002ff61741ddfdb9d
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sun May 8 00:50:08 2011 +0200

    pnmdec: reindent after the previous commit

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4a745b41770893116405c22f832192510f9bcc9b
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sun May 8 00:47:14 2011 +0200

    pnmdec: add support for mono images with non-space-separated pixel digits
    
    When the file to decode contains a sequence of binary values like
    "1101110...", decode_frame() was reading the sequence of digits like a
    unique integer value, which was resulting in integer overflows.
    
    The change add support for parsing non-space-separated pixel digits
    for mono formats, in particular fix decoding of file battrace.pbm, and
    fix trac issue #154.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0e1d0d9ee08f12db52b6938894b554c8404ccf9
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 8 18:51:55 2011 +0200

    ffv1enc: support PIX_FMT_YUV420P10 & PIX_FMT_YUV422P10
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=74bf9d62311a96a67f01269779d92386a15ce592
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Sun May 8 17:58:20 2011 +0200

    v210enc:clip values according to specifications
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3e002747d15475ed9e6ec13689f2296b04b27fef
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Sun May 8 17:57:54 2011 +0200

    v210enc: switch to PIX_FMT_422P10
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=807a058e8b6e272f0fd83b44ad2c737495a2319c
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Sun May 8 17:54:20 2011 +0200

    v210dec: switch to PIX_FMT_422P10
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4737a59373318cf47994c4b4e250a064d95f3088
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sun May 8 19:26:22 2011 +0200

    ffv1: set internal frame defaults
    
    Another fix missed before the vsrc_buffer changes.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b9e608492a1458ae3376e8aeacfeca6a3452a6ff
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Sun May 8 14:20:57 2011 +0200

    swscale: 9,10 bits pixel format output support
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=299cbe2c9b0e883bda4042ea8b4f1476216d0ea1
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Sun May 8 14:06:04 2011 +0200

    PIX_FMT_422P10 support
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af3c8f823018ef8c07b25c8834d8032093a49418
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 8 13:20:22 2011 +0200

    adpcmenc:Optimize adpcm_ima_qt_compress_sample()
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=35d3d44a84870eefbc57bde80bd52a46b598bfa7
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Sun May 8 13:15:48 2011 +0200

    adpcmenc: fix QT IMA ADPCM encoder
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b3d5a4b06e344be5d5a5d64681c67c22974be937
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Sun May 8 13:13:17 2011 +0200

    adpcmdec: Fix QT IMA ADPCM decoder
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc7314b31c06e706da53d28b64e8459bb45d2756
Author: Mans Rullgard <mans at mansr.com>
Date:   Sat May 7 13:52:04 2011 +0100

    regtest: remove redundant flags in jpg test
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=765f72f8c43650329b2f47cf7ed4a9a9836505bd
Author: Mans Rullgard <mans at mansr.com>
Date:   Sat May 7 13:33:00 2011 +0100

    regtest: use run_ffmpeg in do_image_formats
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2728fd905326e2ca2867210b68e598d88a36e53c
Author: Mans Rullgard <mans at mansr.com>
Date:   Sat May 7 11:55:48 2011 +0100

    regtest: simplify encoding functions
    
    The video encoding options were needlessly split in two parameters
    which are merged.  The do_audio_encoding function did not use its
    second argument, so this can be removed.
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=648e55ff1beea72b53f8fb231b3ef0fb16cd3e62
Author: Anton Khirnov <anton at khirnov.net>
Date:   Fri May 6 17:59:15 2011 +0200

    ffmpeg.c: check for interlaced flag in the correct place.
    
    In the corresponding codec context, not global options storage.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6d6b0c96fdc576f4643e3d4066e5ebebdb693ade
Merge: 732ff29 994de19
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 8 03:29:51 2011 +0200

    Merge remote branch 'qatar/master'
    
    * qatar/master:
      drawtext: add documentation for the shadow parameters
      drawtext: add shadow support.
      drawtext: factor draw_glyphs.
      drawtext: fix and optimize yuv blend.
      drawtext: get rid of divisions in the inner loop.
      drawtext: simplify chroma blend and fix chroma alpha.
      lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo
    
    Conflicts:
    	configure
    	libavfilter/avfilter.h
    	libavfilter/vf_drawtext.c
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=732ff29bff1b42c9471d7aa699efae6ffd1b5d61
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 8 01:26:43 2011 +0200

    svq1dec: simpify mean calculation.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8f5729d54dbbe48e87c440f5afb5f5f52c9f6052
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 8 01:26:07 2011 +0200

    svq1dec: replace /2 by >>1
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0257ac8f12099e0c4d784e0db219584cbb739ce2
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 8 01:24:37 2011 +0200

    pnm: Fix spurious error message.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7030501383ec630207f9a14c1448bcfc265499f9
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat May 7 21:32:52 2011 +0200

    libopenjpeg: set internal frame defaults
    
    Fix ffmpeg decoding, which was broken after the recent changes in
    vsrc_buffer.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b06397acd458abc1fa73cf23b20de5b17253f283
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sat May 7 20:11:49 2011 +0200

    Fix function pointer type to match function it is assigned.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=80264dc4222312d563053cb677f7c2cb0e4c0935
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sat May 7 20:06:33 2011 +0200

    Store pointers in a less messy way in SWSContext.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d3445a911c426c4a4b1e6617580e38f481d981f8
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sat May 7 19:48:00 2011 +0200

    Remove unused variable.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=48b9b7edb3df7b9849518573373c598e0df68fd2
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sat May 7 19:42:36 2011 +0200

    Replace deprecated url_fseek by avio_seek.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ce33e6bc51e853e96c7d4ae5294f52001538373
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sat May 7 19:39:11 2011 +0200

    Move ifdef to avoid unused variable warnings.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=179536420543048e9504955177d78365ba9d3722
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sat May 7 19:33:21 2011 +0200

    Remove unused variables.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8c3651f4a516a531a42e55e0bf4e83edb65a7b89
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sat May 7 19:28:45 2011 +0200

    Fix printf format string, fixes a warning.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7deaa2b8bddfae5d3a7121a76ff31a098b85389f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat May 7 19:44:21 2011 +0200

    riffenc/ffmpeg: Fix stream copy
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=99119bdffe17ac8919f0f97ace61251ad4bc6a2a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat May 7 16:54:06 2011 +0200

    ffplay: fix null pointer read when codec unavilable.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6fd00e9dd94ac3aecf4fa14ca6fa23c395215ac9
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sat May 7 17:49:42 2011 +0200

    aacdec: add decode_channel_map overread check
    
    All decode_channel_map calls together can easily read
    more data than the amount of padding available.
    Thus below patch adds an input length check before reading them.
    Fixes some invalid reads with sample from
    http://bugzilla.mplayerhq.hu/show_bug.cgi?id=1138

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5631729c3de589b45498af5272b47b0792ca07d4
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sun Apr 24 17:34:39 2011 +0200

    Increase TS packet size detection buffer.
    
    Fixes warning message with ticket #68.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=90f5e991be3a28a2caa06132d995c0daef911a56
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sun Apr 24 17:33:48 2011 +0200

    Assume some TS packet size instead of failing completely.
    
    Fixes ticket #68.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5901cd6236d97b34fe59a47ba0fd6da8f647d1f1
Author: jan gerber <j at v2v.cc>
Date:   Sat May 7 15:31:04 2011 +0200

    oggdec:Correct duration
    Based on a patch by Reimar Döffinger.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c8981edd902e40185b80ddb77a229104deb7c7e1
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat May 7 15:28:39 2011 +0200

    Only add 1 byte to av_malloc(0) when it actually returned NULL
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=91ff05f6ac5c65a6cd3701d5a7cdcfb6ccfd87e4
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat May 7 15:28:07 2011 +0200

    Make av_realloc(0) behave like our av_malloc(0)
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ea7f73c52ea82b792568127ee7e7671c2640bbcd
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat May 7 12:44:18 2011 +0200

    vsrc_buffer: during init, print information about timebase and sample aspect ratio

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=64c06615d2b99fb9f4ffd6226d0e5787b44a41e2
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon May 2 09:52:11 2011 +0200

    vsrc_buffer: simplify av_vsrc_buffer_add_frame*() interface
    
    Now that pix_fmt, width, and height are directly embedded in the AVFrame,
    there is no need to pass these values as separate arguments.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=01042d4123b6e0a4c15d6828f835bd648eb03d38
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon May 2 02:15:15 2011 +0200

    lavc: set defaults in internal codec frames
    
    This is required specifically for setting frame->format to -1,
    otherwise it will be set to 0 = PIX_FMT_YUV420P and code reading
    the format from the output decoded frame will get misled.
    
    In particular fix regressions occurring with the pending vsrc_buffer
    patch.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2beac7c325583160bdf2978de6e87176b9146da0
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri May 6 11:30:27 2011 +0200

    ffmpeg: rename ost->pict_tmp to ost->resample_frame
    
    The new name is more consistent with the employed naming scheme, and
    more meaningful.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04c373c1e98c2f62632eb3cd12726945173225ea
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri May 6 11:14:15 2011 +0200

    ffmpeg: prefer dec/enc over ost/ist->st->codec in do_video_out()
    
    Compact code, improve readability.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a851fa7fecc7dbf681b046c8ddcd46bd842c792f
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri May 6 11:10:02 2011 +0200

    ffmpeg: move resample_changed check within the #if !CONFIG_AVFILTER
    
    The check and the corresponding message in do_video_out() are
    unnecessary in the libavfilter path, as a similar check and message
    are performed within the buffer source.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=70c24b2171f5004821e522048c75dd3c57b7d233
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri May 6 11:06:58 2011 +0200

    ffmpeg: remove useless intermediary variable resample_dst in do_video_out()

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f5a669c229425cdac828c230addf10d6d9cbe3a7
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon May 2 09:35:38 2011 +0200

    ffmpeg: simplify mid-stream reconfiguration when libavfilter is disabled
    
    Implement lazy initialization of the image resample context, so that
    the initialization code does not need to be duplicated.
    
    Also manage the case in which resample/size change mid-stream. For
    each packet the code computes if resampling is needed.
    
    Previously the resample check was done only at the initialization, in
    case size/format changed and no resample was detected at the init
    stage ffmpeg was silently exiting.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=566666caf3a09d6254edaa99d222eddb6fe2986b
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sun May 1 14:47:05 2011 +0200

    lavfi: add libavfilter/avcodec.h and avfilter_copy_frame_props()
    
    avfilter_copy_frame_props() avoids code duplication and increases
    robustness.
    
    The added files libavfilter/avcodec.[ch] are used for containing
    utilities useful for gluing togheter libavfilter and libavcodec.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=18ded93ab3db5996cd86fe2f5b36ba3c4bd58711
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sun May 1 14:10:20 2011 +0200

    lavc: add format field to AVFrame
    
    The format is a per-frame property, having it in AVFrame simplify the
    operation of extraction of that information, since avoids the need to
    access the codec/stream context.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=22333a6b19f59ebc83933b910069d00c445d01ed
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sun May 1 14:02:08 2011 +0200

    lavc: add width and height fields to AVFrame
    
    width and height are per-frame properties, setting these values in
    AVFrame simplify the operation of extraction of that information,
    since avoids the need to check the codec/stream context.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=314374e57978bd215ae42d5444f0e76f2bebdc27
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sat May 7 10:00:03 2011 +0200

    Use MAP_FAILED to check for mmap failure instead of manually
    recreating the value.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=994de197c0d5dcf38d5ab68f8f03f37a890a4458
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Apr 2 11:27:09 2011 +0200

    drawtext: add documentation for the shadow parameters
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c5420f100f9c5330817b2b76a88668199e1dfb04
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Feb 22 01:41:52 2011 +0100

    drawtext: add shadow support.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e73127a44399d4e90a4fbda800ad5b4bcb286073
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Feb 22 01:11:35 2011 +0100

    drawtext: factor draw_glyphs.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a5b81c317e7db9015ebbf838bc065e4d183bf61a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Feb 22 00:54:48 2011 +0100

    drawtext: fix and optimize yuv blend.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3953a88014c3dae3b73c105a7aa5d4e44e3a9ef0
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Feb 22 00:43:19 2011 +0100

    drawtext: get rid of divisions in the inner loop.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e74bf3f3684ab92f0a7ceac3fb23ed6c400beb9a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Feb 22 00:23:31 2011 +0100

    drawtext: simplify chroma blend and fix chroma alpha.
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a5b64584f3ee1ffff5280b5be8425591725f844a
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon Feb 21 01:02:29 2011 +0100

    lavfi: Port drawtext filter by Hemanth from the libavfilter soc repo
    
    With the following additions:
    * support to anti-aliased glyph rendering
    * support to UTF-8 text and Unicode chars rendering
    * support for RGB packed formats
    * fix minor errors and typos in the filter description
    * extend/clarify examples in the filter description
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f44967b1b548413830324f6c64f78032f9cbecc3
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sat May 7 09:58:38 2011 +0200

    Use av_fast_malloc instead of av_fast_realloc.
    
    Avoids a memleak, is less code and might be faster.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6266c515389a2d77951b204ff21c9eeb67758fdf
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sat May 7 09:47:35 2011 +0200

    Simplify condition.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=20e5d64a1a4ce0fed3399f4b09e781c52091e854
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Wed May 4 21:30:56 2011 +0200

    msvideo1enc: minor cosmetic cleanup, use FFALIGN, avoid calculating value
    twice and add a missing "const".

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e5a85164b100620fe529bae0ce623956f0bab2e9
Merge: c60d2be 45a811b
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat May 7 04:14:09 2011 +0200

    Merge remote branch 'qatar/master'
    
    * qatar/master:
      mov: fix composition timestamps on movie fragments.
      wmavoice: Use proper size in memeset().

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c60d2be5510044edf01d813363e39841db3d751a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Apr 26 03:50:56 2011 +0200

    mp3enc:simplify
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e1e8a8ded431ee5e0e6fee5693d4b8f7e7eaa527
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Apr 26 03:49:53 2011 +0200

    mp3enc:better variable name for the frames field file postion.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4382bc2ceb3582901f64f093bbab12c8ca8b4672
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Apr 26 03:45:48 2011 +0200

    mp3enc: drop nested structs
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2a90c3b3456ade0cff94ebd3b787a05305e50f0
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Apr 26 03:31:02 2011 +0200

    mp3enc:use FFMIN()
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=01be9331c7c1e65fa5597739bc7bd9121a2d4571
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Apr 26 03:24:28 2011 +0200

    mp3enc:Drop unneeded floating point math.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ec9a5deb20f886ad239b4ed0c8d199a78c40944d
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Apr 26 03:22:21 2011 +0200

    mp3enc: drop sum and count bytes instead of bitrates from decoded headers.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7d62475656af60a061b5186b96a519e4aeac892a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Apr 26 03:06:51 2011 +0200

    mp3enc: remove unneeded ifdef
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=173c975ead9bd9234956cceb3a9b2ed58dfbe213
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Apr 26 03:06:04 2011 +0200

    mp3enc: remove unneeded static const variables.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d62bf5d4e73250295c0a652e151498c5b19cbd63
Author: Peter Belkner <pbelkner at snafu.de>
Date:   Sat May 7 02:23:28 2011 +0200

    mp3enc: mux a XING header
    
    The patch below provides exactly that to the MP3 muxer. A XING header
    containing
    
       * the numer of frames,
       * the size, and
       * a TOC
    
    is generated.
    
    It's based on an idea by Anton Khirnov (restricted to the number of
    frames) found at
    
       http://patches.ffmpeg.org/patch/1891/
    
    The TOC is generated as found in lame's "VbrTag.c".
    
    According to my tests the following reproduces the number of frames, the
    size and the TOC in "c.mp3" from "b.mp3" (except a shift due to shorter
    XING header generated by FFmpeg):
    
       lame -V2 a.wav b.mp3
       ffmpeg -i b.mp3 -acodec copy -y c.mp3

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c34cb130b6bf3e957484fd236c1ba477720882c0
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat May 7 01:02:38 2011 +0200

    avfilter: dont use AVFilterLink as priv for pictures as its freed too early.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=21d84246d522d8f1b2435bb64089ca0098379680
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat May 7 00:01:33 2011 +0200

    avfilter: Fix ticket82 / fix initial buffer values.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=39f66edbeae5ccabefe38b2fcb25d6c242d868c0
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri May 6 23:53:06 2011 +0200

    AVFilter: use picture pool to avoid malloc().
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fa3eddc0110cb237cd57c3e82cafdbcbf798b3a1
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri May 6 23:37:43 2011 +0200

    avfilter_unref_buffer: favor av_freep()
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c25a8d7dfbdd5f2cf3c275c51697cf0941bbbdcf
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri May 6 19:30:14 2011 +0200

    mpegvideo: fix 422 lowres
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a565c7b7f2e03a769a821c49818c66474bfaf7fd
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri May 6 17:39:31 2011 +0200

    aiffdec:Rewrite get_meta()
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=423986fc09e3c674c2c8ac273d0ef094c379b497
Author: JULIAN GARDNER <joolzg at btinternet.com>
Date:   Fri May 6 17:09:22 2011 +0200

    Allow encodiing empty subtitles.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=95f163b33b4f13cfe650f53ee2c3746788122def
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri May 6 15:19:27 2011 +0200

    swscale: Dither for unscaled 10->8bit per channel
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7915e038c6ff70fd7b109a68c0064755648b0d14
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri May 6 13:18:55 2011 +0200

    swscale: dont reshuffle bytes
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=45a811b512b47acf060247ad0bc7022cada5533b
Author: Yusuke Nakamura <muken.the.vfrmaniac at gmail.com>
Date:   Fri Apr 29 23:39:29 2011 +0900

    mov: fix composition timestamps on movie fragments.
    
    This fixes, for instance, the case that there is a track that has some samples with composition time offset and has a track run without sample-composition-time-offsets-present.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=869303bebd0c25dc10d88139d6a603eb6b50c71d
Author: Alex Converse <aconverse at google.com>
Date:   Thu May 5 11:10:19 2011 -0700

    wmavoice: Use proper size in memeset().
    
    sizeof(array_functrion_argument) gives the size of the pointer type not
    the size of the array to which it points.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6dc30b25c5513f6f02077825411377e167415d52
Merge: 1875284 762f95e
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri May 6 04:28:12 2011 +0200

    Merge remote branch 'qatar/master'
    
    * qatar/master:
      configure: warn if pkg-config is missing
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=187528441ab936c102b8e72f38925cc10fc14abc
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri May 6 03:52:16 2011 +0200

    avidec: correct frame_offset for seeking
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cde55897178fb79d194f9f4951a220fb7ca4cda9
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Fri May 6 03:27:53 2011 +0200

    Silence a warning if pkg_config is not installed.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ccd77fe59bba01ae791f84cb08a3eff0cd76c11e
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri May 6 02:19:25 2011 +0200

    Makefile:Put lost tab back.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5e24098b84424b4cf449d809d1027c49fb06c375
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu May 5 23:54:31 2011 +0200

    avidec: detect mpeg4 keyframes in indexless avi
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0fa8d19987f03444365a5c7f73b7ecf1520b011e
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Wed May 4 18:45:36 2011 -0700

    In svq3 decoder, check negative mb_type, fix potential crash.
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6c2845600d984d75c4d22a2f4b9cb1c628babb78
Author: Francesco Cosoleto <cosoleto at gmail.com>
Date:   Tue May 3 14:25:43 2011 +0200

    fate: mention fate documentation in the error message
    
    Signed-off-by: Francesco Cosoleto <cosoleto at gmail.com>
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=757ec2d7e74dbe96129cc0f8db7fd3c60f701270
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu May 5 21:27:57 2011 +0200

    MPEG: support 4:4:4 lowres
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=59b9c75d0ec2cabde50338a40304008a6bf97598
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu May 5 21:27:09 2011 +0200

    MPEG: support 4:4:4 intra lowres
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=762f95e4cbccad7f31607e5c0163d097b01332dc
Author: Mans Rullgard <mans at mansr.com>
Date:   Thu May 5 16:45:12 2011 +0100

    configure: warn if pkg-config is missing
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=55bfb98fc622583a407200c9be2c9e2f39a61950
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Wed May 4 00:47:53 2011 +0200

    lavfi-regression: provide filter arguments to showfiltfmts
    
    In do_lavfi_pixfmts(), provide the filter arguments to showfiltfmts,
    since some filter may require non-null or non-empty argument string
    for working properly.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e5272e729e9991c1705f53e0bf421e8026fab0c9
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Tue May 3 23:31:14 2011 +0200

    eval: add sqrt function for computing the square root

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5d2ce3a7782ade1ea661c139b58e2ab5389aaf17
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Thu May 5 01:05:07 2011 +0200

    configure: add strong dependencies for movie source and mp filter

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2264c1108135380c49fdf0aef97520bf77a6ed37
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Thu May 5 15:17:51 2011 +0200

    SVQ3: do not modify const input buffer
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0e7a932e6ea9bb83e7e15c4cd4c1bda110d16e2
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Thu May 5 14:40:26 2011 +0200

    SVQ3: Check that things match up after a frame.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8811679c8e6bcb5911f4749594c31e7fd1f5dfff
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Thu May 5 14:18:33 2011 +0200

    SVQ3: Move svq3 specific fields to their own context.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=175714c0c34025d642f529af5809dcb48c5ceb0c
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu May 5 15:35:54 2011 +0200

    ffplay: set CODEC_FLAG_EMU_EDGE earlier
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b000b86e1dd03c4ff89cd63a6fa88fc280947c94
Merge: 9a5624a af1ca24
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu May 5 03:09:48 2011 +0200

    Merge remote branch 'qatar/master'
    
    * qatar/master: (23 commits)
      doc: Check standalone compilation before submitting new components.
      Fix standalone compilation of pipe protocol.
      Fix standalone compilation of ac3_fixed encoder.
      Fix standalone compilation of binkaudio_dct / binkaudio_rdft decoders.
      Fix standalone compilation of IMC decoder.
      Fix standalone compilation of WTV demuxer.
      Fix standalone compilation of MXPEG decoder.
      flashsv: K&R cosmetics
      matroskaenc: fix memory leak
      vc1: make overlap filter for I-frames bit-exact.
      vc1dec: use s->start/end_mb_y instead of passing them as function args.
      Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."
      Replace strncpy() with av_strlcpy().
      indeo3: Eliminate use of long.
      get_bits: make cache unsigned to eliminate undefined signed overflow.
      asfdec: fix assert failure on invalid files
      avfilter: check malloc return values.
    Not pulled as reason for reindent is not pulled:  mpegvideo: reindent.
      nutenc: check malloc return values.
    Not pulled due to much simpler solution in ffmpeg  *: don't av_malloc(0).
      ...
    
    Conflicts:
    	doc/developer.texi
    	libavcodec/Makefile
    	libavcodec/get_bits.h
    	libavcodec/mpegvideo.c
    	libavformat/Makefile
    	libavutil/log.c
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9a5624a0f1b205e966391645a512c6dccdce42cd
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu May 5 02:20:20 2011 +0200

    rgb24toyv12: break out in the middle before out of array reads.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b93e12fdf4392570ce87143fb36c4f2f1d1c8ba1
Author: alexandru_mg3 <alexandru_mg3_NOSPAM at yahoo.com>
Date:   Thu May 5 01:42:53 2011 +0200

    ffplay: fix memleak if avfilter is disabled

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=10ff2967ea8d17f7e46599497214280a21ca409a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu May 5 00:52:03 2011 +0200

    file: Fix mmap error check.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6dafa7065bfc0634398879d7069582bbe0b3a8f2
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 4 23:30:14 2011 +0200

    configure: jack currently needs sem_timedwait()
    Should fix ticket99 and ticket43 by disabling jack.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=705c65208ad3abbb6ddda1e84103d497f651a1dd
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 4 22:14:22 2011 +0200

    ffplay: removed unused variable channels.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5258f64a14713499cf84840b3ab3a1ee7cdcaeb8
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 4 22:06:41 2011 +0200

    Disable warnings for casting pointers to integers, there is nothing wrong with that.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3e173a14e99f350d03e1a420fa8f6d3a5e659c17
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 4 21:57:08 2011 +0200

    swscale: fix src type
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=334187ade78405bb133be0d8551e453aad6eeedb
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 4 21:42:08 2011 +0200

    Fix "libavcodec/dfa.c:189: warning: unused variable ‘frame_end’"
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e822c237b3f78bb6f0f6ba5219a2a6cab3b27ce4
Author: JULIAN GARDNER <joolzg at btinternet.com>
Date:   Wed May 4 20:44:14 2011 +0200

    dvbsubdec: Split delete_state()

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9522a752bf4179b69fa9e334ee755405ba8f4459
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 4 19:01:42 2011 +0200

    xsubenc: only 1 rectangle is supported so dont allow 0 as it would crash.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d7c91c4ceac07c0274e06f2aa19b2fee8337dd47
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Mon Feb 28 13:20:41 2011 -0500

    sonic: fix sonic decoder to match encoder for sample rates other than 44100.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=105a3c7a6be5c381c1d5247692ecc09d23606260
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 4 21:31:07 2011 +0200

    bitstream_reader: Try to fix "get_bits.h:305:45: warning: variable ‘re_cache’ set but not used [-Wunused-but-set-variable]"
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=af1ca249e8eb685823dd0dade3aa3c1d119a61ec
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed May 4 20:54:53 2011 +0200

    doc: Check standalone compilation before submitting new components.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8799541a0a7bd84c04a2fac73bf819aaf53fc302
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed May 4 19:20:03 2011 +0200

    Fix standalone compilation of pipe protocol.
    
    file_check() is not only used by the file protocol, adjust #ifdef accordingly.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d2690592577ad4b4318cc7a6dcab63481a5acae
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed May 4 19:17:30 2011 +0200

    Fix standalone compilation of ac3_fixed encoder.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a33657ce5b065df045c7567517641f40e7aab1f8
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed May 4 18:48:51 2011 +0200

    Fix standalone compilation of binkaudio_dct / binkaudio_rdft decoders.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=56c8227d465fe50ea48790ae316a82cafd9e822b
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed May 4 18:48:26 2011 +0200

    Fix standalone compilation of IMC decoder.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=61165a1bba939e520d01b5f029100fd700b51f2f
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed May 4 18:47:07 2011 +0200

    Fix standalone compilation of WTV demuxer.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=091018e0dd0e2600b62324bce0e7146d7d300f44
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed May 4 14:21:27 2011 +0200

    Fix standalone compilation of MXPEG decoder.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=35e376b0d25ec2e5bff25ca24c2d741cccb27b10
Author: Diego Biurrun <diego at biurrun.de>
Date:   Tue May 3 16:08:53 2011 +0200

    flashsv: K&R cosmetics

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3acc44b7395f5688699df4d1dd30e0483b7f7b72
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 4 20:25:33 2011 +0200

    bitstream reader: remove unneeded variable initilization.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eddd580b743692bc930692cb0c5a3e930ab45ad4
Author: Mans Rullgard <mans at mansr.com>
Date:   Wed May 4 17:57:37 2011 +0100

    matroskaenc: fix memory leak
    
    This fixes a memory leak occurring when no cue points are defined
    since commit 91819763.
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7d2e03afc8573f959aa3641eea5c9f981466bcd8
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Wed May 4 07:40:53 2011 -0400

    vc1: make overlap filter for I-frames bit-exact.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5c9f147e055c732b1b2a0c8350b4d08b9b30e0cd
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Mon May 2 22:09:02 2011 -0400

    vc1dec: use s->start/end_mb_y instead of passing them as function args.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=18b6a69ce9fcbd12476cfbe8ca9cd7e148dc21c5
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Wed May 4 07:35:30 2011 -0400

    Revert "VC1: merge idct8x8, coeff adjustments and put_pixels."
    
    This reverts commit f8bed30d8b176fa030f6737765338bb4a2bcabc9. The reason
    for this is that the overlap filter, which runs after IDCT, should run
    on unclamped values, and thus IDCT and put_pixels() cannot be merged if
    we want to attempt to be bitexact.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1a5e4fd8c5b99478b4e08a69261930bb12aa948b
Author: Alex Converse <aconverse at google.com>
Date:   Tue May 3 11:19:31 2011 -0700

    Replace strncpy() with av_strlcpy().

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aab6374bbe2b6ce4ca82141be6a5b7b8875bf051
Author: Alex Converse <aconverse at google.com>
Date:   Sun Apr 24 17:33:37 2011 -0700

    indeo3: Eliminate use of long.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=47bc52f8216d9de3e50160adb929620ac31ede99
Author: Alex Converse <aconverse at google.com>
Date:   Tue Apr 26 09:09:05 2011 -0700

    get_bits: make cache unsigned to eliminate undefined signed overflow.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0bd433a916cd8d98fce47742fbf6d0f90ec941c4
Author: Uoti Urpala <uoti.urpala.pp1.inet.fi>
Date:   Sun Apr 24 07:21:30 2011 +0300

    asfdec: fix assert failure on invalid files
    
    Add an extra size validity check in asf_read_frame_header(). Without
    this asf->packet_size_left may become negative, which triggers an
    assertion failure later.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0699dbb8478886826dedb1c33a0b74142a1cd863
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Tue May 3 21:25:40 2011 -0400

    avfilter: check malloc return values.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d969e93a72102a4162a1b20ec0b4fe22c69f3ff7
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Tue May 3 08:23:41 2011 -0400

    mpegvideo: reindent.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=76432655056b9c1477ade550e4b6d277556eb6b2
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Tue May 3 08:19:42 2011 -0400

    nutenc: check malloc return values.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f8af93ab99a132c268e4ce83736762555e928b96
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Wed Apr 27 08:29:09 2011 -0700

    avfilter: don't av_malloc(0).

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=25588d3b8a556eb5d0d3239d8c6aee968ea18896
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Wed Apr 27 08:29:02 2011 -0700

    nutenc: don't av_malloc(0).

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fb22c237152ea62f51b8e1c96a782bae4c8709c1
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Wed Apr 27 08:28:51 2011 -0700

    mpegvideo: don't av_malloc(0).

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f8b1245922cf4c7692750e9198cf57598f9647d5
Author: Ronald S. Bultje <rbultje at google.com>
Date:   Wed Apr 27 15:42:16 2011 -0700

    asfdec: fix parsing of packets that overrun into padding.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=707e8612e85ba83fcbbfc56be3f4ab24af7e98fb
Merge: b5f2089 8ce67bc
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Wed May 4 04:06:26 2011 +0200

    Merge remote branch 'qatar/master'
    
    * qatar/master:
      Implement fate-rsync target
      Make ffmpeg support generic data stream
    
    Conflicts:
    	cmdutils.h
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b5f20892c960ab9058c74703b29d7bf9d248bd36
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Feb 13 00:23:47 2011 +0100

    msvideo1 regression test
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e4be3485af1fe39ee97ecbbda9b5abf4d5941853
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Sun Jan 23 15:58:23 2011 +0100

    MS Video 1 encoder

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8ce67bcabe7f50622430c11c3384675f095c78b5
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun May 1 16:48:40 2011 +0200

    Implement fate-rsync target

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e3b540b42464395eadbc42b87331589e2e9e4301
Author: Luca Barbato <lu_zero at gentoo.org>
Date:   Thu Apr 14 13:32:36 2011 +0200

    Make ffmpeg support generic data stream
    
    The patch is the first step to support -dcodec copy

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c402ce418a9e7b456c383e097ad772f218a004c7
Author: ami_stuff <ami_stuff at o2.pl>
Date:   Fri Apr 29 01:20:10 2011 +0200

    Remove lowres support from wmv2 decoder
    
    lowres option crashes with wmv2 files which I have for test,
    so I think it's better to remove the support to the time when
    lowres will be really supported by this codec
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2525821f1aadf34e3c874c669feb6be27249e881
Merge: 7d70d19 4773d90
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue May 3 04:08:23 2011 +0200

    Merge remote branch 'qatar/master'
    
    * qatar/master:
      vp8: frame-multithreading.
    Duplicate  Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
    Duplicate  Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().
    Bug spoted&removed in last merge:  dpx: Do not use DPX encoder for decoding.
    
    Conflicts:
    	ffmpeg.c
    	ffplay.c
    	libavcodec/h264.c
    	libavcodec/mpeg12.c
    	libavcodec/mpeg4videodec.c
    	libavcodec/mpegvideo.c
    	libavcodec/mpegvideo_enc.c
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7d70d1937a5c1a3fda8b988e3bccbb4a04ff3ae7
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Tue May 3 01:09:30 2011 +0200

    Support decoding of 24 bit True Audio samples-
    
    Many samples will fail because "Output buffer size is too small."

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4cf2e30f056f092f4b04d516ee45ceb1ec7f268e
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Tue May 3 01:06:18 2011 +0200

    Support decoding of 8 bit True Audio samples-
    
    Many samples will fail because "Output buffer size is too small."

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fba418e6708a5271e933be27f346759e3d616e7c
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Tue May 3 01:02:07 2011 +0200

    Do not assume AV_SAMPLE_FMT_S16 as tta sample format.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b4621acbb9b0b1f69dae3f14b01762fce912309
Author: Alexandre Colucci <alexandre at elgato.com>
Date:   Mon May 2 18:55:02 2011 +0200

    Fix init_get_bits length argument for init_get_bits.
    
    Do not use rlelen for buffer size in init_get_bits, it is
    only the size of the data for the first field.
    Since it is not reliable, just use the size of the whole buffer.
    Additional comments add removal of unused rlelen variable by
    Reimar Döffinger.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=884f678cfdc40561d780df708e2c7b58452d2e1e
Author: ami_stuff <ami_stuff at o2.pl>
Date:   Mon May 2 01:45:05 2011 +0200

    Add *.j2k extension to JPEG2000 decoder
    
    Some files with *.j2k extension can be found for example here:
    
    http://www.openjpeg.org/index.php?menu=samples
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cf16104ad13f6c558ea386e5fa55a67e2b378f5e
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sat Apr 30 23:00:17 2011 +0200

    Change guess_palette so its output matches the most common palette.
    
    This means it uses full brightness range and brightness
    increasing instead of decreasing with index of non-opaque
    color.
    
    Based on patch by Alexandre Colucci [alexandre elgato com]

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=148ffcd2ce116cadb0efdbacc358851222c808d0
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sat Apr 30 11:55:36 2011 +0200

    Make DV (sub) demuxer set proper pkt->pos values.
    
    This makes the avi demuxer create packets with proper pos values
    with the file from ticket #140.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4773d904211ec07688418eb9bb78df6467c1ca2f
Author: Ronald S. Bultje <rbultje at google.com>
Date:   Mon May 2 09:55:52 2011 -0400

    vp8: frame-multithreading.
    
    Tested on a Mac Pro, 2 CPUs, 2 cores each, OSX 10.6.6:
    
    time ./ffmpeg -v 0 -vsync 0 -threads [1234] -i \
      ~/Downloads/sintel_trailer_1080p_vp8_vorbis.webm \
      -f null -vcodec rawvideo -an -
    1: 0m14.630s (89.9 fps)
    2: 0m8.056s (163.2 fps)
    3: 0m5.882s (223.6 fps)
    4: 0m4.952s (265.6 fps)
    
    time ./ffmpeg -v 0 -vsync 0 -threads [1234] -i \
      ~/Downloads/Elephants_Dream-720p-Stereo.webm \
      -f null -vcodec rawvideo -an -
    1: 1m12.962s (215.1 fps)
    2: 0m44.682s (351.2 fps)
    3: 0m31.183s (503.2 fps)
    4: 0m25.284s (620.6 fps)
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f97905e61d7cb86987d7d4f5fabcfc0d6b57ddbb
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon May 2 12:35:39 2011 +0200

    scale: fix leak occurring when a scale filter is reconfigured
    
    This currently only occurrs in vsrc_buffer in case of mid-stream
    size/format change.
    
    Fix trac issue #124.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0f1ef8a316470977ae092635ada2720d8ed50c4e
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon May 2 01:41:28 2011 +0200

    vsrc_buffer: improve reporting in case of format/size change

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ce5e49b0c2c11ec153834677fc5c903dd71d4e6e
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Thu Apr 28 01:40:44 2011 +0200

    replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=301183d9be4e426d472d4be8c84095c853cb8ac4
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Thu Apr 28 01:03:28 2011 +0200

    replace deprecated av_get_pict_type_char() with av_get_picture_type_char()

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=975a1447f76e8d30fc01e6ea5466c84faf3d76e4
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri Apr 29 18:53:57 2011 +0200

    Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
    
    Signed-off-by: Diego Biurrun <diego at biurrun.de>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6209669de4a0aa056ae05b0a2c78eaf2ca489b23
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri Apr 29 16:37:23 2011 +0200

    Replace deprecated av_get_pict_type_char() with av_get_picture_type_char().
    
    Signed-off-by: Diego Biurrun <diego at biurrun.de>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b178cd76b27ad317e6a93db63f5630f268ce21fe
Author: Kostya Shishkov <kostya.shishkov at gmail.com>
Date:   Mon May 2 10:37:36 2011 +0200

    dpx: Do not use DPX encoder for decoding.
    
    10l to the one who hasn't checked this.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c3f5b8112573245fc5056a49477749df4ed1d0ea
Merge: 3862ebb ad1862d
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon May 2 03:37:36 2011 +0200

    Merge remote branch 'qatar/master'
    
    * qatar/master:
      ALPHA: Replace sized int_fast integer types with plain int/unsigned.
    Duplicate  DPX image encoder
    Duplicate  DPX decoder: read sample aspect ratio
    Duplciate  DPX decoder: add buffer size checks.
      ac3enc: clip large coefficient values and negative exponents rather than using av_assert2().
      ac3enc: do not store a bandwidth code for each channel.
      ac3enc: remove bandwidth reduction as fallback for bit allocation failure.
      ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()
      ac3enc: return error if frame+exponent bits are too large instead of using av_assert2().
      ac3enc: differentiate between current block and reference block in bit_alloc()
      ac3enc: simplify exponent_init() by calculating exponent_group_tab[] based on exponent group sizes.
      ac3enc: simplify stereo rematrixing decision options
    Include both URLs:  Update URL to fate samples
    
    Conflicts:
    	Changelog
    	doc/fate.txt
    	libavcodec/ac3enc.c
    	libavcodec/dpxenc.c
    	libavcodec/version.h
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3862ebba23cc9a76a004edd4c12d0b853a0426cd
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 1 22:40:01 2011 +0200

    AVOptions: av_set_string3() allow NULL strings
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=007d352c1ca73ffbfa249af51c26abf933c3c842
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 1 17:50:34 2011 +0200

    dct-test: Support testing bits>8
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c92a9d069e8be8f0d71c9e48bed508f32b5d7c2a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 1 16:59:47 2011 +0200

    ffplay: demuxer specific options support
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5edb23295edf9bffd94f08b7475632473c0453bd
Author: zhentan feng <spyfeng at gmail.com>
Date:   Sun May 1 21:13:18 2011 +0200

    WTV: Add ff_ prefix to the moved fields.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ab826c165916a301ee748ee5a1d68cf788d5d2f
Author: zhentan feng <spyfeng at gmail.com>
Date:   Sun May 1 21:12:02 2011 +0200

    WTV:move the common variable used by wtvdec.c and wtvenc.c to a new file wtv.h and wtv.c.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=80a330679f5916a868227fabcecc4889cc402a61
Author: zhentan feng <spyfeng at gmail.com>
Date:   Sun May 1 21:10:00 2011 +0200

    rename wtv.c to wtvdec.c
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ad1862d64ae28251e2740e437bbc639492a374a0
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Apr 29 20:15:00 2011 +0200

    ALPHA: Replace sized int_fast integer types with plain int/unsigned.
    
    int/unsigned is the natural memory access type for CPUs, using sized types
    for temporary variables, counters and similar just increases code size and
    can possibly cause a slowdown.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e27ce0eea36b7631ad26a8f41b93855e3ae7e8f9
Author: Peter Ross <pross at xvid.org>
Date:   Sat Mar 26 15:12:35 2011 +1100

    DPX image encoder

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=406629150cae78a15d7c04b049511b03740b6bfc
Author: Peter Ross <pross at xvid.org>
Date:   Fri Apr 1 23:23:28 2011 +1100

    DPX decoder: read sample aspect ratio
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3777ea13fbf690003f8b0d83a8bffb6e1d71c3df
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Fri Mar 25 18:58:07 2011 +0100

    DPX decoder: add buffer size checks.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63b1866ae1e19ff0d694746a84e2eac859cda462
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Fri Apr 15 23:18:33 2011 -0400

    ac3enc: clip large coefficient values and negative exponents rather than using
    av_assert2().

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=177fed4e9baa43bdcfb6771195eb85f19412c23e
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Fri Apr 15 22:49:05 2011 -0400

    ac3enc: do not store a bandwidth code for each channel.
    
    Although AC-3 allows it, it's not very useful. The encoder uses the same code
    for all full-bandwidth channels.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a1d0f511fc3a758146d9384ccaab31743d8bd600
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Fri Apr 15 22:45:05 2011 -0400

    ac3enc: remove bandwidth reduction as fallback for bit allocation failure.
    
    It was only needed at low bitrates, which now already use a low bandwidth, so
    the bandwidth reduction is no longer needed.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ba6bce5140f09ed84d54f93fd5c816cbcf150c90
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Fri Apr 15 22:43:25 2011 -0400

    ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4142487d1cd8c555e13f156d1cc89f838099db10
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Fri Apr 15 19:56:42 2011 -0400

    ac3enc: return error if frame+exponent bits are too large instead of using
    av_assert2().
    
    This can occur in some very rare cases with low bitrates.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=987fe2dc55c2de4dd798cbd0ebcdae6a066faff7
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Fri Apr 15 19:55:09 2011 -0400

    ac3enc: differentiate between current block and reference block in bit_alloc()

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6b2636bba68880450749b3d36a99d584c031342e
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Fri Apr 15 19:51:06 2011 -0400

    ac3enc: simplify exponent_init() by calculating exponent_group_tab[] based
    on exponent group sizes.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e0b33d479cf1cb96e4300b82309e26e6f9c50d6c
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Fri Apr 15 19:22:42 2011 -0400

    ac3enc: simplify stereo rematrixing decision options

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=636ee66f1c188de9d92cb794f8765390d8177c42
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Sat Apr 30 23:19:04 2011 +0200

    Fix data_size handling for AC3 and dca decoders.
    
    They use now code identical to the AAC decoder.
    The AC3 decoder previously did not check the data_size and
    the dca decoder checked against and set wrong values for float.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a28b0587455f1ed4ac9ac955cc95f95656019ce4
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun May 1 14:34:31 2011 +0200

    Update URL to fate samples

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=35fe66abbc9a6d151cedbc8d0261dc007aa71fe2
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri Apr 29 13:12:39 2011 +0200

    lavfi: rename AVFilterBufferRefVideoProps.pixel_aspect to sample_aspect_ratio
    
    Improve consistency with libavcodec.
    
    This breaks libavfilter API/ABI.
    
    The non-sequential 2.1.0 -> 2.4.0 bump is due to the mess previously
    done with the lavfi minor number.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=77e9dee8aefa3fca75984226f66bf004bb8f9e13
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri Apr 29 13:04:47 2011 +0200

    lavc: add a sample_aspect_ratio field to AVFrame
    
    The sample aspect ratio is a per-frame property, so it makes sense to
    define it in AVFrame rather than in the codec/stream context.
    Simplify application-level sample aspect ratio information extraction,
    and allow further simplifications.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1ba57272429fc6c86e39cd236e2b32ac545e1488
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Fri Apr 29 12:28:44 2011 +0200

    lavc: add a pkt_pos field to AVFrame
    
    This is similar to what was done with pkt_pts. This simplifies the
    operation of extracting the pos information from the AVPacket, and
    allows further simplifications.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aba0278e9fe8e66c078588efe66f6af4db432770
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Sun May 1 06:39:08 2011 +0200

    Fix compilation in some cases if the flac decoder was disabled.
    
    flac.o implies vorbis_data.o because of flac channel layout.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c059d7aa57391f2216808dbf2afdcb9e0a835ab5
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 1 02:32:41 2011 +0200

    H264: Fix intra only decoding.
    This possibly fixes issue2679
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0ae4aba649dffd6de4594715be06e1ec39d374d5
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 1 02:32:16 2011 +0200

    H264:Print short+long+max values when they dont match up.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7ac85f4be840361d55db302ac476ced28297a061
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 1 02:31:42 2011 +0200

    H264:use av_assert0() for frame num check
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0e5758d1013dbf68b4b0ea1ad847d52769d475db
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 1 02:31:01 2011 +0200

    H264: print nal_ref_idc too for debug
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e12926393b3477e8c324268d3281ae9975f58435
Author: Mike Scheutzow <mike.scheutzow at alcatel-lucent.com>
Date:   Thu Apr 28 10:14:26 2011 -0400

    Fix decoding of mpegts streams with h264 video that does *NOT* have b frames
    
    One of the causes of this bug is that the h264 parser defaults low_delay
    to 1, but the h264 codec defaults low_delay to 0. Really Ugly.
    
    After many hours of looking at this, I'm still not sure how has_b_frames
    is *intended* to behave, but to me the implementation appears way more
    complicated than it ought to be.
    
    My patch relies on the encoder to set an optional field in the SPS. This
    works for libx264 streams, but I'm not sure that all h264 encoders will
    set it.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8556406d38dc2307dd3f187c4528d64f5c350d5f
Author: ami_stuff <ami_stuff at o2.pl>
Date:   Sun May 1 00:38:25 2011 +0200

    lavc: lowercase the FRWU codec name
    
    This is more consistent with all the other codec names.
    
    Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ffb5a0d533498102c31aa131bc91a4cce868b0a8
Merge: 1a9f9f8 85770f2
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun May 1 00:21:56 2011 +0200

    Merge commit '85770f2a2651497861ed938efcd0df3696ff5e45'
    
    * commit '85770f2a2651497861ed938efcd0df3696ff5e45':
      AVOptions: make default_val a union, as proposed in AVOption2.
      Move ff_dynarray_add to lavu and make it public.
      lavf: remove duplicate assignment in avformat_alloc_context.
      lavf: use designated initializers for AVClasses.
      options: simplify av_find_opt by using av_next_option.
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=85770f2a2651497861ed938efcd0df3696ff5e45
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sat Apr 30 07:43:26 2011 +0200

    AVOptions: make default_val a union, as proposed in AVOption2.
    
    This breaks API and ABI.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=35ceaa737643008e89a9ba54aaa9ebc0b57683b4
Author: Anton Khirnov <anton at khirnov.net>
Date:   Fri Apr 29 17:33:38 2011 +0200

    Move ff_dynarray_add to lavu and make it public.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ac1bf88c00dbe7eb2191e2d5325fb104b9d8341
Author: Anton Khirnov <anton at khirnov.net>
Date:   Fri Apr 29 11:42:05 2011 +0200

    lavf: remove duplicate assignment in avformat_alloc_context.
    
    AVClass is already initialized in  avformat_get_context_defaults.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4a7a1b7def03051e16a3ffbbe51d41f227aea0fd
Author: Anton Khirnov <anton at khirnov.net>
Date:   Fri Apr 29 11:30:02 2011 +0200

    lavf: use designated initializers for AVClasses.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5a43bd5e2609705ee8b834c789fe93399588ca85
Author: Anton Khirnov <anton at khirnov.net>
Date:   Thu Apr 14 09:10:54 2011 +0200

    options: simplify av_find_opt by using av_next_option.



More information about the ffmpeg-cvslog mailing list