Activity
From 03/23/2011 to 04/21/2011
04/21/2011
- 11:50 PM Revision b4a53314 (ffmpeg): APIChanges: document git revision for CODEC_CAP_SLICE_THREADS addition.
- 11:42 PM Revision 94f7451a (ffmpeg): Introduce slice threads flag.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 11:36 PM Revision 3283f274 (ffmpeg): FATE: allow forcing thread-type when doing threaded fate runs.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 08:44 PM Revision 73a51e00 (ffmpeg): mjpeg: Detect overreads in mjpeg_decode_scan() and error out.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:44 PM Revision 89f903b3 (ffmpeg): AMV: Fix possibly exploitable crash.
- Reported-at: Thu, 21 Apr 2011 14:38:25 +0000
Reported-by: Dominic Chell <Dominic.Chell@ngssecure.com>
Signed-off-by: ... - 05:58 PM Revision 70fb031c (ffmpeg): Use av_log_ask_for_sample() where appropriate.
- 04:46 PM Revision 3eb15d98 (ffmpeg): 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: Stefan... - 04:45 PM Revision e40cfb14 (ffmpeg): 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 libavfi... - 04:01 PM Revision 20a16048 (ffmpeg): In libx264 wrapper, detect default settings and use medium profile to...
- 02:48 PM Revision 8d67218b (ffmpeg): error: sort, pack, and align error code and string definitions
- Signed-off-by: Diego Biurrun <diego@biurrun.de>
- 02:23 PM Revision ab1adff7 (ffmpeg): The stabilization period after version bumps should be one month, not...
- 11:13 AM Revision fe8e0394 (ffmpeg): applehttp: Expose the stream bitrate via metadata
- This helps callers to intelligently switch between bitrate
variants.
Signed-off-by: Martin Storsjö <martin@martin.st> - 11:13 AM Revision 32a12852 (ffmpeg): libavdevice: Define _XOPEN_SOURCE for usleep
- This hopefully fixes build failures on Dragonfly BSD.
Signed-off-by: Martin Storsjö <martin@martin.st> - 11:13 AM Revision 23d3931a (ffmpeg): Provide a fallback version of the libm function trunc
- This fixes compilation on DOS.
Signed-off-by: Martin Storsjö <martin@martin.st> - 11:13 AM Revision cac27579 (ffmpeg): doc: Add some initial docs on the applehttp demuxer
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 10:09 AM Revision 9bf81b49 (ffmpeg): 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 val... - 10:08 AM Revision 7046b63e (ffmpeg): 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
... - 08:33 AM Revision 6d635148 (ffmpeg): 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-la... - 08:23 AM Revision 466cb87f (grapes): Merge branch 'cloudcast_integration' into cloudcast
- 05:22 AM Revision 65af48b5 (ffmpeg): lavc: provide deprecated avcodec_thread_init until next major version
- It was deprecated only recently.
- 05:14 AM Revision 095290f9 (ffmpeg): lavc: provide the opt.h header until the next bump
- AVOptions were moved to libavutil only recently.
- 05:10 AM Revision a975dbc8 (ffmpeg): error: change AVERROR_EOF value
- The current value is masking the POSIX error code EPIPE, which has a
different semantics.
This breaks API.
Signed-o... - 05:10 AM Revision 79157f40 (ffmpeg): 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... - 05:10 AM Revision 58f84639 (ffmpeg): 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 direc... - 01:37 AM Revision 10d2ae8c (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
Makefile: Include dependencies for test tools, too
Remove a version check in av_log made unnecess...
04/20/2011
- 10:46 PM Revision 2c18893a (ffmpeg): In libx264 wrapper, correctly support 2pass log filename option.
- 06:44 PM Revision f83acb09 (ffmpeg): 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 ... - 04:19 PM Revision 63de9e7d (ffmpeg): Remove a version check in av_log made unnecessary by the big bump.
- 04:13 PM Revision b9553cf4 (ffmpeg): avio: fix AVIO_FLAG_READ/WRITE test in ffurl_*.
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
- 03:46 PM Revision 53f7628d (ffmpeg): update last major version increase dates in APIchanges
- 03:38 PM Revision 14e3b120 (ffmpeg): Reduce picture size for yadif.
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 03:37 PM Revision 52512d0a (ffmpeg): oggdec: use av_freep() instead of av_free()
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 03:00 PM Revision 26f6b8c5 (ffmpeg): 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 Khirn... - 12:42 PM Revision 7bbb67d5 (ffmpeg): libavformat: Free AVFormatContext->streams
- After switching this from a statically allocated array to a
dynamically allocated one in the major bump, this needs e... - 11:59 AM Revision c60112f2 (ffmpeg): libavformat: Make protocols pass URLContext as log context where avai...
- Since the libavformat major bump, URLContext contains an AVClass,
making it a usable log context.
Signed-off-by: Mar... - 11:47 AM Revision 8408e1d7 (ffmpeg): asf: remove commented out code in asf_read_seek
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 11:26 AM Revision 0b4035d9 (grapes): Allow to compile and link without libdl
- 10:18 AM Revision a81ff195 (ffmpeg): libpostproc: Remove crufty code disabled by the big bump.
- 09:35 AM Revision bbe54155 (grapes): Merge branch 'cloudcast_integration'
- 08:46 AM Revision 89451dd6 (ffmpeg): Xiph CELT/Opus decoder using libcelt.
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
- 08:16 AM Revision 6a4988a7 (grapes): Fix OOT build
- 08:01 AM Revision 603e2817 (grapes): Fix cloudcast_topology_test compilation
- This test uses pthreads, so it needs to link the pthread library
- 07:44 AM Revision ddb00ad1 (ffmpeg): Move the info union to the end of the vdpau_render_state struct.
- 07:38 AM Revision 3dc457e0 (grapes): Merge branch 'fixes' into cloudcast_integration
- Conflicts:
include/net_helper.h
src/net_helper.c - 07:35 AM Revision 470af682 (grapes): Merge remote branch 'cloudcast/cloudcast' into cloudcast_integration
- Conflicts:
src/CloudSupport/cloud_helper.c - 07:28 AM Revision 534e126a (grapes): Fixed thread unsafe operations in net_helper
- 05:13 AM Revision 5efef54e (ffmpeg): Reflect 0.7_beta1 release in the Changelog
- 02:48 AM Revision efb5fa79 (ffmpeg): 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...
04/19/2011
- 11:12 PM Revision f92b0084 (ffmpeg): In libx264 wrapper, add -level specific option.
- 10:25 PM Revision 37c0a443 (ffmpeg): Fix libx264 fastfirstpass, move apply_fastfirstpass after user custom...
- 09:36 PM Revision 90a29294 (ffmpeg): oggparsecelt: cosmetic: order lines more logically.
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
- 09:03 PM Revision 51c1e255 (ffmpeg): oggparsecelt: call av_set_pts_info unconditionally.
- Signed-off-by: Nicolas George <nicolas.george@normalesup.org>
- 08:31 PM Revision 46f83e5b (ffmpeg): In libx264 wrapper, do not set pic quality if no frame is output, avoids
- uninitialized reads.
- 08:12 PM Revision d3190644 (ffmpeg): Prefer codec specific options over global ones, allowing codec
- to override global options.
- 07:50 PM Revision 7dfe244f (ffmpeg): sws: remove disabled cruft.
- 07:50 PM Revision 975c2734 (ffmpeg): lavu: remove disabled ff_random_get_seed cruft.
- 07:50 PM Revision 488d2b63 (ffmpeg): lavu: remove disabled sha1 cruft.
- 06:10 PM Revision 31d76ec2 (ffmpeg): In avcodec_open(), set return code to an error value only when an err...
- instead of unconditionally at the start of the function.
This fixes a bug where a successful call to ff_thread_init(... - 05:50 PM Revision cda7aa9e (ffmpeg): lavc: remove reference to opt.h from Makefile.
- Fixes make install after 3453a231a6cebe5989c213be0f9fd6c71ec5ea23.
- 05:48 PM Revision 55815edc (ffmpeg): 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 a... - 05:47 PM Revision 59d96941 (ffmpeg): 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()... - 05:04 PM Revision 490a022d (ffmpeg): lavu: remove misc disabled cruft
- 05:04 PM Revision 9e5c62c9 (ffmpeg): lavu: remove FF_API_OLD_IMAGE_NAMES cruft
- 05:03 PM Revision 516fb5e4 (ffmpeg): lavu: remove FF_API_OLD_EVAL_NAMES cruft
- 05:01 PM Revision 3453a231 (ffmpeg): lavc: remove misc disabled cruft.
- 04:41 PM Revision 251cf997 (ffmpeg): lavc: remove the FF_API_INOFFICIAL cruft.
- 04:41 PM Revision 41d0eb1c (ffmpeg): lavc: remove the FF_API_SET_STRING_OLD cruft.
- 04:40 PM Revision 01a4259b (ffmpeg): lavc: remove the FF_API_USE_LPC cruft.
- 04:39 PM Revision db4d3a74 (ffmpeg): lavc: remove the FF_API_SUBTITLE_OLD cruft.
- 04:37 PM Revision e89e5afd (ffmpeg): lavc: remove the FF_API_VIDEO_OLD cruft.
- 04:37 PM Revision 9b4f1cdb (ffmpeg): lavc: remove the FF_API_AUDIO_OLD cruft.
- 04:36 PM Revision 20d33ee8 (ffmpeg): lavc: remove the FF_API_OPT_SHOW cruft.
- 04:35 PM Revision 42420e7b (ffmpeg): lavc: remove the FF_API_MM_FLAGS cruft.
- 04:31 PM Revision 32b80696 (ffmpeg): lavf: remove misc disabled cruft.
- 04:31 PM Revision df56d583 (ffmpeg): lavf: remove FF_API_INDEX_BUILT cruft
- 04:31 PM Revision 7f804085 (ffmpeg): lavf: remove FF_API_URL_CLASS cruft.
- 04:28 PM Revision 5763e639 (ffmpeg): lavf: remove FF_API_SYMVER cruft
- 04:28 PM Revision b4c5acab (ffmpeg): lavf: remove FF_API_FIRST_FORMAT cruft
- 04:28 PM Revision 58d5ff0a (ffmpeg): lavf: remove FF_API_PARSE_FRAME_PARAM cruft
- 04:28 PM Revision fc2d3a19 (ffmpeg): lavf: remove FF_API_LAVF_UNUSED cruft
- 04:28 PM Revision 583f6c67 (ffmpeg): lavf: remove FF_API_PARAMETERS_CODEC_ID cruft
- 04:28 PM Revision 4df001d7 (ffmpeg): lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruft
- 04:28 PM Revision 5048e36c (ffmpeg): lavf: remove FF_API_URL_SPLIT cruft
- 04:28 PM Revision c4efa7c2 (ffmpeg): lavf: remove FF_API_UDP_GET_FILE cruft
- 04:28 PM Revision 61573bf1 (ffmpeg): lavf: remove FF_API_GUESS_FORMAT cruft
- 04:28 PM Revision dcd4a7b6 (ffmpeg): lavf: remove FF_API_REGISTER_PROTOCOL cruft
- 04:28 PM Revision 468644f6 (ffmpeg): lavf: remove FF_API_URL_RESETBUF cruft
- 04:28 PM Revision 575c18da (ffmpeg): lavf: remove FF_API_OLD_METADATA cruft
- 04:28 PM Revision 761ad429 (ffmpeg): lavf: remove FF_API_MAX_STREAMS cruft
- 04:28 PM Revision aad2f2f4 (ffmpeg): document introduction of side data in APIchanges
- this should've been written earlier, sorry
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 02:18 PM Revision 151cd4f9 (ffmpeg): 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... - 01:49 PM Revision e61b83d2 (ffmpeg): Ogg: add support for Xiph's CELT (Opus) codec.
- This patch also introduces CODEC_ID_CELT.
Signed-off-by: Nicolas George <nicolas.george@normalesup.org> - 01:28 PM Revision 484a3308 (ffmpeg): pad: make the filter parametric
- Address trac issue #61.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> - 11:25 AM Revision 22fa406f (ffmpeg): Check avcodec_alloc_frame() failure.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:25 AM Revision 39e69d0b (ffmpeg): 32bit libmp3lame support.
- 10:23 AM Revision 6a46aab4 (ffmpeg): ffmpeg: prefer "dec" over "ist->st->codec" in do_video_out() snippet
- Simplify, ease readability.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> - 10:23 AM Revision 0f230c53 (ffmpeg): ffmpeg: factorize resampling condition check in do_video_out()
- Simplify and improve readability.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> - 10:23 AM Revision c438c907 (ffmpeg): ffmpeg: reformat resample condition code in transcode()
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 10:23 AM Revision dfc6f5ae (ffmpeg): 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 configu... - 10:23 AM Revision 58bc9ac5 (ffmpeg): ffmpeg: remove unused fields AVOutputStream.original_width/height
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 10:23 AM Revision b0b83973 (ffmpeg): ffmpeg: remove unused variable padding_src in do_video_out()
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 09:50 AM Revision 9d7244c4 (ffmpeg): Typo
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:50 AM Revision 133208ff (ffmpeg): Be more verbose when printing the probe result.
- 08:16 AM Revision 25347c88 (ffmpeg): Fix compilation.for iOS ARMv7.
- 01:23 AM Revision 9b53bb8b (ffmpeg): Only ask once in the code for a TrueHD sample with strange channel la...
- 01:18 AM Revision d3f126df (ffmpeg): Also set the MLP/TrueHD channel layout in the decoder.
- Applications might not use the parser,
- 01:09 AM Revision 280a789f (ffmpeg): Make MLP/TrueHD channel layout functions visible to the decoder.
- 12:27 AM Revision 7aee0899 (ffmpeg): Merge branch 'master' into oldabi
- * master: (22 commits)
ffmpeg:Daemon mode, add -d as first option to try it. Signed-off-by: Michael Niedermayer <mi... - 12:08 AM Revision a3040715 (ffmpeg): Merge commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b'
- * commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b':
Not pulled: Replace mplayerhq.hu URLs by libav.org.
asfdec: R...
04/18/2011
- 11:54 PM Revision 39aafa5e (ffmpeg): ffmpeg:Daemon mode, add -d as first option to try it.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:54 PM Revision 17ee7b55 (ffmpeg): ffmpeg:Fix negative verbositiy
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:17 PM Revision 9c3ad1af (ffmpeg): Include authorship information from ffmpeg-mt at Ronald S. Bultjes re...
- 09:55 PM Revision d11818ef (ffmpeg): 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. - 09:30 PM Revision c22f2527 (ffmpeg): In mov and flv muxer, check aac bitstream validity.
- 08:21 PM Revision facc48f1 (ffmpeg): libvo-aacenc,libvo-amrwbenc}: fix api usage
- Use the correct error codes and format identifier.
- 06:40 PM Revision 77f6b4d5 (ffmpeg): Added key_frame and pict_type to vsrc_movie
- Signed-off-by: Roger Pau Monné <roger.pau@entel.upc.edu>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 06:40 PM Revision fccff6e8 (ffmpeg): Allow h264pred_init_arm.c to compile.
- SOB: Bill Pringlemeir <bpringlemeir@yahoo.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 06:40 PM Revision 62931e11 (ffmpeg): anm decoder: move buffer allocation from decode_init() to decode_frame()
- This permits playback in ffplay when libavfilter is enabled.
Resolves ticket #60
Signed-off-by: Michael Niedermayer... - 06:19 PM Revision 139f3ac4 (ffmpeg): Bump major versions of all libraries.
- They've accumulated enough new APIs and corresponding deprecated cruft.
This breaks API and ABI. - 05:25 PM Revision dc8e1b75 (ffmpeg): vsrc_movie: fix leak in request_frame()
- Also set movie->picref to NULL, in order to avoid a crash in uninit()
when movie->picref is unreffed again and it was... - 04:23 PM Revision f0a41afd (ffmpeg): Replace mplayerhq.hu URLs by libav.org.
- 01:35 PM Revision 0b5ae1fd (ffmpeg): asfdec: Remove dead code from asf_read_close().
- 12:35 PM Revision 12820823 (grapes): Merge branch 'fixes' into cloudcast
- 11:04 AM Revision 06bc22e3 (grapes): Remove some "static" qualifiers on local variables
- This helps in making the code reentrant
- 10:11 AM Revision 372f04de (grapes): Merge remote branch 'origin/fixes'
- 07:41 AM Revision 259a3e70 (ffmpeg): ptx: Use av_log_ask_for_sample() where appropriate.
04/17/2011
- 10:47 PM Revision 7e2eb4ba (ffmpeg): Merge remote-tracking branch 'ffmpeg-mt/master'
- * ffmpeg-mt/master:
Release unused pictures even when not calling ff_h264_frame_start()
h264: Fix decodin... - 09:59 PM Revision 2d2b5a14 (ffmpeg): 10l, commit that should have been stashed into the merge.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:43 PM Revision c4079844 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
ac3dec: fix processing of delta bit allocation information.
vc1: fix fate-vc1 after previous comm... - 08:46 PM Revision fd0c3403 (ffmpeg): Update regtest checksums after revision 6001dad.
- The string "FFmpeg" was replaced by "Libav" in metadata that
got encoded in file headers. - 05:31 PM Revision 6001dad6 (ffmpeg): Replace more FFmpeg references by Libav.
- 05:02 PM Revision b33c8afd (grapes): Nethelper send_to_peer now works again. Better fix needed
- 04:33 PM Revision 4c64c8e9 (ffmpeg): ac3dec: fix processing of delta bit allocation information.
- The number of dba segments is the coded value + 1.
The coupling dba offset starts at the first coupling band, not at ... - 03:33 PM Revision c9678600 (ffmpeg): scale: set evaluated value for the "out_w" and "out_h" constants
- The constant values were never set, thus the evaluation of expressions
referencing those constants were resulting in ... - 03:32 PM Revision e93d3334 (ffmpeg): scale: fix computation for the "hsub" and "vsub" constants
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 06:45 AM Revision 0b05864e (ffmpeg): vc1: fix fate-vc1 after previous commit.
- PROFILE_ADVANCED doesn't set res_fasttx, so make that a special case
in the condition that decides which IDCT to use ...
04/16/2011
- 11:59 PM Revision 14360e07 (ffmpeg): Remove now useless ffpresets for x264, use -preset
- 11:51 PM Revision 0140d3f0 (ffmpeg): In libx264 wrapper, add -preset and -tune options
- 11:47 PM Revision abf8342a (ffmpeg): ffmpeg: fix -aspect cli option
- Redesign the way -aspect option is handled. This is done by making
ffmpeg read the sample aspect ratio set in the cor... - 11:19 PM Revision 0ba84856 (ffmpeg): In mov muxer, compute avg bitrate in esds
- 09:24 PM Revision 1aeb88b7 (ffmpeg): Correctly implement ac3 float/fixed encoder.
- There is no need to have 2 encoders, the input sample format can,does and should choose which is used
Signed-off-by: ... - 07:47 PM Revision bdf3d3bf (ffmpeg): ffmpeg: use parse_number_and_die() when it makes sense
- Prefer parse_number_or_die() over atoi()/atol() parsing for the options:
-pass, -top, -vc, and -qscale.
Improve inpu... - 07:47 PM Revision 584c2f1d (ffmpeg): cmdutils: add OPT_INT check in parse_number_or_die()
- Check that the value passed for an OPT_INT option is an int, fail
otherwise. - 07:19 PM Revision 58bb6b7d (ffmpeg): wmv3dec: fix playback of complex WMV3 files using simple_idct.
- IDCT coefficients are read transposed, but simple_idct does not expect
this. Therefore, only do tranposed coefficient... - 03:51 PM Revision 3c10843f (ffmpeg): Use av_set_pts_info to set time_base.
- Also remove useless assignments of 0, the priv
context is initialized to 0. - 03:44 PM Revision f0a68a20 (ffmpeg): Enable header parsing for MPEG2VIDEO to get time-stamps.
- FFmpeg can generate pts and dts on its own, but only
if we enable parsing, so do that.
This fixes ticket #46. - 03:10 PM Revision bd9430db (ffmpeg): CrystalHD: Fix usage of h264 parser.
- I was using the wrong value to track the position of the parser in the
stream. For an error-free stream, the size of ... - 09:21 AM Revision 93202b19 (grapes): Fixed bug in cloudcast: wrong threshold value
- 09:20 AM Revision 75a8ceae (grapes): Added put counter to mysql cloud helper
- 08:09 AM Revision 09a1416d (ffmpeg): Add key_frame and pict_type to AVFilterBufferRefVideo.
- 01:55 AM Revision d3b379b9 (ffmpeg): Merge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'
- * commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8':
xwma: Fix wrong printf format expression.
xwma demuxer: typo... - 01:46 AM Revision f6302ad6 (ffmpeg): Merge commit 'f668afd4896ee65683619b6f165dda4cdd46766f'
- * commit 'f668afd4896ee65683619b6f165dda4cdd46766f':
swscale: fix "ISO C90 forbids mixed declarations and code" war...
04/15/2011
- 08:38 PM Revision 14622ef0 (ffmpeg): Replace references to ffmpeg-devel with libav-devel; fix roundup URL.
- 04:02 PM Revision c0eee893 (ffmpeg): make av_dup_packet() more cautious on allocation failures
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 04:02 PM Revision 2d8591c2 (ffmpeg): make containers pass palette change in AVPacket
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 04:01 PM Revision 4de339e2 (ffmpeg): introduce side information for AVPacket
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 11:28 AM Revision 4d012eb5 (ffmpeg): xwma: Fix wrong printf format expression.
- Also add inttypes.h #include for PRId64 macros.
This fixes the following warnings:
libavformat/xwma.c:147: warning: ... - 10:19 AM Revision ef8b54fc (ffmpeg): xwma demuxer: typos
- Signed-off-by: Diego Biurrun <diego@biurrun.de>
- 09:50 AM Revision f4bc923e (ffmpeg): Allow to print wider unsupported channel layouts.
- 09:48 AM Revision 7c8c55ff (ffmpeg): Warn if Vorbis does not support the provided channel layout.
- The warning is printed with loglevel error because the output
stream is known to be broken.
Also warn if no channel l... - 09:45 AM Revision 8f3eebd6 (ffmpeg): oggdec: simplify audio chained ogg streams support
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 08:06 AM Revision f668afd4 (ffmpeg): swscale: fix "ISO C90 forbids mixed declarations and code" warning
- only hit with --enable-runtime-cpudetect
- 07:07 AM Revision 7f2ae5c7 (ffmpeg): swscale: fix compilation with --enable-runtime-cpudetect
- 02:50 AM Revision 85b21147 (ffmpeg): Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'
- * commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864':
avutil: make aes and sha api public
handle malloc failures i...
04/14/2011
- 10:41 PM Revision b6cad3df (ffmpeg): swscale: correct include path to fix ppc altivec build
- 08:35 PM Revision 256c5b08 (ffmpeg): Fix BE/LE order of pix formats
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:16 PM Revision 33a0421b (ffmpeg): swscale: simplify initialization code
- Simplify the fallthrough case when no accelerated functions
can be initialized. - 08:16 PM Revision 6216fc70 (ffmpeg): swscale: simplify rgb2rgb templating
- MMX is always built. Drop the ifdefs
- 08:16 PM Revision 735bf195 (ffmpeg): swscale: further cleanup swscale.c
- Move x86-specific constants out of swscale.c
- 08:16 PM Revision c0038328 (ffmpeg): swscale: move away x86 specific code from rgb2rgb
- Keep only the plain C code in the main rgb2rgb.c and move the x86
specific optimizations to x86/rgb2rgb.c
Change the ... - 08:16 PM Revision 86330b4c (ffmpeg): swscale: partially move the arch specific code left
- PPC and x86 code is split off from swscale_template.c. Lots of code is
still duplicated and should be removed later.
... - 08:14 PM Revision a3a0af4f (ffmpeg): avutil: make aes and sha api public
- The functions are already av_ prefixed and sha1 header is already provided.
Install libavutil/{aes,sha}.h
Signed-off... - 11:56 AM Revision ca402f32 (ffmpeg): handle malloc failures in ff_get_wav_header
- ff_get_wav_header is reading data from a WAVE file and then uses it
(without validation) to malloc a buffer. It then ... - 11:55 AM Revision ad4c5034 (ffmpeg): add xWMA demuxer
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 11:51 AM Revision 0a962e61 (ffmpeg): mpegts: force the default timebase
- The mpegts muxer does not set the stream time base using
av_set_pts_info, but expects it to have the default value of... - 06:34 AM Revision 302152d4 (ffmpeg): libavcodec: Bump micro after adding the dtx AVOptions
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 02:16 AM Revision b8a44442 (ffmpeg): AV_CH_LAYOUT_2_2 does not need channel reordering for alsa output.
- 01:43 AM Revision 6daf513c (ffmpeg): Fix channel order for 7.1 TrueHD samples.
- 01:33 AM Revision 460acdf0 (ffmpeg): Support alsa channel reordering for float.
- 01:33 AM Revision 19de9d56 (ffmpeg): Cosmetics: Fix indentation and move one line.
- 01:33 AM Revision 939a12e2 (ffmpeg): Fix channel order for some MLP samples.
- 01:33 AM Revision 075a5560 (ffmpeg): Support a-law and mu-law output in alsa.
- 01:33 AM Revision 47c0c8ca (ffmpeg): Also support alsa channel reordering for u16 and u32 formats.
- 01:33 AM Revision 1171d45f (ffmpeg): Rename the s16 and s32 alsa reorder functions as int16 and int32.
- The functions will also be used for unsigned formats.
- 01:33 AM Revision 0ae2a036 (ffmpeg): Support unsigned variants of already supported signed formats in alsa.
- 01:33 AM Revision e2049edb (ffmpeg): Add forgotten line to silence a warning for int32.
- AV_CH_LAYOUT_QUAD is the only (multi-) channel layout that has the
same channel ordering for FFmpeg and alsa. - 01:21 AM Revision c55780dc (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master: (32 commits)
libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOptions
libopencor...
04/13/2011
- 09:31 PM Revision 651b276e (ffmpeg): libopencore-amr, libvo-amrwbenc: Allow enabling DTX via private AVOpt...
- DTX, discontinuous transmission, allows emitting frames with
comfort noise when no voice is detected in the input aud... - 09:31 PM Revision 3dd82afc (ffmpeg): libopencore-amr, libvo-amrwbenc: Only check the bitrate when changed
- Also rename the incorrectly named enc_bitrate to enc_mode, use the
enc_bitrate variable for storing the last chosen b... - 09:31 PM Revision 70739381 (ffmpeg): libopencore-amr, libvo-amrwbenc: Find the closest matching bitrate
- Dynamically print the supported bitrates from the local table,
instead of using a hardcoded log message.
Signed-off-... - 07:38 PM Revision 957635ba (ffmpeg): libvo-*: Fix up the long codec names
- Include VisualOn to clarify the codec name, but remove the
actual library name from the user-friendly description.
Al... - 07:14 PM Revision 567ad0e3 (ffmpeg): libavcodec: Mark AVCodec->priv_class const
- This avoids warnings of this kind, everywhere priv_class
is initialized:
warning: initialization discards qualifiers... - 03:24 PM Revision 0e1a5434 (ffmpeg): swscale: Factorize FAST_BGR2YV12 definition.
- It is used only for x86 so it will eventually be moved with that code
into the x86 arch subdirectory. - 02:54 PM Revision 567c8490 (grapes): Removed debug log
- 02:24 PM Revision e3dbef44 (grapes): cloudcast works without the need of the cloud being initialized with ...
- 02:22 PM Revision 98b047dd (grapes): Added support for get_from_cloud_default which return a default value...
- 01:22 PM Revision ff5278d8 (ffmpeg): Mention VisualOn in the new codecs' long names to explain "libvo".
- 12:43 PM Revision 2d326793 (ffmpeg): libvo-aacenc: Only produce extradata if the global header flag is set
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 11:54 AM Revision c8adcc6c (grapes): Added documentation on thread safety assumptions
- 11:53 AM Revision 80d1577c (grapes): Fixed thread unsafe operations in net_helper
- 11:50 AM Revision 451d566f (ffmpeg): lavf: postpone removal of public metadata conversion API
- It's been deprecated only a few months ago, long after 0.6.
- 11:50 AM Revision c7767327 (ffmpeg): lavc: postpone removal of request_channels
- No decoder uses the supposed replacement, request_channel_layout, yet.
- 11:50 AM Revision 548e62c5 (ffmpeg): lavf: postpone removal of deprecated avio functions
- They've been deprecated very recently.
- 11:50 AM Revision d6ead39e (ffmpeg): lavc: postpone removal of audioconvert and sample_fmt wrappers
- Those were moved to libavutil only recently.
- 11:49 AM Revision 5ceafcf3 (grapes): Removed cloud_helper_delegate_file
- 10:00 AM Revision 882221af (ffmpeg): libopencore-amr: Cosmetics: Rewrap and align
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 10:00 AM Revision 02c63a10 (ffmpeg): libopencore-amr, libvo-amrbwenc: Rename variables and functions
- Avoid camelCase names for functions and variables.
Signed-off-by: Martin Storsjö <martin@martin.st> - 10:00 AM Revision 9b9c6405 (ffmpeg): libopencore-amr: Convert commented out debug logging into av_dlog
- Also add the avctx as logging context.
Signed-off-by: Martin Storsjö <martin@martin.st> - 09:59 AM Revision 89e7e640 (ffmpeg): libopencore-amr: Remove an unused state variable
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 09:02 AM Revision fa752c57 (grapes): Fixed minor warning about dropped modifier
- 09:00 AM Revision 78dc8c0c (grapes): Removed pthread dependency by cloud_helper. Caller must enforce synch...
- 08:30 AM Revision dbff4da9 (ffmpeg): libopencore-amr: Remove unused code fragments
- This parts are heritage from the encoder part from the old
libamr code removed in SVN rev 19365.
Signed-off-by: Mart... - 08:30 AM Revision 0e03f94d (ffmpeg): libopencore-amr: Remove a useless local variable
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 08:30 AM Revision c48ce4eb (ffmpeg): libopencore-amr, libvo-amrwbenc: Make the bitrate/mode mapping array ...
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 08:30 AM Revision 900a129f (ffmpeg): libopencore-amr, libvo-amrwbenc: Return proper error codes in most pl...
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 08:30 AM Revision a8ec07c9 (ffmpeg): libopencore-amr: Don't print carriage returns in log messages
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 08:30 AM Revision 58733141 (ffmpeg): libopencore-amr: Remove an old workaround for libamr header weirdness
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 08:30 AM Revision 57ddffe8 (ffmpeg): libopencore-amr: Make the opaque encoder pointer a void*
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 08:30 AM Revision 5d211e03 (ffmpeg): libvo-amrwbenc: Don't explicitly store bitrate modes in the bitrate t...
- The bitrate modes are equal to the array indices.
Signed-off-by: Martin Storsjö <martin@martin.st> - 08:30 AM Revision a92a7ddc (ffmpeg): applehttp: Only check the discard flags if v->ctx actually is initial...
- This code could be executed if the demuxer reads more than one
segment before returning from av_open_input_stream.
S... - 08:06 AM Revision f521746b (ffmpeg): ffplay: implement -showmode option
- The new option allows to select the starting show mode.
- 08:06 AM Revision f8b8c694 (ffmpeg): ffplay: use symbolic constant values for show_audio
- Also rename VideoState->show_audio to show_mode.
Improve readability. - 08:06 AM Revision 8776f3d2 (ffmpeg): ffplay: remove audio_write_get_buf_size() forward declaration
- Move up the definition of audio_write_get_buf_size(), so that it is
defined before it is used. Simplify. - 08:06 AM Revision c1d4bb57 (ffmpeg): ffplay: remove unused field VideoState.dtg_active_format
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 08:06 AM Revision a6f395d6 (ffmpeg): ffplay: avoid unnecessary intermediary struct in queue_picture()
- When CONFIG_AVFILTER, use a AVFrame -> AVPicture cast rather than
explicitely copy the image information from AVFrame... - 08:01 AM Revision 4c362a52 (ffmpeg): doc: update developer guide
- Refer to the current submission policy and refer to FATE in the
Regression Test section. - 07:58 AM Revision 05d33d86 (ffmpeg): Fix compilation with --disable-avfilter.
- 07:13 AM Revision 87c06cc4 (grapes): Revert "cloud_helper_context-nodeID map now thread safe"
- This reverts commit 6ebf2e47cfabd281fd758a81ce9d907f2c9cc8e6.
Reverted because such a commit introduces a hard depend... - 05:41 AM Revision 86a89ae3 (ffmpeg): lavf: bump minor and add an APIChanges entry for the last avio changes
- 05:38 AM Revision 4bde56d1 (ffmpeg): avio: deprecate url_exist in favor of avio_check.
- 05:38 AM Revision 31317656 (ffmpeg): file: implement url_check() callback in the file and pipe protocols
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 05:38 AM Revision 175389c8 (ffmpeg): avio: add avio_check()
- The new function is more flexible than url_exist(), as it allows to
specify which access flags to check, and does not... - 05:36 AM Revision cbea3ac8 (ffmpeg): avio: left-shift AVIO_ flags on next bump
- Now AVIO_RDONLY is defined as 0, so it's not usable as a flag.
- 12:57 AM Revision d6f79edb (ffmpeg): flv demuxer: dont error out due to index problems, but inform the use...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:49 AM Revision 9891004b (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
Partially merged:flvdec: Allow parsing keyframes metadata without seeking in most cases
Error out i...
04/12/2011
- 11:46 PM Revision d2940155 (ffmpeg): Check for successful h263 init in msmpeg4 init
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 11:06 PM Revision 96573c0d (ffmpeg): lavf/utils.c: Order packets with identical PTS by stream index.
- This allows for more reproducible results when using multi-threading.
Signed-off-by: Ronald S. Bultje <rsbultje@gmai... - 10:56 PM Revision a0f17473 (ffmpeg): ASS decoder also requires ass_split.o to be compiled.
- 08:08 PM Revision 578d6861 (ffmpeg): flvdec: Allow parsing keyframes metadata without seeking in most cases
- Stop the avio input at a point where amf_parse_object can
continue parsing the end of the object seamlessly, when all... - 07:50 PM Revision dda691ff (streamers): Merge branch 'source-offer' into 2011-INFOCOM
- 05:19 PM Revision 28334070 (grapes): Added error logging for the initialization phase of the cloudcast pee...
- 05:17 PM Revision f3e3f28e (ffmpeg): Error out if vaapi is not found
- Make the behaviour consistent with the other external deps.
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 05:17 PM Revision ff1ec0c3 (ffmpeg): avio: undeprecate av_url_read_fseek/fpause under nicer names
- It seems their replacements won't be ready anytime soon.
- 03:40 PM Revision 5c006875 (ffmpeg): Fix compilation with --disable-yasm.
- 02:01 PM Revision f33e6bbd (grapes): Fixed a SEGFAULT bug in wait4any_polling
- 01:35 PM Revision 672eb08e (grapes): Cloudcast now is threadsafe
- 01:04 PM Revision 6ebf2e47 (grapes): cloud_helper_context-nodeID map now thread safe
- 12:26 PM Revision 8b7dc087 (ffmpeg): Add forgotten const to enum AVSampleFormat
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:52 AM Revision c5e03ceb (ffmpeg): libvo-*: Don't use deprecated sample format names and enum names
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 09:38 AM Revision b5304f7b (ffmpeg): flvdec: Fix support for flvtool2 "keyframes based" generated index
- Current keyframes data parser unconditionally rewind metadata to
the end at the end of function. As result ALL metada... - 09:38 AM Revision c41eb2ad (ffmpeg): libavcodec: Use "const enum AVSampleFormat[]" in AVCodec initialization
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 07:33 AM Revision 44a8b0dd (ffmpeg): Cosmetics: Rename variable param as the more appropriate dpyname.
- 07:27 AM Revision 9af20971 (ffmpeg): Cosmetics: Fix white-space in av_log() message.
- 07:17 AM Revision ff2614ee (ffmpeg): Fix output of AV_CH_LAYOUT_5POINT0 via alsa by reordering channels.
- 07:11 AM Revision 71306c5d (ffmpeg): Support CODEC_ID_PCM_F64* output via alsa (stereo only).
- 06:56 AM Revision 5778466e (ffmpeg): Support CODEC_ID_PCM_S24* output via alsa (stereo only).
- 06:55 AM Revision 4e54848b (ffmpeg): Use const where appropriate.
- Spotted by Reimar.
- 06:51 AM Revision 72eb6dfe (ffmpeg): Mention VisualOn in the new codecs' long names to explain "libvo".
- 04:47 AM Revision 2f072b55 (ffmpeg): Fix the conversion of AV_SAMPLE_FMT_FLT and _DBL to AV_SAMPLE_FMT_S32.
- (1<<31) is undefined and seems to be evaluated by gcc to -2^31 when
these formulae require 2^31.
These conversions s... - 04:47 AM Revision 187a5379 (ffmpeg): Convert some undefined 1<<31 shifts into 1U<<31.
- According to ISO 9899:1999 S 6.5.7/4:
The result of E1 << E2 is E1 left-shifted E2 bit positions; vacated bits
are f... - 01:54 AM Revision 8eeed0db (ffmpeg): vpxenc: add CQ_LEVEL mapping
- via the equivalent AVCodecContext::crf modifying the range allowed by
options.c (0-51 -> 0-63)
update configure check... - 01:53 AM Revision a299a261 (ffmpeg): vpxenc: add VP8E_SET_STATIC_THRESHOLD mapping
- via the equivalent AVCodecContext::mb_threshold
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 01:48 AM Revision 4727ec3c (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
Not pulled due to wrong author, according to carl: Add unconditional return statement to yuva420_rgb... - 12:02 AM Revision 13d4ec84 (ffmpeg): cosmetics: alignment
04/11/2011
- 11:37 PM Revision df149f6c (ffmpeg): ffplay: fix weird brace placement in video_image_display()
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 11:37 PM Revision 3338be24 (ffmpeg): ffplay: rename output_picture2() to output_picture()
- The "2" suffix is confusing.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> - 11:37 PM Revision eef16966 (ffmpeg): ffplay: avoid forward declaration for packet_queue_put()
- Define the function before it is used. Simplify.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> - 11:37 PM Revision 1979d3b8 (ffmpeg): ffplay: remove useless intermediary variable dst_pix_fmt in queue_pic...
- Simplify.
Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it> - 11:23 PM Revision 91b27e49 (ffmpeg): ffplay: compact expression in compute_mod()
- Prefer "return X ? Y : Z" over "if (x) return Y; else return Z",
reduce line count.
Signed-off-by: Stefano Sabatini ... - 09:39 PM Revision 6873cf9b (ffmpeg): compute rects duration in ASS decoder
- Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
- 09:27 PM Revision 3ee8ca9b (ffmpeg): add avcodec_get_subtitle_defaults() to initialize AVSubtitle struct
- Call this new function before decode() to replace the custom and
inconsistant initialization in various decoders.
Thi... - 04:02 PM Revision 849c120e (grapes): better specified the completion criteria of recv_form_cloud
- 03:57 PM Revision 4626022b (grapes): Fixed a memory leak in libs3_delegate_helper
- 01:57 PM Revision 0b2dc7c4 (chunker-player): UL player: PSNR publishing: solved bug that made PSNR publish...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2592 c54fa...
- 01:50 PM Revision ee8db4ca (grapes): Merge branch 'master' into cloudcast
- Conflicts:
src/Cache/proto.h
src/Cache/topocache.c
src/Makefile
src/Tests/Makefile
src/TopologyManager/Makefile
... - 12:18 PM Revision db46be01 (ffmpeg): Add unconditional return statement to yuva420_rgb32_MMX() / yuva420_b...
- When HAVE_7REGS was not defined these functions had an empty body
causing the following warnings during compilation.
... - 12:18 PM Revision 70ad9842 (ffmpeg): Fix compilation of timefilter test program.
- The printf function is forbidden in library code, but not in test programs,
so #undefine the printf macro that disabl... - 11:55 AM Revision f502ff3f (ffmpeg): Add support for AMR-WB encoding via libvo-amrwbenc
- The wrapper code is based on the libamr wrapper removed in SVN rev 19365.
Signed-off-by: Martin Storsjö <martin@mart... - 11:55 AM Revision d89e738a (ffmpeg): Add an AAC encoder by using the libvo-aacenc library
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 09:49 AM Revision c104a6e9 (ffmpeg): oggdec: use av_freep() instead of av_free()
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:29 AM Revision b52a65cc (ffmpeg): vsrc_buffer.h: add file doxy
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 09:28 AM Revision e601ff19 (ffmpeg): vsrc_buffer.h: add multiple inclusion guards
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 09:19 AM Revision f763a7c6 (ffmpeg): vsrc_buffer: tweak error message in init()
- Change:
Expected 7 arguments, but only %d found in '%s'\n
to:
Expected 7 arguments, but %d found in '%s'\n
as the us... - 08:35 AM Revision 029f966c (ffmpeg): g722: Return 8 bits per sample for g722 in av_get_bits_per_sample
- This fixes a failing assert in ff_raw_read_header (in
fate-g722dec-1), where bits_per_coded_sample is set using this
... - 02:08 AM Revision ab8cfd45 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
avio: add more documentation for AVIOContext.
Parse sprite data for WMVP and WVP2, and decode spr...
04/10/2011
- 10:37 PM Revision 2e92a34c (ffmpeg): Revert "fbdev: simplify logic in fbdev_read_packet()"
- This change is buggy.
This reverts commit d46c9f83cf495c901e6128ce1042190f620b89c4. - 10:14 PM Revision 5381823e (ffmpeg): ffmpeg: rename configure_filters() to configure_video_filters()
- Mostly useful for the audio-filters branch, to make more apparent the
distinction between configure_audio_filters() a... - 10:14 PM Revision aa0c515a (ffmpeg): lavfi: add fieldorder filter
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 10:14 PM Revision d46c9f83 (ffmpeg): fbdev: simplify logic in fbdev_read_packet()
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 08:33 PM Revision a50f0bea (ffmpeg): H264: Split out hl_motion and template it, this seems a bit faster
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:33 PM Revision 179106ed (ffmpeg): H264: factor if() out of coef decoding loop of decode_cabac_residual_...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:33 PM Revision df2d5b16 (ffmpeg): H264: Allow templating hl_decode_mb based on pixel_size.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:33 PM Revision e7077f5e (ffmpeg): H264: replace pixel_size by pixel_shift
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:33 PM Revision 9b271ce6 (ffmpeg): h264: Print bpp Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:33 PM Revision 5e85298c (ffmpeg): Enable decoding of high bit depth h264.
- This patch completes the high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision 8dbe5856 (ffmpeg): Adds 8-, 9- and 10-bit versions of some of the functions used by the ...
- This patch lets e.g. dsputil_init chose dsp functions with respect to
the bit depth to decode. The naming scheme of b... - 08:33 PM Revision d268bed2 (ffmpeg): Add support for higher QP values in h264.
- In high bit depth, the QP values may now be up to (51 + 6*(bit_depth-8)).
Preparatory patch for high bit depth h264 ... - 08:33 PM Revision 436c4523 (ffmpeg): H264: fix prefetch
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:33 PM Revision af0b2d67 (ffmpeg): Choose h264 chroma dc dequant function dynamically.
- Needed for high bit depth h264 decoding.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision 86b0d9cd (ffmpeg): Make the h264 loop filter bit depth aware.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision 63cc0e77 (ffmpeg): Template dsputil_internal.h with respect to pixel size, etc.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision 9abd87bb (ffmpeg): Template h264idct_internal.h with respect to pixel size, etc.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision 2b092f7a (ffmpeg): Template h264pred_internal.h with respect to bit depth, etc.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision 21a7c936 (ffmpeg): Template h264dsp_internal.h with respect to pixel size, etc.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision 8dffcca5 (ffmpeg): Move some functions in dsputil.c into a new file dsputil_internal.h.
- The functions moved are used when decoding h264.
Preparatory patch for high bit depth h264 decoding support.
Signed-... - 08:33 PM Revision 7bc8032b (ffmpeg): Move the functions in h264idct into a new file h264idct_internal.h.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision c2f38da9 (ffmpeg): Move the functions in h264pred.c into a new file h264pred_internal.h.
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision 2431689b (ffmpeg): Move the functions in h264dsp.c into a new file h264dsp_internal.h
- Preparatory patch for high bit depth h264 decoding support.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:33 PM Revision d4497f6d (ffmpeg): Add pixel formats for 9- and 10-bit yuv420p.
- Also add support for these formats in libswscale.
Needed for high bit depth h264 decoding.
Signed-off-by: Michael N... - 08:33 PM Revision dc172ecc (ffmpeg): Add the notion of pixel size in h264 related functions.
- In high bit depth the pixels will not be stored in uint8_t like in the
normal case, but in uint16_t. The pixel size i... - 08:28 PM Revision 488efb33 (ffmpeg): H264: Fix slice threads
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 06:17 PM Revision 4cf3fafe (grapes): Bug fix: mysql/libs3 delegate helper always reported empty data after...
- 12:31 PM Revision d1c5fdf8 (ffmpeg): avio: add more documentation for AVIOContext.
- 09:40 AM Revision 701d0eb1 (ffmpeg): Fix input buffer size check in adpcm_ea decoder.
- Unfortunately the output buffer size check assumes that the
input buffer is never over-consumed, thus this actually
a... - 08:07 AM Revision 768c5251 (ffmpeg): Parse sprite data for WMVP and WVP2, and decode sprites for the latter
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 08:07 AM Revision 70ff5573 (ffmpeg): Replace outdated info on the FAQ
- FAQ could use some work. This updates a few little details.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Si... - 07:27 AM Revision f8de11cf (ffmpeg): Redefine sameq
- I think the documentation of sameq is causing confusion and misuse of
this option.
Signed-off-by: Michael Niedermaye... - 07:27 AM Revision aeefbf61 (ffmpeg): pad: fix example explanation
- "row" and "column" term positions in the explanation were inverted.
Signed-off-by: Stefano Sabatini <stefano.sabatin... - 07:26 AM Revision 3eccfaa0 (ffmpeg): gradfun: add notice from the MPlayer manual
- Add notice telling that the filter is designed for playback only.
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 07:24 AM Revision 5ae4251c (ffmpeg): eval: add support for trunc, ceil, and floor functions
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 07:22 AM Revision 2fd8756b (ffmpeg): documentation: add setdar and setsar description to filters.texi
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 05:41 AM Revision 893816ba (ffmpeg): avio: cosmetics, vertically align comments.
- 05:41 AM Revision e782a0c6 (ffmpeg): avio: document avio_close().
- 05:41 AM Revision c1a9012d (ffmpeg): avio: document some members of AVIOContext.
- 05:41 AM Revision fafa7290 (ffmpeg): avio: cosmetics, move AVIOContext to start of the file.
- 05:41 AM Revision 37744e32 (ffmpeg): avio: cosmetics, merge all the FF_API_OLD_AVIO blocks.
- 05:41 AM Revision 72d4405b (ffmpeg): avio: cosmetics, group the reading functions.
- 05:41 AM Revision 6084ee5d (ffmpeg): avio: update file header.
- 03:02 AM Revision 3028b6ed (ffmpeg): os: fix OpenBSD/PowerPC compilation
- When attempting to re-enable the AltiVec support it was noticed
that we need to undefine _POSIX_C_SOURCE to appease t... - 02:44 AM Revision 73389754 (ffmpeg): pixfmt: add PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
- PIX_FMT_BGR48LE is used by PhantomCINE demuxer.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> - 02:33 AM Revision 47dec30e (ffmpeg): oggdec: fix demuxing chained audio streams
- Chained ogg served by icecast and mpd should demux
properly now.
Fixes issue2337
Signed-off-by: Luca Barbato <lu_ze... - 02:31 AM Revision cbfa93ac (ffmpeg): fix typo
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 02:00 AM Revision afaedbd6 (ffmpeg): Add "Did you provide a clear git commit log message?" to the patch ch...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:49 AM Revision c55efca0 (ffmpeg): x11: fix memleak
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:49 AM Revision 05c062e9 (ffmpeg): replace movw instruction in ac3dsp_armv6.S
- AS libavcodec/arm/ac3dsp_armv6.o
ffmpeg-src/libavcodec/arm/ac3dsp_armv6.S: Assembler messages:
ffmpeg-src/libavc... - 01:32 AM Revision a2beabc2 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
daud: Don't write packets that are too large to have their size expressed in the bytestream.
DUPLIC... - 12:32 AM Revision 347b375a (ffmpeg): daud: Don't write packets that are too large to have their size expre...
04/09/2011
- 11:35 PM Revision d459d8e2 (ffmpeg): Abort Ogg header parsing when we encounter a data packet.
- Fixes ticket #15.
- 12:23 PM Revision cf39b461 (ffmpeg): pthread: validate_thread_parameters() ignored slice-threading being i...
- The thread_type API allows you to request only FF_THREAD_FRAME (instead of
FRAME | SLICE), but it was being ignored.
... - 12:23 PM Revision f82163cf (ffmpeg): Use consistent condition for whether to run slice-threading execute f...
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 11:35 AM Revision 17ca374c (ffmpeg): avformat.h: fix a misplaced #endif
- 10:02 AM Revision da21440d (ffmpeg): vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.
- (cherry picked from commit a18e7b4fb77d3799cf21110b5e6dda4691a295b3)
Signed-off-by: Reinhard Tartler <siretart@tauwa... - 10:00 AM Revision 09ce8462 (ffmpeg): vaapi: filter out DELAYED_PIC_REF flag to determine field.
- This fixes ticket #23.
(cherry picked from commit 621f4c98df4ee9fd604a614f31e09eef9dd7d3ca)
Signed-off-by: Reinhard... - 03:17 AM Revision ae7a4a15 (ffmpeg): CrystalHD: Improve detection of h.264 content.
- As previously discussed, the CrystalHD hardware returns exceptionally
useless information about interlaced h.264 cont... - 03:17 AM Revision bfde0f1b (ffmpeg): CrystalHD: Carry picture type from input to output picture.
- Now that we know the type of the input picture, we have to bring
that information to the output picture to help ident... - 03:17 AM Revision f6421e0b (ffmpeg): CrystalHD: Bring in h.264 parser to establish picture type.
- As the hardware is unreliable, we will have to use the h.264 parser
to identify whether an input picture is a field o... - 03:17 AM Revision e99fd6ee (ffmpeg): CrystalHD: Change opaque_list_pop to return the node.
- In preparation for adding additional fields to the node, return
the node instead of the pts value. This requires the ... - 03:17 AM Revision ca0eed7e (ffmpeg): CrystalHD: Fix whitespace after previous change.
- 'git diff -w' confirmed to return nothing.
Signed-off-by: Philip Langdale <philipl@overt.org> - 03:17 AM Revision 9ce1d5f0 (ffmpeg): CrystalHD: Handle different h.264 MBAFF packing.
- I found another MBAFF sample where the input:output pattern is
the same as mpeg2 and vc1 (fieldpair input, individual... - 01:23 AM Revision f7f9e24d (ffmpeg): Replace outdated info on the FAQ
- FAQ could use some work. This updates a few little details.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 01:23 AM Revision ba667e60 (ffmpeg): Fix support for flvtool2 "keyframes based" generated index in FLV for...
- Current keyframes data parser unconditionally rewind metadata to the end
at the end of function. As result ALL metada... - 01:23 AM Revision c0577ceb (ffmpeg): flv: Only parse keyframe index when the underlaying protocol allows s...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:17 AM Revision d4d09329 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
lavf: bump minor and add an APIChanges entry for avformat cleanup
lavf: get rid of ffm-specific s...
04/08/2011
- 11:00 PM Revision a61bc91d (ffmpeg): Fix ticket21, temporary audio array was too small.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 07:00 PM Revision 0c68c804 (ffmpeg): lavf: bump minor and add an APIChanges entry for avformat cleanup
- 06:58 PM Revision 3ee53dab (ffmpeg): lavf: get rid of ffm-specific stuff in avformat.h
- 03:48 PM Revision cdc6a87f (ffmpeg): avio: deprecate av_protocol_next().
- 03:48 PM Revision f8270bbf (ffmpeg): avio: add a function for iterating though protocol names.
- 02:45 PM Revision c234d40b (ffmpeg): lavf: rename a parameter of av_sdp_create from buff->buf
- This is more consistent with the rest of the API.
- 02:45 PM Revision c3675dfe (ffmpeg): lavf: rename avf_sdp_create to av_sdp_create.
- The new name is more consistent with the rest of the API.
- 02:44 PM Revision a9bf9d8e (ffmpeg): lavf: make av_guess_image2_codec internal
- It doesn't look very useful as a public function.
- 01:59 PM Revision 5593f031 (ffmpeg): avio: make URLProtocol internal.
- 01:59 PM Revision c486dade (ffmpeg): avio: make URLContext internal.
- 01:44 PM Revision c5704b2b (ffmpeg): lavf: mark av_pkt_dump(_log) for remove on $next+1 bump.
- 10:29 AM Revision 9d4cb45d (ffmpeg): Cleanup 'Fix spurious warning when stream has SPS and PPS units.'
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:08 AM Revision f35ff97f (ffmpeg): lavf: use designated initializers for all protocols
- This is more readable and makes it easier to reorder URLProtocol
members. - 07:18 AM Revision a6aa7a1a (ffmpeg): applehttp: don't use deprecated url_ functions.
- 05:08 AM Revision d6bbe761 (ffmpeg): avio: move two ff_udp_* functions from avio_internal to url.h
- 05:08 AM Revision acaceca2 (ffmpeg): asfdec: remove a forgotten declaration of nonexistent function
- 05:07 AM Revision 026e1757 (ffmpeg): avio: deprecate the typedef for URLInterruptCB
- There's no particular reason to pollute the namespace with a typedef for
it. - 01:03 AM Revision d0df2934 (ffmpeg): Merge remote-tracking branch 'ffmpeg-mt/master'
- * ffmpeg-mt/master:
DUPLICATE mingw32 compilation after 'unbreak avcodec_thread_init'
pthread: validate_thread_... - 12:50 AM Revision c88caa52 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
proto: include os_support.h in network.h
matroskaenc: don't write an empty Cues element.
lavc: ...
04/07/2011
- 11:35 PM Revision db95e559 (ffmpeg): fix another forgotten mplayerhq.hu link
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:20 PM Revision 610b963e (ffmpeg): Fix link to ffmpeg-devel
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:20 PM Revision f6d71b39 (ffmpeg): ffplay: Set EMU_EDGE if dr1, this is an alternative fix for ticket40.
- Idea borrowed from mplayer.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 10:20 PM Revision ffb61814 (ffmpeg): Fix deblocking with thread_slices
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 07:03 PM Revision a2031251 (ffmpeg): proto: include os_support.h in network.h
- Fix compilation on systems without poll()
- 04:11 PM Revision 91819763 (ffmpeg): matroskaenc: don't write an empty Cues element.
- 04:11 PM Revision 9f5ddd1e (ffmpeg): lavc: add a FF_API_REQUEST_CHANNELS deprecation macro
- And hide request_channels AVOption under it.
- 04:11 PM Revision 5cec8971 (ffmpeg): avio: move extern url_interrupt_cb declaration from avio.h to url.h
- 04:11 PM Revision 8e76a19b (ffmpeg): avio: make av_register_protocol2 internal.
- 04:11 PM Revision 80c6e238 (ffmpeg): avio: avio_ prefix for url_set_interrupt_cb.
- 04:07 PM Revision f87b1b37 (ffmpeg): avio: AVIO_ prefixes for URL_ open flags.
- 03:54 PM Revision de174d0d (ffmpeg): riff: add ATRAC3+ guid
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:54 PM Revision aa9380c8 (ffmpeg): ff_get_wav_header: perform full lookup on WAVEFORMATEXTENSIBLE subfor...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:54 PM Revision 36ffabc4 (ffmpeg): move PRI_GUID, ARG_GUID, AVCodecGuid, ff_codec_guid_get_id, MEDIASUBT...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:54 PM Revision c1309b27 (ffmpeg): move ff_asf_guid, ff_guidcmp and ff_get_guid into riff.h
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:54 PM Revision dc410361 (ffmpeg): Install libavutil/{aes,sha}.h
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:45 PM Revision 4f299411 (ffmpeg): pad: fix example explanation
- "row" and "column" term positions in the explanation were inverted.
Signed-off-by: Stefano Sabatini <stefano.sabatin... - 01:32 AM Revision c0e51ec9 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
Fix parser: mark av_parser_parse() for removal on next major bump
swscale: postpone sws_getContex... - 12:54 AM Revision 3d42d493 (ffmpeg): proto: introduce listen option in tcp
- This way is possible to have simple micro-server act like
ffmpeg -i file.nut -vcodec copy -acodec copy -f nut tcp://... - 12:54 AM Revision a013291d (ffmpeg): doc: clarify configure features
- This way people will not get surprises regarding the current configure
behaviour and contributors will have a guideli... - 12:53 AM Revision ebba2b3e (ffmpeg): proto: factor ff_network_wait_fd and use it on udp
- Support the URL_FLAG_NONBLOCK semantic and uniform the protocol.
The quick retry loop is already part of retry_transf...
04/06/2011
- 11:49 PM Revision 4b9c03b7 (ffmpeg): Align stack variables manually in yadif x86 code, should fix ticket25
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:48 PM Revision 9f8008a9 (ffmpeg): move image check down in ffplay.c
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:46 PM Revision 454fab72 (ffmpeg): Disable dr1 in ffplay for svq1 (fixes ticket40)
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:45 PM Revision 1f6265e0 (ffmpeg): Fix parser: mark av_parser_parse() for removal on next major bump
- Fix the breakage introduced with 9073ca6c6ebb9e3e9b60d968b7aa16cc8b6d558d
- 09:39 PM Revision 8bce71df (ffmpeg): Check sizes a bit in ffplay, cant hurt.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:21 PM Revision 6b1c886b (ffmpeg): Fix ticket20
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:21 PM Revision bc604722 (ffmpeg): Drop checkheaders from check, its useless
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:21 PM Revision 326dff7d (ffmpeg): Fix ticket34
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:55 PM Revision 0464ee9a (ffmpeg): swscale: postpone sws_getContext removal until next major bump.
- The replacement isn't ready yet.
- 06:55 PM Revision 0ba83223 (ffmpeg): fate: add AAC LATM test
- 05:30 PM Revision 1265395b (ffmpeg): Add PlayStation Portable PMP format demuxer
- Not yet complete, for demuxing AAC the AAC header must be generated
manually.
Possibly the decoder could accept the h... - 04:26 PM Revision 055f853d (chunker-player): UL player: removed debug messages on PSNR publication. QoE ev...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2591 c54fa...
- 04:00 PM Revision af11718f (chunker-player): UL Player: PSNR publication working
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2590 c54fa...
- 02:17 PM Revision 59e008ed (chunker-player): UL player: PSNR publication in the repo, fixed all segfaults....
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2589 c54fa...
- 12:10 PM Revision 6e37b458 (ffmpeg): mmst: get rid of deprecated AVERRORs
- 12:10 PM Revision a2018b51 (ffmpeg): lxfdec: use AVERROR(ENOMEM) instead of deprecated AVERROR_NOMEM.
- 12:10 PM Revision f5b386af (ffmpeg): Reemove remaining uses of deprecated AVERROR_NOTSUPP.
- 12:10 PM Revision 56a10009 (ffmpeg): lavf: if id3v2 tag is present and all else fails, guess by file exten...
- 10:57 AM Revision b0e46569 (chunker-player): UL player: PSNR publication made optional via define. Still d...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2588 c54fa...
- 08:53 AM Revision 0cd6b05d (chunker-player): Added pubblication of PSNR values on repository
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2587 c54fa...
- 08:53 AM Revision da5a4512 (napa-baselibs): Added pubblication of PSNR values on repository
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2587 c54fac2e-1815-407e-9b96-08...
- 01:01 AM Revision d6c85865 (ffmpeg): Revert "ffmpeg: fix aspect ratio setting"
- This reverts commit d1eb50bb29caad9745631759265f475177df99b9.
Reason, it breaks fate - 12:59 AM Revision 11d78415 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
psymodel: extend API to include PE and bit allocation.
avio: always compile dyn_buf functions
R...
04/05/2011
- 11:09 PM Revision ee6db0de (ffmpeg): Fix ffmpeg-mt fixme in h264.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:09 PM Revision 98fe404a (ffmpeg): Fix REBASE_PICTURE with h.264
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:09 PM Revision b5ef6f8e (ffmpeg): Fix crash in ffmpeg.c with PIX_FMT_NONE
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:09 PM Revision 0c72180e (ffmpeg): Revert "Set the correct target for mingw64 dlltool"
- Revert due to dlltool/lib revert
This reverts commit 417516f63f8a9ee214ee9fa6fcb483962ea0f096. - 11:09 PM Revision b1eeddf1 (ffmpeg): Fix Ticket37
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:09 PM Revision 1f3a1fa9 (ffmpeg): Fix gazeta-20090408-1456-aa.ts
- regression introduced by 15957b197a63d08c33c34f08ef8b161335736914
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 08:21 PM Revision 5371803d (ffmpeg): psymodel: extend API to include PE and bit allocation.
- Signed-off-by: Janne Grunau <janne-libav@jannau.net>
- 05:32 PM Revision 668438a3 (ffmpeg): avio: always compile dyn_buf functions
- Fixes build with --disable-muxers --disable-network.
Thanks to Hendrik Leppkes for noticing. - 05:10 PM Revision ccf75e3a (chunker-player): UL player: fixed help usage message and bug related to Silent...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2585 c54fa...
- 04:23 PM Revision da53f05f (ffmpeg): Do not offer unsupported HWAccel PIX_FMT.
- Only fixes MPEG-1/MPEG-2 as a first step.
- 04:23 PM Revision 735c4f0b (ffmpeg): Use CONFIG_VDPAU as condition for using ff_vdpau_mpeg_picture_complete.
- CONFIG_VDPAU is the condition on which ff_vdpau_mpeg_picture_complete
is compiled in, so it is more appropriate, part... - 04:21 PM Revision 6e075dca (ffmpeg): ac3dec: avoid pointless alloc and indirection for input_buffer
- Since we now always allocate it, it can simply be made part of the context
instead. - 02:53 PM Revision ba9ef8d0 (ffmpeg): Remove unnecessary parameter from ff_thread_init() and fix behavior
- thread_count passed to ff_thread_init() is only used to set AVCodecContext.
thread_count, and can be removed. Instead... - 02:12 PM Revision 2ed05f65 (ffmpeg): Add support for pcm_f32* to alsa.
- 01:38 PM Revision 6f73d5e8 (ffmpeg): documentation: fix @url syntax in developer.texi
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 01:38 PM Revision d496d33d (ffmpeg): scale: make the filter parametric
- Make the filter accept parametric expressions for the output video
size.
Signed-off-by: Stefano Sabatini <stefano.sa... - 01:34 PM Revision 25601bc5 (ffmpeg): eval: add support for trunc, ceil, and floor functions
- Signed-off-by: Stefano Sabatini <stefano.sabatini-lala@poste.it>
- 01:33 PM Revision d1eb50bb (ffmpeg): ffmpeg: fix aspect ratio setting
- This is done by adding a setsar filter at the beginning of the
configured filterchain.
This implementation is more r... - 01:14 PM Revision 71a2da30 (ffmpeg): Add audio_float to confgigure's CONFIG list.
- 10:21 AM Revision d6f66edd (ffmpeg): Revert "aac_latm_dec: use aac context and aac m4ac"
- This reverts commit 36864ac3540445c513484017aa9927e942fac24a since it
breaks LATM decoding in ffplay. - 09:03 AM Revision 4d1d6f7a (ffmpeg): Support s32 output via alsa audio device.
- 09:03 AM Revision efec2d7b (ffmpeg): Template alsa reordering functions.
- 07:09 AM Revision f4f05c45 (ffmpeg): configure: tell user if libva is enabled like the rest of external libs.
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 07:08 AM Revision 14cf0fd2 (ffmpeg): Add silence support for AV_SAMPLE_FMT_U8.
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 06:40 AM Revision b8404847 (ffmpeg): avio: make URL_PROTOCOL_FLAG_NESTED_SCHEME internal
- 06:40 AM Revision 1305d93c (ffmpeg): avio: deprecate av_url_read_seek
- It's not used anywhere internally.
Salvage its documentation for ffio_read_seek. - 06:39 AM Revision fa104e14 (ffmpeg): avio: deprecate av_url_read_pause
- It's not used anywhere internally.
Salvage its documentation for ffio_read_pause. - 03:32 AM Revision 01f5b9c5 (ffmpeg): h264_parser: Fix behaviour when PARSER_FLAG_COMPLETE_FRAMES is set.
- Currently, the parser is buggy and only processes the stream extradata
when the flag is set. This fixes it to actuall... - 03:32 AM Revision 9c09dead (ffmpeg): h264_parser: Fix whitespace after previous change.
- 'git diff -w' confirmed to return nothing.
Signed-off-by: Philip Langdale <philipl@overt.org> - 01:21 AM Revision 8af3167b (ffmpeg): Redefine sameq
- I think the documentation of sameq is causing confusion and misuse of
this option.
Signed-off-by: Michael Niedermaye... - 01:21 AM Revision de0f445b (ffmpeg): Factorise the C filtering in yadif
- 01:21 AM Revision 2657fd0c (ffmpeg): Yadif fixes that where missing from the patch
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:21 AM Revision 457be696 (ffmpeg): Support 16-bit in yadif
- 01:21 AM Revision 257ac5f1 (ffmpeg): support more than yuv420p in yadif
- (and correctly support grey8)
- 01:21 AM Revision eb79c528 (ffmpeg): Update yadif copyright header
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:36 AM Revision 30c6fefd (ffmpeg): fix runtime-cpu-detect bug in swscale
- swscale doesnt ever actually do any runtime detection at all when
runtime cpu detection is enabled, it simply passes ... - 12:31 AM Revision 434f2487 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master: (22 commits)
ac3enc: move extract_exponents inner loop to ac3dsp
avio: deprecate url_get_filename... - 12:11 AM Revision 5f2e6c0f (ffmpeg): ac3enc: NEON optimised extract_exponents
- Signed-off-by: Mans Rullgard <mans@mansr.com>
04/04/2011
- 11:58 PM Revision 6114bffa (ffmpeg): retry_transfer_wrapper: only call interrupt callback when less than r...
- Its a waste of cpu cycles otherwise
- 10:48 PM Revision 3e3ea93b (ffmpeg): mpegts: Put CODEC_ID_NONE check back that was removed by mistake in 5...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 05:27 PM Revision 2310ee4b (ffmpeg): ac3enc: move extract_exponents inner loop to ac3dsp
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 03:45 PM Revision e52a9145 (ffmpeg): avio: make url_close() internal.
- 03:45 PM Revision 5958df34 (ffmpeg): avio: deprecate url_max_packet_size().
- URLContext.max_packet_size should be used directly.
- 03:45 PM Revision 1869ea03 (ffmpeg): avio: make url_get_file_handle() internal.
- 03:45 PM Revision 32a97d46 (ffmpeg): avio: make url_filesize() internal.
- 03:45 PM Revision 727c7aa0 (ffmpeg): avio: deprecate url_get_filename().
- URLContext.filename should be used directly.
- 03:45 PM Revision 58a48c65 (ffmpeg): avio: make url_seek() internal.
- 03:45 PM Revision 230a4686 (ffmpeg): avio: cosmetics, move AVSEEK_SIZE/FORCE declarations together
- 03:45 PM Revision 925e908b (ffmpeg): avio: make url_write() internal.
- 03:45 PM Revision dce37564 (ffmpeg): avio: make url_read_complete() internal.
- 03:45 PM Revision bc371aca (ffmpeg): avio: make url_read() internal.
- 03:45 PM Revision 0589da0a (ffmpeg): avio: make url_open() internal.
- 03:45 PM Revision 62eaaeac (ffmpeg): avio: make url_connect internal.
- 03:45 PM Revision 5652bb94 (ffmpeg): avio: make url_alloc internal.
- 02:43 PM Revision 02fd687b (ffmpeg): Only make buffer smaller in fill_buffer() if read_packet() is set.
- Fixes a possible invalid free().
- 01:35 PM Revision 37ffba2a (ffmpeg): Communicate pulldown flags to clients to fix VC-1 playback with pulld...
- The pulldown flags should be communicated to the client of the libavcodec library. Not doing so causes jerky playback...
- 01:35 PM Revision 2506ad9f (ffmpeg): Fix VC-1 playback with pulldown content
- The attached patch fixes the jerky playback of VC-1 content with pulldown. The pulldown flags were incorrectly set. T...
- 11:07 AM Revision 6be9fce9 (streamers-build): adding THIRDPARTY-LIBS makefile
- 10:01 AM Revision 0d8a33b1 (ffmpeg): applehttp: Merge two for loops
- The previous commit didn't do this straight away, to keep the
diff slightly simpler. - 09:59 AM Revision 6cc7f139 (ffmpeg): applehttp: Restructure the demuxer to use a custom AVIOContext
- This avoids issues where EOF at the end of the segment is given
the variant demuxer. Now the demuxers only see one si... - 09:44 AM Revision d3964da2 (ffmpeg): applehttp: Move finished and target_duration to the variant struct
- This is a preparation for a restructuring of the demuxer, to
minimize the later diff. - 09:01 AM Revision 28f3ea08 (napa-baselibs): reverting to old test method
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2583 c54fac2e-1815-407e-9b96-08...
- 07:12 AM Revision 57cc1ad3 (ffmpeg): aacenc: reduce the number of loop index variables
- Signed-off-by: Janne Grunau <janne-libav@jannau.net>
- 05:46 AM Revision 333e8943 (ffmpeg): avio: deprecate url_open_protocol
- The unbuffered API will be made private and it's not used anywhere
internally. - 05:45 AM Revision e2307053 (ffmpeg): avio: deprecate url_poll and URLPollEntry
- They're unimplemented and nobody cared to do anything with that for
10 years. - 12:59 AM Revision e05a3ac7 (ffmpeg): ac3enc: select bandwidth based on bit rate, sample rate, and number of
- full-bandwidth channels.
This reduces high-frequency artifacts and improves the quality of the lower
frequency audio... - 12:29 AM Revision e3c007bb (ffmpeg): flvdec: fix segfault in amf_parse_object() due to NULL key
- fixes Issue 2674
- 12:15 AM Revision 2cae9809 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
fate: fix partial run when no samples path is specified
ARM: NEON fixed-point forward MDCT
ARM:...
04/03/2011
- 11:29 PM Revision 3c9bfb33 (ffmpeg): add MicroDVD muxer and demuxer
- Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
- 10:35 PM Revision deff8a6d (ffmpeg): flvdec: fix segfault in amf_parse_object() due to NULL key
- fixes Issue 2674
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 10:35 PM Revision 100a6b7c (ffmpeg): ffmpeg: make 'bits_per_raw_sample' option more useful
- Currently bits_per_raw_sample is exposed as an AVCodecContext option.
The option is not very useful, because ffmpeg 1... - 10:16 PM Revision 906fd030 (ffmpeg): fate: fix partial run when no samples path is specified
- This restores the behaviour of running only the builtin
regression tests when no path to external samples is given.
a... - 09:39 PM Revision f7653904 (ffmpeg): ARM: NEON fixed-point forward MDCT
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 09:39 PM Revision dba98529 (ffmpeg): ARM: NEON fixed-point FFT
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 09:38 PM Revision 4dcde00c (ffmpeg): lavf: bump minor version and add an APIChanges entry for avio changes
- 09:33 PM Revision 8bea72f7 (ffmpeg): avio: simplify url_open_dyn_buf_internal by using avio_alloc_context()
- 08:52 PM Revision 0e09997f (ffmpeg): Libavcodec AC3/E-AC3/DTS decoders now output floating point data.
- git-svn-id: https://ffdshow-tryout.svn.sourceforge.net/svnroot/ffdshow-tryout@3769 3b938f2f-1a1a-0410-8054-a526ea5ff92c
- 08:52 PM Revision ba7a2804 (ffmpeg): Float output for libavcodec Vorbis decoder
- git-svn-id: https://ffdshow-tryout.svn.sourceforge.net/svnroot/ffdshow-tryout@3771 3b938f2f-1a1a-0410-8054-a526ea5ff92c
- 08:52 PM Revision 361fa0ed (ffmpeg): Float output for libavcodec AAC decoder
- git-svn-id: https://ffdshow-tryout.svn.sourceforge.net/svnroot/ffdshow-tryout@3770 3b938f2f-1a1a-0410-8054-a526ea5ff92c
- 08:47 PM Revision 724f6a0f (ffmpeg): avio: make url_fdopen internal.
- The unbuffered URLContext API will be made private, so there's no point
in this function being public. - 08:47 PM Revision 403ee835 (ffmpeg): avio: make url_open_dyn_packet_buf internal.
- It doesn't look fit to be a part of the public API.
Adding a temporary hack to ffserver to be able to use it, should... - 08:47 PM Revision 6dc7d80d (ffmpeg): avio: avio_ prefix for url_close_dyn_buf
- 08:46 PM Revision b92c5452 (ffmpeg): avio: avio_ prefix for url_open_dyn_buf
- 08:46 PM Revision 8978feda (ffmpeg): avio: introduce an AVIOContext.seekable field
- Use it instead of url_is_streamed and AVIOContext.is_streamed.
- 08:45 PM Revision c9d6da73 (ffmpeg): Remove superfluous free().
- 06:01 PM Revision 79997def (ffmpeg): ac3enc: use generic fixed-point mdct
- This makes the AC3 encoder use the shared fixed-point MDCT rather
than its own implementation. The checksum changes ... - 02:40 PM Revision 7f125c3e (ffmpeg): Move frame_pred_frame_dct check elsewhere.
- Fixes issue2405
- 02:40 PM Revision 2ee45361 (ffmpeg): Fix mpeg-ps misdetected as m4v.
- Fix issue2326
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 02:40 PM Revision 19457a5d (ffmpeg): Fix issue2246
- ignore last ctts duration
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 02:40 PM Revision 7d948dc4 (ffmpeg): Support changing pixel formats on avfilter input.
- Fix issue2217
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 02:40 PM Revision 2f9815dd (ffmpeg): fixed issue1962 EVO detection
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 02:40 PM Revision 24009f36 (ffmpeg): Make find_pix_fmt() non static
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 02:40 PM Revision bbd1c43f (ffmpeg): Dont leak sws contexts.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 02:40 PM Revision 0b9dffc6 (ffmpeg): Improve codec_tag guessing code.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 02:40 PM Revision 512f973e (ffmpeg): Fix issue2437
- 02:40 PM Revision 5b56ad03 (ffmpeg): Reimplement stream probe try #2
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 02:40 PM Revision 15957b19 (ffmpeg): Partial rewrite stream probe code.
- Fix issue2312.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 02:40 PM Revision 6e77feb2 (ffmpeg): Dont be so picky on decoding pps in extradata.
- Fixes issue2517
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 02:40 PM Revision 116758a3 (ffmpeg): Fix yuvj420p scaling artefact, issue1108.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 02:40 PM Revision 15119360 (ffmpeg): Correctly implement:
- commit c0ec9918b066c6bfca8613ac75b589bd3e405971
Author: Måns Rullgård <mans@mansr.com>
Date: Tue Aug 24 17:47:05 ... - 09:09 AM Revision fcd62e12 (ffmpeg): Add sign off recommandition and definition of meaning.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 08:46 AM Revision 731bf412 (ffmpeg): Reword make fate patch checklist entry
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 06:47 AM Revision aadfc9ee (ffmpeg): lavfi: add fade filter
- Port fade filter from libavfilter soc repo, with minor fixes by
Stefano.
Signed-off-by: Michael Niedermayer <michael... - 06:46 AM Revision 233ed6b3 (ffmpeg): Change yadif to not use out of picture lines.
- Fixes issue2272.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 06:43 AM Revision 4e3945fd (ffmpeg): lavc: deprecate AVCodecContext.antialias_algo
- It's been unused since mp3float decoder was added.
- 06:43 AM Revision 4a49d2d5 (ffmpeg): lavc: mark mb_qmin/mb_qmax for removal on next major bump.
- They've been unused and deprecated for about five years.
- 01:18 AM Revision f38fa75d (ffmpeg): Add or elaborate on some documentation comments in avcodec.h.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:18 AM Revision 71aed40b (ffmpeg): patch checklist:git format-patch
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:18 AM Revision 7d6f61bd (ffmpeg): patch checklist:uggest fate instead of regression tests
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:18 AM Revision a3b71843 (ffmpeg): patch checklist:Remove pointless checkheaders comment, its just a was...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:18 AM Revision 78431098 (ffmpeg): lavf: inspect more frames for fps when container time base is coarse
- As per issue2629, most 23.976fps matroska H.264 files are incorrectly
detected as 24fps, as the matroska timestamps u... - 12:28 AM Revision f3543969 (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
Fixed-point MDCT with 32-bit unscaled output
lavc: deprecate rate_emu
lavc: mark hurry_up for r... - 12:06 AM Revision 85c9365d (ffmpeg): Revert "configure: use dlltools instead of lib.exe"
- Reason, is this was requested by the windows experts / seems dlltool causes alot of problems
This reverts commit ec1...
04/02/2011
- 08:06 PM Revision bc154882 (ffmpeg): Fixed-point MDCT with 32-bit unscaled output
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 06:27 PM Revision 679191a5 (ffmpeg): yadif:Fix assert() failure
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 05:26 PM Revision c4804fec (ffmpeg): dpx:fix typo
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 04:30 PM Revision ba24c5a3 (ffmpeg): cosmetics: indentation
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 04:30 PM Revision 4ec72005 (ffmpeg): dpx encoder: support 10-bit packing method
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 04:19 PM Revision 1b5282a2 (ffmpeg): dpx decoder: read sample aspect ratio
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:59 PM Revision 4ce776d6 (ffmpeg): H264: fix slice end error detection
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:57 PM Revision 0d5e6843 (ffmpeg): h264: change a few comments into error messages
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 02:18 PM Revision ed5fcd60 (ffmpeg): lavc: deprecate rate_emu
- It's not used anywhere and apparrently hasn't been for a very long time.
- 02:17 PM Revision 8ed2ae09 (ffmpeg): lavc: mark hurry_up for removal on next major bump
- It has been deprecated for about five years, skip_idct/skip_frame should
be used instead. - 02:17 PM Revision 9073ca6c (ffmpeg): parser: mark av_parser_parse() for removal on next major bump
- Fixes build with the bump, since the prototype is already marked for
removal. - 02:17 PM Revision 6f3d3eac (ffmpeg): lavc: add missing audioconvert includes
- 02:16 PM Revision b4b167ec (ffmpeg): jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY
- 02:15 PM Revision b25d931a (ffmpeg): Fix stream mapping regression
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:50 AM Revision 7dd29fb6 (ffmpeg): drawtext: extend/clarify examples in the filter description
- 09:48 AM Revision 7e3373d2 (ffmpeg): drawtext: fix wrong reference in boxcolor option description
- 09:48 AM Revision 17be8ef7 (ffmpeg): drawtext: add documentation for the shadow parameters
- 09:48 AM Revision 0fff764b (ffmpeg): drawtext: allow negative shadow offset values
04/01/2011
- 11:54 PM Revision 4defa68f (ffmpeg): Merge remote branch 'qatar/master'
- * qatar/master:
ac3enc: ARM optimised ac3_compute_matissa_size
ac3: armv6 optimised bit_alloc_calc_bap
fate: si... - 10:56 PM Revision a2f5e14a (ffmpeg): Timeout TCP open() after 5 seconds.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 10:50 PM Revision ecf94986 (ffmpeg): Fix compilation with --disable-vdpau
- 10:48 PM Revision 2a0bd2bf (ffmpeg): Make a plausibility check when setting channel layout for TrueHD.
- TrueHD supports more channels than FFmpeg, so a valid sample
could set the channel layout to a value that represents ... - 10:25 PM Revision e1cfe04c (ffmpeg): Match the documentation of -s with the current implementation.
- 09:46 PM Revision aa05f212 (ffmpeg): ac3enc: ARM optimised ac3_compute_matissa_size
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 09:46 PM Revision 182826c8 (ffmpeg): ac3: armv6 optimised bit_alloc_calc_bap
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 07:53 PM Revision 5085a1a0 (ffmpeg): fate: simplify fft test rules
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 06:02 PM Revision 3c96c648 (ffmpeg): avio: document avio_alloc_context.
- 05:53 PM Revision ab11317c (ffmpeg): lavf: make compute_chapters_end less picky.
- In particular, now it assumes that
a) chapters are chronologically ordered
b) chapters have the same timebases
c) dur... - 05:42 PM Revision 7b9750ed (ffmpeg): Fix doxy-style for comment ("///>" should be "///<" instead).
- 05:29 PM Revision 0e635f3e (ffmpeg): sierravmd: fix Indeo3 videos
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 05:13 PM Revision 9b7a0c5d (ffmpeg): Allow selecting VDPAU, XvMC via get_format for MPEG-2
- To avoid further special-casing, dummy AVHWAccels are added
for VDPAU.
It should be possible to move VDPAU completely... - 04:50 PM Revision 41327cca (ffmpeg): FFT: simplify fft8()
- Part of the fft8() function corresponds to the BUTTERFLIES macro,
so use it.
Signed-off-by: Mans Rullgard <mans@mans... - 03:38 PM Revision e7c7b0d0 (ffmpeg): Another aspect ratio fix try. This leaves the setdar addition at the ...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:38 PM Revision a0350330 (ffmpeg): Move flv format #defines to common header so they can be used by the ...
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 02:16 PM Revision b41a1089 (ffmpeg): fate: add fixed-point fft/mdct tests
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 02:16 PM Revision 6efe6028 (ffmpeg): Fixed-point support in fft-test
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 12:51 PM Revision d116c3e0 (grapes): Added mysql_delegate_helper
- 12:50 PM Revision a872226d (grapes): libs3_delegate_helper uses request_handler to manage blocking operations
- 12:47 PM Revision 42cbd06c (grapes): Introduced request_handler
- 12:26 PM Revision adb41ca5 (grapes): Minor documentation fix
- 12:11 PM Revision 6408529b (ffmpeg): Increase ffmpeg video encoding buffer size to permit encoding of DPX ...
- The header generated by the DPX encoder is 1664 bytes.
- 12:11 PM Revision c178fdea (ffmpeg): Add .dpx to the list of supported file extensions for the image2 muxer
- 12:10 PM Revision f339f908 (ffmpeg): DPX image encoder
- 11:34 AM Revision 0c4d4a93 (ffmpeg): Cleanup flv keyframe index reading and add some saftey checks.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 11:05 AM Revision 74564eb3 (chunker-player): Added sharing of NetworkID between streamer and GUI
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2582 c54fa...
- 10:49 AM Revision 676d380f (ffmpeg): Fix undefined behavior in ffv1 with insane widths.
- The new tables is large enough to prevent this together with our image size checks.
Signed-off-by: Michael Niedermay... - 07:34 AM Revision 29a29043 (ffmpeg): ape: check that number of seektable entries is equal to number of frames
- fixes issue2480
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 12:58 AM Revision 7ac16749 (ffmpeg): Merge remote-tracking branch 'newdev/master'
- * newdev/master:
mpegts: propagate avio EOF in read_packet()
configure: Initial support for --target-os=symbian
... - 12:14 AM Revision 859676dd (ffmpeg): Insert setdar at the begin of a filter chain instead the end.
- This fixes -vf setsar
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
03/31/2011
- 10:24 PM Revision b1ca9642 (ffmpeg): Revert "Remove support for stripping executables"
- People did not like this change.
This reverts commit e0be794a71be25a350f68287ee291b4942bcb7d8. - 09:26 PM Revision 607cd90c (ffmpeg): make image2 muxer/demuxer support sequence of individual rawvideo files
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 09:26 PM Revision 0bb240ac (ffmpeg): img2: stop using CODEC_ID_RAWVIDEO to trigger processing of independa...
- This is requireed, as img2 will be modified soon to support .raw image file sequences.
Signed-off-by: Michael Nieder... - 05:46 PM Revision e006d71f (ffmpeg): mpegts: propagate avio EOF in read_packet()
- Allows distinguishing between EOF and IO error in read_packet return code.
Signed-off-by: Jindrich Makovicka <makovi... - 05:28 PM Revision f6e9f400 (streamers): added topo_keep_best and topo_add_best options
- 04:49 PM Revision 1e96d4c7 (ffmpeg): ALSA: fix a stupid bad use of av_freep.
- It caused a segfault when channel reordering was in use and the last chunk
of data was not silent.
Spotted and diagno... - 12:38 PM Revision 1c69c79f (ffmpeg): configure: Initial support for --target-os=symbian
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 11:01 AM Revision 7087ce08 (ffmpeg): Fixed-point FFT and MDCT
- 11:01 AM Revision 2f97b12e (ffmpeg): Include dependencies for test programs
- This makes sure the various *-test programs are correctly rebuilt
when necessary.
Signed-off-by: Mans Rullgard <mans... - 11:01 AM Revision 7f6e05cd (ffmpeg): ac3enc: simplify sym_quant()
- These expressions are equivalent since levels is always odd, and
overflow is impossible due to the constraints set by... - 10:48 AM Revision 1caa4123 (ffmpeg): Merge remote-tracking branch 'newdev/master'
- * newdev/master:
rtsp: Use GET_PARAMETER for keep-alive for generic RTSP servers
mlp_parse.c: set AVCodecContext ... - 05:31 AM Revision cb7e2c1c (ffmpeg): flvdec: read index stored in the 'keyframes' tag.
- 'keyframes' metatag is not part of the standard, it is just
convention to use such kind of metatag information for in... - 05:28 AM Revision 9dd94f83 (ffmpeg): mov: Add support for zero-sized stsc runs.
- A zero sized stsc run doesn't make a lot of sense but the spec does not
prohibit them and MPlayer VLC demuxers suppor...
03/30/2011
- 10:22 PM Revision 8b8bf89e (ffmpeg): Revert "Do no modify terminal parameters using termios.h"
- This reverts commit cb48e245e6e770f146220fac0a8bd4dc1a5e006c.
Reason being we like pressing "q" to quit ffmpeg.
Con... - 09:09 PM Revision 93dfda88 (ffmpeg): In ipod/mov/mp4 muxer, always write esds descriptor length using 4 by...
- ipod shuffle doesn't support anything else.
- 08:44 PM Revision 229e2631 (ffmpeg): rtsp: Use GET_PARAMETER for keep-alive for generic RTSP servers
- According to the RFC, GET_PARAMETER should be used for
this, and according to a report from Tim Ouellette,
OPTIONS do... - 08:17 PM Revision da3534b0 (ffmpeg): gradfun: add notice from the MPlayer manual
- Add notice telling that the filter is designed for playback only.
- 08:17 PM Revision 2ccbb342 (ffmpeg): documentation: add setdar and setsar description to filters.texi
- 08:16 PM Revision 2f86e7bd (ffmpeg): graphparser: add a NULL check on the argument passed to strstr
- Fix crash in create_filter() which occurrs if a scale filter with no
args is provided. - 06:28 PM Revision ffd39f9d (ffmpeg): Fix typo from e3a84542.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 03:48 PM Revision d9699ea8 (ffmpeg): Fix dnxhd custom options, add AVClass in private context
- 03:48 PM Revision efdad9fb (ffmpeg): In mov muxer, fix yuv range in avid atoms used by dnxhd.
- 03:41 PM Revision 4b6f097b (ffmpeg): mlp_parse.c: set AVCodecContext channel_layout
- The channel layout isn't getting set for mlp and truehd audio.
Signed-off-by: Anton Khirnov <anton@khirnov.net> - 03:28 PM Revision 95c851e2 (ffmpeg): APIChanges: mark the place where 0.6 was branched.
- 03:02 PM Revision 39530272 (ffmpeg): Remove a memory allocation and the associated memcpy.
- 02:33 PM Revision 007b1f04 (ffmpeg): h264: permit h264 decoder to be compiled when svq3 decoder is disabled
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 02:33 PM Revision e3a84542 (ffmpeg): SWSCALE: Increase maximim with from 5120 to 21504
- Heres a benchmark
VOFW 5120 VOFW 21504 Note
10438.8 10344.2 timex ffmpeg -y -i tulip2.mp4 tulip2.yuv
25... - 02:33 PM Revision 11c6d28e (ffmpeg): A few points for the changelog
- 02:15 PM Revision da371602 (ffmpeg): vaapi: allow build against older VA-API 0.31.
- 02:15 PM Revision dd950e2e (ffmpeg): vaapi: require version >= 0.32.0.
- 02:15 PM Revision f9c215e2 (ffmpeg): vaapi: move configure check down.
- 10:38 AM Revision 1882d814 (streamers-build): change GRAPES repo to mine temporarily
- 10:36 AM Revision dd9134c2 (ffmpeg): Fix compilation with win32 threads.after 'unbreak avcodec_thread_init'
- 10:36 AM Revision 3efaa24f (ffmpeg): Also use alsa_reorder_s16_out_51() for AV_CH_LAYOUT_5POINT1.
- 10:36 AM Revision 1a28eef3 (streamers): fix: measure_start and measure_every are ignored with MONL
- Conflicts:
streamer.c - 10:31 AM Revision f8b41133 (grapes): Merge branch 'net-helper-ml'
- 10:05 AM Revision d475e2e5 (streamers): Make valgrind happier
- 10:04 AM Revision 9dc9369a (streamers): streaming: fix use of get_rtt with MONL
- 10:04 AM Revision 07e63287 (streamers): exit gracefully if autodetect ip_addr fails
- 09:54 AM Revision f1024bf4 (chunker-player): Resolved a bug in statistics
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2581 c54fa...
- 09:54 AM Revision 5e92934b (streamers-build): minor spelling fixes
- 09:54 AM Revision ee65be8f (streamers-build): moving NAPA-BASELIBS to THIRDPARTYLIBS
- 09:30 AM Revision f9e2a01e (streamers-build): fix some cd commands
- 08:26 AM Revision ecb2b9f0 (streamers-build): prepare and test ML+MONL version as well
- 08:26 AM Revision e4d343aa (streamers-build): kill test after 20 seconds
- 08:24 AM Revision d7a0b631 (streamers-build): move things to THIRDPARTYLIBS and add some error handling
- 07:15 AM Revision 65daa942 (ffmpeg): Fix buffer overflow checks to avoid integer overflows.
- 05:48 AM Revision b64030f2 (ffmpeg): avio: make get_checksum() internal.
- 05:48 AM Revision d09cc22d (ffmpeg): avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.h
- 05:47 AM Revision 4c4427a7 (ffmpeg): avio: make init_checksum() internal.
- 05:18 AM Revision ce02f9be (ffmpeg): Add MxPEG decoder
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 05:18 AM Revision e0e3b8b2 (ffmpeg): Add support for picture_ptr field in MJpegDecodeContext
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 05:18 AM Revision f16055ee (ffmpeg): Move MJPEG's input buffer preprocessing in separate public function
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 05:18 AM Revision 8f0bd2c0 (ffmpeg): Support reference picture defined by bitmask in MJPEG's SOS decoder
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 04:19 AM Revision 2eddfb2b (ffmpeg): sndio bug fix
- Since the code already supports both little- and big-endian
audio for recording, do not fail just because the endiann... - 01:09 AM Revision 445fdc01 (ffmpeg): Merge remote-tracking branch 'newdev/master'
- * newdev/master:
ac3enc: move compute_mantissa_size() to ac3dsp
ac3enc: move mant*_cnt and qmant*_ptr out of AC3E... - 12:58 AM Revision 55ce3c67 (ffmpeg): Merge remote-tracking branch 'ffmpeg-mt/master'
- * ffmpeg-mt/master:
Update todo. More items appeared...
Fix mdec
Duplicate: id3v1: change filesize to int64_t.
D... - 12:21 AM Revision 52fd16a2 (ffmpeg): ac3enc: move compute_mantissa_size() to ac3dsp
- Signed-off-by: Mans Rullgard <mans@mansr.com>
03/29/2011
- 11:38 PM Revision 6f718471 (ffmpeg): ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContext
- These fields are only used in quantize_mantissas() and reset
on each call, no need to store them in the main context.... - 10:20 PM Revision cd39549e (ffmpeg): mp: add filter description to filters.texi
- 09:05 PM Revision e0be794a (ffmpeg): Remove support for stripping executables
- Stripping is generally best left to package management tools, and
since unstripped copies are kept in the build tree,... - 06:40 PM Revision d782bca4 (ffmpeg): ac3enc: NEON optimised float_to_fixed24
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 06:31 PM Revision 6d9f52b2 (ffmpeg): ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 06:21 PM Revision 18627787 (ffmpeg): sndio: allow any endianness when recording
- Since the code already supports both little- and big-endian
audio for recording, do not fail just because the endiann... - 06:18 PM Revision e76c0c6a (ffmpeg): Simplify: Use FFMIN.
- 02:14 PM Revision d3834587 (ffmpeg): dfa: protect pointer range checks against overflows.
- 01:40 PM Revision 86d8d834 (streamers): increasing chunklock timeout to 2 seconds
- 11:25 AM Revision 69dfa8b1 (streamers): topology: fix calculation of random_size
- 11:25 AM Revision 304607e2 (streamers): topology: fix max_ids calculation in case of topo_in
- 11:20 AM Revision dd2e7bcf (streamers): fix: getting rid of size_t and related signedness problems
- 09:13 AM Revision 79c926d0 (streamers): topology: fixing --topo_in behaviour
- 09:12 AM Revision 65a62f30 (streamers): topology: just some better messages
- 09:12 AM Revision 79ef0588 (streamers): adding --topo_{in,out,bidir} parameters to control topo behaviour
- 08:33 AM Revision e5cd99c1 (streamers): topology: restoring original default behaviour of out-neigh selection
- 08:30 AM Revision 483dec26 (streamers): topology: making control variables for neighbourhood directionality
- 08:23 AM Revision 2dab7813 (streamers): topology: refactoring add_peer/remove_peer code
- 08:16 AM Revision 9176d3d1 (streamers): add streamer topology messages
- 08:10 AM Revision 9f1da074 (streamers): topology: fix call to bind_msg_types
- 07:55 AM Revision 621f4c98 (ffmpeg): vaapi: filter out DELAYED_PIC_REF flag to determine field.
- This fixes ticket #23.
- 07:39 AM Revision f99abb15 (ffmpeg): vaapi: disable if check_lib failed.
- 07:39 AM Revision a18e7b4f (ffmpeg): vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge.
- 04:50 AM Revision a75529e8 (ffmpeg): mimic: implement multithreading.
- 04:19 AM Revision 5c98af95 (ffmpeg): Fix check for new enough CrystalHD library.
- Signed-off-by: Philip Langdale <philipl@overt.org>
- 04:15 AM Revision 31f00274 (ffmpeg): id3v1: change filesize to int64_t.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 04:15 AM Revision 13eadbac (ffmpeg): id3v1: Seek back to old position after reading.
- FFmpeg did not seek back to the original position, but to "0", making
reading a VBR tag impossible.
(issue 2645)
Sig... - 12:46 AM Revision 59bf303d (ffmpeg): Merge remote-tracking branch 'newdev/master'
- * newdev/master:
ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by using exponent reference blocks.... - 12:27 AM Revision 7dfd58ef (ffmpeg): Add crystalhd maintainer
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:27 AM Revision 34c27ada (ffmpeg): Revert some silly renamings that leaked in from a pull.
03/28/2011
- 09:08 PM Revision e9ccdae0 (ffmpeg): Use consistent condition for whether to run slice-threading execute f...
- 09:07 PM Revision 46027c72 (ffmpeg): Unbreak avcodec_thread_init
- avcodec_thread_init currently doesn't do anything at all with pthreads enabled.
- 09:07 PM Revision fbf7067c (streamers): leave gracefully also on sigint
- 09:07 PM Revision a4a7d0f1 (streamers): write out some message when signal received and exiting
- 08:50 PM Revision c5099867 (ffmpeg): mp: extend syntax, make it accept mp=filter=params
- Make the mp wrapper accept the syntax mp=filter=params as alternative
to mp=filter:params. The alternative syntax is ... - 08:50 PM Revision 681ba722 (ffmpeg): documentation: sort filter descriptions in filters.texi
- Change position of the fade filter description, put it between
drawtext and fifo descriptions. - 08:50 PM Revision e93d9715 (ffmpeg): sndio: prefer "FFmpeg" over "Libav" in the license header
- 08:50 PM Revision cdf7cbd6 (ffmpeg): documentation: extend documentation for ffmpeg -aspect option
- 06:46 PM Revision c4549bd6 (ffmpeg): ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by using
- exponent reference blocks.
- 03:52 PM Revision 47c95dd4 (grapes): tests updated to respect new interface of cloud_helper
- 03:42 PM Revision dcee56b1 (grapes): Changed context deallocation of libs3_delegate_helper: now respects c...
- 03:40 PM Revision b9e7dd7b (grapes): Added optional buffer deallocation for cloud_helper get/put operations
- 02:55 PM Revision 42315dab (ffmpeg): Chronomaster DFA decoder
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 02:49 PM Revision c6f95144 (ffmpeg): framebuffer device demuxer
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 02:46 PM Revision 95c8bb03 (ffmpeg): Fix compilation failure with runtime cpudetect (Ticket #22)
- 12:36 PM Revision c3380a3a (streamers): Merge branch 'detailed-log' into 2011-COMMAG2
- 11:55 AM Revision 3131d7d1 (streamers): toplogy: improved debug info
- 11:38 AM Revision f672dcde (streamers): streamer: added the --topo_mem option
- 11:38 AM Revision 6f490e6a (streamers): topology: change logic to keep "topo_mem" portion of peers between...
- default is topo_mem=0, i.e. the old way
- 11:37 AM Revision b4419dd1 (streamers): topology: add MAX macro
- 11:36 AM Revision f6d28931 (streamers): topology: fix remove code
- should have worked also before, but it was operating in a larger
set than needed - 10:45 AM Revision 16ae4927 (streamers): factoring nodeid_set operation into separate file
- 09:28 AM Revision ae3b03ff (grapes): Added delegate cloud helper for Amazon S3 through libs3
- 09:23 AM Revision 36b53b6f (grapes): Added test for fifo_queue
- 09:20 AM Revision f83be11a (grapes): Added simple implementation of fifo queue
- 07:53 AM Revision 364cbc34 (ffmpeg): cosmetics: fix dashed line length after 070c5d0
- 02:16 AM Revision bc61920d (ffmpeg): http: header field names are case insensitive
- Amazon S3 sends header field names all lowercase.
This is actually acceptable according to the HTTP standard.
http:/...
03/27/2011
- 11:50 PM Revision 25d8099b (ffmpeg): Merge remote-tracking branch 'newdev/master'
- * newdev/master:
ac3enc: Add codec-specific options for writing AC-3 metadata.
NOT MERGED: Remove arrozcru URL fro... - 11:45 PM Revision 57e2ded4 (ffmpeg): Implement interlaced scaling.
- Fixes issue2632 if interl=1 is used or the automatic interlace detection is enabled
and works. This has the advantage... - 10:16 PM Revision 8e43b6fe (ffmpeg): add SubRip encoder
- Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
- 05:00 PM Revision efc8c709 (ffmpeg): drawtext: draw glyphs for the strftime()-expanded text
- In draw_glyphs(), draw glyphs in dtext->expanded_text rather than in
dtext->text. Fix crash if a strftime() sequence ... - 04:53 PM Revision 5c5816c4 (ffmpeg): drawtext: fix minor errors and typos in the filter description
- 03:30 PM Revision 991f3de1 (ffmpeg): ac3enc: Add codec-specific options for writing AC-3 metadata.
- 02:27 PM Revision 3ea031b3 (ffmpeg): setdar: prefer "sar" over "par" in log info message
- This is more consistent with the terminology adopted by the aspect
filter names. - 01:53 PM Revision 2ee85c06 (ffmpeg): ffmpeg: warns the user when the selected pixel format is ignored
- 10:07 AM Revision c6c2dfcf (ffmpeg): Remove arrozcru URL from documentation
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 08:46 AM Revision 15d59d2c (ffmpeg): sndio support for playback and record
- Signed-off-by: Anton Khirnov <anton@khirnov.net>
- 12:40 AM Revision 3c849307 (ffmpeg): Merge remote-tracking branch 'newdev/master'
- * newdev/master:
dsputil: allow to skip drawing of top/bottom edges.
Split fate-psx-str-v3 into a video-only and ... - 12:28 AM Revision b0efaee6 (ffmpeg): make xvid less picky about unkown aspect
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
03/26/2011
- 11:09 PM Revision 3583eb93 (ffmpeg): CrystalHD: Remove redundant interlaced check.
- Signed-off-by: Philip Langdale <philipl@overt.org>
- 11:09 PM Revision a1749eb3 (ffmpeg): CrystalHD: Add 2011 to Copyright
- Signed-off-by: Philip Langdale <philipl@overt.org>
- 11:04 PM Revision b45aceb6 (ffmpeg): Revert "CrystalHD: Improve interlaced h.264 support."
- This reverts commit e44073ca5e7143934ffa79d317dc65150db1637c.
- 11:04 PM Revision 85b01098 (ffmpeg): Revert "CrystalHD: Add heuristics to try and distinguish h.264 PAFF v...
- This reverts commit 4ab57cffba1d151898837a9a07a6a72f78716702.
- 11:04 PM Revision 3188d33a (ffmpeg): Revert "CrystalHD: Refine heuristic logic."
- This reverts commit f968ef922d5b1e1ba29145bceaa0278ece4f88e0.
- 10:55 PM Revision e44073ca (ffmpeg): CrystalHD: Improve interlaced h.264 support.
- As previously discussed, the CrystalHD hardware returns exceptionally
useless information about interlaced h.264 cont... - 10:55 PM Revision 4ab57cff (ffmpeg): CrystalHD: Add heuristics to try and distinguish h.264 PAFF variants.
- As previously discussed, the CrystalHD hardware treats some PAFF
clips different from others; even when input fields ... - 10:55 PM Revision f968ef92 (ffmpeg): CrystalHD: Refine heuristic logic.
- 09:45 PM Revision 1500be13 (ffmpeg): dsputil: allow to skip drawing of top/bottom edges.
- 08:39 PM Revision c56e618b (ffmpeg): Split fate-psx-str-v3 into a video-only and audio-only test.
- 04:13 PM Revision 907783f2 (ffmpeg): Use strtoul to parse rtptime and seq values.
- strtol could return negative values, leading to various error messages,
mainly "non-monotonically increasing dts". - 03:50 PM Revision 813dbb44 (ffmpeg): ALSA: implement channel layout for playback.
- Currently, only S16 quad, 5.1 and 7.1 are implemented.
Implementing support for other formats/layouts and capture sho... - 01:41 PM Revision 98ac192b (ffmpeg): ffprobe: provide format parameters to av_open_input_file()
- Provide a non-NULL AVFormatParameters structure to
av_open_input_file() in open_input_file().
This is required becau... - 01:41 PM Revision ca1a2a47 (ffmpeg): lavf: make compute_pkt_fields2() return meaningful error values
- 01:40 PM Revision 0c55c6d3 (ffmpeg): cmdutils: remove list_fmts(), simplify
- The function was only used in opt_sample_fmt() for listing the sample
formats. Move list_fmts() functionality directl... - 12:46 PM Revision 83613154 (ffmpeg): DPX decode: add buffer size checks.
- 02:24 AM Revision f55dd6c6 (ffmpeg): nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
- 02:24 AM Revision 71816276 (ffmpeg): rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
- 02:24 AM Revision f5607c83 (ffmpeg): Make the hflip filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixe...
- 02:24 AM Revision af555733 (ffmpeg): Make the crop filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel...
- 02:24 AM Revision 3e2523db (ffmpeg): libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation
- 02:06 AM Revision 27ef7b1b (ffmpeg): Merge remote-tracking branch 'newdev/master'
- * newdev/master:
mov: set audio service type for AC-3 from bitstream mode in the 'dac3' atom.
Get audio_service_t...
03/25/2011
- 08:59 PM Revision eb81cf86 (ffmpeg): mov: set audio service type for AC-3 from bitstream mode in the 'dac3...
- 08:59 PM Revision be187388 (ffmpeg): Get audio_service_type for AC-3 based on bitstream mode in the AC-3 p...
- and decoder, and vice-versa for the AC-3 encoder.
- 08:58 PM Revision c70a6a41 (ffmpeg): Use audio_service_type to set stream disposition.
- 08:55 PM Revision 0b18b49b (ffmpeg): Add APIchanges entry for audio_service_type.
- 08:51 PM Revision 34b47d7c (ffmpeg): Add audio_service_type field to AVCodecContext for encoding and repor...
- of the service type in the audio bitstream.
- 07:36 PM Revision 7e75f9fe (ffmpeg): configure: in check_ld, place new -l flags before existing ones
- This fixes some library tests when --as-needed is in effect.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 06:05 PM Revision 0bfe349d (ffmpeg): Update to latest MPlayer version.
- Avoids warnings due to pointlessly casting away const.
- 06:00 PM Revision 5fd7bc25 (ffmpeg): Fix incorrect colors when decoding Blu-ray subtitles
- On Blu-ray colors are stored in the order YCrCb (and not YCbCr) as mentioned in the specifications:
see System Descri... - 06:00 PM Revision ab8b73ff (ffmpeg): lavc: Bump micro for dvd subtitle cb/cr fix Signed-off-by: Michael Ni...
- 06:00 PM Revision 9743e909 (ffmpeg): Fix incorrect colors when decoding DVD subtitles
- On DVD and HD-DVD colors are stored in the order YCrCb (and not YCbCr) as mentioned in the specifications:
see DVD Sp... - 05:49 PM Revision 10a7831a (ffmpeg): configure: sort filter deps entries
- 05:47 PM Revision 63ec0aa8 (ffmpeg): configure: update ffmpeg-user mailing-list address
- The address recently changed from ffmpeg-user@mplayerhq.hu to
ffmpeg-user@ffmpeg.org. - 05:42 PM Revision 4ffc79e7 (ffmpeg): ffmpeg: include conditionally the sws_flags variable
- The variable is not used when libavfilter is enabled.
Fix the warning:
ffmpeg.c: At top level:
ffmpeg.c:242: warning:... - 01:48 PM Revision 7f0e747b (ffmpeg): support @heading, @subheading, @subsubheading, and @subsubsection in
- texi2pod.pl
- 11:00 AM Revision 1c0a4726 (ffmpeg): Revert "matroskadec: set default duration for simple block"
- This reverts commit 98a7d560b4f835ba5b99b9974ee1a2c096198bea.
This has been implemented differently by aurel already - 08:48 AM Revision c535d089 (ffmpeg): doc: update build system documentation
- Split normal build system documentation and the fate one.
Document THREADS make variable and provide an introduction... - 04:13 AM Revision 00f0b4b9 (ffmpeg): aacenc: indentation
- 04:12 AM Revision 92efa2bd (ffmpeg): aacenc: fix the side calculation in search_for_ms
- 01:57 AM Revision 797ef671 (ffmpeg): Merge remote-tracking branch 'newdev/master'
- * newdev/master:
matroskadec: set default duration for simple block
When building for MinGW32 disable strict ANSI... - 01:51 AM Revision 5d6c5dd3 (ffmpeg): Merge remote-tracking branch 'ffmpeg-mt/master'
- * ffmpeg-mt/master:
Update todo.
Draw edges in MPV_frame_end when encoding
Conflicts:
libavc... - 01:51 AM Revision 3eb9e571 (ffmpeg): Remove a tab, somehow it sneaked past the hooks in the merge war.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:48 AM Revision 66f608a6 (ffmpeg): vp8.c: rename EDGE_* to VP8_EDGE_*.
- 01:26 AM Revision 6dfb4ab8 (ffmpeg): Make multiple Ctrl-C capable to kill stuck protocols.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 01:24 AM Revision 48ee302e (ffmpeg): Fix apparently exploitable race condition.
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:45 AM Revision 628724b6 (ffmpeg): More advanced ffmpeg mpeg2 aspect guessing code.
- Fixes issue1613, 621, 562 simultaneously
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 12:16 AM Revision 0a51362b (ffmpeg): log:Sanitize string of most control chars before printing.
- This may be security relevant depending upon the used terminal.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> - 12:16 AM Revision b14748dd (ffmpeg): Fix Intel I.263 "Strict H.263 compliance" file playback / issue2449
- 12:16 AM Revision eea4fa05 (ffmpeg): Intel H.263 aspect ratio processing fix.
- 12:02 AM Revision 71af7377 (ffmpeg): srtdec: make sure we don't write past the end of buffer
- Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
03/24/2011
- 11:34 PM Revision 98a7d560 (ffmpeg): matroskadec: set default duration for simple block
- When a normal Block is parsed, duration is initialized to
AV_NOPTS_VALUE. If it is not changed, then the track's def... - 10:45 PM Revision 5666a9f2 (ffmpeg): When building for MinGW32 disable strict ANSI compliancy.
- When -std=c99 is used, GCC defines __STRICT_ANSI__ to hide non-ANSI
interfaces; on MinGW32, when this macro is define... - 08:43 PM Revision d743065e (ffmpeg): ARM: fix ff_apply_window_int16_neon() prototype
- The length argument should be unsigned. No change in code.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 08:42 PM Revision 4a7e068b (ffmpeg): configure: check for --as-needed support early
- This moves the check for --as-needed linker support before all
library tests, ensuring consistent behaviour between t... - 07:42 PM Revision 6853bc18 (streamers): log chunk size as well
- 07:24 PM Revision 2d3b21ff (ffmpeg): ARM: NEON optimised apply_window_int16()
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 04:30 PM Revision 245c7831 (ffmpeg): ac3enc: NEON optimised shift functions
- 04:30 PM Revision f4855a90 (ffmpeg): ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min
- 04:16 PM Revision f7114249 (ffmpeg): mpeg12.c: fix slice threading for mpeg2 field picture mode.
- Fixes "make THREADS=2 fate-mpeg2-field-enc".
- 02:00 PM Revision 0cd13834 (ffmpeg): Improve channel count and bitrate error handling in wmav* encode_init()
- Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
- 12:06 PM Revision cd256c3b (ffmpeg): ffmetadec.c: fix compiler warnings.
- 08:20 AM Revision da21225a (ffmpeg): configure: Don't explicitly disable ffplay or in/outdevices on dos
- The normal dependency tracking system disables them just fine.
- 08:02 AM Revision 8bb605c1 (ffmpeg): configure: Remove the explicit disabling of ffserver
- It is automatically disabled on both mingw and dos due to
the lack of fork. - 07:57 AM Revision 1ff49c23 (ffmpeg): configure: Add fork as a dependency to ffserver
- 01:16 AM Revision 2fd41c90 (ffmpeg): Merge remote-tracking branch 'newdev/master'
- * newdev/master:
avio: make udp_set_remote_url/get_local_port internal.
asfdec: also subtract preroll when readin... - 12:56 AM Revision 00dc0206 (ffmpeg): matroskaenc: make sure we don't produce invalid file with no codec ID
- Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
- 12:54 AM Revision 75f4d1fa (ffmpeg): matroskaenc: add missing new line in av_log() call
- Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
03/23/2011
- 11:29 PM Revision 2851b1f6 (ffmpeg): matroskadec: check that pointers were initialized before accessing them
- fix ticket #14
Signed-off-by: Aurelien Jacobs <aurel@gnuage.org> - 05:53 PM Revision 2a0d4d4c (ffmpeg): fix typo
- 04:32 PM Revision 4ec153bb (ffmpeg): avio: make udp_set_remote_url/get_local_port internal.
- 02:33 PM Revision 4692000a (grapes): Moved cloud specific sources to CloudSupport directory
- 02:08 PM Revision b2cc9555 (grapes): Added licence note
- 01:46 PM Revision 4377fafd (ffmpeg): asfdec: also subtract preroll when reading simple index object
- This was missed when ASF was changed to return timestamps
without preroll.
Signed-off-by: Mans Rullgard <mans@mansr.... - 01:01 PM Revision 264935c9 (ffmpeg): matroskaenc: remove a variable that's unused after bc17bd9.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 12:40 PM Revision 491653ed (ffmpeg): avio: cosmetics - nicer vertical alignment.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 12:39 PM Revision 820818a3 (ffmpeg): Remove unnecessary icc version checks
- With unknown attribute warnings disabled, these checks are no
longer needed. Removing them improves readability whil... - 12:38 PM Revision 91bcad19 (ffmpeg): Disable 'attribute "foo" ignored' warnings from icc
- ICC lies about the version of gcc it emulates, which results
in unsupported attributes sometimes being used. The war... - 11:30 AM Revision 28e9c42a (ffmpeg): rtsp: Don't use a locale dependent format string
- In this particular case, we aren't ever printing anything else than
0.000 anyway.
Signed-off-by: Ronald S. Bultje <r... - 11:30 AM Revision 1b7ecc16 (ffmpeg): Add xd55 codec tag for XDCAM HD422 720p25 CBR files.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 09:59 AM Revision b9d2f4a9 (ffmpeg): configure: get libavcodec version from new version.h header
- This fixes shared library versioning after 3dd851c.
Signed-off-by: Mans Rullgard <mans@mansr.com> - 01:48 AM Revision 3dd851c4 (ffmpeg): lavc: move the version macros to a new installed header.
- Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
- 01:42 AM Revision 4fa0e247 (ffmpeg): Merge remote-tracking branch 'newdev/master'
- * newdev/master: (33 commits)
Fix an infinite loop when RoQ encoded generated a frame with a size greater than the ... - 01:39 AM Revision bc17bd90 (ffmpeg): matroskaenc: simplify get_aac_sample_rates by using ff_mpeg4audio_get...
- This also fixes broken SBR detection, which produced files with double
sample rate since 8ae0fa2.
Signed-off-by: Ron... - 01:30 AM Revision 78e99e0f (ffmpeg): Do not use format string "%0.3f" for RTSP Range field.
- The format string was locale-depending.
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> - 01:08 AM Revision e6e98234 (ffmpeg): Add apply_window_int16() to DSPContext with x86-optimized versions an...
- in the ac3_fixed encoder.
- 12:23 AM Revision e971d813 (ffmpeg): Document usage of import libraries created by dlltool
- Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
- 12:23 AM Revision 15c5156d (ffmpeg): configure: Set the correct lib target for arm/wince dlltool
- The correct machine name for dlltool is arm-wince.
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> - 12:17 AM Revision a96c176a (ffmpeg): fate: simplify regression-funcs.sh
- Factor ffmpeg calls using run_ffmpeg()
- 12:17 AM Revision 7851eb68 (ffmpeg): fate: add support for multithread testing
- Add a THREADS variable to fate calls.
Also available in: Atom