Activity
From 12/07/2009 to 01/05/2010
01/05/2010
- 08:14 PM Revision 418a287c (ffmpeg): add another mjpeg fourcc to riff.c list
- Originally committed as revision 21032 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:25 PM Revision 643bae38 (ffmpeg): Use correct context for av_log(), should prevent a crash for malforme...
- Patch by Francesco Lavra (francescolavra at interfree dot it).
Originally committed as revision 21031 to svn://svn.f... - 10:18 AM Revision 50fe1696 (ffmpeg): Add a few explanatory comments to cornercase workarounds.
- Originally committed as revision 21030 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:16 AM Revision 71fe4573 (ffmpeg): Replace array operator [] with direct access via pointer.
- Solves issue 1657.
Originally committed as revision 21029 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:14 AM Revision 6698d139 (ffmpeg): Cosmetics: Fix indentation and comment after r21027.
- Originally committed as revision 21028 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:11 AM Revision 4235c98e (ffmpeg): Support decoding raw 2bpp in mov, fixes issue 1528.
- Originally committed as revision 21027 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 AM Revision 0a1e1510 (ffmpeg): Improve readability of 4bpp raw decoder and prepare for supporting 2bpp.
- Originally committed as revision 21026 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/04/2010
- 10:59 PM Revision 7b1312fa (ffmpeg): cosmetics, remove useless parentheses, add space
- Originally committed as revision 21025 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 PM Revision a510991c (ffmpeg): simplify error handling in mov_read_default
- Originally committed as revision 21024 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 PM Revision cb41b2b6 (ffmpeg): remove no more needed MOVAtom.offset field
- Originally committed as revision 21023 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 PM Revision 7ead7e21 (ffmpeg): remove useless code skipping data at end of hdlr atom, already done i...
- Originally committed as revision 21022 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 PM Revision 2e87e714 (ffmpeg): Register myself as libdirac libschroedinger and libtheora maintainer
- Originally committed as revision 21021 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:55 PM Revision 0e59034e (ffmpeg): Remove forward declarations.
- Originally committed as revision 21020 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision 0e426b7a (ffmpeg): Reindent after last commit
- Originally committed as revision 21019 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:25 PM Revision 846b2316 (ffmpeg): Add missing "static" qualifier
- Originally committed as revision 21018 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:55 PM Revision 7f6a384a (ffmpeg): Mark http_log() as static; it is only used in this file.
- Originally committed as revision 21017 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:29 PM Revision abf649c7 (ffmpeg): Fix VDPAU check to avoid printing spurious messages to the console.
- Originally committed as revision 21016 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 PM Revision f3b93c46 (ml): fixing repoclient getPeers bug
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@313 a72f678d-4428-462c-85b4-08f063ced704
- 03:52 PM Revision a2e6a14b (ffmpeg): Add myself as HTTP maintainer.
- Originally committed as revision 21015 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:06 PM Revision 68d7cb0b (ffmpeg): Do not print libvdpau upgrade advice on platforms without vdpau
- headers installed.
Originally committed as revision 21014 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:21 PM Revision b02e9c96 (ffmpeg): The H.263 wrong_run table is only for encoding; only enable it in suc...
- patch by avcoder, ffmpeg gmail com
Originally committed as revision 21013 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:23 AM Revision 81774dd0 (ffmpeg): VAAPI: fix WMV3 decoding of videos with an odd number of macroblocks ...
- Originally committed as revision 21012 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:19 AM Revision 5716aec3 (ffmpeg): Fix XvMC. XvMCCreateBlocks() may not allocate 16-byte aligned blocks,
- so we can't use SSE-optimized routines.
Originally committed as revision 21011 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:52 AM Revision 2cf9c7ef (ffmpeg): Add support for these widely-used iTunes metadata fields: Album Artist,
- Grouping, and Lyrics.
Originally committed as revision 21010 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:08 AM Revision 5ff84183 (ffmpeg): Make avfilter_all_colorspaces() add to the returned list of pixel
- formats only the non-HW-accelerated formats, for which there is no
sense in filtering.
Originally committed as revis...
01/03/2010
- 10:29 PM Revision a2b16627 (ffmpeg): Add an entry for the avfilter_add_colorspace() API addition.
- Originally committed as revision 21008 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision 4fd1f187 (ffmpeg): Implement avfilter_add_colorspace().
- Originally committed as revision 21007 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:21 PM Revision fa4dc9f0 (ffmpeg): Document avcodec_pix_fmt_to_codec_tag().
- Originally committed as revision 21006 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:20 PM Revision 634116df (ffmpeg): Prefer enum PixelFormat over int for the type of the format parameter
- of getSubSampleFactors().
Originally committed as revision 30184 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 02:35 PM Revision 997980f0 (ffmpeg): Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for the
- swscale_configuration() and swscale_license() functions, consistent
with the rest of FFmpeg.
Originally committed as... - 02:31 PM Revision 41600690 (ffmpeg): Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
- XXX_license() functions, consistent with the rest of FFmpeg.
Originally committed as revision 21005 to svn://svn.ffm... - 10:43 AM Revision 8040c3b2 (ffmpeg): Define device_try_init() as static in libavdevice/v4l2.c.
- Patch by Reinhard Tartler (siretart AT tauware DOT de).
Originally committed as revision 21004 to svn://svn.ffmpeg.o... - 12:22 AM Revision f412d5e9 (ffmpeg): Simplify usePal() macro, make it use av_pix_fmt_descriptors.
- Originally committed as revision 30172 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:09 AM Revision b3cf7cb1 (ffmpeg): Simplify getSubSampleFactors(), make it use the values provided by
- av_pix_fmt_descriptors().
Originally committed as revision 30171 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
01/02/2010
- 05:48 PM Revision 4a128945 (ffmpeg): Reduce number of ASM constraints for ff_lpc_compute_autocorr_sse2 sin...
- causes no significant speed difference and can avoid compilation issues with
--enable-pic.
Originally committed as r... - 12:29 PM Revision cd44b2e3 (ffmpeg): 10l, my last commit (r21001) broke regression tests.
- FATE tests might need updating too.
Originally committed as revision 21002 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:15 PM Revision 4e2c08c5 (ffmpeg): Small ELBG optimization: use last pixel as a initial guess for the co...
- entry.
Originally committed as revision 21001 to svn://svn.ffmpeg.org/ffmpeg/trunk
01/01/2010
- 11:56 PM Revision aa13b573 (ffmpeg): Use av_match_ext() in place of the deprecated match_ext() function.
- Originally committed as revision 21000 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:53 PM Revision 79c2f2d3 (ffmpeg): Add an entry for the av_match_ext() addition.
- Originally committed as revision 20999 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 PM Revision 8eb631fa (ffmpeg): Deprecate match_ext() in favor of av_match_ext(), and mark it for
- deletion at the next major bump.
Originally committed as revision 20998 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:32 PM Revision 24b207b5 (ffmpeg): Adjust threshold for xvid packed b frame detection.
- Also add xvid_build check.
If you note any packed bitstream regression, check this commit first and report it.
Fixes ... - 09:07 PM Revision 6c587587 (ffmpeg): It appears s->bitstream_buffer_size has to be 0 at the end so rather ...
- Originally committed as revision 20996 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:07 PM Revision 7a78bc85 (ffmpeg): Update this_year value.
- Originally committed as revision 20995 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:58 PM Revision 0f52ef1a (ffmpeg): Use av_guess_format() in place of the deprecated guess_format().
- Originally committed as revision 20994 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 PM Revision 94b1f338 (ffmpeg): Reindent.
- Originally committed as revision 20993 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:50 PM Revision bb1a8793 (ffmpeg): Add an entry for the av_guess_format() addition.
- Originally committed as revision 20992 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 PM Revision a1f547b9 (ffmpeg): Deprecate guess_format() in favor of av_guess_format().
- Originally committed as revision 20991 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 PM Revision debe86bf (ffmpeg): Fix typo.
- Originally committed as revision 20990 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:28 PM Revision 702d0a9e (ffmpeg): Remove residual use of the doxygen markup which is deprecated,
- consistent with r19122.
Originally committed as revision 20989 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:46 AM Revision f514b4f9 (ffmpeg): Do not needlessly use the BP register in x86_64-specific code, there are
- enough other registers available that are less likely to cause issues.
Originally committed as revision 30160 to svn...
12/31/2009
- 04:38 PM Revision f48b0fa2 (ffmpeg): Document guess_format().
- Originally committed as revision 20988 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:12 PM Revision 1642ee43 (ffmpeg): Deprecate and mark for deletion the function guess_stream_format(),
- and clone its code to ffserver_guess_format() in ffserver.c.
guess_stream_format() is hackish since it relies on som... - 01:27 AM Revision f9310cbb (ffmpeg): Remove unused function msmpeg4_memsetw().
- It is an exact duplicate of memsetw() in h263.c.
Originally committed as revision 20986 to svn://svn.ffmpeg.org/ffmp... - 01:08 AM Revision f27fd362 (ffmpeg): Fix colourspace for 16 bit raw video in mov, fixes issue 1527 on big-...
- Originally committed as revision 20985 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/30/2009
- 10:58 PM Revision e1bd945b (ffmpeg): Support raw black&white in mov, fixes issue 1654.
- Originally committed as revision 20984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:12 PM Revision 759dc2b6 (ffmpeg): Remove outdated comments.
- Originally committed as revision 20983 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:19 PM Revision d7250724 (ffmpeg): Rename internal function
- sdp_read_packet -> rtsp_fetch_packet
This way describes slightly better what it does.
Originally committed as revis... - 04:10 PM Revision 20390e31 (ffmpeg): cosmetics: Move MPEG-4 encoding functions around to avoid forward dec...
- Originally committed as revision 20981 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:08 PM Revision df8d98c4 (ffmpeg): 10l: Move ff_mpeg4_pred_dc() to an appropriate place.
- It is used by both encoders and decoders and should not be below
a CONFIG_ENCODERS preprocessor check.
Originally co... - 02:51 PM Revision 2a992f46 (ffmpeg): cosmetics: Move MPEG-4 decoding functions around to avoid forward dec...
- Originally committed as revision 20979 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 PM Revision 1436f317 (ffmpeg): cosmetics: Move H.263-related functions around to avoid forward decla...
- Originally committed as revision 20978 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 PM Revision 8380edd9 (ffmpeg): cosmetics: Reorder functions to avoid forward declarations.
- Originally committed as revision 20977 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:48 PM Revision 941870cd (ffmpeg): Remove unnecessary forward declaration for msmpeg4_memsetw().
- Originally committed as revision 20976 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:33 AM Revision 4052cbf1 (ffmpeg): Get rid of pointless CONFIG_ANY_H263 preprocessor definition.
- Originally committed as revision 20975 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 AM Revision af818f7a (ffmpeg): Add required header #includes for mpegvideo.h and config.h.
- Originally committed as revision 20974 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:07 AM Revision 716d1c2a (ffmpeg): Eliminate CONFIG_ANY_H263_DECODER preprocessor definition.
- It is just a logical OR of several decoder definitions, all of which depend on
CONFIG_H263_DECODER. So it can just be... - 02:09 AM Revision af8a008a (ffmpeg): Get rid of pointless CONFIG_WMV_DECODER definition.
- Originally committed as revision 20972 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 AM Revision d702a2e6 (ffmpeg): Get rid of pointless CONFIG_WMV2 definition.
- Originally committed as revision 20971 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:01 AM Revision b928b1bb (ffmpeg): Simplify CONFIG_ANY_H263_DECODER preprocessor definition:
- There is no need to list decoders that enable the H.263 decoder anyway.
Originally committed as revision 20970 to sv...
12/29/2009
- 06:26 PM Revision 7c5417ef (ffmpeg): Remove unused definitions: CONFIG_MSMPEG4 and CONFIG_WMV_ENCODER.
- Originally committed as revision 20969 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:20 PM Revision 547fc46c (ffmpeg): Remove pointless CONFIG_MLP_DECODER preprocessor check.
- The file is only ever compiled if the MLP decoder is enabled.
Originally committed as revision 20968 to svn://svn.ff... - 05:16 PM Revision c46b024e (ffmpeg): Neither the H.264 nor the SVQ3 decoder depend on the H.264 parser.
- Originally committed as revision 20967 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:18 PM Revision 2cca233b (ffmpeg): The MLP decoder depends on the MLP parser.
- Originally committed as revision 20966 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:48 PM Revision aec09a00 (ffmpeg): Enable the TrueHD decoder when the MLP decoder is enabled.
- They share all code, there is no point in enabling one but not the other.
Originally committed as revision 20965 to ... - 01:14 PM Revision 5b423887 (ffmpeg): Declare AC-3 parser dependency of AC-3 decoder and EAC-3 demuxer in c...
- Originally committed as revision 20964 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 PM Revision a80459fd (ffmpeg): Fix colours for QT JPEG2000, fixes issue 1540.
- Originally committed as revision 20963 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:53 AM Revision 484d1464 (ffmpeg): Use correct pixfmt for 32 bit raw in mov also on big-endian, fixes is...
- Originally committed as revision 20962 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:42 AM Revision f1e94694 (ffmpeg): Declare AAC parser dependencies in configure.
- This affects the AAC decoder, S/PDIF muxer and ADTS to ASC bitstream filter.
Originally committed as revision 20961 ... - 11:40 AM Revision 997f0e20 (grapes): Move the prototypes of the chunk ID set encoding/decoding functions
- to a separate header file (trade_sig_la.h)
- 11:33 AM Revision 0788ac67 (ffmpeg): The S/P-DIF muxer depends on mpeg4audio.o.
- Originally committed as revision 20960 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 AM Revision f95bfab0 (ffmpeg): Declare WMV1/WMV2/VC-1 decoder dependency on the H.263 decoder in con...
- Originally committed as revision 20959 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:13 AM Revision 9caa7ba4 (ffmpeg): Add myself as VAAPI maintainer.
- Originally committed as revision 20958 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:48 AM Revision 07c9f6f6 (ffmpeg): Add H.264 bitstream decoding through VAAPI.
- Originally committed as revision 20957 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 AM Revision 5f000d5f (ffmpeg): vc1_parser.o does not depend on h263dec.o and intrax8.o.
- Originally committed as revision 20956 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/28/2009
- 10:46 PM Revision 322aa1e2 (ffmpeg): Do not explicitely set thread_count in the codec context.
- This is already done by avcodec_thread_init().
Patch by Michael Dorr <dorr <at> inb.uni-luebeck.de>.
Originally com... - 09:49 PM Revision de4898a2 (ffmpeg): Set thread_count in the decoder before to open it.
- This is safer since avcodec_open() may initialize some structure using
the thread_count default value which will be c... - 06:05 PM Revision a8beb22f (ffmpeg): Declare dependencies of RV10/RV20 decoders on the H.263 decoder in co...
- Originally committed as revision 20953 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:00 PM Revision 4414137e (ffmpeg): Declare dependencies for H.263 family decoders in configure.
- Originally committed as revision 20952 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:45 PM Revision 7f647ae0 (ffmpeg): Declare the dependency of the H.263 decoder on the H.263 parser in co...
- Originally committed as revision 20951 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:36 PM Revision f34121f3 (ffmpeg): Replace CONFIG_ANY_H263_ENCODER definition by CONFIG_H263_ENCODER.
- CONFIG_ANY_H263_ENCODER is just a logical OR of H.263 family definitions,
for which the build system enables CONFIG_H... - 03:27 PM Revision 3f35415d (ffmpeg): cosmetics: Remove pointless '#if 1' preprocessor directives.
- Originally committed as revision 20949 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 PM Revision e6d3534f (ffmpeg): Use VA_INVALID_ID instead of hard coded values.
- Originally committed as revision 20948 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:56 PM Revision 4b771966 (grapes): Merge branch 'chunkidset'
- 02:53 PM Revision fbf9b525 (grapes): Add support for metadata in the chunk ID set encoding
- 02:17 PM Revision 0188740e (grapes): Some small changes to the tests makefile
- 02:17 PM Revision 7d421984 (grapes): Add a simple Makefile for the som directory
- 02:00 PM Revision c373f61d (ffmpeg): Add "Hardware acceleration" section to MAINTAINERS. Move vdpau* to th...
- Originally committed as revision 20947 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 PM Revision d3d1eae6 (ffmpeg): Remove a useless local variable.
- Originally committed as revision 20946 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:38 PM Revision cd7bfe40 (ffmpeg): Remove outdated comment
- Originally committed as revision 20945 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 PM Revision b3fbe02c (ffmpeg): Remove an unneeded local variable.
- Originally committed as revision 20944 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:05 PM Revision c887b30d (ffmpeg): Remove unused variable, fixes the warning:
- libswscale/swscale_template.c:2575: warning: unused variable ‘srcFormat’
Originally committed as revision 30132 to s... - 12:01 PM Revision 78638628 (ffmpeg): Mark conditionally used variable as av_unused, fixes the warning:
- cmdutils.c:576: warning: unused variable ‘filter’
Originally committed as revision 20943 to svn://svn.ffmpeg.org/ffm... - 11:37 AM Revision 416441e9 (grapes): Merge branch 'chunkidset'
- 11:24 AM Revision 412fbdcc (grapes): ChunkID set encoding/decoding functions
- 11:01 AM Revision 286ee331 (grapes): Beginning of a chunk ID set implementation
- 09:28 AM Revision bfd2c457 (grapes): Chunk sending test
- 09:20 AM Revision 6774d943 (grapes): Merge branch 'master' into chunktrading
- 09:14 AM Revision 48e3960d (grapes): Move the net_helper in a more common place
- 09:06 AM Revision 7818ee58 (grapes): Import the chunk delivery stuff
- 09:03 AM Revision 8b086712 (ffmpeg): Rename ff_vaapi_alloc_picture() to ff_vaapi_alloc_pic_param().
- Originally committed as revision 20942 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:02 AM Revision 36ad2b3e (ffmpeg): Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().
- Originally committed as revision 20941 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/27/2009
- 09:31 PM Revision 6399c17d (ffmpeg): Use different dynamic payload types for audio and video.
- Originally committed as revision 20940 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:40 PM Revision bac24dd2 (ffmpeg): 2nd try on documenting av_gcd().
- Originally committed as revision 20939 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:32 PM Revision 43ad88e5 (ffmpeg): Remove commented-out debug console output.
- Originally committed as revision 20938 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:28 PM Revision 5ddd075d (ffmpeg): cosmetics: Move a bunch of forward declarations below a CONFIG_ENCODE...
- This avoids a bunch of "‘foo’ declared ‘static’ but never defined" warnings
when compiling with encoders disabled.
O... - 02:07 PM Revision da937668 (ffmpeg): 16-bit Interplay video does not need palette control
- Originally committed as revision 20936 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:20 PM Revision 03703cb3 (ffmpeg): Document av_gcd().
- Originally committed as revision 20935 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:12 AM Revision a69be798 (ffmpeg): Add missing opcodes for 16-bit Interplay Video decoding and finally e...
- Originally committed as revision 20934 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 AM Revision dcfb0cad (ffmpeg): 16-bit Interplay Video stores motion vector data at the end of frame,
- so initialize data pointers for 16-bit variant and read motion vectors
as supposed in corresponding opcodes.
Origina... - 08:56 AM Revision e09cdc72 (ffmpeg): 10l trocadero: forgot one case where picture linesize should be used
- Originally committed as revision 20932 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:53 AM Revision 5b8ebb3f (ffmpeg): cosmetics: reindent and break long lines after last commits
- Originally committed as revision 20931 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 AM Revision 5a8cf39e (ffmpeg): Add 16-bit image data handling (but not decoding yet) to Interplay Video
- Originally committed as revision 20930 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:38 AM Revision 80fec3ff (ffmpeg): Use frame linesize in Interplay Video block copying function
- Originally committed as revision 20929 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:31 AM Revision 80ca19f7 (ffmpeg): Make CHECK_STREAM_PTR macro in Interplay Video decoder usable with
- non-default pointers, it will be useful for checking motion values
data in 16-bit variant of this codec.
Originally ... - 08:21 AM Revision 8badb23e (ffmpeg): Recognize 16-bit Interplay Video variant
- Originally committed as revision 20927 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:15 AM Revision 9156a5ad (ffmpeg): Change main loop in Interplay Video decoder, so variables x and y rea...
- coordinates, not offsets.
Originally committed as revision 20926 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/26/2009
- 11:33 AM Revision 66d23c96 (ffmpeg): Use common regression test functions in ffserver regression test script.
- This makes the ffserver regression test more portable.
Originally committed as revision 20925 to svn://svn.ffmpeg.or... - 11:24 AM Revision 3d147064 (ffmpeg): Replace ` ` syntax by $( ) in regression test shell scripts.
- The latter syntax variant is more readable and easier to nest.
Originally committed as revision 20924 to svn://svn.f... - 11:07 AM Revision b03a63d1 (ffmpeg): Fix cdg reference and buffer_hints value:
- reference must be 3 because both "fields" are used as reference,
and buffer_hints must include readable since we migh... - 10:59 AM Revision f877954f (ffmpeg): Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96.
- Originally committed as revision 20922 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/25/2009
- 09:01 PM Revision 37ce3d6b (ffmpeg): Do not copy codec_tag in stream copy case if it is associated with a ...
- fixes issue1568
Originally committed as revision 20921 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:32 PM Revision a6831e88 (ffmpeg): Use positive logic, improve readability, consistent with r20877.
- Originally committed as revision 20920 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:13 PM Revision 0fb669ae (ffmpeg): cosmetics: reindent
- Originally committed as revision 20919 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/24/2009
- 12:13 PM Revision 43a6ca2c (ffmpeg): cosmetics: Reformat some function declarations.
- Originally committed as revision 20918 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision 25182289 (ffmpeg): Remove some unused variables, fixes the warnings:
- libavformat/rtmppkt.c:350: warning: unused variable ‘i’
libavformat/rtmppkt.c:349: warning: unused variable ‘base’
O...
12/23/2009
- 09:23 PM Revision 76faff6e (ffmpeg): Add support for mp3 over RTP in rtpdec.c
- Originally committed as revision 20916 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:01 PM Revision ce293510 (ffmpeg): Auravision Aura 2 decoder
- Originally committed as revision 20915 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 PM Revision 588f8cd8 (ffmpeg): Add Auravision Aura decoding support
- Originally committed as revision 20914 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 AM Revision c5879106 (ffmpeg): There is no need to print FFmpeg or codec name in error message
- Originally committed as revision 20913 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 AM Revision 55903423 (ffmpeg): cosmetics: correct formatting a bit
- Originally committed as revision 20912 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/22/2009
- 08:09 AM Revision 1a91f1a0 (ffmpeg): ARM: use ALT_BITSTREAM_READER on cores with fast unaligned access
- Originally committed as revision 20911 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/21/2009
- 10:44 PM Revision f69d394f (ffmpeg): Satisfy grammatical nits.
- Originally committed as revision 20910 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:53 PM Revision 3f7bb426 (ffmpeg): Implement a -pix_fmts option for listing all the supported pixel
- formats.
Originally committed as revision 20909 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:50 PM Revision dc7f38f5 (ffmpeg): Re-add missing "@end table" which was erroneously removed in the
- previous commit.
Originally committed as revision 20908 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:32 PM Revision 5f6cb6eb (ffmpeg): Factorize common options documentation.
- Originally committed as revision 20907 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:20 AM Revision 870e0150 (ffmpeg): Add -?, -help, and --help as alternative options to get help.
- Originally committed as revision 20906 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 AM Revision 7f11e745 (ffmpeg): Print usage instead of help when no files are specified.
- Originally committed as revision 20905 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:12 AM Revision 0c2a18cb (ffmpeg): Split show_usage() out of show_help().
- Originally committed as revision 20904 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:10 AM Revision 8319aefe (ffmpeg): Add a general [options] to the basic usage string.
- Originally committed as revision 20903 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:09 AM Revision 27daa420 (ffmpeg): First print the program description and then the basic usage line.
- Originally committed as revision 20902 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:59 AM Revision aaba7e6c (ffmpeg): Remove parameters no longer used in h[yc]scale().
- Originally committed as revision 30099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:54 AM Revision a1f4b4bb (ffmpeg): Move fast bilinear scaler code to the existing h[yc]scale_fast() func...
- Originally committed as revision 30098 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:41 AM Revision bb53e1d1 (ffmpeg): Rename function pointers used to convert from the input pixel format ...
- intermediate YV12 to a more descriptive name.
Originally committed as revision 30097 to svn://svn.mplayerhq.hu/mplay... - 01:34 AM Revision e7a47515 (ffmpeg): Check if chroma horizontal scaler is needed in sws_init_swScale().
- Originally committed as revision 30096 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 01:30 AM Revision 6f9771d7 (ffmpeg): Remove unused fields from SwsContext.
- Originally committed as revision 30095 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
12/20/2009
- 05:42 PM Revision d3243d14 (ffmpeg): Indentation.
- Originally committed as revision 30087 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:15 PM Revision e77ddfa2 (ffmpeg): Indent.
- Originally committed as revision 30086 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:09 PM Revision b501a1f5 (ffmpeg): Set fast_bilinear functions in sws_init_swScale().
- Originally committed as revision 30085 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 04:32 PM Revision bae76dc3 (ffmpeg): Set horizontal scaler's range conversion in context in sws_init_swSca...
- Originally committed as revision 30082 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 04:31 PM Revision c1977fbb (ffmpeg): Add new fields for the VDPAU/MPEG-4 back-end.
- Originally committed as revision 20901 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:21 PM Revision 84011f10 (ffmpeg): Set horizontal scaler's src offsets in context in sws_init_swScale().
- Originally committed as revision 30081 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
12/19/2009
- 06:41 PM Revision cb397689 (ffmpeg): Add long_name for Xxan codec.
- Originally committed as revision 20900 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:04 PM Revision 0080402d (ffmpeg): Improve handling allocated buffers in Xan decoder
- Originally committed as revision 20899 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:39 PM Revision 2628f515 (ffmpeg): cosmetics: reindent a bit
- Originally committed as revision 20898 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:05 PM Revision a8eb8de4 (ffmpeg): Add tables used by both AMR-NB and SIPR
- Originally committed as revision 20897 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:34 AM Revision da8af938 (ffmpeg): Cosmetic: indent after last change.
- Originally committed as revision 20896 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:33 AM Revision e6e32bdc (ffmpeg): Optimize unpack_vectors() by not shuffling around redundant vectors.
- Inspired by guidance from Dark Shikari. On a Core 2 Duo 2.0 GHz, this
change decodes the 10-minute Big Buck Bunny 108...
12/18/2009
- 03:50 PM Revision b2cc8111 (ffmpeg): More sane error message when extradata has not been set.
- Originally committed as revision 20894 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:42 AM Revision 646eb551 (ffmpeg): Swap red and blue when decoding r210.
- Originally committed as revision 20893 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:03 AM Revision 2c2a167c (ffmpeg): It appears that waveformatextensible is mandatory for more cases than
- just channels>2. The 16bit case is from MSDN, the 48khz is from less a reliable
www page (sorry i cant find the URL a...
12/17/2009
- 06:56 PM Revision 4aaab0a3 (ffmpeg): Add decoder for R210 (uncompressed 10-bit RGB) codec.
- Originally committed as revision 20891 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:25 PM Revision a3d995c1 (ffmpeg): CD+G demuxer and decoder
- Patch by Michael Tison (gmail address: blackspike@....)
Originally committed as revision 20890 to svn://svn.ffmpeg.o... - 01:05 PM Revision 8993535c (ffmpeg): 10l : make sure probe buffer is large enough.
- Originally committed as revision 20889 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 AM Revision 118b1b87 (ml): code cleanup
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@291 a72f678d-4428-462c-85b4-08f063ced704
12/16/2009
- 09:24 PM Revision 134271c2 (ffmpeg): Only add 1 index entry per keyframe.
- Idea from a patch by samsung.
Originally committed as revision 20888 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:46 PM Revision c3abb551 (ffmpeg): Set bits_per_raw_sample appropriately in dpx decoder.
- Originally committed as revision 20887 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:18 PM Revision 22ff3361 (ffmpeg): Parse ID3v[12] metadata from TTA files.
- As a side-effect, this commit also fixes issue 1310.
Originally committed as revision 20886 to svn://svn.ffmpeg.org/... - 05:15 PM Revision 5c910fca (ffmpeg): Cosmetics: make celp_filters.* formatting more consistent with the re...
- FFmpeg
Originally committed as revision 20885 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:09 PM Revision 6ef607c2 (ffmpeg): Optimize ff_celp_lp_synthesis_filterf(). 50% faster in my tests.
- Originally committed as revision 20884 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:08 PM Revision 5ad14c6c (ffmpeg): List myself as the maintainer of celp_filters.*
- Originally committed as revision 20883 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:55 PM Revision 18eb23db (ffmpeg): Update ffm reference checksums as a result of r20869.
- Originally committed as revision 20882 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:49 PM Revision 4aaebf78 (ffmpeg): Reply to RTMP ping with the same value as received by client.
- Patch by Martin Storsjö ($name at $name dot \163\164)
Originally committed as revision 20881 to svn://svn.ffmpeg.org... - 12:08 PM Revision 0fc2c0f6 (ffmpeg): Add -vlang option to set ISO 639 video stream language code.
- This is similar to existing -alang & -slang options.
Patch by Matthieu Crapet m${surname} ^ gmail com.
Originally c... - 11:39 AM Revision b0bc928b (ffmpeg): Undo r20874: It broke AAC decoding.
- Originally committed as revision 20879 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/15/2009
- 11:41 PM Revision 18a49f11 (ffmpeg): Remove unused variable, fixes the warning:
- libavformat/apetag.c:38: warning: unused variable `l'
Originally committed as revision 20878 to svn://svn.ffmpeg.org... - 11:25 PM Revision 06a3c9c4 (ffmpeg): Use positive logic in opt_target() for selecting the PAL/others
- options, make its semantics mildly easier to compile by human minds.
Originally committed as revision 20877 to svn:/... - 08:36 PM Revision e6db28ce (ffmpeg): Simplify freeing of audio_language and subtitle_language.
- Patch by Matthieu, mcrapet gmail com
Originally committed as revision 20875 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:29 PM Revision 1a0053fd (ml): fixed compile issue in ml Makefile
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@285 a72f678d-4428-462c-85b4-08f063ced704
- 06:29 PM Revision 69727bb9 (ml): fix stun.c compilation error on amd64
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@284 a72f678d-4428-462c-85b4-08f063ced704
- 03:57 PM Revision 257c7147 (ffmpeg): Use enum and constant to avoid three icc warnings.
- Originally committed as revision 20874 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:46 PM Revision 798e589d (ffmpeg): Fix a typo in documentation.
- Originally committed as revision 20873 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/14/2009
- 11:47 PM Revision c3c78324 (ffmpeg): Factorize opt+1 out in parse_options(), simplify.
- Originally committed as revision 20872 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:23 PM Revision 3d1ebac8 (ffmpeg): Define _XOPEN_SOURCE as 600 before including a XSI extension header.
- Originally committed as revision 20871 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:18 PM Revision 01558ee6 (ffmpeg): Use symbolic names for PAL/NTSC/FILM rather than numeric constants in...
- Improve readability.
Originally committed as revision 20870 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:08 PM Revision 8c0c1122 (ffmpeg): Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE ...
- streaming to ffserver work again.
Originally committed as revision 20869 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:28 PM Revision 8b484d0f (ffmpeg): Correct typo
- Originally committed as revision 20868 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:18 PM Revision d1ebd4a9 (ffmpeg): 10l: Don't spawn a subshell when disabling vdpau.
- Originally committed as revision 20867 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:59 PM Revision cc38e063 (ffmpeg): Revert flvdec.c part of r20836
- Log:
Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped
arrays of fixed length.
Code from... - 12:40 PM Revision 0f649d66 (ffmpeg): Include dup/drop info if any frames where duplicated or droped
- instead of when verbose>1.
From ffmbc0.3
Originally committed as revision 20865 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:37 PM Revision ed30e518 (ffmpeg): Off by 1 bugfix for nb_frames_dup.
- From ffmbc0.3
Originally committed as revision 20864 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:57 AM Revision 7debef33 (ffmpeg): Merge init & declaration of buf_end.
- From ffmbc0.3
Originally committed as revision 20863 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:42 AM Revision b8af4fe9 (ffmpeg): Set reordered_opaque in default_reget_buffer() with internal buffers.
- From ffmbc0.3, this one appears to be a bugfix.
Originally committed as revision 20862 to svn://svn.ffmpeg.org/ffmpe... - 11:34 AM Revision 954a0b48 (ffmpeg): Check sample_aspect_ratio validity for mpeg4/h263/h263p encoding.
- Merged from ffmbc0.3
Originally committed as revision 20861 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:18 AM Revision f0bc8449 (ffmpeg): Use PIX_FMT_NONE for -1 when enum PixelFormat is expected (fixes two ...
- Originally committed as revision 20860 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 AM Revision 1f15747f (ffmpeg): Use enum PixelFormat as type for input_pixfmt to avoid one icc warning.
- Originally committed as revision 20859 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:34 AM Revision 3db77ccf (ffmpeg): Support compressed formats in the V4L2 input device.
- Patch by klchxbec AT freenet DOT de.
Originally committed as revision 20858 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:33 AM Revision 9eb6e9d9 (ffmpeg): Add support for V4L2 compressed formats in the table used for converting
- between V4L2 formats and ffmpeg's formats/codecs.
Patch by klchxbec AT freenet DOT de.
Originally committed as revis... - 10:31 AM Revision 9202218e (ffmpeg): Use the correct type for the V4L2 format.
- Originally committed as revision 20856 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:30 AM Revision 158aa9f2 (ffmpeg): Return pkt->size in v4l2_read_packet().
- mmap_read_frame() takes care of ensuring that the packet size
is correct.
Originally committed as revision 20855 to ... - 06:33 AM Revision deda2a4a (ffmpeg): Disable vdpau support if the detected libvdpau does not support MPEG-4.
- Originally committed as revision 20854 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:30 AM Revision 8e9efe43 (ffmpeg): FLV 8-bit PCM is unsigned, not signed
- Fixes issue #1569
Originally committed as revision 20853 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:23 AM Revision 22b16e6a (ffmpeg): Factorize ic->streams[i] out,
- change from ffmbc
Originally committed as revision 20852 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:15 AM Revision b3e88ae8 (ffmpeg): Place { of the function where indent -kr wants it.
- Also more consistent with the rest of the code.
Originally committed as revision 20851 to svn://svn.ffmpeg.org/ffmpe...
12/13/2009
- 11:39 PM Revision 02483df4 (ffmpeg): Make sure the Metadata: header is not printed if the only metadata wi...
- be displayed. (idea from ffmbc)
Originally committed as revision 20850 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:34 PM Revision b298daea (ffmpeg): Move dump_metadata() to where it is in ffmbc, looks better.
- Originally committed as revision 20849 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 PM Revision 229303d1 (ffmpeg): indent
- Originally committed as revision 20848 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:30 PM Revision 4d9b6784 (ffmpeg): Skip dumping language twice.
- This looks too ugly. Idea also from ffmbc.
Originally committed as revision 20847 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:27 PM Revision 2e720e11 (ffmpeg): dump metadata for AVStreams & AVPrograms too.
- Originally committed as revision 20846 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:19 PM Revision 8b5e5ec5 (ffmpeg): Factorize dump_metadata() out.
- Idea from ffmbc, code not, mine is a fraction of the size due to simpler
metadata API.
Originally committed as revis... - 10:56 PM Revision cc20679a (ffmpeg): Try to simplify av_estimate_timings_from_pts() like in ffmbc.
- Note if this breaks for some file, report it please!
Originally committed as revision 20844 to svn://svn.ffmpeg.org/... - 10:31 PM Revision 35164ffe (ffmpeg): Correct truncated ID3v1 genre name.
- Originally committed as revision 20843 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 PM Revision 0e500e0d (ffmpeg): Debug av_log() about stream probing from ffmbc.
- Originally committed as revision 20842 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 0cd55b0c (ffmpeg): Add CODEC_ID_DNXHD into the 25 fps case.
- Merged from ffmbc.
Originally committed as revision 20841 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:07 PM Revision da457e70 (ffmpeg): Simplify code by using av_metadata_set2().
- somewhat based on ffmbc
Originally committed as revision 20840 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:02 PM Revision dfe9ee6b (ffmpeg): More entries for ff_id3v2_metadata_conv from ffmbc.
- Originally committed as revision 20839 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:01 PM Revision 8a98be1a (ffmpeg): s/author/artist/ for ID3
- from ffmbc
Originally committed as revision 20838 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:51 PM Revision 57f36fda (ffmpeg): More ID3v1 genres from ffmbc.
- Originally committed as revision 20837 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:27 PM Revision 12ad6671 (ffmpeg): Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of st...
- arrays of fixed length.
Code from ffmbc with changes to adapt to our metadata API.
Originally committed as revision ... - 08:24 PM Revision b8f11ec8 (ffmpeg): add av_metadata_set2(), AV_METADATA_DONT_STRDUP_KEY and AV_METADATA_D...
- Originally committed as revision 20835 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:22 PM Revision a181981e (ffmpeg): Add flags to prevent strdup() on arguments to av_metadata_set2().
- I cannot use the same ABI as ffmbc as value 2 is already used in ffmpeg,
besides the name AV_METADATA_NONCONST* makes... - 06:46 PM Revision 813338a0 (ffmpeg): Until -DHAVE_AV_CONFIG_H is removed from ffplays compilation, *printf...
- Without this random changes to the header inclusion can trigger
linking failures, and these are not even picked up in... - 06:42 PM Revision 64b12fc3 (ffmpeg): Move #include where it belongs.
- This as a sideeffect fixes the linking failure of ffplay.
Originally committed as revision 20832 to svn://svn.ffmpeg... - 05:54 PM Revision 17986563 (ffmpeg): Get rid of useless casts.
- Originally committed as revision 20831 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:10 PM Revision 60a92a77 (ffmpeg): APIchanges update for av_d2str()
- Originally committed as revision 20830 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:09 PM Revision 277c7332 (ffmpeg): Add a function to convert a number to a av_malloced string.
- Originally committed as revision 20829 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:20 PM Revision 005d9b57 (ffmpeg): Print extradata in case of failure. I had this in my local tree and it
- might be usefull for others ...
Originally committed as revision 20828 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:55 PM Revision c3d15329 (ffmpeg): APIChanges & minor bump due to avg_frame_rate addition.
- Originally committed as revision 20827 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:52 PM Revision 02b398ef (ffmpeg): Add avg_frame_rate.
- Originally committed as revision 20826 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:40 PM Revision 1261b07f (ffmpeg): Read and decode block data in separate functions to prepare support for
- multi-channel correlation mode.
Originally committed as revision 20825 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:28 PM Revision a76cf4e1 (ffmpeg): Use constant CODEC_ID_NONE instead of 0 where appropriate.
- Originally committed as revision 20824 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:01 PM Revision 51ce8c2f (ffmpeg): Remove commented out code.
- Originally committed as revision 20823 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:49 PM Revision e4637d6a (ffmpeg): Show help if no cmd line options are provided at all.
- This safes the users time to find out which of -h --help -? works.
Originally committed as revision 20822 to svn://s... - 10:07 AM Revision 0dae3e13 (ffmpeg): Factor out extradata reading code.
- Borrowed from RM demuxer in FFmbc.
Originally committed as revision 20821 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:08 AM Revision 119c61a3 (ffmpeg): RM audio stream version should be 16-bit followed by header size or r...
- word, so treat it this way instead of extracting different parts from 32-bit
value.
Originally committed as revision... - 08:51 AM Revision 461ef741 (ffmpeg): Make RM demuxer look more like proper demuxer by introducing codec tags
- instead of many strcmp() on always four-byte strings.
Idea borrowed from RM demuxer in FFmbc by Baptiste Coudurier.
... - 08:44 AM Revision 851ef875 (ffmpeg): Factor out variable declaration
- Originally committed as revision 20818 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/12/2009
- 08:18 PM Revision a4914ac7 (ffmpeg): Clarify comment: although still hacky, it is correct for existing lib...
- Originally committed as revision 20817 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision c39b94be (ffmpeg): libtheoraenc.c: mark keyframes
- Originally committed as revision 20816 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision 5e15c7d9 (ffmpeg): Fix PTS for OGM codecs.
- Fixes issue251
Originally committed as revision 20815 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:44 PM Revision 7a14430e (ffmpeg): Be less picky on invalid frame_pred_frame_dct values.
- Fixed issue1615.
Originally committed as revision 20814 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:15 PM Revision 663c2edf (ffmpeg): Only list libavfilter filters if libavfilter has been enabled during
- configuration.
Fix compilation if FFmpeg is not configured with --enable-avfilter.
Originally committed as revision ... - 05:45 PM Revision c5dc6026 (ffmpeg): Move list_fmts() from ffmpeg.c to cmdutils.{h,c}, so that it can be
- shared by the other ff* tools code.
Originally committed as revision 20812 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:34 PM Revision ae5e8caa (ffmpeg): Add ROQ format regression test.
- Originally committed as revision 20811 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:10 PM Revision 94621d32 (ffmpeg): SVQ3 : Set avctx->pix_fmt correctly during decoder initialisation.
- Fixes issue 1591.
Originally committed as revision 20810 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:28 PM Revision 54c24216 (ffmpeg): Add an entry for the av_bmg_next() function addition.
- Originally committed as revision 20809 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:24 PM Revision 3ba69a15 (ffmpeg): Implement av_bmg_next(), a Box-Muller Gaussian random generator.
- See the thread:
"[FFmpeg-devel] [PATCH] Box-Muller gaussian generator".
Originally committed as revision 20808 to sv... - 04:18 PM Revision 62d75662 (ffmpeg): Implement a -filters option, listing all the available libavfilter
- filters.
Currently filters are not registered, so the option will show none.
Originally committed as revision 20807 ... - 03:26 PM Revision 106fa129 (ffmpeg): Reset pts_buffers in av_read_frame_flush().
- Patch by John Stebbins, jstebbins jetheaddev com
Originally committed as revision 20806 to svn://svn.ffmpeg.org/ffmp... - 01:58 PM Revision 92f99a33 (ffmpeg): Commit functions used by both AMRNB and SIPR
- Originally committed as revision 20805 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:52 PM Revision dae658d7 (ffmpeg): Reduce the number of encoded frames for the dnxhd tests to 5.
- Significantly reduce codectest execution time.
Originally committed as revision 20804 to svn://svn.ffmpeg.org/ffmpeg...
12/11/2009
- 11:56 PM Revision 6d01a97c (ffmpeg): Fail earlier for unsupported resolutions or pixel formats when encoding
- dv.
Patch by Tomas Härdin, tomas D hardin A codemill D se
Originally committed as revision 20803 to svn://svn.ffmpe... - 09:50 PM Revision 47a81dad (ffmpeg): indent
- Originally committed as revision 20802 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:49 PM Revision a0b468f5 (ffmpeg): Make sure av_new_packet() initializes the data and destruct pointers.
- Some code does call av_free_packet() on failed av_new_packets(), this
prevents the freeing of uninitialized pointers.... - 08:02 PM Revision 15a316c0 (ffmpeg): Make parse_filter() parsing more robust.
- Add ';' and '\n' to the terminating characters for the name of a
filter, and ';' to the terminating characters for it... - 05:13 PM Revision cfac91fe (ffmpeg): Dump RTMP packet contents in debug mode
- Originally committed as revision 20799 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:31 PM Revision f8caa544 (ffmpeg): 5l trocadero: don't forget to free packet in gen_connect()
- Patch by Martin Storsjö ($name at $name dot `abbreviation for "street"`)
Originally committed as revision 20798 to s... - 11:37 AM Revision 72b870b9 (ffmpeg): Do not try to interact with RTMP server after "stop" command was rece...
- Patch by Martin Storsjö ($name at $name dot `Sao Tome and Principe domain`)
Originally committed as revision 20797 t...
12/10/2009
- 11:06 PM Revision ab176fdf (ffmpeg): (Partly) support Metasoft MJPEG Codec, fixes half of issue 1611.
- Originally committed as revision 20796 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 PM Revision f63e5a74 (ffmpeg): Support Etymonix MPEG-2 video codec, fixes issue 1603.
- Originally committed as revision 20795 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 PM Revision 254dd3f1 (ffmpeg): Do not print 'faac:' when using libfaad.
- Originally committed as revision 20794 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:05 PM Revision a1a63143 (ffmpeg): Cosmetic (restructure RGB ljpeg check to be more readable)
- Originally committed as revision 20793 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 PM Revision 401e0a74 (ffmpeg): 10l, Fix YUV ljpeg that i just broke by mistake.
- Originally committed as revision 20792 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 PM Revision ca78dc3c (ffmpeg): Correct a forgotten RGB32.
- Originally committed as revision 20791 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:18 PM Revision 3c3c01d9 (ffmpeg): Flip red and blue in rct-less lossless jpeg.
- Fixes issue1466, and decoding of plain lossless jpeg.
Originally committed as revision 20790 to svn://svn.ffmpeg.org... - 06:14 PM Revision 49b19191 (ffmpeg): Lossless jpeg expects and uses BGRA not RGB32 (this probably caused a...
- big endian)
Originally committed as revision 20789 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:07 PM Revision e0b176ad (ffmpeg): Fix RGB LJPEG encoding.
- Originally committed as revision 20788 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/09/2009
- 10:45 PM Revision 65214b62 (ffmpeg): Cosmetics: Fix typos in r20780.
- Originally committed as revision 20787 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:55 PM Revision 4bae2251 (ffmpeg): add dvcs to dvvideo, fixes issue 1604
- Originally committed as revision 20786 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:05 PM Revision e4d1d920 (ffmpeg): Improve time_increment_bits guessing code.
- Originally committed as revision 20785 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:49 PM Revision 52255d17 (ffmpeg): End startcode prefix search at the end of a AVC unit.
- Fixes issue1550.
Originally committed as revision 20784 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:38 AM Revision f543f636 (ffmpeg): revert r20775, because equivalent code has been committed to x264 ins...
- Originally committed as revision 20783 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision 099f772e (ffmpeg): Minor version bump for mbtree addition.
- Originally committed as revision 20782 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/08/2009
- 11:47 PM Revision 4b86926b (ffmpeg): Support AVI1 and AVI2 in avi as MJPEG.
- Fixes issue 1602.
Originally committed as revision 20781 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:23 PM Revision 24b403f3 (ffmpeg): Mention patcheck.
- Patch by Zhihang Wang, zhihang D wang A gmail
Originally committed as revision 20780 to svn://svn.ffmpeg.org/ffmpeg/... - 10:01 PM Revision 62096b99 (ffmpeg): Make parse_key_value_pair() print an error message if a key is not
- found in the context.
Originally committed as revision 20779 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:00 PM Revision 7d132c54 (ffmpeg): Use an unsigned int to contain all the color values of the expressions
- of the type 0xRRGBBAA parsed by av_parse_color(), using a simple int
was resulting in unexpected results as the most ... - 09:24 PM Revision 758c7455 (ffmpeg): fix a crash in ape decoding on x86_32 sse2
- Originally committed as revision 20777 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:18 PM Revision 21600a77 (ffmpeg): AC-3 decoder is no longer GPL; update FAQ
- Originally committed as revision 20776 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 PM Revision 2d0cacde (ffmpeg): Boolify options passed to x264.
- Originally committed as revision 20775 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:01 PM Revision 25a42948 (ffmpeg): Add MBtree support for libx264
- Patch by Erik Slagter
Originally committed as revision 20774 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:20 PM Revision f6586314 (ffmpeg): aac: Set sample rate in avctx from ADTS header (if not already set by...
- other means)
Originally committed as revision 20773 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:38 PM Revision e262365d (ffmpeg): Reduce warnings about too few consumed bytes to debug level.
- Fixes issue1061.
Originally committed as revision 20772 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:08 PM Revision e87eb039 (ffmpeg): Fix alpha plane flipping for the yuva420p and similar pixel formats.
- Originally committed as revision 20771 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision e185a2f6 (ffmpeg): Do as the comment says and signal an error.
- Originally committed as revision 20770 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:48 PM Revision b8919a30 (ffmpeg): 10l bug, use av_fast_malloc() instead if av_malloc() for allocating a...
- buffers.
This and the previous revision fix a heap overflow.
Originally committed as revision 20769 to svn://svn.ffm... - 02:28 PM Revision 15bfe412 (ffmpeg): Try to allocate audio buffer sizes depending on the number of input b...
- Fixes issue1167.
Originally committed as revision 20768 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:18 PM Revision 5ee05a62 (ffmpeg): Check that the buffer size speified to avcodec_encode_audio() is not ...
- Originally committed as revision 20767 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:10 PM Revision 060b8592 (ffmpeg): Do not assume that av_get_bits_per_sample() is a multiple of 8.
- Originally committed as revision 20766 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 PM Revision b68a7679 (ffmpeg): Raise threshold of h263 probe by 1 to avoid misdetection.
- Fixes issue 1588.
Originally committed as revision 20765 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:33 PM Revision f76eef99 (ffmpeg): Add out commented av_log to debug h263_probe.
- Originally committed as revision 20764 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision 6de5b627 (ffmpeg): Also print the number of invalid packets in the debug output.
- Originally committed as revision 20763 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:19 PM Revision 55f65247 (ffmpeg): Flip the comparission direction of vid+audio+priv1 and pspack, it app...
- been wrong.
Fixes issue1571.
Originally committed as revision 20762 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/07/2009
- 09:06 PM Revision 7f6458a7 (ffmpeg): Make sure that compilation fails if functions like ff_put_string are ...
- that selected a bitstream writer for which they do not work.
Originally committed as revision 20761 to svn://svn.ff... - 04:26 PM Revision 80f47250 (ffmpeg): Get rid of audio_out2, it seems unneeded.
- Originally committed as revision 20760 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:01 PM Revision 384af837 (ffmpeg): Update seek.regression.ref. This is due to r20758.
- Originally committed as revision 20759 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:55 PM Revision 4da715cb (ffmpeg): AU : demuxed packet size should be sample size aligned.
- Fixes issue 1593.
Originally committed as revision 20758 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:52 AM Revision a8bcc7b4 (ffmpeg): Document the differences between the two asm fragments in initMMX2HSc...
- Originally committed as revision 29978 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:35 AM Revision 445a9dee (ffmpeg): Print error messages on errors.
- Originally committed as revision 20757 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom