Activity
From 12/21/2010 to 01/19/2011
01/19/2011
- 11:59 PM Revision 3be78f7e (ffmpeg): Hack libmpcodecs to make it buildable.
- 11:57 PM Revision 8e45c103 (ffmpeg): Remove dependancy of m_option & m_struct from libmpcodecs.
- 11:52 PM Revision 4d463614 (ffmpeg): Avoid dependancy on global variable verbose in libmpcodecs/vf_pullup.c
- 11:50 PM Revision 45c889a3 (ffmpeg): Add #define _BSD_SOURCE where mplayer is not C99.
- 11:49 PM Revision e4852fb3 (ffmpeg): Add MPlayers libmpcodecs, this will be needed for our libavfilter wra...
- 08:56 PM Revision c3897d76 (ffmpeg): Fix use of sstep/dstep in ff_iir_filter().
- Signed-off-by: Mans Rullgard <mans@mansr.com>
- 06:06 PM Revision fe678413 (ffmpeg): Revert "Update git-howto with ffmpeg.org URLs"
- This reverts commit 69c92320d760d3925d5c83c4fbca6012deef4195.
Reason is that this has been commited by mistake as di... - 05:53 PM Revision 111ccca6 (ffmpeg): Revert "Initial MAINTAINERS update"
- This reverts commit f4f5cab94e0881cd30965b28f3d78d9c63d6918e.
Reason is that this has been mistakely commited as dis... - 12:51 PM Revision a4f5af13 (ffmpeg): Add regression test for stereo s16le in voc.
- Signed-off-by: Mans Rullgard <mans@mansr.com>
01/18/2011
- 10:17 PM Revision 09a5c245 (ffmpeg): configure: fix mktemp test and fallback function
- 08:48 PM Revision 44caaa56 (ffmpeg): ARM: improve VFP ABI check
- Recent gcc versions define __ARM_PCS or __ARM_PCS_VFP to indicate the
VFP ABI in use, and ARM RVCT defines __SOFTFP__... - 08:48 PM Revision b0c1b66a (ffmpeg): armcc: suppress warning about hardfp compatibility
- 08:48 PM Revision a6e5d231 (ffmpeg): a64enc: make PixelFormat arrays const
- 08:48 PM Revision 3240b371 (ffmpeg): fate: simplify vp8 rules
- 08:48 PM Revision 5a92140b (ffmpeg): armcc: suppress 'assignment in condition' warning
- 08:48 PM Revision ef4a6514 (ffmpeg): Replace ASMALIGN() with .p2align
- This macro has unconditionally used .p2align for a long time and
serves no useful purpose. - 08:48 PM Revision fef2d661 (ffmpeg): Use -Bsymbolic for shared libs only, not executables
- Some linkers fail if this flag is used when creating an executable file.
Since the flag is meaningful only for shared... - 08:48 PM Revision ee6184a8 (ffmpeg): regtest: add openssl to md5 alternatives
- 08:48 PM Revision fb3c4ffc (ffmpeg): configure: make $TMPE executable
- This is required on systems where the linker does not change
the permissions of an existing output file. - 08:48 PM Revision ec5f5719 (ffmpeg): cpu-test: include stdio.h only for test prog
- 08:48 PM Revision ac3c9d01 (ffmpeg): x86: remove VLA in ac3_downmix_sse
- 08:48 PM Revision 69c92320 (ffmpeg): Update git-howto with ffmpeg.org URLs
- 08:48 PM Revision f318ee3e (ffmpeg): Fix quoting in version.sh
- 08:48 PM Revision daed21a1 (ffmpeg): avfilter: remove stray semicolon
- 08:48 PM Revision 324e7ee2 (ffmpeg): Use INFINITY and NAN macros instead of 1/0 and 0/0
- 08:32 PM Revision 2c3589bf (ffmpeg): consolidate .gitignore patters into a single file
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 07:20 PM Revision a5da3b04 (ffmpeg): Deprecate CREDITS
- It's useless now that we've switched to git.
- 07:05 PM Revision f4f5cab9 (ffmpeg): Initial MAINTAINERS update
- Per http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2011-January/103440.html.
- 06:07 PM Revision f61cbc22 (ffmpeg): Revise check for codec id in voc demuxer.
- This fixes demuxing of packets that do not contain a codec tag and come before the codec_id has been set.
- 05:15 PM Revision 1ae02fe0 (ffmpeg): Fix bug in voc demuxer that was introduced in SVN r26309.
- Fixes issue 2560.
- 04:40 PM Revision d425a03b (ffmpeg): cosmetics: reindent
- 04:30 PM Revision 1360f07e (ffmpeg): Add check for changing number of channels in DCA.
- Fixes issue 2505.
- 03:04 PM Revision 59e2118e (ffmpeg): Update threshold to detect real timebase for stream copy.
- This may fix a bug where quicktime files use 1/600 timebase.
- 07:00 AM Revision 54bc6403 (ffmpeg): Missing parts of IVF muxer support.
01/17/2011
- 10:22 PM Revision d9c3e5f6 (ffmpeg): Feed the filter chain with the sample aspect ratio from the muxer or ...
- like it has been done prior libavfilter.
- 09:51 PM Revision ab03382f (ffmpeg): Add my GPG fingerprint to MAINTAINERS
- 09:31 PM Revision d72858f8 (ffmpeg): Merge two if (got_picture) {} blocks in ffplay.c:get_video_frame().
- 09:13 PM Revision db323491 (ffmpeg): update av_log_missing_feature() to git
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 09:13 PM Revision 4a6a21f5 (ffmpeg): Change SVN to Git in configure
- Changes "version from SVN" to "version from Git".
Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net> - 09:04 PM Revision 8f83a3b0 (ffmpeg): Remove outcommented fossil code.
- 08:16 PM Revision 4aaeabcb (ffmpeg): Explain how to set up user name/email correctly for git.
- 08:11 PM Revision 326851b9 (ffmpeg): Add muxer for IVF format.
- 03:05 PM Revision b79c3df0 (ffmpeg): prevent integer overflow in calculating duration
- Signed-off-by: Martin Storsjö <martin@martin.st>
- 02:50 PM Revision 348b8218 (ffmpeg): convert svn:ignore properties to .gitignore files
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 10:33 AM Revision a1c68a43 (ffmpeg): Add instructions how to check out a specific svn revision with git
- Signed-off-by: Janne Grunau <janne-ffmpeg@jannau.net>
- 10:02 AM Revision ffe9fd25 (ffmpeg): rewrite git-howto for the no merge policy
- Originally committed as revision 26400 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:17 AM Revision 3a45a3f3 (ffmpeg): Fix date and revision for lavc 52.104.
- Originally committed as revision 26399 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 AM Revision 6ee99a7e (ffmpeg): VP3: remove an unnecessary static variable
- Originally committed as revision 26398 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/16/2011
- 10:08 PM Revision 01329150 (ffmpeg): Allocate last picture for 4xm pfrm if its not allocated.
- Fixes segfault and issue2527
Originally committed as revision 26397 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:16 PM Revision 5fbf2b3f (ffmpeg): Fix two typos in git howto.
- Originally committed as revision 26396 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:11 PM Revision dccdd93e (ffmpeg): Make config_props() return AVERROR(EINVAL) rather than 1 in case of
- failed SWScaleContext initialization.
Fix issue2546.
Originally committed as revision 26395 to svn://svn.ffmpeg.org... - 06:34 PM Revision 8032d1de (ffmpeg): use git describe for naming version in pure git clones
- Patch by: Ramiro Polla <ramiro <DOT> polla gmail <DOT> com>
Originally committed as revision 26394 to svn://svn.ffm... - 06:29 PM Revision adb8669c (ffmpeg): fix typo in git howto section heading
- spotted by ubitux on irc
Originally committed as revision 26393 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:22 PM Revision 8bb7d97b (ffmpeg): Check 4xm headers for validity. This should avoid 1/0.
- Originally committed as revision 26392 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:20 PM Revision 30876e39 (ffmpeg): Add section how to find a svn changeset with git commands
- Originally committed as revision 26391 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:26 PM Revision 199c18a7 (ffmpeg): Fix weird indent in get_video_frame().
- Originally committed as revision 26390 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 PM Revision df17f6d5 (ffmpeg): Add git-howto.
- mostly written by Luca.
Originally committed as revision 26389 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:39 PM Revision f62be777 (ffmpeg): support decoding of files that contain the number
- of vector coded coefficients in their bitstream
fixes issue 2536
Originally committed as revision 26388 to svn://svn... - 01:04 PM Revision 24003419 (ffmpeg): In ffmpeg.texi, prefer @itemize lists over text formatted "*" lists.
- Originally committed as revision 26387 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 PM Revision a0f593d0 (ffmpeg): Values >4 for lowres corrupt output.
- Originally committed as revision 26386 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 PM Revision f0e5c1c0 (ffmpeg): Reformat documentation for -vsync @var{parameter}.
- Make use of "@table @option" for showing the valid values for the
option.
Originally committed as revision 26385 to ... - 12:42 PM Revision 05503cee (ffmpeg): Since lowres == crop for bmp, remove it to avoid confusion.
- Originally committed as revision 26384 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:20 AM Revision 84cac86e (ffmpeg): Fix fate breakage in r26382.
- Originally committed as revision 26383 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:47 AM Revision ecea47a6 (ffmpeg): Remove useless free, fix warning:
- libavfilter/defaults.c: In function 'avfilter_default_get_audio_buffer':
libavfilter/defaults.c:129: warning: 'buf' i...
01/15/2011
- 10:00 PM Revision 1b3e43e4 (ffmpeg): Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547.
- Originally committed as revision 26381 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:43 PM Revision b1779800 (ffmpeg): Include libavcore/audioconvert.h, required for
- av_get_channel_layout_string() in ff_dprintf_link.
Fix compilation.
Originally committed as revision 26380 to svn:/... - 08:02 PM Revision 1d5b1885 (ffmpeg): Reindent.
- Originally committed as revision 26379 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:58 PM Revision 7986e34d (ffmpeg): Make ff_dprintf_link() print meaningful information for audio links.
- Originally committed as revision 26378 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:14 PM Revision b9af1540 (ffmpeg): Remove evil timers that snuck their way into r26375.
- Originally committed as revision 26377 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:13 PM Revision fb2734c8 (ffmpeg): Fix r26375 on non-x86.
- Originally committed as revision 26376 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:52 PM Revision f14bdd8e (ffmpeg): H.264: Partially inline CABAC residual decoding
- Improves CABAC performance about ~1.2%.
Trick originates from x264 and has also been used in ffvp8. It's useful bec... - 05:31 PM Revision a242ac36 (ffmpeg): Rename AVFilterBufferRefAudioProps.samples_nb to nb_samples.
- More consistent with the rest of FFmpeg and sounds more natural to
English speaking people.
Originally committed as ... - 05:21 PM Revision 6baf4afa (ffmpeg): Make avfilter_unref_buffer() accept a NULL parameter.
- Originally committed as revision 26373 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:21 PM Revision 24d13ebc (ffmpeg): Reindent after the last commit.
- Originally committed as revision 26372 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:21 PM Revision 112c4b87 (ffmpeg): In ffplay, do not open display if -nodisp is set.
- Fixes issue 1017.
Originally committed as revision 26371 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:13 PM Revision f9329946 (ffmpeg): Parse fact chunks from wav files to find duration.
- Originally committed as revision 26370 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:13 PM Revision 724b1f6a (ffmpeg): Factor tag reading code out of wav read_header()
- Originally committed as revision 26369 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:10 PM Revision 925aa969 (ffmpeg): Second hunk from secrity fix from google.
- The hunk is not fully understood but it just makes a check tighter so its
safer for us to apply until it is fully und... - 04:39 PM Revision f7346719 (ffmpeg): do not read over the end of the packet
- fixes issue 2543
Originally committed as revision 26367 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:26 PM Revision 462b2620 (ffmpeg): Set duration for wav files from sample size and data size or the wf64...
- This should improve duration accuracy slightly and avoids a warning about its
inaccuracy when accurate values are ava... - 04:19 PM Revision 13184036 (ffmpeg): Check rangebits to avoid a possible crash.
- Fixes issue 2548 (and Chrome issue 68115 and unknown CERT issues).
Patch by Frank Barchard, fbarchard at google
Ori... - 01:29 PM Revision 03ec42aa (ffmpeg): Change some band size calculations in Bink decoder to use width in bl...
- instead of real width, this fixes decoding of some Bink files with odd width.
Originally committed as revision 26364... - 12:44 PM Revision b0c8b8a6 (ffmpeg): Lagarith: fix decoding of one-coloured frames by reading the per-plane
- color value instead of always taking 0 (resulting in green frames).
Fixes issue issue2531.
Originally committed as r... - 11:13 AM Revision fbd56159 (ffmpeg): Add docs and Changelog entry for the -copytb option added in r26340.
- Originally committed as revision 26362 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:13 AM Revision f93fe776 (ffmpeg): Add APIchanges entry for the av_metadata_copy() addition.
- Originally committed as revision 26361 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:18 AM Revision eb40d7ff (ffmpeg): Check symbol validity to avoid a crash, fixes issue 2523.
- Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26360 to svn://svn.ffmpeg.org/ffmpeg/t... - 01:59 AM Revision 0db5d2b0 (ffmpeg): cosmetics: spacing, line wrap, and remove unneeded braces
- Originally committed as revision 26359 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:59 AM Revision 964f2cf2 (ffmpeg): Process all EXP_REUSE blocks at once in exponent_min().
- 43% faster in function encode_exponents().
Originally committed as revision 26358 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:59 AM Revision 7d87d56f (ffmpeg): Take advantage of per-channel exponent and exponent strategy layout to
- simplify and speed up encode_exponents().
8% faster in function.
Originally committed as revision 26357 to svn://svn... - 01:59 AM Revision 5bff8590 (ffmpeg): Simplify compute_exp_strategy() by passing a pointer to all exponents...
- exponent strategies for a single channel to compute_exp_strategy_ch().
This allows for removal of the temporary point... - 01:59 AM Revision 4b90c35d (ffmpeg): Use a local variable in the inner loop of group_exponents() to simpli...
- code.
Originally committed as revision 26355 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:58 AM Revision a281c650 (ffmpeg): cosmetics: remove unneeded braces
- Originally committed as revision 26354 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 AM Revision 5fc2e007 (ffmpeg): cosmetics: rename block_num to blk for variable name consistency
- Originally committed as revision 26353 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 AM Revision 0429e4a6 (ffmpeg): Move exp_strategy from AC3Block to AC3EncodeContext in order to arran...
- channel first, then by block.
Originally committed as revision 26352 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:58 AM Revision 7cc4be58 (ffmpeg): Rearrange exponent buffer to group all blocks for a single channel to...
- This will allow for faster and simpler processing of all blocks at once.
Originally committed as revision 26351 to s... - 01:28 AM Revision d881a0e8 (ffmpeg): Cosmetics: fix weird indent.
- Originally committed as revision 26350 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:10 AM Revision 2a1f431d (ffmpeg): H.264/SVQ3: make chroma DC work the same way as luma DC
- No speed improvement, but necessary for some future stuff.
Also opens up the possibility of asm chroma dc idct/dequan... - 12:41 AM Revision 290fabc6 (ffmpeg): Port SVQ3 to use the new mb_luma_dc method of storing luma DC coeffic...
- Doesn't help speed as there isn't an asm implementation yet, but consistency
is a good thing.
Originally committed a... - 12:32 AM Revision a51c71bb (ffmpeg): In yadif filter, default to top field first if interlacing is unknown
- Originally committed as revision 26347 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/14/2011
- 11:58 PM Revision 3cdf69ee (ffmpeg): also support decoding of AVPackets with multiple wma packets
- fixes issue 2539
Originally committed as revision 26346 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:46 PM Revision 65344775 (ffmpeg): H.264: Remove useless arg to chroma_dc_dequant_idct_c
- Originally committed as revision 26345 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:26 PM Revision ec3233a8 (ffmpeg): Fix ff_pw_3 alignment.
- Originally committed as revision 26344 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:36 PM Revision 6dc7dc08 (ffmpeg): In mxf muxer, check the return value of gmtime, fix #2494
- Originally committed as revision 26343 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 PM Revision 90603f7c (ffmpeg): Update smc fate ref due to r26310
- Originally committed as revision 26342 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 PM Revision 2e186601 (ffmpeg): Fix SVQ3
- Regression in r26336-7.
Originally committed as revision 26341 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:01 PM Revision 0f27e6b4 (ffmpeg): New "copytb" ffmpeg cli option to copy input stream time base when st...
- This should avoid non monotone timestamps for video streams with vfr.
Originally committed as revision 26340 to svn:... - 09:48 PM Revision bd11c7a1 (ffmpeg): Remove outdated comment in h264dsp.h
- Since we no longer have non-transposed scantables, the problem it warns about
no longer exists.
Originally committed... - 09:36 PM Revision 0d1d01cf (ffmpeg): Reindent after r26337.
- Originally committed as revision 26338 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:36 PM Revision 5657d140 (ffmpeg): H.264: switch to x264-style tracking of luma/chroma DC NNZ
- Useful so that we don't have to run the hierarchical DC iDCT if there aren't
any coefficients. Opens up some future ... - 09:34 PM Revision 19fb234e (ffmpeg): H.264: split luma dc idct out and implement MMX/SSE2 versions
- About 2.5x the speed.
NOTE: the way that the asm code handles large qmuls is a bit suboptimal.
If x264-style dequant... - 08:58 PM Revision 6c18f1cd (ffmpeg): Make opt_audio_sample_fmt() abort in case of invalid sample format
- name.
Originally committed as revision 26335 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:58 PM Revision 3bf3fc0e (ffmpeg): Add the word "Parsed" in the parsed filter names.
- Originally committed as revision 26334 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:58 PM Revision 6cce172f (ffmpeg): Add avcore.h header in samplefmt.h.
- Avoid the need to manually include the avcore.h header, less
error-prone.
Originally committed as revision 26333 to ... - 07:44 PM Revision 06ed024d (ffmpeg): Copy metadata from ASF files contained in RTSP streams from ASF to RT...
- so that applications can read it also.
Originally committed as revision 26332 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:31 PM Revision 8e8a3cc2 (ffmpeg): Reindent after 26330.
- Originally committed as revision 26331 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:30 PM Revision 7f88a5bf (ffmpeg): Introduce av_metadata_copy() to copy metadata from one struct to anot...
- Originally committed as revision 26330 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:04 PM Revision ca32f7f2 (ffmpeg): H.264: eliminate non-transposed scantable support.
- It was an ugly hack to begin with and didn't give any performance.
NOTE: this patch opens up some future simplificat... - 04:36 PM Revision 75e4efd2 (ffmpeg): add support for blocksize 64
- fixes issue 2537 and 2538
Originally committed as revision 26328 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:28 AM Revision b070bcfe (ffmpeg): wtv: ignore VIDEOINFOHEADER2 picture aspect ratio information, as it ...
- Originally committed as revision 26327 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/13/2011
- 10:58 AM Revision 545d950b (napa-baselibs): added a patch to have period_sum measururement. This is the to...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2383 c54fac2e-1815-407e-9b96-08...
- 06:22 AM Revision c66f53cf (ffmpeg): Revert aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)
- This reverts SVN commit 26318, which broke MS-RTSP playback.
Originally committed as revision 26326 to svn://svn.ffm... - 01:00 AM Revision 891aeeee (ffmpeg): Check linked pads media type mismatch in avfilter_link().
- Originally committed as revision 26325 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:00 AM Revision 8b69c2f4 (ffmpeg): Make av_get_channel_layout_string() guess the number of channels if it
- was not provided.
Originally committed as revision 26324 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/12/2011
- 09:23 PM Revision caeb0c30 (ffmpeg): Make avfilter_graph_free() do nothing if graph is NULL.
- Originally committed as revision 26323 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:03 PM Revision d0f12668 (ml): ML: rateLimiter.c - changed the type of "leaked" variable to "unsigned int"
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2379 c54fac2e-1815-407e-9b96...
- 07:03 PM Revision 0d897389 (napa-baselibs): ML: rateLimiter.c - changed the type of "leaked" variable to "...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2379 c54fac2e-1815-407e-9b96-08...
- 06:58 PM Revision 1859b483 (napa-baselibs): ML: rateLimiter.c - added the additional protecting condition ...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2378 c54fac2e-1815-407e-9b96-08...
- 06:58 PM Revision 70e6d95f (ml): ML: rateLimiter.c - added the additional protecting condition when sendin...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2378 c54fac2e-1815-407e-9b96...
- 06:28 PM Revision c3eeb89e (ml): ML: queueManagement.c - minor code enhancement in management of the trans...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2377 c54fac2e-1815-407e-9b96...
- 06:28 PM Revision d1048fe2 (napa-baselibs): ML: queueManagement.c - minor code enhancement in management o...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2377 c54fac2e-1815-407e-9b96-08...
- 06:25 PM Revision b382d1e3 (ffmpeg): Print link audio format name in tools/graph2dot.
- Originally committed as revision 26322 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:40 PM Revision 0d3ee135 (ffmpeg): Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes.
- Originally committed as revision 26321 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:40 PM Revision 8bca3493 (ffmpeg): In the pad filter, log information about the input size.
- Originally committed as revision 26320 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:22 AM Revision eb97a58f (ffmpeg): Remove myself as AAC maintainer. I just don't have it in me anymore.
- Originally committed as revision 26319 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:06 AM Revision a6963f83 (ffmpeg): aviobuf: Retry if the read/write function returns AVERROR(EAGAIN)
- Originally committed as revision 26318 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 AM Revision 8a774d3d (ffmpeg): Do not allocate unused swscale context when libavfilter is compiled in
- Originally committed as revision 26317 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 AM Revision e83c716e (ffmpeg): don't complain about codec type/id mismatche for attachment streams
- Originally committed as revision 26316 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/11/2011
- 11:53 PM Revision e3331706 (ffmpeg): Fix design of the pad filter.
- Previously the pad filter just drawed borders in the surrounding of the input
without checking if this area was alloc... - 11:53 PM Revision 36dc00de (ffmpeg): Add w,h,format back into AVFilterBuffer, these are required for direc...
- These fields are needed to be able to know which area of memory is allocated and
which is off limits.
This reverts 24... - 09:16 PM Revision 4618637a (ffmpeg): Fix warnings:
- ffmpeg.c: In function ‘new_video_stream’:
ffmpeg.c:3701:18: warning: ‘codec_id’ may be used uninitialized in this fun... - 09:14 PM Revision c961fb3c (ffmpeg): Change 'arg' type in parse_meta_type, fix warning:
- ffmpeg.c: In function ‘parse_meta_type’:
ffmpeg.c:3323:13: warning: assignment discards qualifiers from pointer targe... - 09:06 PM Revision c3024f9e (ffmpeg): In mov demuxer, handle better wrong time scale, fix issue #2528
- Originally committed as revision 26311 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:58 PM Revision f6253caf (ffmpeg): In mov demuxer, set r_frame_rate for cfr files
- Originally committed as revision 26310 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 PM Revision e048a9ca (ffmpeg): Do not crash for illegal sample size, fixes issue 2502.
- Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26309 to svn://svn.ffmpeg.org/ffmpeg/t... - 12:17 PM Revision 440d761e (ffmpeg): Clarify timestamps related error messages in compute_pkt_fields2().
- Originally committed as revision 26308 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:25 AM Revision 1c4ac035 (ffmpeg): electronicarts: prevent endless loop opportunity in process_audio_hea...
- Fixes issue2529.
Originally committed as revision 26307 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/10/2011
- 11:42 PM Revision 09fffe9b (ffmpeg): H.264: fix grayscale decoding with explicit wpred
- Originally committed as revision 26306 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:25 PM Revision 74093bb5 (ffmpeg): revert r26302
- Originally committed as revision 26305 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:09 PM Revision 8219782a (ffmpeg): Do not stop decoding on pnm files with negative maxval.
- Originally committed as revision 26304 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:14 PM Revision c56e7130 (ffmpeg): In gif encoder, fix uninitialized value, patch by Clément Bœsch, ubit...
- Originally committed as revision 26303 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 PM Revision e19e051e (ffmpeg): electronicarts: prevent endless loop opportunity in process_audio_hea...
- Fixes issue2529.
Originally committed as revision 26302 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:51 PM Revision 42396c2e (ffmpeg): electronicarts: only apply audio sanity checks when audio stream is p...
- Originally committed as revision 26301 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 PM Revision 94e58e57 (ffmpeg): perform height sanity check in mmvideo decoder
- Fixes issue2495
Original patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26300 to svn:... - 12:16 PM Revision 091bc6ca (ffmpeg): mmvideo: remove some conditional statements by limiting range of half...
- Originally committed as revision 26299 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:38 AM Revision cb77dad7 (ffmpeg): perform sanity check on sample rate in electronicarts demuxer
- Fixes issue2525
Original patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26298 to svn:... - 11:36 AM Revision c19a216a (ffmpeg): Handle ID3v1 tag while decoding mp[123] frames
- patch by Clément Bœsch (ubitux at gmail)
Originally committed as revision 26297 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:02 AM Revision 4da766ce (ffmpeg): perform sanity check on number of channels in electronicarts demuxer
- Fixes issue2514
Original patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26296 to svn:... - 10:47 AM Revision 2843502e (ffmpeg): Check for invalid decode op-codes, fixes issue 2522.
- Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26295 to svn://svn.ffmpeg.org/ffmpeg/t... - 10:36 AM Revision 8e37a1de (ffmpeg): Check for vectable ID > 0, fixes issue 2508.
- Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26294 to svn://svn.ffmpeg.org/ffmpeg/t... - 10:28 AM Revision 43c34675 (ffmpeg): Check for invalid motion vector, fixes issue 2521.
- Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26293 to svn://svn.ffmpeg.org/ffmpeg/t... - 12:42 AM Revision ebc34883 (ffmpeg): Check for invalid maxval in pgm decoder, fixes issue 2518.
- Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26292 to svn://svn.ffmpeg.org/ffmpeg/t...
01/09/2011
- 11:01 PM Revision 39f4d329 (ffmpeg): Fix reading over the end of the allocated buffer.
- Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 26291 to svn://svn.ffmpeg.org/ff... - 07:57 PM Revision 94fcbf5f (ffmpeg): Match the documentation of -ar with the actual behaviour.
- Originally committed as revision 26290 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:38 PM Revision b89f4fb1 (ffmpeg): Check for several overreads, fixes issue 2512.
- Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26289 to svn://svn.ffmpeg.org/ffmpeg/t... - 07:29 PM Revision a4db272a (ffmpeg): Return on negative soff sizes, fixes issue 2515.
- Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26288 to svn://svn.ffmpeg.org/ffmpeg/t... - 03:23 PM Revision 31561a98 (ffmpeg): Fix arm asm offsets for arm/mach-o
- Originally committed as revision 26287 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:21 PM Revision 183cdf71 (ffmpeg): Update asm offsets for arm
- This unbreak ffmpeg build on arm/elf, arm/mach-o still need an update
Originally committed as revision 26286 to svn:... - 10:47 AM Revision a3b058b7 (ffmpeg): rtsp: Properly fail if unable to open an input RTP port
- Originally committed as revision 26285 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:28 AM Revision e6dba1d8 (ffmpeg): Fix typos in the crop filter documentation.
- Originally committed as revision 26284 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 AM Revision 2bd02e2f (ffmpeg): Add documentation for the image2 demuxer.
- Originally committed as revision 26283 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 AM Revision ef298ea7 (ffmpeg): Add demuxers.texi file.
- Originally committed as revision 26282 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:43 AM Revision 56ddf4b3 (ffmpeg): add myself as the WTV maintainer
- Originally committed as revision 26281 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:30 AM Revision cd426563 (ffmpeg): fix indentation
- Originally committed as revision 26280 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:28 AM Revision 062421e3 (ffmpeg): eacmv: ensure second-last frame is allocated before referencing it
- Fixes issue2513
Original patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26279 to svn:... - 02:44 AM Revision 5a477e59 (ffmpeg): fix indentation
- Originally committed as revision 26278 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:42 AM Revision 866009ea (ffmpeg): wtv: only process timestamp_guid chunks for streams that we know about
- Originally committed as revision 26277 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:35 AM Revision a5a36a79 (ffmpeg): wtv: do not repopulate codec information after we have seen data chunks
- Originally committed as revision 26276 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:21 AM Revision bf2e5417 (ffmpeg): wtv: stop processing chunks if length is smaller than chunk header
- Originally committed as revision 26275 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:13 AM Revision 9372f31e (ffmpeg): wtv: fix typo
- Originally committed as revision 26274 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:11 AM Revision 50d83b20 (ffmpeg): Add audio codec 0x1602 (AAC LATM)
- Originally committed as revision 26273 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:04 AM Revision 14207fd2 (ffmpeg): Remove unneeded #include
- Originally committed as revision 26272 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/08/2011
- 11:21 PM Revision dc7e07ac (ffmpeg): Add stereo rematrixing support to the AC-3 encoders.
- This improves the audio quality significantly for stereo source with both the
fixed-point and floating-point AC-3 enc... - 09:22 PM Revision d267b339 (ffmpeg): Lagarith decoder by Nathan Caldwell, saintdev at gmail
- Originally committed as revision 26270 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:23 PM Revision c392cc0a (ffmpeg): Limit number of samples decoded for WavPack mono mode, so decoded sam...
- fit into output buffer.
Originally committed as revision 26269 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:49 PM Revision 15a8bef0 (ffmpeg): skip unsupported postproc information
- Originally committed as revision 26268 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:38 PM Revision b86dd1bf (ffmpeg): add support for files that do not allow more than 4 subframes
- Originally committed as revision 26267 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:35 PM Revision d7fa58c0 (ffmpeg): fix indentation
- Originally committed as revision 26266 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:32 PM Revision 8b5a780e (ffmpeg): add support for files where the frames do not have a length prefix
- Originally committed as revision 26265 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 AM Revision 2a81f4bd (ffmpeg): Show profile in avcodec_string().
- Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 26264 to svn://svn.ffmpeg.org/ff...
01/07/2011
- 11:56 PM Revision 82dadb90 (ffmpeg): Fix bmp encoder with 8 bits format and correctly set bits_per_coded_s...
- Originally committed as revision 26263 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:07 PM Revision 81c623fa (ffmpeg): Deprecate reordered_opaque in favor of pkt_pts/dts
- Originally committed as revision 26262 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:07 PM Revision 1919feaf (ffmpeg): Add pkt_dts to AVFrame, this will in the future allow multithreading ...
- to not mess up dts
Originally committed as revision 26261 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:07 PM Revision 393cbb96 (ffmpeg): Add AVFrame.pkt_pts that contains the correctly reordered AVPacket.pts
- Originally committed as revision 26260 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:27 PM Revision 060ec0a8 (ffmpeg): Add av_get_profile_name() to get profile names.
- Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 26259 to svn://svn.ffmpeg.org/ff... - 09:54 PM Revision f2953365 (ffmpeg): Check if buffer is large enough for given resolution.
- Fixes issue 2501.
Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26258 to svn://svn.... - 07:56 PM Revision a2b7ed32 (ffmpeg): In mov muxer, override codec tag for dv in mov, fix remuxing from avi
- Originally committed as revision 26257 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:55 PM Revision fea714ec (ffmpeg): Do not overread input buffer.
- Fixes issue 2503.
Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26256 to svn://svn.... - 07:55 PM Revision 10d8eac9 (ffmpeg): In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gp
- Originally committed as revision 26255 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:48 PM Revision 2a127067 (ffmpeg): Unbreak ffserver
- Make sure the sample_aspect_ratio is 0 and not 0/0.
Originally committed as revision 26254 to svn://svn.ffmpeg.org/f... - 01:24 PM Revision b82579a6 (ffmpeg): Fail more gracefully for multichannel wavpack in another container.
- Originally committed as revision 26253 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:16 AM Revision ee77f986 (ffmpeg): Fix lowres > 0 with --enable-avfilter..
- Fixes issue 2072 and issue 2421.
Patch by Anatoly Nenashev, anatoly d nenashev a ovsoft d ru
Originally committed a...
01/06/2011
- 11:14 PM Revision 65cd45a8 (ffmpeg): Prevent a crash by sanity checking buffer reads.
- Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26251 to svn://svn.ffmpeg.org/ffmpeg/t... - 10:34 PM Revision f5a2d285 (ffmpeg): Export dca profile information.
- Patch by Anssi Hannula anssi d hannula a iki d fi
Originally committed as revision 26250 to svn://svn.ffmpeg.org/ffm... - 10:24 PM Revision df1c694c (ffmpeg): Verify FSIZE96 when encountering X96 sync code.
- Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 26249 to svn://svn.ffmpeg.org/ff... - 10:12 PM Revision d381249b (ffmpeg): Fix a crash when decoding tiff by moving check
- for invalid header up before reading data.
Fixes issue 2500.
Patch by Daniel Kang, daniel.d.kang at gmail
Originall... - 08:17 PM Revision 35ca5c0b (ffmpeg): In dnxhd decoder, set key_frame on decoded frame
- Originally committed as revision 26247 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:22 PM Revision a92c30d7 (ffmpeg): rtsp: Allow requesting of filtering of source packets
- If filtered, only packets from the right source address and port
are received.
To test, play back e.g. some mpeg4 vi... - 03:16 PM Revision 21a569f3 (ffmpeg): udp: Allow specifying the connect option in udp_set_remote_url, too
- If the remote address is updated later with this function, the caller
shouldn't set the connect option until in this ... - 03:16 PM Revision babd19ce (ffmpeg): rtpproto: Allow specifying the connect option, passed through to udp
- By calling connect on the UDP socket, only packets from the chosen
peer address and port are received on the socket. ... - 02:44 PM Revision 1ba44140 (ffmpeg): Fix crash for files with strip size larger than the buffer.
- Fixes issue 2498.
Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26243 to svn://svn.... - 01:30 PM Revision 504530bf (ffmpeg): Set blkalign to 3840 (maximum bytes per frame) for AC-3 in avi.
- Fixes playback for corner-cases like 32kHz 320kb.
Originally committed as revision 26242 to svn://svn.ffmpeg.org/ffm... - 11:33 AM Revision 79d482b1 (ffmpeg): rtpdec: Don't set RTP timestamps if they already are set by the depac...
- For MS-RTSP, we don't always get RTCP packets (never?), so the earlier
timestamping code never wrote anything into pk... - 03:30 AM Revision 6cbce636 (ffmpeg): Fix assertion fail on audio files with invalid sample rates,
- fixes issue 2475.
Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26240 to svn://svn.... - 01:11 AM Revision 6bbdba08 (ffmpeg): Revert previous commit, as it was not meant to be pushed.
- Originally committed as revision 26239 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:01 AM Revision 7820147e (ffmpeg): Issue more explicit error messages in compute_pkt_fields2().
- Originally committed as revision 26238 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:01 AM Revision 81bd4119 (ffmpeg): In av_close_input_stream(), flush the packet queue before to actually
- close the stream.
This way the flushed packets can still reference the still unclosed
format context.
In particular...
01/05/2011
- 09:23 PM Revision 29db7c3a (ffmpeg): rtsp: Parse RTP-Info headers
- Originally committed as revision 26236 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 PM Revision 4cb06874 (ffmpeg): Reindent
- Originally committed as revision 26235 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:22 PM Revision 91d96bd3 (ffmpeg): rtsp: Simplify code
- Originally committed as revision 26234 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:22 PM Revision 1726813f (ffmpeg): rtsp: Move resetting of rtpdec parameters to before sending the PLAY ...
- Originally committed as revision 26233 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 PM Revision ac05f903 (ffmpeg): Convert floating-point MDCT coefficients to 24-bit fixed-point all at...
- instead of doing it separately in 2 different functions.
This makes float AC-3 encoding approx. 3-7% faster overall.
... - 07:53 PM Revision 87c1410d (ffmpeg): Add a FATE test for Playstation STR version 3
- Originally committed as revision 26231 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:38 PM Revision 6e16398a (ffmpeg): Make dc_lum_vlc and dc_chroma_vlc non-static symbols,
- this fixed the decoding of version 3 PSX MDEC files.
Originally committed as revision 26230 to svn://svn.ffmpeg.org/... - 07:32 PM Revision ab043374 (ffmpeg): In ogg muxer, correctly mux VFR streams, fix issue #2398
- Originally committed as revision 26229 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:21 PM Revision 5e2202d6 (ffmpeg): In mov demuxer, check that gmtime returns a valid value, fix crash, i...
- Originally committed as revision 26228 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:14 PM Revision 4af7166f (ffmpeg): In mov demuxer, check that stts data exists, fix crash, issue #2479
- Originally committed as revision 26227 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:02 PM Revision 9be52d48 (ffmpeg): Use local variables outside the inner loop in extract_exponents() to ...
- accessing of structs and arrays inside the loop.
Approx. 30% faster in function extract_exponents().
Originally comm... - 02:15 PM Revision 5d3d238f (ffmpeg): Factorize common code in v4l2_set_parameters().
- Originally committed as revision 26225 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 PM Revision 8621a37d (ffmpeg): In video4linux2, in the case the timebase value in ap is 0/0, read the
- timebase value already set in the driver, and set it back in the codec
stream, rather than leaving the invalid value ... - 11:36 AM Revision 2d777bb7 (ffmpeg): Make mpeg4 encoder log a more explicit error message when the timebase
- is not valid.
Originally committed as revision 26223 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:03 AM Revision ccbbeeee (ffmpeg): Add my GPG fingerprint to the MAINTAINERS file
- Originally committed as revision 26222 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 AM Revision 73f6d31e (ffmpeg): Win32 support for av_file_map()
- Originally committed as revision 26221 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:52 AM Revision db613296 (ffmpeg): Our ljpeg encoder supports bgra, use the correct constant in the sani...
- Originally committed as revision 26220 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:52 AM Revision b26847b7 (ffmpeg): Fix/cleanup m/ljpeg encoding pix fmt selection code in ffmpeg.c.
- Better ideas are welcome ...
Originally committed as revision 26219 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:52 AM Revision dc8465a9 (ffmpeg): Remove PIX_FMT_RGB32 mjpeg encoding, there is no such thing ...
- Originally committed as revision 26218 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:14 AM Revision 69057b70 (ffmpeg): In pad filter, update new ref w/h in start_frame, fix chaining
- Originally committed as revision 26217 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:00 AM Revision d34a77fb (ffmpeg): In crop filter, update new ref w/h instead of old one, fix chaining
- Originally committed as revision 26216 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/04/2011
- 06:57 PM Revision e27bf2c7 (ffmpeg): Fix YUV444P LJPEG encoding.
- Originally committed as revision 26215 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:18 PM Revision bd7d9e45 (ffmpeg): In the video4linux2 output device, log an error description in case of
- ioctl failure in mmap_release_buffer().
Originally committed as revision 26214 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:00 PM Revision 44b2784f (ffmpeg): Remove unnecessary dependency of ffprobe and ffserver on libswscale.
- Originally committed as revision 26213 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:00 PM Revision be4876ea (ffmpeg): Disable initialization of the swscale sws_opts context in
- cmdutils.c:init_opts(), in the case libswscale compilation is not
enabled.
Fix ffprobe and ffserver compilation with... - 12:35 PM Revision 14fa75ea (ffmpeg): lavf: rename meta.h->ffmeta.h for consistency.
- Originally committed as revision 26211 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:08 PM Revision f1cbbb79 (ffmpeg): cosmetics: fix typo in previous commit
- Originally committed as revision 26210 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:53 AM Revision 6fd96d1a (ffmpeg): Change the AC-3 encoder to use floating-point.
- Fixed-point AC-3 encoder renamed to ac3_fixed.
Regression test acodec-ac3 renamed to acodec-ac3_fixed.
Regression tes... - 11:38 AM Revision 6780f488 (ffmpeg): wtv: obtain codec information from stream2_guid chunks, if present
- Originally committed as revision 26208 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:44 AM Revision 1f5f168b (chunker-player): some build fixes so that code _compiles_ (tested on linux only)
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2367 c54fa...
- 08:15 AM Revision f9bbce8a (grapes): Merge branch 'chunkiser'
- 08:08 AM Revision d1ed0417 (grapes): Merge remote branch 'origin/topman'
01/03/2011
- 11:33 PM Revision 4f18f1b0 (ffmpeg): mpeg4videodec: reset time_base.num to 0 when detecting time_base.den=0
- to avoid leaving time_base in a broken/inconsistent state
fix issue2471
Originally committed as revision 26207 to sv... - 04:09 PM Revision 9842ed57 (chunker-player): build and snv cleanups
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@2366 c54fa...
- 04:09 PM Revision 429f40f9 (ml): build and snv cleanups
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2366 c54fac2e-1815-407e-9b96...
- 04:09 PM Revision aed33567 (napa-baselibs): build and snv cleanups
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2366 c54fac2e-1815-407e-9b96-08...
- 04:08 PM Revision ad6b2c1f (ffmpeg): Move fixed-point parts of the AC-3 encoder to separate files.
- Originally committed as revision 26206 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:43 PM Revision f03424a7 (ffmpeg): Reindent
- Originally committed as revision 26205 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:30 AM Revision 004357a1 (ffmpeg): Fix compilation on x86-32 with --disable-optimizations,
- fixes issue 2127.
Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26204 to svn://svn.... - 10:56 AM Revision ba763783 (ffmpeg): libavfilter does not depend on libswscale, only the scale filter does.
- Originally committed as revision 26203 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/02/2011
- 11:41 PM Revision 3b99e00c (ffmpeg): Fix crash decoding broken wmv2 files.
- Fixes issue 1670.
Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26202 to svn://svn.... - 11:40 PM Revision f5dd1eb7 (ffmpeg): srtdec: ensure we don't read 1 byte after buffer end if the buffer is...
- properly terminated.
Originally committed as revision 26201 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:24 PM Revision 6734f2c8 (ffmpeg): "Fix" compilation with --disable-swscale.
- Originally committed as revision 26200 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:00 PM Revision ef2b2243 (ffmpeg): Use AVOption for muxers in ffmpeg.
- Patch by Anssi Hannula, anssi d hannula d iki d fi
Originally committed as revision 26199 to svn://svn.ffmpeg.org/ff... - 12:42 PM Revision 815495f0 (ffmpeg): Remove the "-idct simple" command line option from the fate-psx-str t...
- it should not be necessary anymore.
Originally committed as revision 26198 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:17 AM Revision 17e33f66 (ffmpeg): wtv: display warning if scrambled stream is detected
- Originally committed as revision 26197 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:16 AM Revision e3e3c825 (ffmpeg): Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. This
- makes the output much closer to original Playstation hardware.
Originally committed as revision 26196 to svn://svn.f... - 10:52 AM Revision cf99e4aa (ffmpeg): Add AVOption support for muxers.
- Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 26195 to svn://svn.ffmpeg.org/ff... - 10:46 AM Revision febd72be (ffmpeg): Use new function put_nbyte() to speed up padding.
- Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 26194 to svn://svn.ffmpeg.org/ff... - 10:45 AM Revision 17ee8f66 (ffmpeg): Add function put_nbyte() to speed up padding in SPDIF muxer.
- Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 26193 to svn://svn.ffmpeg.org/ff... - 10:11 AM Revision d2995eb9 (ffmpeg): rtsp: Store the Content-Base header value straight to the target
- This avoids having a large temporary buffer in the struct used for
storing the rtsp reply headers.
Originally commit... - 10:10 AM Revision 77223c53 (ffmpeg): rtsp: Pass the method name to ff_rtsp_parse_line
- Originally committed as revision 26191 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:07 AM Revision acc9ed14 (ffmpeg): rtsp: Pass RTSPState to ff_rtsp_parse_line, instead of HTTPAuthState
- This allows ff_rtsp_parse_line to do more changes directly in RTSPState
when parsing the reply, instead of having to ... - 10:06 AM Revision 3df54c6b (ffmpeg): rtsp: Add a method parameter to ff_rtsp_read_reply
- Originally committed as revision 26189 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:01 AM Revision 7f8ffc4e (ffmpeg): Fix a floating point exception for invalid framerate, fixes issue 2470.
- Patch by Daniel Kang, daniel.d.kang at gmail
Originally committed as revision 26188 to svn://svn.ffmpeg.org/ffmpeg/t...
01/01/2011
- 10:27 PM Revision 3a1cdcc7 (ffmpeg): rtpdec: Emit timestamps for packets before the first RTCP packet, too
- Emitted timestamps in each stream start from 0, for the first received
RTP packet. Once an RTCP packet is received, t... - 08:08 PM Revision dfaa9f3c (ffmpeg): Recognize FFMPEG_FORCE_NOCOLOR environment variable on Win32
- Fixes issue 2461
Originally committed as revision 26186 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:45 PM Revision 0a3028b9 (ffmpeg): Use AVSampleFormat instead of the deprecated SampleFormat.
- Originally committed as revision 26185 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:49 PM Revision 391fa56d (ffmpeg): Update current year to 2011. Happy New Year!
- Originally committed as revision 26184 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:47 AM Revision 421167b0 (ffmpeg): Fix typos.
- Originally committed as revision 26183 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:24 AM Revision 773d892a (ffmpeg): move ff_get_bmp_header under CONFIG_DEMUXERS block
- Originally committed as revision 26182 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/31/2010
- 11:22 PM Revision 9c84a72a (ffmpeg): Skip the bit allocation search if previous and current SNR offsets ar...
- maximum value of 1023.
This speeds up overall encoding depending on the content and bitrate.
The most improvement is ... - 10:59 PM Revision 5128842e (ffmpeg): 10l: Fix mistake in r26044. Check increment bounds using actual incre...
- instead of 64. This will change output in some cases, but it happens to not
affect the AC-3 regression tests.
Origin... - 08:01 PM Revision c05ffcd9 (ffmpeg): Change planar_samples from int16_t to SampleType.
- This one was missed in r26174.
Originally committed as revision 26179 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:56 AM Revision 32282b50 (ffmpeg): Add .pix_fmts to LCL encoder
- Now ffmpeg should automatically convert to BGR instead of erroring out.
Originally committed as revision 26178 to sv... - 01:29 AM Revision 0790caba (ffmpeg): Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot ...
- kang at gmail com>, as part of Google's GCI 2010.
Originally committed as revision 26177 to svn://svn.ffmpeg.org/ffm... - 12:06 AM Revision f19c58b4 (ffmpeg): free subtitle_header before overwriting it to avoid memleak
- Originally committed as revision 26176 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:01 AM Revision 1d6233d3 (ffmpeg): use avsubtitle_free() instead of re-implementing it partially (fix a ...
- Originally committed as revision 26175 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/30/2010
- 10:30 PM Revision 0cbd5ff7 (ffmpeg): Add typedefs and a macro that will allow sharing of functions between...
- fixed-point and floating-point AC-3 encoders.
Originally committed as revision 26174 to svn://svn.ffmpeg.org/ffmpeg/... - 10:13 PM Revision b33dae5e (ffmpeg): Move the list of supported channel layouts to a separate table.
- Originally committed as revision 26173 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:13 PM Revision 34d5074e (ffmpeg): Add a window field to AC3MDCTContext and use it as an input to apply_...
- instead of using the ff_ac3_window[] table directly.
Originally committed as revision 26172 to svn://svn.ffmpeg.org/... - 10:13 PM Revision b5293036 (ffmpeg): cosmetics: alignment, line wrap, and spacing
- Originally committed as revision 26171 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:13 PM Revision 14166a6d (ffmpeg): Remove avctx from AC3MDCTContext and just pass it to mdct_init() inst...
- Originally committed as revision 26170 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:13 PM Revision e0698e4b (ffmpeg): Make exponent_group_tab[] static.
- Originally committed as revision 26169 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:33 PM Revision 7148da48 (ffmpeg): Fix valgrind invalid read on top MB rows with CODEC_FLAG_EMU_EDGE set.
- Originally committed as revision 26168 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:21 PM Revision f6bf6e51 (ffmpeg): Set blkalign to maximum framesize to allow playback on WMP (see issue...
- Originally committed as revision 26167 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:34 PM Revision b3f5c21a (ffmpeg): Use %td instead of %PRIdPTR. The argument has type ptrdiff_t.
- Originally committed as revision 26166 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:22 AM Revision 78c8b4b7 (ffmpeg): Add audio flag to libvorbis AVOption.
- Originally committed as revision 26165 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:09 AM Revision 281bf84f (ffmpeg): Use %"PRIdPTR" instead of %d to silence gcc warning about type mismatch.
- Originally committed as revision 26164 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:09 AM Revision 4b5d4720 (ffmpeg): flac_parser: loop append buffer when the default size is not enough t...
- the desired number of frames.
Patch by Michael Chinen [mchinen at gmail]
Originally committed as revision 26163 to s...
12/29/2010
- 11:48 PM Revision 536e9b2f (ffmpeg): Port pred8x8l_down_left_mmxext (H.264 intra prediction) from x264 (au...
- Jason, Loren, Holger) to FFmpeg. Patch by Daniel Kang <daniel dot d dot kang
at gmail com>, as part of Google's GCI 2... - 11:43 PM Revision 548b97a6 (ffmpeg): Cosmetics: Re-indent after last commit.
- Originally committed as revision 26161 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:42 PM Revision cc6c0c7b (ffmpeg): Do not add the preamble if the DTS stream is already padded, like DTS in
- wav. In that case, DTS can be transmitted through S/PDIF without
the IEC 61937 headers.
Patch by Anssi Hannula, anss... - 09:55 PM Revision 720ea2d5 (ffmpeg): Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 (au...
- Jason, Loren, Holger) to FFmpeg. Patch by Daniel Kang <daniel dot d dot kang
at gmail com>, as part of Google's GCI 2... - 09:52 PM Revision d0aebe23 (ffmpeg): Port pred4x4_vertical_right_mmxext (H.264 intra prediction) from x264...
- Jason, Loren, Holger) to FFmpeg. Patch by Daniel Kang <daniel dot d dot kang
at gmail com>, as part of Google's GCI 2... - 09:49 PM Revision 76497232 (ffmpeg): Port pred4x4_horizontal_down_mmxext (H.264 intra prediction) from x264
- (authors:Jason, Loren, Holger) to FFmpeg. Patch by Daniel Kang <daniel dot
d dot kang at gmail com>, as part of Googl... - 09:42 PM Revision e9c576a4 (ffmpeg): Port pred4x4_horizontal_up_mmxext (H.264 intra prediction) from x264 ...
- Jason, Loren, Holger) to FFmpeg. Patch by Daniel Kang <daniel dot d dot kang
at gmail com>, as part of Google's GCI 2... - 09:35 PM Revision 92f441ae (ffmpeg): Port pred4x4_vertical_left_mmxext (H.264 intra prediction) from x264 ...
- Jason, Loren, Holger) to FFmpeg. Patch by Daniel Kang <daniel dot d dot kang
at gmail com>, as part of Google's GCI 2... - 09:30 PM Revision e8d98764 (ffmpeg): Merge a few superfluous CONFIG_GPL checks.
- Originally committed as revision 26154 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 PM Revision 916393da (ffmpeg): Whitespace cosmetics.
- Originally committed as revision 26153 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:43 PM Revision 42a59278 (ffmpeg): Whitespace cosmetics.
- Originally committed as revision 26152 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 PM Revision 57b1f334 (ffmpeg): Port pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra prediction) fro...
- (authors: Jason, Loren, Holger) to FFmpeg. Patch by Daniel Kang <daniel dot
d dot kang at gmail com>, as part of Goog... - 08:38 PM Revision 04cbdf3d (ffmpeg): Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from x264
- (authors: Jason, Loren, Holger) to FFmpeg. Patch by Daniel Kang <daniel dot
d dot kang at gmail com>, as part of Goog... - 08:35 PM Revision 98c6053c (ffmpeg): Port pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra prediction) fro...
- (authors: Jason, Loren, Holger) to FFmpeg. Patch by Daniel Kang <daniel dot
d dot kang at gmail com>, as part of Goog... - 08:06 PM Revision ecc7efbb (ffmpeg): Port pred8x8l_vertical_left_sse2/ssse3 (H.264 intra prediction) from ...
- (authors: Jason, Loren, Holger) to FFmpeg. Patch by Daniel Kang <daniel dot
d dot kang at gmail com>, as part of Goog... - 07:54 PM Revision bdd93f1b (ffmpeg): Port pred8x8l_vertical_right_sse2/ssse3 (H.264 intra prediction) from...
- (authors: Jason, Loren, Holger) to FFmpeg. Patch by Daniel Kang <daniel dot
d dot kang at gmail com>, as part of Goog... - 07:46 PM Revision f25112fc (ffmpeg): Port pred8x8l_vertical_right_mmxext (H.264 intra prediction) from x264
- (authors: Jason, Loren, Holger) to FFmpeg. Patch by Daniel Kang <daniel dot
d dot kang at gmail com>, as part of Goog... - 07:19 PM Revision 602a4cb2 (ffmpeg): Port pred8x8l_down_right_sse2/ssse3 (H.264 intra prediction) from x264
- (authors: Jason, Loren, Holger) to FFmpeg. Patch by Daniel Kang <daniel dot
d dot kang at gmail com>, as part of Goog... - 07:17 PM Revision ec44dd5f (ffmpeg): Change the default dB-per-bit code from 2 to 3.
- This gives slightly better quality in PEAQ tests.
Code 3 gives a dBpb value of 2816 = -132dB (128 psd units = -6dB), ... - 07:12 PM Revision e916acbc (ffmpeg): Port pred8x8l_down_right_mmxext (H.264 intra prediction) from x264 (a...
- Jason, Loren, Holger) to FFmpeg. Patch by Daniel Kang <daniel dot d dot kang
at gmail com>, as part of Google's GCI 2... - 07:02 PM Revision c249e665 (ffmpeg): Port pred8x8l_down_left_sse2/ssse3 (H.264 intra prediction) from x264...
- Jason, Loren, Holger) to FFmpeg. Patch by Daniel Kang <daniel dot d dot kang at
gmail com>, as part of Google's GCI 2... - 06:48 PM Revision d8e481bb (ffmpeg): s/IEC958/IEC 61937 - IEC958 is a lower level format.
- Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 26141 to svn://svn.ffmpeg.org/ff... - 06:46 PM Revision ee1ba9c3 (ffmpeg): Port pred8x8l_vertical_mmxext/ssse3 (H.264 intra prediction) from x26...
- FFmpeg. Original authors: Holger Lubitz <holger lubitz org>, Jason Garrett-
Glaser <darkshikari gmail com> (approves ... - 06:40 PM Revision 04207ef3 (ffmpeg): Port pred8x8l_horizontal_mmxext/ssse3 (H.264 intra prediction) from x...
- FFmpeg. Original authors: Holger Lubitz <holger lubitz org>, Jason Garrett-
Glaser <darkshikari gmail com> (approves ... - 06:33 PM Revision abab14ea (ffmpeg): Port pred8x8l_dc_mmx/ssse3 (H.264 intra prediction) from x264 to FFmpeg.
- Original authors: Holger Lubitz <holger lubitz org>, Jason Garrett-Glaser
<darkshikari gmail com> (approves LGPL reli... - 06:11 PM Revision 2e93fd4b (ffmpeg): Port pred8x8l_top_dc_mmxext/ssse3 (H.264 intra prediction) from x264 ...
- Original authors: Holger Lubitz <holger lubitz org>, Jason Garrett-Glaser
<darkshikari gmail com> (approves LGPL reli... - 06:04 PM Revision 54a959e4 (ffmpeg): Move PRED4x4_LOWPASS up so it can be used in 8x8l predict functions w...
- keeping the functions ordered in the source file (i.e. cosmetics).
Originally committed as revision 26136 to svn://s... - 06:00 PM Revision a2dfe8d1 (ffmpeg): Port pred8x8_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. ...
- authors: Holger Lubitz <holger lubitz org>, Jason Garrett-Glaser <darkshikari
gmail com> (approves LGPL relicensing f... - 05:48 PM Revision 8d660f75 (ffmpeg): Make fate vp8 test cover emu_edge cases
- Originally committed as revision 26134 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:45 PM Revision 83ff3f72 (ffmpeg): Add missing authors to copyright headers.
- Originally committed as revision 26133 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:42 PM Revision 725a3f9d (ffmpeg): Port pred8x8_top_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg.
- Original authors: Holger Lubitz <holger lubitz org>, Jason Garrett-Glaser
<darkshikari gmail com> (approves LGPL reli... - 05:34 PM Revision 98928c83 (ffmpeg): Mark recently added pred4x4_down_left_mmxext as CONFIG_GPL. Although ...
- initially said he'd be OK with relicensing, he also said he wanted to have
another look at the patch, and then he wen... - 04:48 PM Revision 836132ec (ffmpeg): Fix wrong bitstream mode for AC-3.
- Noticed by CrystalP from XBMC.
Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision ... - 04:42 PM Revision a4c8e0a8 (ffmpeg): Improve error return values.
- Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 26129 to svn://svn.ffmpeg.org/ff... - 04:34 PM Revision 97790352 (ffmpeg): Always encapsulate DTS in big-endian format, at least some receivers
- require that.
Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 26128 to svn://sv... - 04:30 PM Revision e5e932e8 (ffmpeg): Add Anssi and myself to the authors in doxygen.
- Patch by Anssi Hannula, anssi d hannula a iki d fi
Originally committed as revision 26127 to svn://svn.ffmpeg.org/ff... - 01:41 PM Revision 39007078 (ffmpeg): wtv: parse MPEG2 descriptor events
- Originally committed as revision 26126 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 PM Revision cc9038e9 (ffmpeg): add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines...
- Originally committed as revision 26125 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 AM Revision 0af1671e (ffmpeg): wtv: only warn about unknown subtype, if it actually unknown
- Originally committed as revision 26123 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:49 AM Revision 945df970 (ffmpeg): wtv: use correct names for subtitle and language guids
- Originally committed as revision 26122 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:33 AM Revision 7cf0472e (ffmpeg): Fix assertion failure due to frames being 0 in mp3 vbr bitrate calcul...
- Fixes issue 2442.
Originally committed as revision 26121 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/28/2010
- 11:55 PM Revision 1f0920db (ffmpeg): add ASS encoding and decoding support in Subtitle Formats documentation
- Originally committed as revision 26120 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:52 PM Revision 2c77c906 (ffmpeg): add SubRip decoder
- Originally committed as revision 26119 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 PM Revision 312056c5 (ffmpeg): Bump micro for VP8 emu-edge support.
- Originally committed as revision 26118 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:42 PM Revision 46878222 (grapes): Fix some reentrancy problems (and some const-related warnings as well)
- 09:39 PM Revision 997b6655 (grapes): Allow to directly set the input and output config
- 09:39 PM Revision e7d7c4b6 (grapes): Set the destination IP address
- 09:39 PM Revision e7180bea (grapes): Allow to select the UDP output
- 06:17 PM Revision fe510b09 (grapes): reorder the objects in Makefile to make it easier adding new ones
- 06:15 PM Revision 08c47845 (grapes): Add the UDP-based output
- 05:37 PM Revision ee555de7 (ffmpeg): Support CODEC_FLAG_EMU_EDGE in VP8 decoder.
- Originally committed as revision 26117 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:10 PM Revision b59dd1ea (ffmpeg): Fix style nits in avfiltergraph.c.
- Originally committed as revision 26116 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:52 AM Revision be732b70 (ffmpeg): Fix ffplay -an/-vn options that were swapped by r26105.
- Originally committed as revision 26115 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 AM Revision bb50ed08 (ffmpeg): ffmetaenc: remove useless initializers
- Originally committed as revision 26114 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 AM Revision 645439c3 (ffmpeg): lavf: rename meta{dec,enc}.c -> ffmeta{dec,enc}.c
- Originally committed as revision 26113 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:45 AM Revision 4b0ef992 (grapes): Merge branch 'chunkiser'
- 01:01 AM Revision b5670209 (ffmpeg): Add copy filter, useful for testing the avfilter_draw_slice() copy
- code.
Originally committed as revision 26112 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/27/2010
- 06:16 PM Revision 28e5d45c (ffmpeg): Bump lavfi minor and add an entry after r26108 (which added
- AV_PERM_NEG_LINESIZES to avfilter.h).
Originally committed as revision 26111 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:04 PM Revision b4356e41 (ffmpeg): In the crop filter, put under ifdef DEBUG the trace logs for the
- evaluated crop area coordinates.
Prevent debug log spamming, define the DEBUG symbol for enabling them.
Originally ... - 06:04 PM Revision d46c2755 (ffmpeg): Fix date in APIchanges.
- Originally committed as revision 26109 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:10 PM Revision 0ccabeea (ffmpeg): Support filters and decoders that dont support negative linesizes.
- This patch is based on work by stefano.
Originally committed as revision 26108 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:56 AM Revision 9e99f84f (ffmpeg): rtsp: Check if the rtp stream actually has an RTPDemuxContext
- For example MS-RTSP doesn't have RTPDemuxContexts for all streams.
This fixes issue 2448.
Originally committed as r... - 09:30 AM Revision 106f271f (ffmpeg): Consistently prefer short library names in APIchanges.
- Originally committed as revision 26106 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 AM Revision 406f0f1b (ffmpeg): Use av_find_best_stream in ffplay.
- Originally committed as revision 26105 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 AM Revision 9128ae08 (ffmpeg): Implement av_find_best_stream.
- Originally committed as revision 26104 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:46 AM Revision 107a7e3e (ffmpeg): lavf: bump minor and add APIchanges entry after adding AVFMT_NOSTREAMS
- Originally committed as revision 26103 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:46 AM Revision fd5b124d (ffmpeg): Metadata demuxer.
- Originally committed as revision 26102 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:46 AM Revision a4651511 (ffmpeg): Metadata muxer
- Dumps all metadata to a text file for easy manual editing.
Originally committed as revision 26101 to svn://svn.ffmpe... - 07:46 AM Revision bb62d5c1 (ffmpeg): Allow output formats without any streams.
- Required for future metadata format.
Originally committed as revision 26100 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/26/2010
- 10:48 PM Revision 18f1add3 (ffmpeg): Fix typo.
- Originally committed as revision 26099 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:52 AM Revision f150e4dc (ffmpeg): Extend documentation for format and noformat filters, and remove
- explicit reference to the ffmpeg tool command for keeping the docs
more generic.
Originally committed as revision 26... - 11:27 AM Revision 17fc9493 (ffmpeg): Add erode libopencv filter.
- Originally committed as revision 26097 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:27 AM Revision 91cbb6ba (ffmpeg): Add dilate libopencv filter.
- Originally committed as revision 26096 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:48 AM Revision a187c686 (ffmpeg): Bump libavformat minor version, forgotten in r26094
- Originally committed as revision 26095 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:28 AM Revision 82ca054a (ffmpeg): Windows Televison (WTV) demuxer
- Originally committed as revision 26094 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:26 AM Revision a750050f (ffmpeg): make guid utility function visibile to other modules (ff_guidcmp, ff_...
- Originally committed as revision 26093 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:24 AM Revision 141de5a9 (ffmpeg): add ff_find_stream_index
- Originally committed as revision 26092 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:23 AM Revision 456a70ae (ffmpeg): add ff_get_bmp_header
- Originally committed as revision 26091 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/25/2010
- 07:49 PM Revision 52654005 (ffmpeg): Simplify tff setting code in MPV_frame_start().
- Originally committed as revision 26090 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 PM Revision 58ec7e00 (ffmpeg): Clarify AVFMT_TS_DISCONT and muxers.
- Originally committed as revision 26089 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:09 PM Revision 13011def (ffmpeg): Fix size of monoblack_pal array, code uses 16 values unconditionally.
- Patch by Daniel Verkamp [daniel drv nu].
Originally committed as revision 26088 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:12 AM Revision af21ac03 (grapes): Help message in the chunkiser test
12/24/2010
- 10:43 PM Revision 911b32f4 (ffmpeg): Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to F...
- LGPL relicensing approved by original authors: Holger Lubitz <holger lubitz
org>, Jason Garrett-Glaser <darkshikari g... - 05:46 PM Revision ce3ccd7c (grapes): Allow to select the raw output with RTP payload
- 05:43 PM Revision 8f782d31 (grapes): RTP support in the raw output
- 05:23 PM Revision 8d147f1f (ffmpeg): For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of readin...
- and then using movlhps to dup it into the higher half of the register.
Originally committed as revision 26086 to svn... - 05:22 PM Revision ee3adc9e (grapes): Add support for a NULL local nodeID in the net helper
- 05:21 PM Revision d7aae2f0 (grapes): Add support for a NULL local nodeID in the net helper
- 05:20 PM Revision cb4f3c0a (grapes): Wait for input fds if needed, in the chunkiser test
- 05:13 PM Revision 47e5028e (grapes): Fix a memleak
- 05:12 PM Revision 866d93ee (grapes): Set period to 0 in UDP chunkiser, to signal that the fds have to be used
- 02:32 PM Revision c535bf7c (grapes): Remove some debugging output
- 02:31 PM Revision c4d3fd11 (grapes): Allow to test the UDP chunkiser
- 02:30 PM Revision 5da67049 (grapes): Fix the UDP-based chunkiser
- 02:29 PM Revision 9663d8d1 (grapes): Support the UDP payload in the raw output
- 11:30 AM Revision 95ee581a (ffmpeg): There is no complete G.729 decoder in libavcodec.
- Originally committed as revision 26085 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:36 AM Revision 127cb506 (grapes): Better payload type handling in the raw output
- 10:32 AM Revision 36e81342 (grapes): Fix size in the UDP payload
12/23/2010
- 06:01 PM Revision b51c740e (ffmpeg): cosmetics: line wrap and vertical alignment
- Originally committed as revision 26084 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:01 PM Revision e96dc767 (ffmpeg): Make sure that the 2nd CRC value does not match the AC-3 sync word.
- This is optional for encoders, but it's a good idea and has minimal impact
on performance.
This will change the outpu... - 06:01 PM Revision a897423b (ffmpeg): Store CRC context locally to reduce number of calls to av_crc_get_tab...
- Originally committed as revision 26082 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:01 PM Revision 0e9b0643 (ffmpeg): Remove unneeded local variable, frame_size, in output_frame_end().
- Originally committed as revision 26081 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:29 PM Revision 3579b405 (ffmpeg): Fix braino: by -> with.
- Originally committed as revision 26080 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:24 PM Revision cf69ad35 (ffmpeg): Redesign the libopencv wrapper to make it more generic. Accept both
- FILTERNAME=ARGS and FILTERNAME:ARGS syntax.
The same filter class will be used for managing all the libopencv
filter... - 05:06 PM Revision 8399d235 (ffmpeg): Add dependency for the libavfitler.html file.
- Originally committed as revision 26078 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:05 PM Revision 8c579c1c (ffmpeg): rtsp: Require the transport reply from the server to match the request
- This fixes a crash if we requested TCP interleaved transport, but the
server replies with transport data for UDP. Acc...
12/22/2010
- 08:00 PM Revision 81c8c187 (ffmpeg): Makefile: Fix dependencies of components
- This fixes compilation with --disable-everything --enable-<component>,
for all encoders, decoders, muxers, demuxers, ... - 04:16 PM Revision f02cbc45 (ffmpeg): Fix av_file_map(): replace stat(filename, &st) with fstat(fd, &st).
- The file might be replaced between open() and stat().
Spotted by Mans.
Originally committed as revision 26075 to svn... - 03:32 PM Revision 1b31037d (ffmpeg): Replace lstat() with stat() in av_file_map(). The lstat() use was wrong.
- Originally committed as revision 26074 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:13 PM Revision 0328b9ea (ffmpeg): Add av_file_map() and av_file_unmap() functions.
- Originally committed as revision 26073 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:28 PM Revision 1ce9d6b8 (ffmpeg): cosmetics: fix comment after change in clipping range
- Originally committed as revision 26072 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 AM Revision 05c9dabb (grapes): Port Csaba's UDP-based input
- This is currently untested
12/21/2010
- 09:18 PM Revision 295ab2af (ffmpeg): Change FIX15() back to clipping to -32767..32767.
- This avoids a 16-bit overflow in mdct512() due to a -32768 value in costab.
References updated for acodec-ac3, lavf-r... - 08:56 PM Revision f9f69028 (ffmpeg): Add emms_c() after exp_diff calculations.
- Fixes AC-3 encoding on OpenBSD 4.8 x86_32 and hopefully other similar
configurations.
Originally committed as revisi... - 06:26 PM Revision a81d7c6a (ffmpeg): Pre-calculate crc_inv at codec init.
- 20% faster output_frame_end().
Originally committed as revision 26069 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:33 PM Revision 4cdd16a7 (grapes): Add a "get_fds()" method to the chunkiser (useful for RTP input)
- 03:14 PM Revision 5565c0d6 (ml): ML: rateLimiter.c - change the type of the drain_rate: from 'int' to 'int...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS/ml@2363 c54fac2e-1815-407e-9b96...
- 03:14 PM Revision 47516cd8 (napa-baselibs): ML: rateLimiter.c - change the type of the drain_rate: from 'i...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/NAPA-BASELIBS@2363 c54fac2e-1815-407e-9b96-08...
- 11:19 AM Revision fe7438d9 (ffmpeg): Fix make checkheaders
- amrwbdata.h uses offsetof(), which is defined in stddef.h.
Originally committed as revision 26068 to svn://svn.ffmpe... - 09:28 AM Revision 223cefb5 (ffmpeg): Fix more matroska/webm muxer dependencies
- This fixes building with --disable-everything --enable-muxer=matroska and/or
--enable-muxer=webm
Originally committe... - 09:23 AM Revision 1e0957cc (ffmpeg): Add a missing dependency for the WebM muxer
- This fixes one of the issues found if building with
--disable-everything --enable-muxer=webm
Originally committed as... - 09:03 AM Revision 8bd19564 (ffmpeg): g722: Move the low_inv_quant6 table up to the common tables
- Since SVN rev 25866, this table is used by the trellis encoder, too,
not only by the decoder.
Originally committed a... - 08:38 AM Revision fa87ad46 (grapes): Add a "dumb" chunkiser (read a fixed amount of data at every cycle)
Also available in: Atom