[FFmpeg-cvslog] New commits on branch oldabi

Git System git at videolan.org
Tue Jun 21 05:40:30 CEST 2011


URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=779d7610c71d267a88c787affd91000b826e812e
Merge: 56629aa d39b33c
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Jun 21 05:22:40 2011 +0200

    Merge branch 'master' into oldabi
    
    * master: (109 commits)
      libx264: fix open gop default. Please use -x264opts to force open gop This fixes Ticket268
      avfilter picture pool: double free hotfix
      mpegaudio_parser: be less picky on the start position
      ppc32: Fix movrel
      Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().
      x86: cabac: fix register constraints for 32-bit mode
      cabac: move x86 asm to libavcodec/x86/cabac.h
      x86: h264: cast pointers to intptr_t rather than int
      x86: h264: remove hardcoded edi in decode_significance_8x8_x86()
      x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86()
      x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86()
      x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86()
      x86: cabac: change 'a' constraint to 'r' in get_cabac_inline()
      x86: cabac: remove hardcoded esi in get_cabac_inline()
      x86: cabac: remove hardcoded edx in get_cabac_inline()
      x86: cabac: remove unused macro parameter
      x86: cabac: remove hardcoded ebx in inline asm
      x86: cabac: remove hardcoded struct offsets from inline asm
      cabac: remove inline asm under #if 0
      cabac: remove BRANCHLESS_CABAC_DECODER switch
      ...
    
    Conflicts:
    	cmdutils.c
    	ffserver.c
    	libavfilter/avfilter.h
    	libavformat/avformat.h
    	libavformat/utils.c
    	libavformat/version.h
    	libavutil/avutil.h
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d39b33c63bc080231d8d6e79c6301a60b86150de
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Jun 21 04:45:29 2011 +0200

    libx264: fix open gop default.
    Please use -x264opts to force open gop
    This fixes Ticket268
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=90c6963daea9210d7d2104e2ece94dd4e2fffc17
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Jun 21 04:24:03 2011 +0200

    avfilter picture pool: double free hotfix
    
    This fix introduces a small memleak
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6cbe81999b07862895515fcbdae7bc3a320ca29c
Merge: b37dfe1 e6c52ce
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Jun 21 03:38:25 2011 +0200

    Merge remote-tracking branch 'qatar/master'
    
    * qatar/master: (28 commits)
      Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().
      x86: cabac: fix register constraints for 32-bit mode
      cabac: move x86 asm to libavcodec/x86/cabac.h
      x86: h264: cast pointers to intptr_t rather than int
      x86: h264: remove hardcoded edi in decode_significance_8x8_x86()
      x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86()
      x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86()
      x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86()
      x86: cabac: change 'a' constraint to 'r' in get_cabac_inline()
      x86: cabac: remove hardcoded esi in get_cabac_inline()
      x86: cabac: remove hardcoded edx in get_cabac_inline()
      x86: cabac: remove unused macro parameter
      x86: cabac: remove hardcoded ebx in inline asm
      x86: cabac: remove hardcoded struct offsets from inline asm
      cabac: remove inline asm under #if 0
      cabac: remove BRANCHLESS_CABAC_DECODER switch
      cabac: remove #if 0 cascade under never-set #ifdef ARCH_X86_DISABLED
      document libswscale bump
      error_resilience: skip last-MV predictor step if MVs are not available.
      error_resilience: actually add counter when adding a MV predictor.
      ...
    
    Conflicts:
    	Changelog
    	libavcodec/error_resilience.c
    	libavfilter/defaults.c
    	libavfilter/vf_drawtext.c
    	libswscale/swscale.h
    	tests/ref/vsynth1/error
    	tests/ref/vsynth2/error
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b37dfe181cc34ea76155cf449d168c385f32f061
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Tue Jun 21 02:49:20 2011 +0200

    mpegaudio_parser: be less picky on the start position
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2d16394f972dca8cc5e5b5bf9ab0b343a6239b76
Author: Kim Nguyen <kim at nguyen.vg>
Date:   Tue Jun 21 00:18:54 2011 +0200

    ppc32: Fix movrel
    
    Fixes ticket272

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6c52cee541ba23a7aec525f72dff73c188dad06
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date:   Tue Jun 7 13:40:22 2011 -0400

    Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().
    
    av_get_bits_per_sample_fmt() is deprecated.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c5ee740745596941b84b738cc528ec85b0e6f0a3
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon Jun 20 23:10:26 2011 +0100

    x86: cabac: fix register constraints for 32-bit mode
    
    Some operands need to be accessed in byte mode, which restricts the
    available registers in 32-bit mode.  Using the 'q' constraint selects
    a suitable register.
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2143d69bddf42c8c2cf9f45e1f0ce7750e96aad3
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon Jun 20 10:53:41 2011 +0100

    cabac: move x86 asm to libavcodec/x86/cabac.h
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d075e7d5405d716170476a2fea707dfe3330093c
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon Jun 20 10:24:26 2011 +0100

    x86: h264: cast pointers to intptr_t rather than int
    
    Only the low-order bits are used here so the type is not important,
    but this avoids a compiler warning.
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3a4edb76d697cfa341ee060647732e5c1400da3a
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon Jun 20 10:20:15 2011 +0100

    x86: h264: remove hardcoded edi in decode_significance_8x8_x86()
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b92c1a6d2630e46b6e7c6ceca467e7f56fae5218
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon Jun 20 10:12:29 2011 +0100

    x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86()
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3fc4e36c78004b37b6179423231e3e0daa3c7e74
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon Jun 20 10:06:07 2011 +0100

    x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86()
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e4b5a204aa2269cc249771fd49a89e7b4af32215
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon Jun 20 09:23:26 2011 +0100

    x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86()
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3146a30e612729e4a70dd10361c8a38750fa6d53
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon Jun 20 09:28:19 2011 +0100

    x86: cabac: change 'a' constraint to 'r' in get_cabac_inline()
    
    Nothing requires this value in %eax.
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f743595e87aecc090cf6884fc681c0adf3a03cbb
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon Jun 20 09:19:27 2011 +0100

    x86: cabac: remove hardcoded esi in get_cabac_inline()
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=da3af4db6151775a851c181c8aba802db07ce033
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon Jun 20 03:39:45 2011 +0100

    x86: cabac: remove hardcoded edx in get_cabac_inline()
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=51f16a9bf22ee81116df2a02d3107c6f3ad17402
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon Jun 20 03:19:20 2011 +0100

    x86: cabac: remove unused macro parameter
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=018c33838eeb41944af46287e7d8be82c5c427d8
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon Jun 20 02:31:53 2011 +0100

    x86: cabac: remove hardcoded ebx in inline asm
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6b712acc0e4face7e913fbffd03123fc24672654
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon Jun 20 01:54:32 2011 +0100

    x86: cabac: remove hardcoded struct offsets from inline asm
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=34ee43fc0fa7f40a280f4f93a3c6aa5bf7a2704b
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon Jun 20 01:58:36 2011 +0100

    cabac: remove inline asm under #if 0
    
    A comment says it's not faster than the C code.
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8fcc0e7978e03cbf7e6d872d34ca1ea4a7d97b87
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon Jun 20 01:49:38 2011 +0100

    cabac: remove BRANCHLESS_CABAC_DECODER switch
    
    The code does not compile without this set.
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=eaa2d5a90a208fff0662b62da67b7b090b9fff8c
Author: Mans Rullgard <mans at mansr.com>
Date:   Mon Jun 20 00:59:35 2011 +0100

    cabac: remove #if 0 cascade under never-set #ifdef ARCH_X86_DISABLED
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=093768c9a4855b82c13124f835b655dd70883012
Author: Ivan Kalvachev <ikalvachev at gmail.com>
Date:   Thu Jun 16 19:35:33 2011 +0300

    Fix bink audio playback outside of FFmpeg.
    
    There are 2 known Bink audio codecs. Additionally they have
    a different flavor if they are found inside Bink-b "BIKb" file.
    In order to guess the correct flavor, the demuxer sets the audio
    codec_tag to be the same as the file format tag.
    This causes problem because same tag is used for both audio codecs.
    The hack works in FFmpeg because audio codecs are identified by their
    codec_id, but other players rely on standard behavior.
    
    This fix removes the codec_tag hack and instead uses artificial
    extradata format to signal the codec flavor. This would also
    allow proper embedding of Bink audio in other containers.
    
    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=dea22a1a912d5e6214db5c6a4addbc7b26881817
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Mon Jun 20 22:40:31 2011 +0200

    document libswscale bump

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=20153fb8f6ce7f482298170d2700befe898fa1cd
Author: Ronald Bultje <rsbultje at gmail.com>
Date:   Mon Jun 20 15:07:56 2011 +0000

    error_resilience: skip last-MV predictor step if MVs are not available.
    
    Fixes crashes when playing broken MPEG2-TS streams.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d42aaa802e2b74dcb83d426001557f8229b1b484
Author: Ronald Bultje <rsbultje at gmail.com>
Date:   Mon Jun 20 15:07:55 2011 +0000

    error_resilience: actually add counter when adding a MV predictor.
    
    Without, the predictor isn't actually used.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3a07f5a47a16bef86faab99bc02d2fd0f396afe8
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Jun 18 02:44:17 2011 +0200

    qdm2: Fix alignment of local array.
    
    Fixes ticket270
    
    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=5a0a6ae639ac791ddebce64e2c316186d1db575c
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Thu Apr 21 10:31:48 2011 +0200

    ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAX
    
    Fix compilatin after removal of FF_INTERNAL_MEM_TYPE_MAX_VALUE.
    
    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=702a62a1c6b97a8befa114da4ab4aa2b541352af
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Mon May 16 23:44:35 2011 +0200

    drawtext: add braces around initialisers for option defaults
    
    Fix warnings of the type:
    vf_drawtext.c:NNN: warning: missing braces around initializer
    vf_drawtext.c:NNN: warning: (near initialization for ‘drawtext_options[X].default_val’)
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

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

    drawtext: reindent after the previous commit
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

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

    drawtext: fix strftime() text expansion
    
    The feature was dropped after the filter was partially rewritten and
    recommitted.
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cfbaeb311d906099bd9b8fbf0fa38cdb1b08f23e
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Jun 20 20:13:26 2011 +0200

    ffmpeg: print warning if encoding would duplicate massive amounts of frames
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=07935318598722e6ffe0f9980010a96f076d7152
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Mon Jun 20 12:20:54 2011 +0200

    Bump major version for b8e893399ff8755721dc117695ec5ff183c1e07b
    
    On architectures such as x86 (both 32 bit and 64bit), the stack element
    size is fixed, which maintains alignment.  Here, this change does not
    break anything. However, we also support also other architectures where
    this property is not maintained and therefore, applications will crash
    horribly.
    
    This change effectively forces all applications to be recompiled against
    libswscale.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ea6331f8bbaf3343faec6ffe77a6218a016a3af5
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Mon Jun 20 10:24:33 2011 -0400

    h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=54dd50d14dc3a3952f7d85165142d02f6ea578d7
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Jun 20 13:22:23 2011 +0200

    cmdutils: remove outcommented merge trash
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=56e11d230525bb9659e79d3253351b94ec3f8478
Merge: 4aeb776 8d3d343
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Mon Jun 20 03:49:51 2011 +0200

    Merge remote-tracking branch 'qatar/master'
    
    * qatar/master:
      Drop git- prefix from version labels
      Use the contents of RELEASE as version fallback instead of 'UNKNOWN'
      path64/open64: filter out unsupported flags
      Add Release Notes
      sipr: Drop unused DSPContext
      sipr: include string.h for mem*()
      sipr: Use memmove() to copy overlapped buffers.
      h264: drop some ugly casts
    
    Conflicts:
    	version.sh
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ae88e9cf99837e5eec811c817a17b2cbc9724a01
Author: Yusuke Nakamura <muken.the.vfrmaniac at gmail.com>
Date:   Sun Jun 5 01:28:43 2011 +0900

    mov: Fix empty edit detection.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4aeb7769136ae60586d88d17fcce05be9669e72a
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Jun 19 20:32:37 2011 +0200

    dump_metadata: Fix 0xd in metadata
    
    Fixed ticket245
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=867b10679c0ea761ce423c104d8b1b8792d92fb9
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Jun 19 20:02:30 2011 +0200

    Attempt to fix ticket266
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=940a55ccf4898c641d0b3b7138d679943611e1d6
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Jun 19 17:57:51 2011 +0200

    eval: Fix 32bit unsigned parsing
    
    Fixes ticket264
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a7e4342fc1a0e962b829a9a194d034fa38590951
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Jun 19 13:09:16 2011 +0200

    avidec: consider non video to contain only keyframes when seeking.
    
    Fixes Ticket271
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6c0f5172f6735c0b185721ff0f456f53ef7ac677
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Jun 19 05:55:12 2011 +0200

    ffplay: dont drop frames by default when there is no audio stream
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd2c0a5db242a3c89a89f1dd2ae9e3155e48f9e2
Author: Mina Nagy Zaki <mnzaki at gmail.com>
Date:   Sun Jun 19 20:31:24 2011 +0200

    lavfi: add layout negotiation fields and helper functions.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=527ca3985c736ffe077a82fdf3616f0fd571b923
Author: Mina Nagy Zaki <mnzaki at gmail.com>
Date:   Tue Jun 7 21:17:23 2011 +0300

    lavfi: use int64_t lists in AVFilteFormats
    
    The list type was changed to int64_t to be able to hold
    channel layouts.
    
    avfilter_make_format_list() still takes a int32_t array and converts
    it to int64_t. A new function, avfilter_make_format64_list, that
    takes int64_t arrays has been added.

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

    lavfi: fix realloc size computation in avfilter_add_format()
    
    Replace sizeof((*avff)->formats)
    with    sizeof(*(*avff)->formats)
    
    as the size of the array element is given by the pointed element
    rather than by its pointer.
    
    In particular fix computation with the pending patch when
    sizeof(int64_t) != sizeof(int64_t *).

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

    lavfi: fix Makefile HEADERS
    
    Add a missing space between vsink_buffer.h and vsrc_buffer.h.
    1000l.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d3d3436e2596e27571b86eb97c66971a1a7431b
Author: Mans Rullgard <mans at mansr.com>
Date:   Sun Jun 19 19:31:56 2011 +0100

    Drop git- prefix from version labels
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8fab4007c83349e5dbaacca735ce698cf94bf8e4
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Jun 19 19:51:20 2011 +0200

    Use the contents of RELEASE as version fallback instead of 'UNKNOWN'
    
    This makes binaries produced by source tarballs identify themselves with
    the version number of the corresponding release series, unless overriden
    by a 'VERSION' file.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b2d219045330494a2391beb6571ee1b25fc422d
Author: Mans Rullgard <mans at mansr.com>
Date:   Sun Jun 19 18:03:21 2011 +0100

    path64/open64: filter out unsupported flags
    
    These flags are accepted without error but produce an annoying
    warning.  Filtering them out makes the build less noisy.
    
    Signed-off-by: Mans Rullgard <mans at mansr.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=72da9888b0f1c0f6a74f6fdfa5f5f31d20bb0099
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Jun 19 19:45:36 2011 +0200

    Add Release Notes

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

    lavfi: add vsink_buffer, and use it in ff* tools
    
    Also add the public interface libavfilter/vsink_buffer.h.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e89ba76a59ce31320083b74f41e26bf4f64df8dd
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Jun 18 01:52:40 2011 +0200

    vsrc_color: use internal timebase
    
    Avoid timescale conversion, simplify.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=141f03541b39e131a5e8aa776a88abe77b70618e
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sun Jun 19 02:49:04 2011 +0200

    opt: do not crash in av_set_options_string() if opts == NULL
    
    Add missing NULL check, and update documentation accordingly.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=15f03725ced37e3b99e76f63f52cb92e10f134e2
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat May 28 22:00:26 2011 +0200

    lavfi: add negate filter
    
    This filter is a simple wrapper around the LUT filter.

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

    lavfi: add LUT (LookUp Table) generic filters

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4b84d5114d760627a990e66724e3a1e9e1d1286f
Author: Alex Converse <alex.converse at gmail.com>
Date:   Sat Jun 18 15:45:45 2011 -0700

    sipr: Drop unused DSPContext

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1e3d5eec8e758cfdd76370c80b9d0cc76c2c7b84
Author: Alex Converse <alex.converse at gmail.com>
Date:   Sat Jun 18 15:44:31 2011 -0700

    sipr: include string.h for mem*()

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cb372931ff3e55e47965db7b02c01df1e1b6a043
Author: Alex Converse <alex.converse at gmail.com>
Date:   Sat Jun 18 15:42:57 2011 -0700

    sipr: Use memmove() to copy overlapped buffers.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c17beba97c600b38926f98e11f0436e20445261
Author: Alex Converse <alex.converse at gmail.com>
Date:   Fri Jun 17 22:03:24 2011 -0700

    h264: drop some ugly casts

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=83f9bc8aeece0d7c5b1fadaf91118ee6a97a0390
Merge: 15b4f64 dbafb0e
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Jun 19 04:02:06 2011 +0200

    Merge remote-tracking branch 'qatar/master'
    
    * qatar/master:
      lavf: prevent crash in av_open_input_file() if ap == NULL.
      more Changelog additions
      lavf: add a forgotten NULL check in convert_format_parameters().
      Fix build if yasm is not available.
      H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.
    
    Conflicts:
    	Changelog
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=15b4f6449ddb1f52ae82dee3f94a5b56b636cbea
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Jun 19 03:33:15 2011 +0200

    swscale: fix mono input for width%8
    
    Fixes ticket193
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=799a87d749b473a2ab2494daef905e5129c5c056
Author: ami_stuff <ami_stuff at o2.pl>
Date:   Sun Jun 19 01:47:25 2011 +0200

    avidec: Ignore unknown stream types
    
    Improves ticket131
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a4233d1f95bfc5b9b0fd08f0aaafdd20b1c4dae0
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Jun 19 00:02:55 2011 +0200

    h264: print actual slice number in "Too many slices" warning
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9291faeb6754787cd7f32feb8560219726a4da11
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Jun 19 00:00:52 2011 +0200

    jpegdec: include mjpb_skiptosod in debug output
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a09a3e8213c74be18855bab8aee4a7c44a05bdfe
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Jun 18 23:59:27 2011 +0200

    jpegdec: fix CJPG decoding.
    
    Fixes ticket133
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0aed4f81fe5b9b15ab9b35baa4300f29ab03d65f
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Jun 18 21:59:11 2011 +0200

    w32threads: with only 1 thread there cant be a active threading mode.
    
    Fixes ticket284
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=035c13e307daeb2a250b86f0ddef3b783a6393e5
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Jun 18 21:54:11 2011 +0200

    ffmpeg: warn if samples need to be converted in a lossy way for lossless encoders.
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7ba262527fa87b3e6556b905a1b3cb0ad6ac2043
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Jun 18 21:53:54 2011 +0200

    flacenc: mark as lossless codec
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=34dc7aa82b3dcd95048b89a59730fbadf3ab3175
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Jun 18 21:53:20 2011 +0200

    libavcodec: add CODEC_CAP_LOSSLESS
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dbafb0e06faa092f60e53d845957fbab7f2a3f2d
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Sat Jun 18 15:33:49 2011 -0400

    lavf: prevent crash in av_open_input_file() if ap == NULL.
    
    Needed for proper behaviour in our old API compatibility code.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bed31c7e3c530f9237bbb9fb96507be5977d9f65
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Thu Jun 16 19:59:47 2011 +0200

    more Changelog additions

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84bd2b4bf5ca544e29c48634ac8b2899c58b0d9d
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sat Jun 18 17:26:40 2011 +0200

    lavf: add a forgotten NULL check in convert_format_parameters().

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ed63f527f28d1d73589a9e0bac3aed2197f14887
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date:   Sat Jun 18 08:34:14 2011 -0400

    Fix build if yasm is not available.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f188a1e0ca12822fd6c607924169d678c7254838
Author: Daniel Kang <daniel.d.kang at gmail.com>
Date:   Sun Jun 5 18:33:23 2011 -0400

    H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.
    
    Mainly ported from 8-bit H.264 MC Chroma.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bde8055963ff3831091bf58a7b866e9eaaf7b3f5
Author: Clément Bœsch <ubitux at gmail.com>
Date:   Wed Jun 15 20:26:57 2011 +0200

    dcaenc: small quantization simplification.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=47a8243c0db3fe497c490dfe2727a7a8422596cb
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Sat Jun 18 09:36:07 2011 +0200

    Fix -s documentation.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2905e3ff6462431d55f89614b24e2a407707c82a
Merge: 44d1b40 78440c0
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Jun 18 04:40:18 2011 +0200

    Merge remote-tracking branch 'qatar/master'
    
    * qatar/master:
      lavc: add opt_find to AVCodecContext class.
      h264: Complexify frame num gap shortening code
      intreadwrite.h: fix AV_RL32/AV_RB32 signedness.
      Fix decoding of mpegts streams with h264 video that does *NOT* have b frames
      Add minor bumps and APIChanges entries for lavf private options.
      ffmpeg: deprecate -vc and -tvstd
      ffmpeg: use new avformat_open_* API.
      ffserver: use new avformat_open_* API.
      ffprobe: use new avformat_open_* API.
      ffplay: use new avformat_open_* API.
      cmdutils: add opt_default2().
      dict: add AV_DICT_APPEND flag.
      lavf: add avformat_write_header() as a replacement for av_write_header().
      Deprecate av_open_input_* and remove their uses.
      lavf: add avformat_open_input() as a replacement for av_open_input_*
      AVOptions: add av_opt_find() as a replacement for av_find_opt.
      AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.
      ffmpeg: don't abuse a global for passing frame size from input to output
      ffmpeg: don't abuse a global for passing pixel format from input to output
      ffmpeg: initialise encoders earlier.
    
    Conflicts:
    	cmdutils.c
    	doc/APIchanges
    	ffmpeg.c
    	ffplay.c
    	ffprobe.c
    	libavcodec/h264.c
    	libavformat/avformat.h
    	libavformat/utils.c
    	libavformat/version.h
    	libavutil/avutil.h
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=44d1b4088f2959912a27ffbffc5884db1b35a645
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sat Jun 18 02:44:17 2011 +0200

    qdm2: Fix alignment of local array.
    
    Fixes ticket270
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0c6cf3fa7cc7a9e01a5b78fd11f10f81c4b49b77
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Jun 18 01:47:37 2011 +0200

    vsrc_color: set output pos values to -1
    
    -1 is more correct than 0, as the position in the file is undefined.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=bb3a2b723ab2f94d24cac86b692c52c781338e7d
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Jun 18 01:46:27 2011 +0200

    vsrc_color: add @file doxy
    
    Also remove outdated reference to color in vf_pad.c.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8055433b492fe971a145a07470119ef8c2c71571
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date:   Sat Jun 18 02:02:31 2011 +0200

    graphparser: add missing NULL check in avfilter_graph_parse()
    
    Fix a crash occurring when open_inputs is NULL and *open_inputs is
    checked, the crash was introduced by the recent avfilter_graph_parse()
    syntax change.
    
    In particular, fix graph2dot crash.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=369c68c4e121d9f883e240604050daf7fac1b870
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Thu Jun 16 23:45:38 2011 +0200

    Support DTS in mp4/mov.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=78440c007cd310bb27ac2af5fb7ea5b7555efc84
Author: Anton Khirnov <anton at khirnov.net>
Date:   Fri Jun 17 06:39:42 2011 +0200

    lavc: add opt_find to AVCodecContext class.
    
    Fixes encoder private options, which are broken now in ffmpeg, because
    opt_default2() can't find them, thus making opt_default() to fail.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4f643430f295a8376ca51f127a23b0f8ce92068b
Merge: d8ee777 9446d75
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Fri Jun 17 05:49:41 2011 +0200

    Merge commit '9446d75941d639f19cfa9ae007eb4c5ca041f200'
    
    * commit '9446d75941d639f19cfa9ae007eb4c5ca041f200':
      ffmpeg: merge output_codecs array into AVOutputStream members.
      rtpenc_latm: Consistently use "Libav" in license boilerplate.
      rtsp: Don't pass string pointer as format string to ff_url_join
      mmsh: fixed printf injection bug in mmsh request
      codec-regression: remove pointless -r options for dnxhd
    
    Merged-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d8ee777021ac251c48274e7fd9864acb9e19a5cb
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Thu Jun 16 23:21:19 2011 +0200

    Do not crash if SDL_SetVideoMode() fails.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d5708923c2882b704db48f8a2f6b6afbb9cc7f34
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Thu Jun 16 23:20:29 2011 +0200

    Move do_exit() and stream_close() up.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5ad05dd500ba5dd46370808025951c55811a49bf
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Thu Jun 16 23:16:58 2011 +0200

    Fix documentation for -ar and -ac.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5fb67d8039e15a34c5aef8a1c87c8e252296938b
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date:   Thu Jun 16 23:14:17 2011 +0200

    Fix compilation with old yasm.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f6e2af4f5aed088d4926c2ceb320bb4bf514132b
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Jun 16 23:06:27 2011 +0200

    ffmpeg: Force 420 with target dvd and svcd.
    
    Fixes ticket283
    
    Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3803af22d8e1092e658110e77db093922ce63e80
Author: Alexander Strange <astrange at ithinksw.com>
Date:   Sun Jun 12 20:40:00 2011 +0000

    h264: Complexify frame num gap shortening code
    
    By observation it did not seem to handle prev_frame_num > frame_num.
    This does not affect any files I have.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c98b928fa7dea6418c24a163e7bcd36b0eb922a3
Author: Uoti Urpala <uau at mplayer2.org>
Date:   Tue Jun 14 21:53:30 2011 +0000

    intreadwrite.h: fix AV_RL32/AV_RB32 signedness.
    
    The output type of the AV_RL32/AV_RB32 macros was signed int. The
    resulting overflow broke at least some ASF streams with large
    timestamps. Fix by adding a cast to uint32_t.
    
    Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aa15e68721b15f8020da9d392954b343f195f22c
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.
    
    Signed-off-by: Anton Khirnov <anton at khirnov.net>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7c44d716e76cbd1c29369563a8b384addd5e7c03
Author: Anton Khirnov <anton at khirnov.net>
Date:   Thu Jun 16 17:21:46 2011 +0200

    Add minor bumps and APIChanges entries for lavf private options.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=55ba12e3009fd6c8f78102f7c747496d500d0bac
Author: Anton Khirnov <anton at khirnov.net>
Date:   Wed Jun 15 07:34:12 2011 +0200

    ffmpeg: deprecate -vc and -tvstd
    
    They've been replaced by demuxer private options.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8035f429684e368fe54af8ccedc2d4776a2d6154
Author: Anton Khirnov <anton at khirnov.net>
Date:   Thu Jun 9 10:58:23 2011 +0200

    ffmpeg: use new avformat_open_* API.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=50f2dfad679747d417879d6b49c929286aff69b1
Author: Anton Khirnov <anton at khirnov.net>
Date:   Thu Jun 9 10:58:23 2011 +0200

    ffserver: use new avformat_open_* API.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e0518705c8f575488a50407eee3edcc94c905973
Author: Anton Khirnov <anton at khirnov.net>
Date:   Thu Jun 9 10:58:23 2011 +0200

    ffprobe: use new avformat_open_* API.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d0e142bb68fdc817fb84f2395ae416d43ca141ce
Author: Anton Khirnov <anton at khirnov.net>
Date:   Thu Jun 9 10:58:23 2011 +0200

    ffplay: use new avformat_open_* API.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9ba38229e5bd0cf6201a8206b2d8be6335f45f46
Author: Anton Khirnov <anton at khirnov.net>
Date:   Wed May 25 16:42:41 2011 +0200

    cmdutils: add opt_default2().
    
    It stores options in a dictionary to be passed to new open calls.
    
    It will replace opt_default once all the pieces are in place.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1b9b37b8a416e77b4c6425dcdcee21cf8a1f5d67
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sat Jun 4 18:43:05 2011 +0200

    dict: add AV_DICT_APPEND flag.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=25de5958c8fd727777ebf8c4f7a9df6f9b8eb82d
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sun May 22 13:53:33 2011 +0200

    lavf: add avformat_write_header() as a replacement for av_write_header().
    
    It supports more convenient setting of AVOptions.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=603b8bc2a109978c8499b06d2556f1433306eca7
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sat Jun 4 17:36:30 2011 +0200

    Deprecate av_open_input_* and remove their uses.
    
    Deprecate the last remaining member of AVFormatParameters.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=05e84c95c7f0543553af8f0ebd50fb5604e7e2ff
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sun May 22 08:37:25 2011 +0200

    lavf: add avformat_open_input() as a replacement for av_open_input_*
    
    Add support for demuxer private options.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc59ec5e79d813228e3dfbc8942a5fe424b399a0
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sun May 22 13:25:19 2011 +0200

    AVOptions: add av_opt_find() as a replacement for av_find_opt.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7e83e1c511baf0d02f3af75b6180d6af4d50aa99
Author: Anton Khirnov <anton at khirnov.net>
Date:   Sun May 22 12:52:50 2011 +0200

    AVOptions: add av_opt_set_dict() mapping a dictionary struct to a context.
    
    This way the caller can pass all the options in one nice package.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0b7ccad6bf79cebe5cd8392105276a4ba19d19f9
Author: Anton Khirnov <anton at khirnov.net>
Date:   Wed Jun 15 08:00:03 2011 +0200

    ffmpeg: don't abuse a global for passing frame size from input to output
    
    It's broken with multiple files or video streams.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=10de86b882f980a7e856a903bcb45a8fa7816cfd
Author: Anton Khirnov <anton at khirnov.net>
Date:   Wed Jun 15 08:00:03 2011 +0200

    ffmpeg: don't abuse a global for passing pixel format from input to output
    
    It's broken with multiple files or video streams.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6ec2fd5f77d5c5a3d569978cc6f099af15d25fba
Author: Kirill Zorin <cyril.zorin at gmail.com>
Date:   Thu Jun 16 20:15:53 2011 +0200

    mmsh: fix 400 bad request
    
    There is no need to write two HTTP newlines (\r\n) into "headers",
    because http_connect (in http.c) already appends one HTTP newline at
    the end of the given headers chunk, which would result in sending
    three HTTP newlines after the headers. Most of the time it's okay
    (although not RFC-conforming), but many proxy servers and the
    occasional strict httpd will puke with a "400 bad request".

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9446d75941d639f19cfa9ae007eb4c5ca041f200
Author: Anton Khirnov <anton at khirnov.net>
Date:   Thu Jun 16 18:04:56 2011 +0200

    ffmpeg: merge output_codecs array into AVOutputStream members.
    
    There's no point in keeping them separate.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=62940bb42f39b98c45105b036055dacdbe47a175
Author: Anton Khirnov <anton at khirnov.net>
Date:   Thu Jun 16 06:24:54 2011 +0200

    ffmpeg: initialise encoders earlier.
    
    Fixes choosing supported samplerate and framerate.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1d076f46a0db987e3cde0914277473f18f1ba03e
Author: Diego Biurrun <diego at biurrun.de>
Date:   Thu Jun 16 17:04:06 2011 +0200

    rtpenc_latm: Consistently use "Libav" in license boilerplate.

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d840733937a3f00dcedbf20507077a4891173516
Author: Martin Storsjö <martin at martin.st>
Date:   Thu Jun 16 11:04:27 2011 +0300

    rtsp: Don't pass string pointer as format string to ff_url_join
    
    In this case, the string that was passed couldn't contain
    user-defined data and thus there was no risk for injection
    bugs, but it's safer this way, if we later change the
    content of the options string.
    
    Signed-off-by: Martin Storsjö <martin at martin.st>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6095388812ce1b2a95e9917b89e5857639208f88
Author: Kirill Zorin <cyril.zorin at gmail.com>
Date:   Wed Jun 15 19:18:29 2011 +0200

    mmsh: fixed printf injection bug in mmsh request
    
    Signed-off-by: Martin Storsjö <martin at martin.st>

URL:    http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7cbc2e60af72e2154ddc160b1bfce200a95a6532
Author: Anton Khirnov <anton at khirnov.net>
Date:   Thu Jun 16 07:24:14 2011 +0200

    codec-regression: remove pointless -r options for dnxhd



More information about the ffmpeg-cvslog mailing list