[FFmpeg-cvslog] New commits on branch oldabi
Git System
git at videolan.org
Mon Apr 25 03:53:15 CEST 2011
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ebd47841f16d1d521d7dd9b5ae0b8015443b690
Merge: 9d7244c 989fb05
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Mon Apr 25 02:47:47 2011 +0200
Merge branch 'master' into oldabi
* master: (172 commits)
Check mmap() return against correct value Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
vorbisdec: Employ proper printf format specifiers for uint_fast32_t.
Support fourcc MMJP.
Support fourcc XVIX.
Support fourcc M263.
Support fourcc auv2.
Fix indentation.
Support PARSER_FLAG_COMPLETE_FRAMES for h261 and h263 parsers.
ffplay: avoid SIGFPE exception in SDL_DisplayYUVOverlay
avi: try to synchronize the points in time of the starts of streams after seeking. Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
Add flag to force demuxers to sort more strictly by dts. This enables non interleaved AVI mode for example. Players that are picky on strict interleaving can set this. Patches to only switch to non intereaved AVI mode when the index is not strictly correctly interleaved are welcome. Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
applehttp: Don't export variant_bitrate if it isn't known
crypto: Use av_freep instead of av_free
CrystalHD: Add AVOption to configure hardware downscaling.
Check for malloc failures in fraps decoder.
Use av_fast_malloc instead of av_realloc in fraps decoder.
general.texi: document libcelt decoder.
Fix some passing argument from incompatible pointer type warnings. Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
configure: Add missing libm library dependencies to .pc files.
oggdec: reindent after 8f3eebd6
...
Conflicts:
libavcodec/version.h
Merged-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=989fb05fe344d9666db858e0577c44969625184e
Merge: 2671ab3 2441003
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Mon Apr 25 02:29:09 2011 +0200
Merge remote branch 'qatar/master'
* qatar/master:
vorbisdec: Employ proper printf format specifiers for uint_fast32_t.
applehttp: Don't export variant_bitrate if it isn't known
crypto: Use av_freep instead of av_free
configure: Add missing libm library dependencies to .pc files.
oggdec: reindent after 8f3eebd6
configure: Add missing libavutil inter-library dependencies to .pc files.
Conflicts:
configure
Merged-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2671ab3996672c43b02076daca5bf00c5a6f1c68
Author: unknown author <ports at freebsd>
Date: Mon Apr 25 01:48:46 2011 +0200
Check mmap() return against correct value
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2441003d3fdc01545690c2f397efd7acfd876d6c
Author: Diego Biurrun <diego at biurrun.de>
Date: Sun Apr 24 19:49:39 2011 +0200
vorbisdec: Employ proper printf format specifiers for uint_fast32_t.
libavcodec/vorbisdec.c:543: warning: format ‘%d’ expects type ‘int’, but argument 4 has type ‘uint_fast32_t’
libavcodec/vorbisdec.c:543: warning: format ‘%d’ expects type ‘int’, but argument 5 has type ‘uint_fast32_t’
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03546a9ac8753b3f083ae3d2a6397c8c0011923b
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Mon Apr 25 00:43:13 2011 +0200
Support fourcc MMJP.
Fixes ticket #107.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=69cf1824c6001ccc37d9ece5308c9a8f8d1dec26
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Mon Apr 25 00:35:59 2011 +0200
Support fourcc XVIX.
Fixes ticket #106.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a8117a62f41c53eafde94bd84415a3f552824dcd
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Mon Apr 25 00:27:03 2011 +0200
Support fourcc M263.
Fixes ticket #103.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3e1c59ebc642831395bb5bcdc763520722679a6c
Author: ami_stuff <amiUNDERSCOREstuff at o2.pl>
Date: Mon Apr 25 00:20:27 2011 +0200
Support fourcc auv2.
Fixes ticket #101.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9a962f30556f8890a09cd668a9fe806ebac54206
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date: Mon Apr 25 00:02:36 2011 +0200
Fix indentation.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=02e3f7d042aabd98d4114f7f84b4b480a93daaa1
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date: Sun Apr 24 19:17:17 2011 +0200
Support PARSER_FLAG_COMPLETE_FRAMES for h261 and h263 parsers.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=69f58958ce8f81b153b14c60959ba37d6bf0b8cf
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Fri Apr 22 17:11:23 2011 +0200
ffplay: avoid SIGFPE exception in SDL_DisplayYUVOverlay
In video_image_display(), fix exception occurring when the size of the
rectangle passed to SDL_DisplayYUVOverlay() is 0x0, which happens when
interactively resizing the SDL window.
This is done by forcing the minimum size to 1x1.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fbfcc8f1b71b51ff87f09e269d22328be5594f40
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Sun Apr 24 22:38:05 2011 +0200
avi: try to synchronize the points in time of the starts of streams after seeking.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8a68697dc66234d0a5fc50b4d67a94921c9893d1
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Sun Apr 24 21:29:35 2011 +0200
Add flag to force demuxers to sort more strictly by dts.
This enables non interleaved AVI mode for example.
Players that are picky on strict interleaving can set this.
Patches to only switch to non intereaved AVI mode when the index is not strictly
correctly interleaved are welcome.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5f85d49b6889b9a2ecd18695fe52c5c9b698a0e1
Author: Martin Storsjö <martin at martin.st>
Date: Sun Apr 24 20:19:49 2011 +0300
applehttp: Don't export variant_bitrate if it isn't known
If there are no variants, the total bitrate of the single
stream isn't known, and exporting variant_bitrate = 0 does
look weird, since there really aren't any variants.
Signed-off-by: Martin Storsjö <martin at martin.st>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ac9cf2e5c48aa1edb2c7ba8e7edfa55c9fde609b
Author: Martin Storsjö <martin at martin.st>
Date: Sun Apr 24 20:10:37 2011 +0300
crypto: Use av_freep instead of av_free
Using av_freep is generally good practice.
Signed-off-by: Martin Storsjö <martin at martin.st>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e4253b1a4f5e296dfb41620c02e08650609e6819
Author: Philip Langdale <philipl at overt.org>
Date: Wed Apr 20 21:41:43 2011 -0700
CrystalHD: Add AVOption to configure hardware downscaling.
The CrystalHD hardware can do scaling, which is particularly
desirable when dealing with some high resolution clips that take
so long to decode and copy out that they end up playing back
slower than realtime. By using scaling, we can make the output
frames smaller and reduce the copy out time.
This option takes the desired horizontal width in pixels, and
the hardware will do an aspect-scale. Upscaling is not supported
and the hardware will simply ignore any request to do so.
Signed-off-by: Philip Langdale <philipl at overt.org>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=67c1a59ad7f9057f86d1605df3c28db0edb99bef
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date: Sun Apr 24 14:49:29 2011 +0200
Check for malloc failures in fraps decoder.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=80da2dcf05efdaa5e8f82b635da245054256a35f
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date: Sun Apr 24 14:39:07 2011 +0200
Use av_fast_malloc instead of av_realloc in fraps decoder.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=88dbbe97d598390d96eeb3118437a225296a18ae
Author: Nicolas George <nicolas.george at normalesup.org>
Date: Sat Apr 23 11:42:26 2011 +0200
general.texi: document libcelt decoder.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e3323a1cbdadef21a6cbc98bc6c3e24457b45eab
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Sun Apr 24 17:46:50 2011 +0200
Fix some passing argument from incompatible pointer type warnings.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=50f7c296469e9675e07fd1afa37b5e430b876f1c
Author: Reinhard Tartler <siretart at tauware.de>
Date: Sun Apr 24 17:24:24 2011 +0200
configure: Add missing libm library dependencies to .pc files.
This unbreaks static compilation using pkg-config on systems in need of -lm.
Based on an mplayer2 patch by Uoti Urpala <uau at mplayer2.org>
Signed-off-by: Diego Biurrun <diego at biurrun.de>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc713546d4ffcd2fbc8e0ecd28fbcf6cd252061a
Author: Clément Bœsch <ubitux at gmail.com>
Date: Sun Apr 24 15:40:57 2011 +0200
oggdec: reindent after 8f3eebd6
Signed-off-by: Diego Biurrun <diego at biurrun.de>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e9251bb5555f6daa6be10437f97579d85d6fdc89
Author: Reinhard Tartler <siretart at tauware.de>
Date: Sun Apr 24 11:39:15 2011 +0200
configure: Add missing libavutil inter-library dependencies to .pc files.
This unbreaks static compilation when using pkg-config.
Based on an mplayer2 patch by Uoti Urpala <uau at mplayer2.org>
Signed-off-by: Diego Biurrun <diego at biurrun.de>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=47ec6546d240e3d9a8f76f25e127dcb4a3a9f7b9
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Sun Apr 24 13:27:07 2011 +0200
Drop section describung now unneeded workarounds for BSD
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=13e69cc5fa60a7e2bccedc4f59a16c1abcec6b8b
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Sun Apr 24 13:23:51 2011 +0200
Fix building on FreeBSD8.2
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=183132872a1d8bc8a32e7fd8f994fa2f1b2d6bfc
Author: Sebastian Vater <cdgs.basty at googlemail.com>
Date: Wed Apr 20 13:56:56 2011 +0200
HAM6/HAM8 support for IFF demuxer/decoder
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c2a8f125855aef72efcde8a06dd73a5fbe5dcf25
Author: Peter Ross <pross at xvid.org>
Date: Sat Apr 23 22:09:19 2011 +1000
EA cdata demuxer: support files with 20 byte header
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=db62d898330664a9b69ba5a1feee18338bb00852
Author: Peter Ross <pross at xvid.org>
Date: Sat Apr 23 22:09:10 2011 +1000
EA cdata demuxer: support 6 channel files
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c8a5e8a8948bcd7c0d01d3f64d58c1dc7e29d4e2
Author: Peter Ross <pross at xvid.org>
Date: Sun Apr 24 09:41:51 2011 +1000
EA cdata demuxer: set codec->sample_fmt
This is required by has_codec_parameters in libavformat/utils.c
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b678d6db95b3f7304db6e01f26807fb23e2e7d0e
Author: Peter Ross <pross at xvid.org>
Date: Sat Apr 23 22:08:48 2011 +1000
permit decoding of multichannel ADPCM_EA_XAS
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7b376b398a464a5825ede8b10d5f605c526c7399
Merge: c225615 b1ac139
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Sun Apr 24 03:38:03 2011 +0200
Merge remote branch 'qatar/master'
* qatar/master:
Handle unicode file names on windows
rtp: Rename the open/close functions to alloc/free
Lowercase all ff* program names.
Refer to ff* tools by their lowercase names.
NOT Pulled Replace more FFmpeg instances by Libav or ffmpeg.
Replace `` by $() syntax in shell scripts.
patcheck: Allow overiding grep program(s) through environment variables.
NOT Pulled Remove stray libavcore and _g binary references.
vorbis: Rename decoder/encoder files to follow general file naming scheme.
aacenc: Fix whitespace after last commit.
cook: Fix small typo in av_log_ask_for_sample message.
aacenc: Finish 3GPP psymodel analysis for non mid/side cases.
Remove RDFT dependency from AAC decoder.
Add some debug log messages to AAC extradata
Fix mov debug (u)int64_t format strings.
bswap: use native types for av_bwap16().
doc: FLV muxing is supported.
applehttp: Handle AES-128 encrypted streams
Add a protocol handler for AES CBC decryption with PKCS7 padding
doc: Mention that DragonFly BSD requires __BSD_VISIBLE set
Conflicts:
ffplay.c
ffprobe.c
Merged-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b1ac139d89b9fc55b70ad3411af2f75fe8b17805
Author: Kirill Gavrilov <gavr.mail at gmail.com>
Date: Wed Apr 20 14:36:44 2011 +0300
Handle unicode file names on windows
All file names should be in UTF-8 within libavformat.
This is handled by mapping the open() function to an internal one
in os_support.h for windows.
fopen() could be overridden in the same way, but if that would be
used from ffmpeg.c, it would add a dependency on an ff prefixed
internal lavf function.
Signed-off-by: Martin Storsjö <martin at martin.st>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9261e6cf3fe579fa02a96761c8e81a77bb3d8b2e
Author: Martin Storsjö <martin at martin.st>
Date: Wed Apr 20 15:36:37 2011 +0300
rtp: Rename the open/close functions to alloc/free
This avoids clashes if we internally want to override the global
open function.
Signed-off-by: Martin Storsjö <martin at martin.st>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c225615bf2da206775c5ff2b56d648cf50d38756
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date: Sat Apr 23 12:41:11 2011 -0700
In libx264 wrapper, fix side effect with has_b_frames, bframe_pyramid can be set
when bframe is not.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=89b503b55f2b2713f1c3cc8981102c1a7b663281
Author: Diego Biurrun <diego at biurrun.de>
Date: Sat Apr 23 15:19:17 2011 +0200
Lowercase all ff* program names.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3a50894eaaad3d5a7ec9bad99c08ecb8305c51c1
Author: Diego Biurrun <diego at biurrun.de>
Date: Sat Apr 23 16:40:01 2011 +0200
Refer to ff* tools by their lowercase names.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=43fb279f5643225799841f512d2dad4690186165
Author: Diego Biurrun <diego at biurrun.de>
Date: Sat Apr 23 16:39:03 2011 +0200
Replace more FFmpeg instances by Libav or ffmpeg.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6252040e773c30efa21c743124d5e813320a0ec2
Author: Diego Biurrun <diego at biurrun.de>
Date: Tue Apr 19 00:16:24 2011 +0200
Replace `` by $() syntax in shell scripts.
$() is easier to nest and POSIX, which we require in other places.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ff3be572efde575c2b5ee621a84920ac9a5b9b8f
Author: Brad <brad at comstyle.com>
Date: Sun Mar 27 21:05:22 2011 -0400
patcheck: Allow overiding grep program(s) through environment variables.
patcheck hardcodes the binary names for grep/egrep. This makes overriding the
binary names a pain, e.g. when calling a GNU version of grep on BSD systems.
Signed-off-by: Diego Biurrun <diego at biurrun.de>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=75e8fba8232108c075a8b24bd7f17b7c5869c7bc
Author: Diego Biurrun <diego at biurrun.de>
Date: Sat Apr 23 14:14:22 2011 +0200
Remove stray libavcore and _g binary references.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=046f3cb78903cd04846c49345b473244f095f1a5
Author: Diego Biurrun <diego at biurrun.de>
Date: Sun Apr 17 19:44:33 2011 +0200
vorbis: Rename decoder/encoder files to follow general file naming scheme.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f50d9377252431114e89514cf528825936efcbd9
Author: Nathan Caldwell <saintdev at gmail.com>
Date: Tue Apr 5 01:05:24 2011 -0600
aacenc: Fix whitespace after last commit.
Signed-off-by: Martin Storsjö <martin at martin.st>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2ef2496cd19eb833f4ad22a5051c11be80d09598
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Sat Apr 23 13:37:28 2011 +0200
Set channel layout in flac decoder.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=539647c6ffa9c39f60cee41e1eb79e491bc4f4c5
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Fri Apr 22 11:09:48 2011 +0200
ffplay: factorize code calling output_packet() in video_thread()
Slightly simplify.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c632a1c205c59a7d716cae2d540c7b693e9a827e
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Fri Apr 22 11:26:44 2011 +0200
ffplay: remove reference to unused QETimer symbol
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ab7fdbab00872f6435cd1b6b5f1304e2d03d86eb
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Fri Apr 22 02:19:48 2011 +0200
ffplay: rename stream_pause() to stream_toggle_pause()
The new name is less misleading, since the function will resume the
stream if it is currently paused.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=efd6cbc5ddac2d4df7008733bfef1d6d6809cc3c
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Sat Apr 23 00:08:28 2011 +0200
flicvideo: fix crash on flic files with invalid frame size
Add a check in flic_decode_frame_8BPP(), in case chunk_size is >
frame_size issue a warning and resize chunk_size to frame_size, in
order to avoid out-of-buffer reads.
Fix roundup issue #2520, trac issue #69.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cd1872799d89a87b1d06132118836c82cda2a44f
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Sat Apr 23 00:07:15 2011 +0200
flicvideo: increase error level and fix error message in CHECK_PIXEL_PTR()
Also return AVERROR_INVALIDDATA rather than -1.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=62582a696b4dbe3d644ea19aa6739bbe592482da
Author: Diego Biurrun <diego at biurrun.de>
Date: Sat Apr 23 02:02:42 2011 +0200
cook: Fix small typo in av_log_ask_for_sample message.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=230c1a90754860719b017a9ea4627dc81f67ff6e
Author: Nathan Caldwell <saintdev at gmail.com>
Date: Wed Jan 5 01:32:16 2011 -0700
aacenc: Finish 3GPP psymodel analysis for non mid/side cases.
There is still are still a few sections missing relating to TNS (not present)
and mid/side (contains other bugs).
Overall this improves quality, and vastly improves rate-control.
Signed-off-by: Martin Storsjö <martin at martin.st>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3d462373f8e8fa58b697a9b2d93a5edf70841937
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Sat Apr 23 10:44:21 2011 +0200
aac: add math.h needed for log2f()
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ab1572609f58b718d77df0bd769ec2315ea6d09e
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Sat Apr 23 10:41:44 2011 +0200
10l: Add misssing CR/LF.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8f2e438e52d4a6cd138968df18cd9e54d7f6394f
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Sat Apr 23 10:31:03 2011 +0200
Support channel layout when demuxing aif files.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8bb5d1c39c9646022720ec93ef8a1b49bf558790
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Sat Apr 23 10:30:18 2011 +0200
Support channel layout when demuxing caf files.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2a2146aac0e1c7649d674905b6a6645b722aef2e
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Sat Apr 23 10:19:21 2011 +0200
Extend unknown CAF chunk warning message: Print size.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e499187f2eed5a1e488b0da589dbe89f1c5dc480
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Sat Apr 23 10:09:11 2011 +0200
Fix compilation with libcelt on Apple OS X.
Fixes ticket #97.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4b5c21757bf614b09c94cb5aef5f89ba885b0bd9
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Sat Apr 23 10:06:39 2011 +0200
Fix compilation after version bump.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cfc2a0cf848e71fcec0861a73b26c2c96a201357
Author: Alex Converse <aconverse at google.com>
Date: Thu Apr 21 18:39:04 2011 +0000
Remove RDFT dependency from AAC decoder.
$subj
>From 557176d961c70604c2a96d81aff4bd6faa670d8a Mon Sep 17 00:00:00 2001
From: Alex Converse <aconverse at google.com>
Date: Thu, 21 Apr 2011 12:11:42 -0700
Subject: [PATCH] Remove RDFT dependency from AAC decoder.
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="------------1"
This is a multi-part message in MIME format.
--------------1
Content-Type: text/plain; charset=UTF-8; format=fixed
Content-Transfer-Encoding: 8bit
It was used for an old implementation of the SBR filterbank.
./configure --disable-everything --disable-ffplay --enable-decoder=aac works.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=785c4418289e5aace9823823a8d19974e40d4b64
Author: Alex Converse <aconverse at google.com>
Date: Wed Apr 20 17:47:28 2011 +0000
Add some debug log messages to AAC extradata
On Wed, Apr 20, 2011 at 11:39 AM, Justin Ruggles
<justin.ruggles at gmail.com> wrote:
> On 04/20/2011 02:26 PM, Alex Converse wrote:
>
>> ---
>> libavcodec/aacdec.c | 10 +++++++++-
>> 1 files changed, 9 insertions(+), 1 deletions(-)
>>
>>
>>
>> 0002-Add-some-Debug-log-messages-to-AAC-extradata.patch
>>
>>
>> diff --git a/libavcodec/aacdec.c b/libavcodec/aacdec.c
>> index c9761a1..3ec274f 100644
>> --- a/libavcodec/aacdec.c
>> +++ b/libavcodec/aacdec.c
>> @@ -79,7 +79,6 @@
>> Parametric Stereo.
>> */
>>
>> -
>> #include "avcodec.h"
>> #include "internal.h"
>> #include "get_bits.h"
>
>
> stray whitespace change
>
oops, fixed
>From 94e8d0eea77480630f84368c97646cabc0f50628 Mon Sep 17 00:00:00 2001
From: Alex Converse <aconverse at google.com>
Date: Wed, 20 Apr 2011 11:23:34 -0700
Subject: [PATCH] Add some debug log messages to AAC extradata
MIME-Version: 1.0
Content-Type: multipart/mixed; boundary="------------1"
This is a multi-part message in MIME format.
--------------1
Content-Type: text/plain; charset=UTF-8; format=fixed
Content-Transfer-Encoding: 8bit
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3583d7cffe5173cc02c5476451800efdc767ce15
Author: Alex Converse <aconverse at google.com>
Date: Wed Apr 20 17:25:47 2011 +0000
Fix mov debug (u)int64_t format strings.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=15919ee48f507a4ca17147e7247f5cb68f752c2c
Author: Jason Garrett-Glaser <jason at x264.com>
Date: Fri Apr 22 17:59:55 2011 -0400
bswap: use native types for av_bwap16().
This prevents a call to bytestream_get_be16() using a movzwl both before
and after the ror instruction, which is obviously inefficient. Arm uses
the same trick also.
Sintel decoding goes from (avg+SD) 9.856 +/- 0.003 to 9.797 +/- 0.003 sec.
Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e16665bf72d226b2c87c76a677414b8ef7720d7e
Merge: 03ac799 d9dee72
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Sat Apr 23 01:09:43 2011 +0200
Merge remote branch 'qatar/master'
* qatar/master:
Use av_log_ask_for_sample() to request samples from users.
Make av_log_ask_for_sample() accept a variable number of arguments.
vqavideo: We no longer need to ask for version 1 samples.
aacdec: indentation cosmetics
Conflicts:
libavcodec/utils.c
Merged-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6ffd7eddb832a21f51661038620ef655640ee83f
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Fri Apr 22 19:24:17 2011 +0200
doc: FLV muxing is supported.
Signed-off-by: Martin Storsjö <martin at martin.st>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=84465f2180308a3e998089517e76586563fd6162
Author: Martin Storsjö <martin at martin.st>
Date: Sun Jan 23 23:42:18 2011 +0200
applehttp: Handle AES-128 encrypted streams
This should hopefully fix roundup issue 2586.
This commit only implements it in the demuxer, not in the
protocol handler. If desired, some of the code could be
refactored to be shared by both implementations.
Signed-off-by: Martin Storsjö <martin at martin.st>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6e4f70a8de69884ce0caa8735d7a88915b4391d4
Author: Martin Storsjö <martin at martin.st>
Date: Sun Jan 23 01:31:41 2011 +0200
Add a protocol handler for AES CBC decryption with PKCS7 padding
This can later be extended to support other AES bit sizes,
encryption, other crypto algorithms, reading the key from a URL, etc.
In order to use it, the key and initialization vector has to be
passed via AVOptions. Since such options can't be passed to
protocols from the command line, the protocol is currently
only for libavformat internal use.
Signed-off-by: Martin Storsjö <martin at martin.st>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d5c5a1c7e2959a5174522b5ac1d73d5095b8c5a3
Author: Martin Storsjö <martin at martin.st>
Date: Fri Apr 22 00:45:06 2011 +0300
doc: Mention that DragonFly BSD requires __BSD_VISIBLE set
Setting this should fix the FATE build failure on DragonFly BSD,
since inet_aton only is visible if __BSD_VISIBLE is set.
Alternatively, a line defining __BSD_VISIBLE=1 could be
added at the top of os_support.c. For FreeBSD, similar lines
are required in libavdevice/bktr.c and libavdevice/oss_audio.c, too.
Signed-off-by: Martin Storsjö <martin at martin.st>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d9dee728b8c50fb6dbff3701e1abcb2eac5895b3
Author: Diego Biurrun <diego at biurrun.de>
Date: Fri Apr 22 19:41:59 2011 +0200
Use av_log_ask_for_sample() to request samples from users.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=44f566b79afcbbb152ec21db667ea3d2f42e8f8d
Author: Diego Biurrun <diego at biurrun.de>
Date: Fri Apr 22 19:30:25 2011 +0200
Make av_log_ask_for_sample() accept a variable number of arguments.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=03ac7991286c583c73c8c44c71aeba1265c61cba
Author: Robert Leatherwood <robertDOTleatherwood at earthlink.net>
Date: Fri Apr 22 20:10:26 2011 +0200
Rm duplicated define for OPT_STR.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b2832c3904211f2e95f49059d15b94dfab55964a
Author: Diego Biurrun <diego at biurrun.de>
Date: Fri Apr 22 19:46:54 2011 +0200
vqavideo: We no longer need to ask for version 1 samples.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a08a59b736621062a1a7bd931fc1c71904caee34
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Fri Apr 22 19:24:17 2011 +0200
FLV muxing is supported.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3c483620c9a92c040b3f747e11b048e145653ce5
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Fri Apr 22 18:49:44 2011 +0200
Cosmetics: Rename variable daemon as run_as_daemon.
daemon() is defined in unistd.h for BSD and Cygwin.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=07f45bc9887daa0cf760de46f8ee098ca2563725
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Fri Apr 22 18:45:47 2011 +0200
Support Canopus SD50 with fourcc "CDV5".
Fixes ticket #93.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cc0ac0d2cb957c21e1bbfb90e07cedbcab1ee960
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Fri Apr 22 16:00:00 2011 +0200
rv10: set flags, Fixes Ticket90
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9978ed7d6c07ef12220b57b5f9f8e48ab363141e
Author: Young Han Lee <cpumaker at gmail.com>
Date: Fri Apr 22 21:39:56 2011 +0900
aacdec: indentation cosmetics
Signed-off-by: Diego Biurrun <diego at biurrun.de>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=22180e7a5a39f8a77498fcbce54368ecc408df8f
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Thu Apr 21 11:48:44 2011 +0200
error: remove symbols which were deprecated before the big bump
The removal was not applied when merging the Libav patches, because
there was still code referencing the symbols.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=50f43fb0e26df6f090e88f4e09257ef5e10be0fb
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Thu Apr 21 11:24:34 2011 +0200
matroskaenc: replace AVERROR_NOTSUPP with AVERROR(EINVAL)
AVERROR_NOTSUPP has been dropped with the major bump. Since the
signalled error denotes a configuration problem, AVERROR(EINVAL) looks
an adequate replacement.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8772156be0725fd20d948a855616fe155fafdc09
Merge: 89f903b b4a5331
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Fri Apr 22 03:50:23 2011 +0200
Merge remote branch 'qatar/master'
* qatar/master:
APIChanges: document git revision for CODEC_CAP_SLICE_THREADS addition.
Introduce slice threads flag.
FATE: allow forcing thread-type when doing threaded fate runs.
Use av_log_ask_for_sample() where appropriate.
error: sort, pack, and align error code and string definitions
The stabilization period after version bumps should be one month, not one week.
applehttp: Expose the stream bitrate via metadata
doc: Add some initial docs on the applehttp demuxer
Provide a fallback version of the libm function trunc
libavdevice: Define _XOPEN_SOURCE for usleep
lavc: provide deprecated avcodec_thread_init until next major version
lavc: provide the opt.h header until the next bump
error: change AVERROR_EOF value
error: remove AVERROR_NUMEXPECTED
error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.c
Conflicts:
libavcodec/h264.c
libavutil/error.c
libavutil/error.h
Merged-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b4a53314f115a47567b77004e02dd317e0e29ad9
Author: Ronald S. Bultje <rsbultje at gmail.com>
Date: Thu Apr 21 19:50:19 2011 -0400
APIChanges: document git revision for CODEC_CAP_SLICE_THREADS addition.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=94f7451a3a5ad61cd49da0aa9f08cefe75482007
Author: Ronald S. Bultje <rbultje at google.com>
Date: Wed Apr 20 14:14:42 2011 -0400
Introduce slice threads flag.
Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3283f274fdbef16d13df06661cec601e1bc01aab
Author: Ronald S. Bultje <rbultje at google.com>
Date: Wed Apr 20 13:12:38 2011 -0400
FATE: allow forcing thread-type when doing threaded fate runs.
Signed-off-by: Ronald S. Bultje <rsbultje at gmail.com>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=89f903b3d5ec38c9c5d90fba7e626fa0eda61a32
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Thu Apr 21 22:04:21 2011 +0200
AMV: Fix possibly exploitable crash.
Reported-at: Thu, 21 Apr 2011 14:38:25 +0000
Reported-by: Dominic Chell <Dominic.Chell at ngssecure.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=73a51e00a74df079507d6355a4e353494ddb0385
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Thu Apr 21 22:03:24 2011 +0200
mjpeg: Detect overreads in mjpeg_decode_scan() and error out.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=70fb031ce27ce200026de2ea77ec038e2c2e141f
Author: Diego Biurrun <diego at biurrun.de>
Date: Thu Apr 21 19:38:49 2011 +0200
Use av_log_ask_for_sample() where appropriate.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3eb15d98122e71faf98f22bc4acc7ab56f2f4858
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Thu Apr 21 18:44:47 2011 +0200
mp: remove unused variable outlink in end_frame
Fix warning:
vf_mp.c: In function ‘end_frame’:
vf_mp.c:870: warning: unused variable ‘outlink’
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e40cfb1463fbc3470a2c10670fd2bba8e9304ff4
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Thu Apr 21 14:25:25 2011 +0200
mp: remove use of deprecated old eval API
The old API was deprecated and will be possibly removed, fix warnings
in libavfilter/libmpcodecs/vf_geq.c and libavfilter/libmpcodecs/vf_qp.c.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=20a160484f33e0d6b40ce905a89c5c6e8282704b
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date: Thu Apr 21 09:01:31 2011 -0700
In libx264 wrapper, detect default settings and use medium profile to avoid failure.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8d67218bd73744c367450d8b8ecc5a6e6c42bd11
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Thu Apr 21 13:36:12 2011 +0200
error: sort, pack, and align error code and string definitions
Signed-off-by: Diego Biurrun <diego at biurrun.de>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ab1adff73f4852d99f9c65ef5a5ceca3e2accbe8
Author: Diego Biurrun <diego at biurrun.de>
Date: Thu Apr 21 15:56:55 2011 +0200
The stabilization period after version bumps should be one month, not one week.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fe8e039460064ad765c37736dadd123478c5ff1f
Author: Martin Storsjö <martin at martin.st>
Date: Wed Apr 20 10:10:10 2011 +0300
applehttp: Expose the stream bitrate via metadata
This helps callers to intelligently switch between bitrate
variants.
Signed-off-by: Martin Storsjö <martin at martin.st>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cac275791994be44b7a6d11a3878646e78ab5653
Author: Martin Storsjö <martin at martin.st>
Date: Wed Apr 20 23:04:31 2011 +0300
doc: Add some initial docs on the applehttp demuxer
Signed-off-by: Martin Storsjö <martin at martin.st>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=23d3931a6a8a37bb7e86bd6cb4709eb46031bfe1
Author: Martin Storsjö <martin at martin.st>
Date: Thu Apr 21 13:02:38 2011 +0200
Provide a fallback version of the libm function trunc
This fixes compilation on DOS.
Signed-off-by: Martin Storsjö <martin at martin.st>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=32a128522ad392d2bca67165fda1d2fe30262189
Author: Martin Storsjö <martin at martin.st>
Date: Thu Apr 21 13:49:21 2011 +0300
libavdevice: Define _XOPEN_SOURCE for usleep
This hopefully fixes build failures on Dragonfly BSD.
Signed-off-by: Martin Storsjö <martin at martin.st>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9bf81b49cff3945a76ac776f086a1d1adc120e6d
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Mon Apr 11 00:39:59 2011 +0200
img2: return AVERROR(EINVAL) in case of invalid filename pattern
In write_packet(), return AVERROR(EINVAL) rather than AVERROR(EIO) if
the provided output filename pattern is not valid. Indeed this has to
be considered a configuration error rather than an I/O error.
Allow a less confusing error report.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7046b63e69a5a49a8f575d89d8f0fc6680975382
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>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6d6351483fe94b7ae4938717b477014f42500145
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>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=65af48b55930abe5ac9130be3ff4d9c287a7f010
Author: Anton Khirnov <anton at khirnov.net>
Date: Wed Apr 20 17:21:39 2011 +0200
lavc: provide deprecated avcodec_thread_init until next major version
It was deprecated only recently.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=095290f9a4230698f64c56b5ee9d89c046f6dd5b
Author: Anton Khirnov <anton at khirnov.net>
Date: Wed Apr 20 17:09:45 2011 +0200
lavc: provide the opt.h header until the next bump
AVOptions were moved to libavutil only recently.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a975dbc86b97a421e51ac7075b8df869915745a2
Author: Anton Khirnov <anton at khirnov.net>
Date: Wed Apr 20 07:14:50 2011 +0200
error: change AVERROR_EOF value
The current value is masking the POSIX error code EPIPE, which has a
different semantics.
This breaks API.
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=79157f400bec7fdb6385befa63fdafc727378143
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Mon Apr 11 00:29:30 2011 +0200
error: remove AVERROR_NUMEXPECTED
AVERROR_NUMEXPECTED is used only in the image muxer and demuxer, and
has a too much specific meaning, which is better explained through a
log message. Thus it can be replaced by AVERROR(EINVAL).
This breaks API.
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=58f8463947e56dc448baeeabd7875ea90bdb4a98
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Mon Apr 11 00:52:04 2011 +0200
error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.c
The new error code is better than AVERROR(ENOENT), which has a
completely different semantics ("No such file or directory").
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=10d2ae8cf78ed7e23c6342200fa4d8a5355e87f2
Merge: 2c18893 f83acb0
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Thu Apr 21 03:23:46 2011 +0200
Merge remote branch 'qatar/master'
* qatar/master:
Makefile: Include dependencies for test tools, too
Remove a version check in av_log made unnecessary by the big bump.
update last major version increase dates in APIchanges
Reduce picture size for yadif.
oggdec: use av_freep() instead of av_free()
avio: Fix sanity checks in ffurl_read*
libavformat: Free AVFormatContext->streams
libavformat: Make protocols pass URLContext as log context where available
asf: remove commented out code in asf_read_seek
not pulled: libpostproc: Remove crufty code disabled by the big bump.
Reflect 0.7_beta1 release in the Changelog
not pulled: sws: remove disabled cruft.
lavu: remove disabled ff_random_get_seed cruft.
lavu: remove disabled sha1 cruft.
Conflicts:
Changelog
libavutil/sha1.h
Merged-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=2c18893a911657205bd45ff8a666882610e57700
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date: Wed Apr 20 15:46:20 2011 -0700
In libx264 wrapper, correctly support 2pass log filename option.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f83acb096c0ea1ec181941c141d1ab6fb24820eb
Author: Martin Storsjö <martin at martin.st>
Date: Wed Apr 20 21:22:08 2011 +0300
Makefile: Include dependencies for test tools, too
This makes seek_test to be rebuilt when its dependencies
has changed. The changes to the dependencies didn't usually matter
in practice, but the introduction of side data in AVPacket required
a recompilation.
Signed-off-by: Martin Storsjö <martin at martin.st>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=63de9e7d80ac3609fe378c5cadd5e899185846a7
Author: Diego Biurrun <diego at biurrun.de>
Date: Wed Apr 20 17:18:27 2011 +0200
Remove a version check in av_log made unnecessary by the big bump.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b9553cf4b80d79c280ae7c989593ce1daac4cafa
Author: Nicolas George <nicolas.george at normalesup.org>
Date: Wed Apr 20 18:13:54 2011 +0200
avio: fix AVIO_FLAG_READ/WRITE test in ffurl_*.
Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=53f7628d38b8884016042f0d9527c71611d9182e
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date: Tue Apr 19 19:37:29 2011 -0400
update last major version increase dates in APIchanges
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=14e3b120adb6e3c0337ffce2f595f85f2a1f33a2
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Wed Mar 23 04:31:01 2011 +0000
Reduce picture size for yadif.
Signed-off-by: Anton Khirnov <anton at khirnov.net>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=52512d0a4340895ba8bd9d2af48f256b969559d2
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Tue Apr 12 04:22:31 2011 +0000
oggdec: use av_freep() instead of av_free()
Signed-off-by: Anton Khirnov <anton at khirnov.net>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=26f6b8c571bcff7b325c7d6cc226c625dd465f8e
Author: Martin Storsjö <martin at martin.st>
Date: Wed Apr 20 17:09:46 2011 +0300
avio: Fix sanity checks in ffurl_read*
This fixes e.g. reading data over HTTP, where the underlying
socket is set to read/write.
Signed-off-by: Anton Khirnov <anton at khirnov.net>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7bbb67d58005f3c0384f657570fabcdc0bc8cc21
Author: Martin Storsjö <martin at martin.st>
Date: Wed Apr 20 12:03:55 2011 +0300
libavformat: Free AVFormatContext->streams
After switching this from a statically allocated array to a
dynamically allocated one in the major bump, this needs explicit
freeing.
Signed-off-by: Martin Storsjö <martin at martin.st>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c60112f26873afafb55d24cc50a0e93ad9411373
Author: Martin Storsjö <martin at martin.st>
Date: Wed Apr 20 11:40:29 2011 +0200
libavformat: Make protocols pass URLContext as log context where available
Since the libavformat major bump, URLContext contains an AVClass,
making it a usable log context.
Signed-off-by: Martin Storsjö <martin at martin.st>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8408e1d7d69aad57e633c27a6bcd522a15fa3702
Author: Vladimir Pantelic <vladoman at gmail.com>
Date: Wed Apr 20 12:31:10 2011 +0200
asf: remove commented out code in asf_read_seek
Signed-off-by: Mans Rullgard <mans at mansr.com>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a81ff195c15ccfa34f25b7b753c2e5438fe8939e
Author: Diego Biurrun <diego at biurrun.de>
Date: Tue Apr 19 21:53:48 2011 +0200
libpostproc: Remove crufty code disabled by the big bump.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=89451dd6e4da40ed73b8bbee2d48d8d8be1d5b0c
Author: Nicolas George <nicolas.george at normalesup.org>
Date: Sat Apr 16 17:45:30 2011 +0200
Xiph CELT/Opus decoder using libcelt.
Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ddb00ad1d8aba9cdd9ae4b3156512c3f22e2c5a3
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Wed Apr 20 09:44:08 2011 +0200
Move the info union to the end of the vdpau_render_state struct.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5efef54e70191ab20bcf89239255f1774bf2357c
Author: Reinhard Tartler <siretart at tauware.de>
Date: Tue Apr 19 19:48:44 2011 +0200
Reflect 0.7_beta1 release in the Changelog
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=efb5fa79f5ca34140db357a00c999286097ab53e
Merge: f92b008 31d76ec
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Wed Apr 20 04:48:23 2011 +0200
Merge remote branch 'qatar/master'
* qatar/master: (37 commits)
In avcodec_open(), set return code to an error value only when an error occurs instead of unconditionally at the start of the function.
lavc: remove reference to opt.h from Makefile.
prefer avio_check() over url_exist()
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
lavu: remove misc disabled cruft
lavu: remove FF_API_OLD_IMAGE_NAMES cruft
NOT PULLED lavu: remove FF_API_OLD_EVAL_NAMES cruft
lavc: remove misc disabled cruft.
lavc: remove the FF_API_INOFFICIAL cruft.
lavc: remove the FF_API_SET_STRING_OLD cruft.
lavc: remove the FF_API_USE_LPC cruft.
lavc: remove the FF_API_SUBTITLE_OLD cruft.
lavc: remove the FF_API_VIDEO_OLD cruft.
lavc: remove the FF_API_AUDIO_OLD cruft.
lavc: remove the FF_API_OPT_SHOW cruft.
lavc: remove the FF_API_MM_FLAGS cruft.
lavf: remove misc disabled cruft.
lavf: remove FF_API_INDEX_BUILT cruft
lavf: remove FF_API_URL_CLASS cruft.
lavf: remove FF_API_SYMVER cruft
...
Merged-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f92b0084c0e02b3c816a9eb234c548487acadae8
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date: Tue Apr 19 16:12:13 2011 -0700
In libx264 wrapper, add -level specific option.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=37c0a443f9aa01fcf33215b3cde06961f1e9df5c
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date: Tue Apr 19 15:23:36 2011 -0700
Fix libx264 fastfirstpass, move apply_fastfirstpass after user customized options.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=90a29294169d8bc57dec2e0b600fe50c101ed625
Author: Nicolas George <nicolas.george at normalesup.org>
Date: Tue Apr 19 23:36:29 2011 +0200
oggparsecelt: cosmetic: order lines more logically.
Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=51c1e255e53bc51b4b3bf071bdaf3e92c4814acc
Author: Nicolas George <nicolas.george at normalesup.org>
Date: Tue Apr 19 23:03:51 2011 +0200
oggparsecelt: call av_set_pts_info unconditionally.
Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=46f83e5b3c17a46fa9c86421e7b511cd00cb5d60
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date: Sat Jan 29 17:05:42 2011 -0800
In libx264 wrapper, do not set pic quality if no frame is output, avoids
uninitialized reads.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d319064465e148b8adb53d1ea5d38c09f987056e
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date: Tue Apr 19 12:57:46 2011 -0700
Prefer codec specific options over global ones, allowing codec
to override global options.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7dfe244fbd9a3c0a24cac441a4ec777da8f3a666
Author: Anton Khirnov <anton at khirnov.net>
Date: Tue Apr 19 21:25:10 2011 +0200
sws: remove disabled cruft.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=975c27340528b9e053a7ae9b63b764984e91941c
Author: Anton Khirnov <anton at khirnov.net>
Date: Tue Apr 19 21:21:44 2011 +0200
lavu: remove disabled ff_random_get_seed cruft.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=488d2b6349e3c07fec73c28a165f8d292b413362
Author: Anton Khirnov <anton at khirnov.net>
Date: Tue Apr 19 21:16:35 2011 +0200
lavu: remove disabled sha1 cruft.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=31d76ec2883c04d29d1f173ea99e605a6936613a
Author: Justin Ruggles <justin.ruggles at gmail.com>
Date: Sun Apr 17 16:57:55 2011 -0400
In avcodec_open(), set return code to an error value only when an error occurs
instead of unconditionally at the start of the function.
This fixes a bug where a successful call to ff_thread_init() masks errors that
occur after that point in the function. It also makes future bugs like this
less likely since the error code is now set near to the point in the code
where the error is found.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cda7aa9eba79e113c8e46455b81e3f5a047a8d98
Author: Anton Khirnov <anton at khirnov.net>
Date: Tue Apr 19 19:50:23 2011 +0200
lavc: remove reference to opt.h from Makefile.
Fixes make install after 3453a231a6cebe5989c213be0f9fd6c71ec5ea23.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=55815edca038997ec283569a192a3eca7f2143bc
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Sat Apr 9 01:32:37 2011 +0200
prefer avio_check() over url_exist()
The problem with url_exist() is that it tries to open a resource in
RDONLY mode. If the file is a FIFO and there is already a reading
client, the open() call will hang.
By using avio_check() with access mode of 0, the second reading
process will check if the file exists without attempting to open it,
thus avoiding the lock.
Fix issue #1663.
Signed-off-by: Anton Khirnov <anton at khirnov.net>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=59d96941f0285a501989d5f2c9b69be0a1393ed5
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Fri Apr 15 16:42:09 2011 +0200
avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols
Make AVIO_FLAG_ access constants work as flags, and in particular fix
the behavior of functions (such as avio_check()) which expect them to
be flags rather than modes.
This breaks API.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=490a022d86ef1c506a79744c5a95368af356fc69
Author: Anton Khirnov <anton at khirnov.net>
Date: Tue Apr 12 21:17:26 2011 +0200
lavu: remove misc disabled cruft
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9e5c62c97fc0a6ee5764ec69cc6c237b5f70026b
Author: Anton Khirnov <anton at khirnov.net>
Date: Tue Apr 12 21:11:15 2011 +0200
lavu: remove FF_API_OLD_IMAGE_NAMES cruft
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=516fb5e40cf9d591914096be26ba56fc59294669
Author: Anton Khirnov <anton at khirnov.net>
Date: Tue Apr 12 20:57:07 2011 +0200
lavu: remove FF_API_OLD_EVAL_NAMES cruft
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3453a231a6cebe5989c213be0f9fd6c71ec5ea23
Author: Anton Khirnov <anton at khirnov.net>
Date: Tue Apr 12 20:46:49 2011 +0200
lavc: remove misc disabled cruft.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=251cf997cff7f3869bca043d20ba771e0588cae3
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 15:00:50 2011 +0100
lavc: remove the FF_API_INOFFICIAL cruft.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=41d0eb1c81c0d266824dfdbd040a54a6afeec81a
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 14:58:59 2011 +0100
lavc: remove the FF_API_SET_STRING_OLD cruft.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=01a4259b8db344586b371528973439109f3e2ace
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 14:51:50 2011 +0100
lavc: remove the FF_API_USE_LPC cruft.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=db4d3a7421ec70de0d5ccd8a9f99b46b5c780d23
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 14:50:06 2011 +0100
lavc: remove the FF_API_SUBTITLE_OLD cruft.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e89e5afdd04a0f081ecc38b528c1147f204027d7
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 14:48:39 2011 +0100
lavc: remove the FF_API_VIDEO_OLD cruft.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9b4f1cdb6a7e838c0261109e8a6262e78657ee7b
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 14:48:00 2011 +0100
lavc: remove the FF_API_AUDIO_OLD cruft.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=20d33ee8b1d2cf5ba4b4d4a81db0ff7b4a125dd3
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 14:45:22 2011 +0100
lavc: remove the FF_API_OPT_SHOW cruft.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42420e7b946272bc1e4b2aa2a95512c86db02831
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 14:43:53 2011 +0100
lavc: remove the FF_API_MM_FLAGS cruft.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=32b80696e0637ca7254c35e6195bdc9ebb2352e0
Author: Anton Khirnov <anton at khirnov.net>
Date: Wed Apr 13 08:01:49 2011 +0200
lavf: remove misc disabled cruft.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=df56d5833959cde9ce60ab43e2923eaaea3287b3
Author: Anton Khirnov <anton at khirnov.net>
Date: Tue Apr 12 20:10:10 2011 +0200
lavf: remove FF_API_INDEX_BUILT cruft
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7f804085f1be53fac1a28a962c1e34873981b131
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 12:53:28 2011 +0100
lavf: remove FF_API_URL_CLASS cruft.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5763e63913940f8d2d2eb8750931e5f12dd2a481
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 12:49:12 2011 +0100
lavf: remove FF_API_SYMVER cruft
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b4c5acabb90cf8e69db2d9f3210d9fa8a7d55ec6
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 12:47:18 2011 +0100
lavf: remove FF_API_FIRST_FORMAT cruft
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=583f6c67b6edfb6a6202944b8ba98b483826a1ec
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 12:46:12 2011 +0100
lavf: remove FF_API_PARAMETERS_CODEC_ID cruft
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fc2d3a19c54ad6b272eb7d5142148a01568a9b77
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 12:45:30 2011 +0100
lavf: remove FF_API_LAVF_UNUSED cruft
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=58d5ff0abf657fe0ec3564433ebbde9fc8f71ffd
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 12:44:04 2011 +0100
lavf: remove FF_API_PARSE_FRAME_PARAM cruft
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4df001d77f8f39d2914b21f14ca2236b0ffd6a48
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 12:42:38 2011 +0100
lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruft
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5048e36c994663f7f4977efc48c3eec601654e5a
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 12:40:25 2011 +0100
lavf: remove FF_API_URL_SPLIT cruft
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c4efa7c22960588ff5163a1cfe026b48b8f6ec41
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 12:39:11 2011 +0100
lavf: remove FF_API_UDP_GET_FILE cruft
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=61573bf1ba50dc8828d0e87d913389fbcff48509
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 12:38:05 2011 +0100
lavf: remove FF_API_GUESS_FORMAT cruft
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dcd4a7b62f16793c33fa459889e581286d6ccdd6
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 12:36:18 2011 +0100
lavf: remove FF_API_REGISTER_PROTOCOL cruft
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=468644f6c185c23affcb36939192b03cd166797f
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 12:32:59 2011 +0100
lavf: remove FF_API_URL_RESETBUF cruft
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=575c18da1b5053e244ccbfbcced176b5a63dbb25
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 12:30:16 2011 +0100
lavf: remove FF_API_OLD_METADATA cruft
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=761ad429680637411882552921a9d5acb6aff59e
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 12:25:54 2011 +0100
lavf: remove FF_API_MAX_STREAMS cruft
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aad2f2f477d6804f5f79ccce55b3d7f54b00f715
Author: Kostya <kostya.shishkov at gmail.com>
Date: Mon Apr 18 05:32:14 2011 +0000
document introduction of side data in APIchanges
this should've been written earlier, sorry
Signed-off-by: Anton Khirnov <anton at khirnov.net>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=151cd4f98225c0c5cab8fb29e1dbc0719f7f67e3
Author: Diego Biurrun <diego at biurrun.de>
Date: Tue Apr 19 08:47:59 2011 +0200
pcm: Add const to cast in ENCODE macro.
This fixes a lot of warnings of the sort:
libavcodec/pcm.c:105: warning: cast discards qualifiers from pointer target type
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e61b83d29e1b273a7d4d1d982aac68cf26a0a3ee
Author: Nicolas George <nicolas.george at normalesup.org>
Date: Fri Apr 15 19:18:04 2011 +0200
Ogg: add support for Xiph's CELT (Opus) codec.
This patch also introduces CODEC_ID_CELT.
Signed-off-by: Nicolas George <nicolas.george at normalesup.org>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=484a3308903d3e9a01cbc0ba2504ef3f5850c076
Author: Stefano Sabatini <stefano.sabatini-lala at poste.it>
Date: Sun Apr 17 17:19:05 2011 +0200
pad: make the filter parametric
Address trac issue #61.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala at poste.it>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=39e69d0b88bf521097feeaa2ec5f390dd1e27723
Author: Peter Belkner <pbelkner at snafu.de>
Date: Tue Apr 19 12:00:01 2011 +0200
32bit libmp3lame support.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=22fa406f384eb9d825b1d691332e1f928750d55b
Author: Peter Belkner <pbelkner at snafu.de>
Date: Tue Apr 19 11:58:53 2011 +0200
Check avcodec_alloc_frame() failure.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c438c9075655951a8de2c41af1f76574cf22ab85
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>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0f230c53df9001023b0c9e35b467096336beed85
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>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6a46aab49b68a79973dfa86f0966c081fc807961
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>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dfc6f5ae9038a73f6cedc125b01c95124cb0f102
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>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=58bc9ac5cbdfac49ba81add3414a9a62e05c11d2
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>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0b83973d11a93de142994d3230e7b2b8b42ddb5
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>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9d7244c4c60d9f85f58b3770065a394c71fdce3f
Author: Michael Niedermayer <michaelni at gmx.at>
Date: Tue Apr 19 11:50:32 2011 +0200
Typo
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=133208ffb31daeb5eb1d3ef827c2a2d9da78bdad
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Tue Apr 19 11:50:27 2011 +0200
Be more verbose when printing the probe result.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=25347c880f44dbe4bb0f23d6a087c22f4a218c10
Author: Gavin Kinsey <gkinsey at ad-holdings.co.uk>
Date: Tue Apr 19 10:16:07 2011 +0200
Fix compilation.for iOS ARMv7.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9b53bb8b3bb89ec1a0f67c34d7c5e6cdcb558b48
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Tue Apr 19 03:23:46 2011 +0200
Only ask once in the code for a TrueHD sample with strange channel layout.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d3f126df4bf97d464ca34b7071283f692af9f541
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Tue Apr 19 03:18:08 2011 +0200
Also set the MLP/TrueHD channel layout in the decoder.
Applications might not use the parser,
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=280a789fe218351a1f137366a1eabde87313049a
Author: Carl Eugen Hoyos <cehoyos at ag.or.at>
Date: Tue Apr 19 03:09:11 2011 +0200
Make MLP/TrueHD channel layout functions visible to the decoder.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d11818eff42681eec9b8106e317a95766506821a
Author: Diego Biurrun <diego at biurrun.de>
Date: Mon Apr 18 23:12:40 2011 +0200
Remove now obsolete references to _g-suffixed binaries.
Automatic stripping of binaries was removed in commit e0be794
and the _g binaries disappeared along with it.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=facc48f157a282e9d99a9bf65f5985bace4606b9
Author: Luca Barbato <lu_zero at gentoo.org>
Date: Mon Apr 18 22:12:50 2011 +0200
libvo-aacenc,libvo-amrwbenc}: fix api usage
Use the correct error codes and format identifier.
URL: http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=139f3ac42dcf24eb8c59af4aaab4e9afdccbc996
Author: Anton Khirnov <anton at khirnov.net>
Date: Thu Feb 3 12:18:16 2011 +0100
Bump major versions of all libraries.
They've accumulated enough new APIs and corresponding deprecated cruft.
This breaks API and ABI.
More information about the ffmpeg-cvslog
mailing list