Activity
From 02/21/2010 to 03/22/2010
03/22/2010
- 09:58 PM Revision 19de452a (ffmpeg): Move ff_flac_write_header() to flacenc.h, which removes the Matroska ...
- dependency on flacenc.o and fixes the unnecessary dependency on vorbiscomment.o.
Originally committed as revision 22... - 09:12 PM Revision ef768b0c (ffmpeg): Disallow VLC coding with more than 8 bits as there are several bugs
- in that code that could lead to broken files.
AC coding is unaffected.
Originally committed as revision 22638 to svn... - 08:18 PM Revision c5113129 (ffmpeg): Dont senselessly fail on rawvideo that isnt 3 files per frame.
- Originally committed as revision 22637 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:26 PM Revision 887af2aa (ffmpeg): RTP depacketization of Theora
- Patch by Josh Allmann (joshua allmann gmail com)
Originally committed as revision 22636 to svn://svn.ffmpeg.org/ffmp... - 03:07 PM Revision 685e76b5 (ffmpeg): Reindent
- Originally committed as revision 22635 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:07 PM Revision b7dc88fc (ffmpeg): Add support for TCP as lower transport in the RTSP muxer
- Originally committed as revision 22634 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:04 PM Revision 5d7bc46c (ffmpeg): Throw out last experimental warning that was printed for colorspaces ...
- 8 bits per component. This does no good except scaring users away.
Originally committed as revision 22633 to svn://s... - 02:57 PM Revision d6461900 (ffmpeg): Add doxygen docs for av_xiphlacing
- Patch by Josh Allmann (joshua allmann gmail com)
Originally committed as revision 22632 to svn://svn.ffmpeg.org/ffmp... - 02:44 PM Revision 9dff2308 (ffmpeg): Interpret valueless attributes in AMR ftmp lines as being 1
- Originally committed as revision 22631 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:42 PM Revision 6e69f6c4 (ffmpeg): Use the caller's RTSPMessageHeader in rtsp_setup_input_streams
- Currently, the caller doesn't get the status_code and location for rediects,
since rtsp_setup_input_streams uses a co... - 02:26 PM Revision 0e22d688 (ffmpeg): Remove the word "experimental"
- Originally committed as revision 22629 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:50 AM Revision db97be63 (fifo): change fds to non-blocking mode
- 07:49 AM Revision fe2c0307 (fifo): change debug output
03/21/2010
- 10:23 PM Revision e1c9d266 (ffmpeg): Ignore x264 build=0 as there is no such version, this restores previous
- behavior approximately.
Originally committed as revision 22628 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:06 PM Revision bb45237e (ffmpeg): Fix FLAC demuxer dependencies.
- Patch by James Darnley <james darnley at gmail>
Originally committed as revision 22627 to svn://svn.ffmpeg.org/ffmpe... - 04:34 PM Revision 68006ed0 (ffmpeg): Drop AVERROR_NOFMT at the next libavutil major bump.
- Originally committed as revision 22626 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:34 PM Revision 2928b83c (ffmpeg): Make av_open_input_file() return AVERROR_INVALIDDATA rather than
- AVERROR_NOFMT if the format is unknown / cannot be recognized.
It is returned AVERROR_INVALIDDATA, in the sense that... - 04:34 PM Revision e4445e9c (ffmpeg): Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather than
- AVERROR_NOFMT in case of invalid / unknown packet size.
Originally committed as revision 22624 to svn://svn.ffmpeg.o... - 04:29 PM Revision e99f8d32 (ffmpeg): Do not use puts, it adds additional newlines making the generated files
- needlessly ugly.
Originally committed as revision 22623 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:03 PM Revision c787cb33 (ffmpeg): Add support for hard-coding the 256kB large dv_vlc_map table.
- Originally committed as revision 22622 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 PM Revision 8de0859b (ffmpeg): Extend and move macros to create table printing functions to header.
- Simplifies creating custom functions for printing DV VLC-related tables.
Originally committed as revision 22621 to s... - 02:43 PM Revision 10249a5f (ffmpeg): Split VLC-related tables out of dvdata.h to make it easier to add sup...
- for hard-coding tables.
Originally committed as revision 22620 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:36 AM Revision b531e1ab (ffmpeg): Reindent after r22618.
- Originally committed as revision 22619 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:35 AM Revision 8305c76b (ffmpeg): Split DCT-II and DCT-III in different functions, they do not share an...
- Originally committed as revision 22618 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 AM Revision e30ab38e (ffmpeg): Call DCT by function pointer. Needed for any future ASM implementatio...
- allows further cleanup.
Originally committed as revision 22617 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:28 AM Revision 89d7df7c (ffmpeg): Cosmetics: move ff_dct_init() to the bottom of the file
- Originally committed as revision 22616 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:24 AM Revision 2758004f (ffmpeg): DCT: remove unused field from context
- Originally committed as revision 22615 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 AM Revision b78a985a (ffmpeg): fix minor typo
- Originally committed as revision 22614 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:24 AM Revision e547328b (ffmpeg): Revert removal of _NETBSD_SOURCE definition.
- It is indeed necessary to compile on NetBSD.
Originally committed as revision 22613 to svn://svn.ffmpeg.org/ffmpeg/t...
03/20/2010
- 11:18 PM Revision 3546fa8d (ffmpeg): fix compilation with --disable-everything --enable-decoder=mpeg2video
- Originally committed as revision 22612 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:39 PM Revision 4903b5ca (ffmpeg): Move variable declaration, fixes the warning:
- ffplay.c:1703: warning: unused variable `pos'
Originally committed as revision 22611 to svn://svn.ffmpeg.org/ffmpeg/... - 09:27 PM Revision 1366f059 (ffmpeg): rdft: reorder functions to avoid static prototype
- Originally committed as revision 22610 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 PM Revision 2881c831 (ffmpeg): Call rdft by function pointer
- Call the RDFT by a function pointer like other FFT related transforms.
This makes instruction set optimized versions ... - 04:51 PM Revision b297129b (ffmpeg): Hotfix for regtest-error failure
- a proper fix appears to require changing h263/mpeg2/motion est to index ref_index like
h264. Ill do this change and t... - 01:42 PM Revision 59b4b540 (ffmpeg): Add Changelog entry and bump lavf micro version for the addition of
- VorbisComment writing for FLAC, Ogg/FLAC, and Ogg/Speex files.
Originally committed as revision 22607 to svn://svn.f... - 01:39 PM Revision aeef3ec6 (ffmpeg): Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.
- Patch by James Darnley <james darnley at gmail>
Originally committed as revision 22606 to svn://svn.ffmpeg.org/ffmpe... - 01:36 PM Revision 66061a12 (ffmpeg): Add VorbisComment writing to FLAC files.
- Patch by James Darnley <james darnley at gmail>.
Originally committed as revision 22605 to svn://svn.ffmpeg.org/ffmp... - 01:02 AM Revision 64f6e357 (ffmpeg): 10l: fix build without termios.h
- Originally committed as revision 22604 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:52 AM Revision 673fc638 (ffmpeg): Error concealment of h264 with multiple references.
- Originally committed as revision 22603 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:09 AM Revision 1bafdcbd (ffmpeg): List the FFserver specific options under a "Main options" section, to
- distinguish them from the generic common options.
Originally committed as revision 22602 to svn://svn.ffmpeg.org/ffm...
03/19/2010
- 11:34 PM Revision 72af5d8a (ffmpeg): Change the definition of AVERROR_INVALIDDATA at the next libavutil
- major bump, using an FFmpeg specific error code rather than EINVAL,
which has a quite different semantics.
Originall... - 11:34 PM Revision 00291565 (ffmpeg): Extend description for AVERROR_INVALIDDATA.
- Originally committed as revision 22600 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:25 PM Revision 9a9509e6 (ffmpeg): Register atexit handler only when needed
- Originally committed as revision 22599 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:23 PM Revision 5bc2469e (streamers): Merge branch 'RockStreamer' into OfferStreamer
- Conflicts:
Makefile - 04:22 PM Revision 7d624a77 (streamers): Merge branch 'DumbStreamer' into RockStreamer
- Conflicts:
Makefile - 04:20 PM Revision 3076a802 (streamers): upgraded GRAPES to newest version
- 04:06 PM Revision 8e14c74c (streamers): makefile changed for easier merge
- 04:03 PM Revision 51dbf323 (streamers): Merge branch 'DumbStreamer-IO2' into DumbStreamer
- Conflicts:
out-stream.c - 03:59 PM Revision 7a86f98f (streamers): some debug output for out-stream-avf
- 03:58 PM Revision 529d08a9 (streamers): added pts/dts overflow handler to out-stream-avf
- 03:56 PM Revision bec77fd1 (streamers): some debug output in input-stream-avs
- 03:55 PM Revision 87c82f76 (streamers): fix loop support in input-stream-avs
- 12:29 PM Revision 78344779 (streamers): Merge remote branch 'abeni/io_consolidation' into DumbStreamer-IO2
- 11:57 AM Revision a7177cd5 (chunker-player): fixes is StreamerPlayer
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@781 c54fac...
- 11:54 AM Revision 3b1df622 (streamers): Write PTS and DTS in the frame header
- 09:58 AM Revision f5af8f16 (ffmpeg): Replace wrong condition name in #endif comment by correct instance.
- Originally committed as revision 30938 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:57 AM Revision 81bbd840 (ffmpeg): Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 v...
- COMPILE_ALTIVEC is never set to 1, it is just #defined.
Originally committed as revision 30937 to svn://svn.mplayerh... - 08:12 AM Revision 7c7bb98b (streamers): Merge branch 'RockStreamer' into OfferStreamer
- Conflicts:
loop.c - 08:09 AM Revision 7e3653fa (streamers): added missing signaling reception code to loop-mt
- 08:00 AM Revision a8dd4c42 (streamers): Merge branch 'DumbStreamer' into RockStreamer
- Conflicts:
loop-mt.c - 07:59 AM Revision 9d6a53c3 (streamers): handle some receive errors
- 07:44 AM Revision 7a39f142 (ffmpeg): ffmpeg.c: copy chapters by default.
- Patch by Anton Khirnov wyskas gmail com
Originally committed as revision 22598 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:41 AM Revision 1a8f1a2d (streamers): changed output to stdout
- 07:40 AM Revision 9cc07b6c (streamers): move definition of output format and filename
03/18/2010
- 11:36 PM Revision 5388f0b4 (ffmpeg): Reinitialize the h264 decoder context on every valid aspect ratio
- change, not only size changes.
Patch by Janusz Krzysztofik foo=zyszt <jkr$foo@tis.icnet.pl>.
Originally committed a... - 11:13 PM Revision 15ba015f (ffmpeg): The vflip filter does not need to keep ownership of a picture reference.
- Avoid creating and releasing useless extra picture references in the
start_frame and end_frame callbacks.
Originally... - 11:13 PM Revision d313e17a (ffmpeg): Use the new null callbacks to simplify filters and reduce duplicated ...
- Originally committed as revision 22595 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:12 PM Revision 91d1c741 (ffmpeg): Create a set of null callback functions.
- These are useful for filters which don't modify the image data.
Originally committed as revision 22594 to svn://svn.... - 11:02 PM Revision 22e8222f (ffmpeg): Extend the generic path of the yuv2rgb converter with support for rgb444
- output format.
Patch by Janusz Krzysztofik, jkrzyszt A tis D icnet D pl
Originally committed as revision 30934 to s... - 07:36 PM Revision 60c05f2e (streamers): debug output instead of real data only if DEBUGOUT is specified
- 03:32 PM Revision 9d8a82ea (streamers): fixed ip address autodetection
- re-added line that was accidentally removed in a cleanup
- 03:27 PM Revision 6bcb761d (streamers): differentiate threaded version in executable name
- 03:00 PM Revision d343d598 (ffmpeg): Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED
- Originally committed as revision 22593 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:45 PM Revision 8e0aa9cb (chunker-player): ok missing file
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@777 c54fac...
- 01:01 PM Revision 1e69ae95 (chunker-player): clean version of UserLayer external player/chunker/video source
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/Applications/StreamerPlayerChunker@774 c54fac...
- 09:04 AM Revision cab9a9fb (streamers): added some debug output to loop-mt
- 09:04 AM Revision c386efc6 (streamers): increasing buffer size in loop-mt
- 09:04 AM Revision 6abd9b83 (streamers): upgrading loop-mt with changes from loop
- 12:24 AM Revision 35a3bd84 (ffmpeg): It is difficult nowadays to compile without swscale support.
- Originally committed as revision 22592 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 AM Revision fd7cbc7f (ffmpeg): Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather than
- AVERROR(NOFMT) if one channel if the number of channels specified
is different than 1.
Originally committed as revis... - 12:22 AM Revision 8d5e638f (ffmpeg): Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if end
- of file is reached.
Originally committed as revision 22590 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/17/2010
- 11:51 PM Revision 8bab85e5 (ffmpeg): Remove printing of frame sizes and frame rate abbreviations from
- show_protocols().
The list of abbreviations is both outdated and out of context.
Originally committed as revision 2... - 11:39 PM Revision 076db5ed (ffmpeg): Add a -window_title option, which sets the FFplay window title.
- Patch by Robert Krüger "krueger ET signal7 DOT de".
Originally committed as revision 22588 to svn://svn.ffmpeg.org/f... - 11:23 PM Revision 1400bd5a (ffmpeg): Make ad-hoc lavfi tests use random values for the slice height used
- per each frame, useful for testing slicification.
Originally committed as revision 22587 to svn://svn.ffmpeg.org/ffm... - 11:23 PM Revision cec96e8d (ffmpeg): Add some ad-hoc tests for libavfilter.
- A patched version of ffmpeg supporting video filters is required for
getting this working; thus make lavfitest is sup... - 03:14 PM Revision a7a85dc4 (ffmpeg): Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, ...
- negative values, e.g. SAMPLE_FMT_NONE (-1), are read correctly also.
Originally committed as revision 22585 to svn:/... - 03:06 PM Revision 9109cdca (ffmpeg): Fix compilation on PPC 470.
- Originally committed as revision 22584 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:43 PM Revision 838c7c74 (ffmpeg): Remove $(MSG) override for install-lib targets
- This is no longer needed and causes incorrect output in some cases.
Originally committed as revision 22583 to svn://... - 02:43 PM Revision de5aba8c (ffmpeg): Make ranlib silent in brief output mode
- Running ranlib is quick and uninteresting, no need to print it.
Originally committed as revision 22582 to svn://svn.... - 01:04 PM Revision 57937d61 (ffmpeg): qtrleenc: add rgb555 output
- Patch by Alexis Ballier std_gmail_addr(name.surname)
Originally committed as revision 22581 to svn://svn.ffmpeg.org/... - 12:58 PM Revision b3a9fb04 (streamers): Merge remote branch 'abeni/io_consolidation' into DumbStreamer-IO2
- 12:48 PM Revision 85229967 (streamers): handle some more compile warnings
- 12:48 PM Revision ea78ed9a (streamers): handle some compile warnings
- 12:47 PM Revision 525bb486 (streamers): handle some receive errors
- 12:38 PM Revision 625dbc20 (streamers): increase buffer size to accomodate large messages
- 07:53 AM Revision ace38c36 (ffmpeg): Correct reference buffer switching in Indeo 5 decoder.
- Patch by Maxim ($indeo5decauthor)
Originally committed as revision 22580 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:49 AM Revision 6eec969d (ffmpeg): document two variables in Indeo5 decoding context
- Originally committed as revision 22579 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:37 AM Revision e88c9dac (ffmpeg): Cosmetics: vertical align
- Originally committed as revision 22578 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:37 AM Revision c0bc2fed (ffmpeg): Allow format and noformat filters to be more completely disabled when...
- other is enabled.
Originally committed as revision 22577 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:37 AM Revision 55fd1bbc (ffmpeg): Cosmetics: rearrange functions to simplify ifdeffery
- Originally committed as revision 22576 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:36 AM Revision ad8eede7 (ffmpeg): vfwcap: Free remaining packets on vfw_read_close().
- Originally committed as revision 22575 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:24 AM Revision ce03ed4d (ffmpeg): Do not store a copy of AVFormatContext *s in vfw_ctx.
- Save *s directly in SetWindowLongPtr instead.
Originally committed as revision 22574 to svn://svn.ffmpeg.org/ffmpeg/... - 03:43 AM Revision 3922deb5 (ffmpeg): Add video filter to manipulate aspect ratio
- Originally committed as revision 22573 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 AM Revision 68f0bc7e (ffmpeg): Use H264s MC instead of mpeg4-asp qpel for h264 error resilience.
- Originally committed as revision 22572 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/16/2010
- 09:45 PM Revision c7f625ee (ffmpeg): Fix erroneous behaviour when format probe hits end of file
- If the format probe hits end of file, do not add the error code
to the buffer position. This is obviously wrong, and... - 09:23 PM Revision 3bd74e92 (ffmpeg): Simplify arch-specific object file lists
- Originally committed as revision 22570 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:22 PM Revision 43f60eba (ffmpeg): Move arch-specific makefile parts into $arch/Makefile
- Originally committed as revision 22569 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:22 PM Revision e0e335a0 (ffmpeg): configure: do not use $_
- Both bash and ksh abuse this variable even in POSIX mode, leading
to unpleasant surprises.
Originally committed as r... - 06:32 PM Revision 2f821b03 (ffmpeg): Add compilation hints for Cygwin 1.7 and remove the ones for 1.5
- Originally committed as revision 22567 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 PM Revision 562f22a6 (ffmpeg): Typo: if output (video) stream's pix_fmt is not set, then the stream ...
- be ENcoded, not DEcoded.
Originally committed as revision 22566 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:31 PM Revision 5557f497 (streamers): Support various video codec ids
- 11:58 AM Revision 0afd03fd (streamers): Output cleanup
- 11:50 AM Revision 21ec2f15 (streamers): Copyright
- 11:27 AM Revision cc6a39bf (streamers): Small cleanup
- move payload header writing to a separate function
- 01:17 AM Revision 4693b031 (ffmpeg): Move H264 dsputil functions into their own struct
- This moves the H264-specific functions from DSPContext to the new
H264DSPContext. The code is made conditional on CO...
03/15/2010
- 11:50 PM Revision 30686299 (streamers): Merge remote branch 'abeni/io_consolidation' into DumbStreamer
- Conflicts:
Makefile - 11:40 PM Revision f5beb9a8 (ffmpeg): 100L, revert r22560, already present
- Originally committed as revision 22564 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:32 PM Revision 4a0cf686 (ffmpeg): patcheck: Escape parentheses in grep calls
- Originally committed as revision 22563 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:15 PM Revision 972ffe62 (ffmpeg): rename av_read_frame_flush to ff_read_frame_flush
- it is an internal function, not part of public API
Originally committed as revision 22562 to svn://svn.ffmpeg.org/ff... - 11:14 PM Revision 588af13f (ffmpeg): rename av_program_add_stream_index to ff_program_add_stream_index
- it is an internal function, not part of public API
Originally committed as revision 22561 to svn://svn.ffmpeg.org/ff... - 11:11 PM Revision 48b2ef95 (ffmpeg): mpegts muxer now needs mpeg4audio code like adts muxer
- Originally committed as revision 22560 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:04 PM Revision fbe8c56d (ffmpeg): Correctly write last 0 lacing value when packet size is multiple of 2...
- Originally committed as revision 22559 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 PM Revision 404793f4 (ffmpeg): H264: fix signed overflow in constant multiplication
- This fixes libavcodec/h264.h:1100: warning: integer overflow in expression
Originally committed as revision 22558 to... - 10:54 PM Revision 493f54ad (ffmpeg): Add AVSEEK_FORCE flag to indicate that the code should attempt to seek
- by any means.
Originally committed as revision 22557 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:49 PM Revision 53f66cee (ffmpeg): Add ff_ prefix for mpeg2_dc_scale_table.
- Originally committed as revision 22556 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:37 PM Revision 6dfa52c8 (ffmpeg): matroskadec: fix missing dependency
- Originally committed as revision 22555 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 PM Revision 6506c3d2 (ffmpeg): Support intra_dc_precision>8 in jpeg
- Originally committed as revision 22554 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:45 PM Revision 80232350 (ffmpeg): Allow mpeg style yuv in jpeg when strict standard compliance is small...
- Originally committed as revision 22553 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:23 PM Revision 2fad0977 (ffmpeg): Add FATE tests
- This adds a "fate" make target which runs the full FATE test suite.
Individual tests can be run with "make fate-$test... - 07:03 PM Revision f75ab7a6 (ffmpeg): cosmetics : Print newline after error message.
- Originally committed as revision 22551 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:37 PM Revision bd57cae8 (ffmpeg): use mpeg2 quantization bias for mjpeg.
- this seems to improve RD performance.
Originally committed as revision 22550 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:36 PM Revision db128802 (ffmpeg): Reindent
- Originally committed as revision 22549 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:36 PM Revision ad2ae6db (ffmpeg): Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp...
- Skip interleaved packets manually and recheck if there's more to be read.
Originally committed as revision 22548 to ... - 04:31 PM Revision ec55edba (ffmpeg): Make rtsp_skip_packet non-static, add ff prefix
- Originally committed as revision 22547 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:15 PM Revision c040badb (ffmpeg): Reindent
- Originally committed as revision 22546 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:42 PM Revision d74bb0e5 (streamers): First shot at a libav-based output module
- 02:20 PM Revision c07c6f81 (ffmpeg): RTSP: Synchronize the start time of the chained RTP muxers
- This makes sure that the streams get correctly synchronized when viewed,
previously the streams were out of sync by a... - 02:03 PM Revision 4a287145 (ffmpeg): Remove avcodec_thread_execute from avcodec.h, and make static functio...
- need it in *thread.c.
Originally committed as revision 22544 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:13 PM Revision 74ff12bb (streamers): Put the frame rate in the payload header...
- 10:37 AM Revision b1d55e5e (ffmpeg): Use AVFormatContext.start_time_realtime in the RTP muxer
- Originally committed as revision 22543 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:36 AM Revision 2dad0dce (ffmpeg): Move the NTP offset definitions to internal.h
- Originally committed as revision 22542 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:30 AM Revision a5b3d34b (ffmpeg): Add APIchanges entry for AVFormatContext.start_time_realtime
- Originally committed as revision 22541 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 AM Revision b8819c85 (ffmpeg): Add a new field AVFormatContext.start_time_realtime
- Currently intended to be used by the RTP muxer
Originally committed as revision 22540 to svn://svn.ffmpeg.org/ffmpeg... - 10:19 AM Revision e0f42ea7 (streamers): Correctly decode the chunk payload header
- 08:49 AM Revision 63100f58 (ffmpeg): riff: don't pad extradata when writing ASF.
- Patch by Anton Khirnov mirror(moc liamg saksyw)
Originally committed as revision 22539 to svn://svn.ffmpeg.org/ffmpe... - 08:35 AM Revision 0298cc04 (ffmpeg): Add dependencies used by the RDT and ASF/RTP code
- Originally committed as revision 22538 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:33 AM Revision d55065a2 (ffmpeg): ffmpeg: Combine variable declaration and definition
- Originally committed as revision 22537 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:32 AM Revision 47b229db (ffmpeg): ffmpeg: Factor out redundant sync_ipts calculation
- Originally committed as revision 22536 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:19 AM Revision e536ccd6 (ffmpeg): matroskadec: use more appropriate error code
- Originally committed as revision 22535 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/14/2010
- 11:59 PM Revision e4a9e3cc (ffmpeg): move ff_url_split() and ff_url_join() declarations to internal.h
- those functions are not part of the public API
Originally committed as revision 22534 to svn://svn.ffmpeg.org/ffmpeg... - 11:52 PM Revision 66b50bc0 (ffmpeg): Cosmetics: Fix a comment.
- Originally committed as revision 22533 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:40 PM Revision eadd495d (ffmpeg): Move the probe loop from av_open_input_file() into its own method
- av_probe_input_buffer() so that it can be reused. Here are a few
differences to the original way things were probed:
... - 10:29 PM Revision 1e470fad (ffmpeg): DWT: x86 init should depend on HAVE_MMX
- The init function is only compiled if MMX is enabled, the call
must use the same condition.
Originally committed as ... - 10:25 PM Revision 6d2877f4 (ffmpeg): error.h: test EDOM instead of EINVAL
- C99 doesn't require EINVAL, only EDOM, EILSEQ, and ERANGE.
Originally committed as revision 22530 to svn://svn.ffmpe... - 10:25 PM Revision e4836e3c (ffmpeg): Add missing includes to libavutil/error.h
- Originally committed as revision 22529 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:16 PM Revision 73ddbd9d (ffmpeg): Change the definition of AVERROR_NUMEXPECTED at the next libavutil
- major bump, using an FFmpeg specific error code rather than EDOM,
which has a quite different semantics.
Originally ... - 07:59 PM Revision c26bce10 (ffmpeg): Allow hard-coding of the 32kB cubic-root table for AAC.
- Originally committed as revision 22527 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:48 PM Revision 7732f641 (ffmpeg): Fix brief make output for generated tables
- Originally committed as revision 22526 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:30 PM Revision 062777b3 (ffmpeg): Allow hard-coding several QDM2 tables (about 32 kB size).
- Originally committed as revision 22525 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 PM Revision 108d262c (ffmpeg): Add some more table-printing functions needed for future patches.
- Originally committed as revision 22524 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:14 PM Revision 526c3729 (streamers): fix problem with growing bmaps
- if no bmaps arrived, jsut offers, the bmap of the peer was growing infinitely.
This is just a workaround. A better fi... - 05:50 PM Revision 33996217 (ffmpeg): Add ff_ prefix to dwt functions
- Originally committed as revision 22523 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:50 PM Revision 05aec7bb (ffmpeg): Separate DWT from snow and dsputil
- This moves the DWT functions from snow.c and dsputil.c to a file of
their own. A new struct, DWTContext, holds the f... - 01:38 PM Revision 28eb5773 (ffmpeg): Avoid creating tiny (possibly only 64 bytes large) audio packets resu...
- huge processing and memory usage overhead for avi files with raw PCM audio.
Originally committed as revision 22521 t... - 01:52 AM Revision 686c7817 (ffmpeg): Make sure all mvs of a mb are set in the error concealment code.
- Originally committed as revision 22520 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:32 AM Revision c6a7b97c (ffmpeg): Mark AVERROR_ENOENT for deletion at the next libavutil major bump.
- The symbol is currently unused, AVERROR(ENOENT) must be used instead.
Originally committed as revision 22519 to svn:... - 01:32 AM Revision 9b359f51 (ffmpeg): Lexically sort the error code definitions.
- Originally committed as revision 22518 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 AM Revision bb4fcfa3 (ffmpeg): Ensure that the deblock filter accesses the correct MVs for h264.
- Originally committed as revision 22517 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/13/2010
- 09:12 PM Revision b3e5931d (ffmpeg): aacsbr: DSPUtilize analysis input scaling.
- Originally committed as revision 22516 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:12 PM Revision f8a93a20 (ffmpeg): aac: Don't bias output during the IMDCT if SBR will be used.
- Originally committed as revision 22515 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 PM Revision b14ec756 (streamers): Merge branch 'RockStreamer' into OfferStreamer
- 07:35 PM Revision 0d6547a4 (streamers): Merge branch 'DumbStreamer' into RockStreamer
- 07:33 PM Revision 9aa083be (streamers): upgrade GRAPES ref
- 07:19 PM Revision 7c074320 (ffmpeg): Mark AVERROR_ENOMEM to be deleted at the next major bump.
- AVERROR(ENOMEM) must be used instead, and there are no occurrences of
AVERROR_ENOMEM in the FFmpeg basecode so it can... - 07:19 PM Revision 5ae092ee (ffmpeg): Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark
- AVERROR_EIO for deletion at the next major bump.
Originally committed as revision 22513 to svn://svn.ffmpeg.org/ffmp... - 07:19 PM Revision 0edfa79b (ffmpeg): Make iff.c:decode_init return the value returned by
- avctx->get_buffer() in case of error, rather than AVERROR_UNKNOWN
which is deprecated, and mark AVERROR_UNKNOWN for d... - 06:19 PM Revision 382b5b3a (ffmpeg): CODEC_ID_XVID is not used anywhere, remove it at next major bump
- Originally committed as revision 22511 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:17 PM Revision 74dc70c4 (ffmpeg): bump minor avcodec version for libxvid codec id change (r22489)
- Originally committed as revision 22510 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 PM Revision 19096da1 (streamers): increased buffer size
- 12:33 PM Revision 89fb9ae9 (ffmpeg): Make the scale filter pass the pkt.pos information to the output
- picref.
Originally committed as revision 22509 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:41 AM Revision 8955a324 (ffmpeg): Bump libavfilter minor version and add APIchanges entry after the
- addition of the AVFilterPicRef.pos field.
Originally committed as revision 22508 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:27 AM Revision bb409513 (ffmpeg): Make ffplay pass the packet.pos information to the filterchain, get it
- again from the filterchain and pass it back to output_picture2().
Originally committed as revision 22507 to svn://sv... - 11:27 AM Revision 5bb5c1dc (ffmpeg): Add AVFilterPicRef.pos field and make libavfilter propagate stream
- byte position information, as stored in the pkt.pos, through the
filterchain.
Note that the pos field is added *non*... - 11:23 AM Revision 85deb6ec (streamers): minor
- 11:17 AM Revision 613263e9 (streamers): change default to IP address autodetect
- 11:17 AM Revision b3e7f2cb (streamers): adding ip address autodetection
- 10:41 AM Revision ec7ab610 (ffmpeg): Extend the slice filter to make it issue slice height values randomly
- choosen between 8 and 32 when the supplied parameter is the string
"random".
This is useful for testing the slice su... - 10:25 AM Revision 14268254 (ffmpeg): vp3: Split out motion vectors to their own array
- 1.5% faster overall decode on my penryn
Originally committed as revision 22504 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:59 AM Revision 99de2b59 (ffmpeg): Add APIchanges entry for the libavutil/error.h addition.
- Originally committed as revision 22503 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:52 AM Revision dbfa5e78 (ffmpeg): Add missing parentheses around the AVERROR_PATCHWELCOME macro
- definition.
Originally committed as revision 22502 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:45 AM Revision 984f5a9b (streamers): force link creation in makefile
- 09:43 AM Revision 60c144f7 (ffmpeg): Move error code definitions from libavcodec/avcodec.h to
- libavutil/error.h.
Error code definitions and handling code belong to libavutil, where
they can be shared by all the... - 05:59 AM Revision 1e76a1da (ffmpeg): theora: Add support for 4:2:2 and 4:4:4 subsampling
- Originally committed as revision 22500 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:59 AM Revision 1a856042 (ffmpeg): vp3: remove unneeded error, this is internal and doesn't happen
- Originally committed as revision 22499 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:56 AM Revision 57783884 (ffmpeg): vp3: Make fragment_width _height by plane
- Originally committed as revision 22498 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:56 AM Revision 1c183aa4 (ffmpeg): vp3: we only need a temp MV array of size 4
- Originally committed as revision 22497 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:56 AM Revision 703acd54 (ffmpeg): vp3: Use memset to clear the fragment array
- Originally committed as revision 22496 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:56 AM Revision cd9c03f5 (ffmpeg): vp3: Init MVs to 0
- Originally committed as revision 22495 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:56 AM Revision a16389c1 (ffmpeg): vp3: Simplify init_block_mapping
- Originally committed as revision 22494 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:55 AM Revision 3477897e (ffmpeg): oggdec: Set packet duration for ogm streams
- Originally committed as revision 22493 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/12/2010
- 11:49 PM Revision 6b10228a (ffmpeg): matroskadec: add support for SIPR audio tracks
- Originally committed as revision 22492 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:35 PM Revision 1ab0406d (ffmpeg): export rm_reorder_sipr_data() for future use by matroska demuxer
- Originally committed as revision 22491 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:34 PM Revision adae9fa6 (ffmpeg): export sipr_subpk_size for future use by matroska demuxer
- Originally committed as revision 22490 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:24 PM Revision 2325bdad (ffmpeg): libxvid is producing standard mpeg4 so it don't need its own codec id
- Originally committed as revision 22489 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:29 PM Revision 4f4e4008 (ffmpeg): Replace BSD-specific integer types by their POSIX equivalents.
- Mark bktr_init function as av_cold.
Tested to work by Michael Kostylev on the NetBSD FATE box.
Originally committed ... - 05:28 PM Revision 2138dc99 (ffmpeg): Add _XOPEN_SOURCE=600 to CPPFLAGS on NetBSD.
- This make NetBSD compile out of the box at the cost of a hack, but a
locally contained one that is preferable to the ... - 04:59 PM Revision 2c4bc23e (ffmpeg): Fix guess_mv() so that it works correctly with 4x4 MV blocks.
- Originally committed as revision 22485 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:23 PM Revision 5820b90d (ffmpeg): Fix indention
- Originally committed as revision 22484 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:21 PM Revision 2ce1c2e0 (ffmpeg): Always reset slice_table.
- Previously, the area of a lost slice would be left at the slice number of the previous
frame which could occasionally... - 03:12 PM Revision 382f3a5b (ffmpeg): Print skip_frames variable.
- Originally committed as revision 22482 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:03 PM Revision bb55e3a3 (ffmpeg): Document --disable-everything in configure --help.
- Originally committed as revision 22481 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 PM Revision 7a397a2e (ffmpeg): fix compilation with --disable-everything --enable-muxer=mpegts
- Originally committed as revision 22480 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 PM Revision 97197beb (ffmpeg): fix compilation with --disable-everything --enable-decoder=twinvq
- Originally committed as revision 22479 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:10 AM Revision 3ee4345d (streamers): Write some interesting information in the chunk payload header...
- 05:17 AM Revision 81b743eb (ffmpeg): oggdec: Pass packets to header() until the stream is done with them
- This fixes some old ogm files that had the 3rd vorbis header after a data
packet in another stream. This is invalid i... - 05:16 AM Revision 8730fad5 (ffmpeg): oggdec: Parse ogm chapters
- Originally committed as revision 22477 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 AM Revision 2e508585 (ffmpeg): oggdec: Cosmetics
- Originally committed as revision 22476 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 AM Revision d8ba7483 (ffmpeg): oggdec: Read ogm metadata
- Originally committed as revision 22475 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 AM Revision 533c30fc (ffmpeg): Const correctness for vorbis_comment
- Originally committed as revision 22474 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 AM Revision b53cde48 (ffmpeg): oggdec: Metadata is per-stream; don't merge multiple streams' together
- Originally committed as revision 22473 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 AM Revision e4d2d8c5 (ffmpeg): Add ff_ prefix to vorbis_comment
- Originally committed as revision 22472 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:23 AM Revision 2972e36e (ffmpeg): Don't use shell syntax to set variables for make.
- Originally committed as revision 22471 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/11/2010
- 05:42 PM Revision 95c6b5eb (ffmpeg): Fix spelling.
- Originally committed as revision 22470 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:26 PM Revision 34056cbb (ffmpeg): Fix a crash in the H.263 RTP packetizer
- If size == 1 and buf[0] == 0 and buf[1] == 0 (the first byte after the
buffer), it would set size = -1 and crash in t... - 03:49 PM Revision 06cae981 (streamers): Merge branch 'RockStreamer' into OfferStreamer
- 03:06 PM Revision 557f9297 (streamers): Merge branch 'DumbStreamer' into RockStreamer
- 03:05 PM Revision 9132cb6f (streamers): print output-buffer
- 03:05 PM Revision fc0260a4 (streamers): print chunk buffer
- 03:05 PM Revision 3c50e0b1 (streamers): protect buffer_print with DEBUG to save some cycles
- 03:04 PM Revision b45e7201 (streamers): protect cb_print with DEBUG to save some cycles
- 02:56 PM Revision fdcdce95 (streamers): added output-buffer_print
- 02:56 PM Revision d3a242ab (streamers): added cb_print to visualize the chunk buffer
- 01:40 PM Revision 41f12636 (grapes): Add support for large messages in the net helper
- 12:29 PM Revision 70b462cc (ffmpeg): Prevent memory leak introduced in r22389 in Bink demuxer: pass partia...
- Originally committed as revision 22468 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 AM Revision 2b3da32f (ffmpeg): Make rdft speed user configureable.
- Change default speed back to a slower variant.
Originally committed as revision 22467 to svn://svn.ffmpeg.org/ffmpeg... - 10:52 AM Revision b41ec742 (ffmpeg): Make binkaudio work with ff_float_to_int16_interleave_c (martin at ma...
- Originally committed as revision 22466 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:07 AM Revision e1069ecc (streamers): update GRAPES version
- 09:41 AM Revision 1e879f6b (streamers): remove dclog dependence
- 08:33 AM Revision 5c7fd910 (ffmpeg): Cosmetics, break a long line, fix brace placement
- Originally committed as revision 22465 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:24 AM Revision 26cb700c (ffmpeg): RTSP muxer: Create the SDP with the numerical IP of the peer
- instead of using the original host name
Originally committed as revision 22464 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:18 AM Revision d8b91fae (ffmpeg): oggdec: Seek to keyframes
- Originally committed as revision 22463 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 AM Revision 873d117e (ffmpeg): oggdec: Determine pts and filepos on a packet basis in read_timestamp
- This takes into account whether the granule defines the start or end times
of packets, and sets the correct file offs... - 07:17 AM Revision 6abaa272 (ffmpeg): oggdec: Move PTS/DTS calculation to a function
- Originally committed as revision 22461 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 AM Revision 2ac41150 (ffmpeg): oggdec: Fix memory leak in setting up vorbis headers
- Originally committed as revision 22460 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 AM Revision 8f8320d7 (ffmpeg): oggdec: Don't use ogg_stream's seq for vorbis or speex headers
- Originally committed as revision 22459 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 AM Revision 77560b0e (ffmpeg): oggdec: Fix duration calculation for streams with non-zero start
- Originally committed as revision 22458 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 AM Revision 32ad8692 (ffmpeg): oggdec: Parse skeleton to determine the start time of each stream
- Originally committed as revision 22457 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 AM Revision 296bdf9c (ffmpeg): oggdec: Check that we have a codec in gptopts (needed for skeleton)
- Originally committed as revision 22456 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 AM Revision dfaed51f (ffmpeg): oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h
- (skeleton will need them)
Originally committed as revision 22455 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:17 AM Revision 50a9d323 (ffmpeg): oggdec: Set data_offset to the right value
- Otherwise it gets set automatically to a page midstream and prevents seeking
to the first page.
Originally committed... - 07:17 AM Revision 73823cb9 (ffmpeg): oggdec: Save offset of the page needed to reconstruct the current packet
- Originally committed as revision 22453 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:35 AM Revision d38c9e7a (ffmpeg): Implement framedrop.
- Replace SDL timer by a seperate thread, more accurate and less annoying.
frame drop is enabled by default, bug report... - 02:32 AM Revision 5de91783 (ffmpeg): indent
- Originally committed as revision 22451 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:32 AM Revision 49e92878 (ffmpeg): random_seed: try other alternatives if reading /dev/random fails
- Originally committed as revision 22450 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:32 AM Revision 32f40ace (ffmpeg): sha: add missing include
- Originally committed as revision 22449 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:32 AM Revision cc1e807f (ffmpeg): snow: remove unused stub functions
- w53_32_c() and w97_32_c() are defined as stubs when snow encoder is
disabled. In this case, those functions are not ... - 02:32 AM Revision 8a3ceaf4 (ffmpeg): ffplay: use correct format specifiers in printf()
- Originally committed as revision 22447 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:32 AM Revision 2023cfea (ffmpeg): Add some required casts
- These casts are correct and safe. The pointers are guaranteed to
have proper alignment, and aliasing is not a proble... - 12:42 AM Revision 3952471d (ffmpeg): configure: remove stray semicolon
- Originally committed as revision 22445 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:39 AM Revision 54a2ae37 (ffmpeg): configure: use map() function in a couple of places
- Originally committed as revision 22444 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:39 AM Revision 36e2dea0 (ffmpeg): configure: add --disable-everything option
- This disables all codecs, formats, etc. It saves some typing when
only a few components are desired.
Originally com...
03/10/2010
- 10:43 PM Revision 122dcdcb (ffmpeg): Fix some apparent +- errors in the audio vissualization.
- The bugs become only vissible at higher time resolution than what is
used currently.
Originally committed as revisio... - 10:24 PM Revision 86decad6 (ffmpeg): sparc: fix a few pages of cast warnings
- Originally committed as revision 22441 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:24 PM Revision ad403802 (ffmpeg): sparc: fix dsputil prototypes
- Originally committed as revision 22440 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:24 PM Revision 47b1860e (ffmpeg): configure: allow mips64el and powerpc64 as values for --arch
- Originally committed as revision 22439 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 PM Revision 594a9aeb (ffmpeg): Make the ntp_time function available to other parts of libavformat, a...
- Originally committed as revision 22438 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:39 PM Revision 18c31f6f (ffmpeg): Only use .size in ARM assembly when targeting ELF
- This fixes compilation on mingw32ce
Originally committed as revision 22437 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:11 PM Revision d9427e84 (ffmpeg): Only reschedule refresh if we successfully removed the scheduled one.
- Fixes some spurious error messages.
Originally committed as revision 22435 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:45 PM Revision 562f382c (ffmpeg): Increase VIDEO_PICTURE_QUEUE_SIZE to 2.
- this allows more asynchronous decoding and display thus improving
video smoothness.
It also seems to improve absolute... - 03:39 PM Revision d3d7b12e (ffmpeg): Do not call SDL_SetVideoMode() with the same size as previously
- as this blanks the window.
Originally committed as revision 22433 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:26 PM Revision 114a93c7 (ffmpeg): Fix ffm_close return type.
- Originally committed as revision 22432 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:17 PM Revision 2dc22a64 (ffmpeg): Fix memory leak in FFM demuxer
- Originally committed as revision 22431 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 PM Revision 9a894c48 (ffmpeg): undef av_always_inline before redefining
- Fixes numerous warnings with --enable-small or --disable-optimizations.
Originally committed as revision 22430 to sv... - 10:37 AM Revision 19571fef (streamers): Merge branch 'RockStreamer' into OfferStreamer
- 10:37 AM Revision 4e49f1c5 (streamers): Merge branch 'DumbStreamer' into RockStreamer
- 10:36 AM Revision f7c16b43 (streamers): updated GRAPES revision
- 09:55 AM Revision 9885284c (ffmpeg): Check level_prefix a bit (this just checks the max our bitreader can ...
- as i did nt find a limit in the spec)
This should stop cavlc_decode_residual() on a zero bitstream
Originally commit... - 09:20 AM Revision 83c2bc7a (ffmpeg): In mpegts muxer, free adts context and temporary data
- Originally committed as revision 22428 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:19 AM Revision e3433702 (ffmpeg): reindent
- Originally committed as revision 22427 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:44 AM Revision cbfa66d0 (ffmpeg): Include os_support.h which has a fallback declaration of socklen_t
- This fixes compilation on some OSes
Patch by Dave Yeo, daveryeo at telus dot net
Originally committed as revision 2... - 07:43 AM Revision 611b17d7 (ffmpeg): Using struct timeval requires sys/time.h, fixes compilation on some OSes
- Patch by Dave Yeo, daveryeo at telus dot net
Originally committed as revision 22425 to svn://svn.ffmpeg.org/ffmpeg/t... - 05:25 AM Revision e24080f0 (ffmpeg): vfwcap: Add support for UYVY pixel format.
- Originally committed as revision 22424 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:10 AM Revision 0853a2b4 (ffmpeg): 10l: fix version.h generation
- Note to self: always test in a clean directory
Originally committed as revision 22423 to svn://svn.ffmpeg.org/ffmpeg... - 02:57 AM Revision 0680c40a (ffmpeg): Remove .SECONDARY directive
- The presence of the .SECONDARY directive caused thing to not always
be correctly rebuilt. Mentioning the object file... - 02:56 AM Revision f82bf850 (ffmpeg): Make version.h depend on git changes
- Originally committed as revision 22421 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:56 AM Revision 6a53fffd (ffmpeg): Improve version.h generation
- Force version.sh to run whenever the version might have changed,
regardless of what is being built. This is done by ... - 02:56 AM Revision 93bff1de (ffmpeg): Replace $(G) with more generic $(M) in silent make rules
- Originally committed as revision 22419 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:56 AM Revision 86be2bc3 (ffmpeg): Prettify make output for documentation
- Originally committed as revision 22418 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:56 AM Revision b91cd809 (ffmpeg): Change dir into doc/ when running texi2html
- This silly program always writes its output to the current directory.
Changing directory is better than moving the fi... - 12:59 AM Revision f50dafa8 (ffmpeg): vp3: avoid buffer overread in coeff decode
- I couldn't measure it to be slower for normal interframe videos.
For the worst case, high-bitrate intra-only videos, ...
03/09/2010
- 11:37 PM Revision 2cbc1ec6 (ffmpeg): Fix indentation after r22414.
- Originally committed as revision 22415 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:35 PM Revision d00261a3 (ffmpeg): SIMD optimization using float_to_int16_interleave.
- Patch by Zhou Zongyi, zhouzy A os D pku D edu D cn
Originally committed as revision 22414 to svn://svn.ffmpeg.org/ff... - 10:09 PM Revision 80b2d694 (streamers): initialize some fileld in output.c
- 09:50 PM Revision 6ebc7240 (ffmpeg): aacsbr: Check that bs_num_env is valid before writing arrays with it ...
- Originally committed as revision 22413 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:46 PM Revision 134b8cbb (ffmpeg): aacsbr: Cleanup read_sbr_grid and copy_sbr_grid after the recent over...
- Originally committed as revision 22412 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 PM Revision f7e7888b (ffmpeg): aacsbr: Factor out the common end border case from t_q setup.
- Originally committed as revision 22411 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:29 PM Revision ac8d655a (ffmpeg): aacsbr: read bs_rel_bord directly into t_env.
- Originally committed as revision 22410 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:46 PM Revision ecc1f8c3 (ffmpeg): aacsbr: Make the previous value of bs_num_env local to read_sbr_data().
- Originally committed as revision 22409 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:16 PM Revision 46751a65 (ffmpeg): aacsbr: Initialize e_a[1] to -1.
- This triggers lAPrev (e_a[0]) on the first SBR frame to be -1. The spec is
somewhat ambiguous to what this value shou... - 05:39 PM Revision 2ed6f399 (ffmpeg): Replace many includes of libavutil/common.h with what is actually needed
- This reduces the number of false dependencies on header files and
speeds up compilation.
Originally committed as rev... - 04:44 PM Revision 19fcd66c (ffmpeg): Docs: Place the vorbis comment properly, currently it's shown above t...
- Originally committed as revision 22406 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:17 PM Revision 297bfb2f (ffmpeg): libm.h needs attributes.h
- Originally committed as revision 22405 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:17 PM Revision a7e7d40c (ffmpeg): ARM: set size of asm functions in object files
- Originally committed as revision 22404 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 PM Revision db76ca7f (ffmpeg): Use rt->control_uri consequently instead of s->filename in all RTSP c...
- Originally committed as revision 22403 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:56 PM Revision 28e5130b (ffmpeg): Replace some printf() with puts() in tableprint.c
- This gets rid of a gcc warning about non-literal format strings.
Originally committed as revision 22402 to svn://svn... - 03:56 PM Revision a736e0e5 (ffmpeg): Prettify make output when generating headers
- Originally committed as revision 22401 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 PM Revision 67c10de7 (ffmpeg): Add special case to avoid binary search when appending index entries.
- Originally committed as revision 22400 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 PM Revision 549b69d9 (streamers): Merge branch 'RockStreamer' into OfferStreamer
- 03:10 PM Revision 335ee1aa (ffmpeg): Move libm replacements to new header libm.h
- ffmpeg.c uses lrintf(), which is missing on some systems. Previously
it picked up the replacement via libavutil/inte... - 02:59 PM Revision 03f8fc08 (ffmpeg): RTSP: Resolve and use the actual IP address of the peer we're connect...
- instead of using the original host name, since the RTP (and UDP) protocols
may choose another IP address if the host ... - 02:58 PM Revision 0c8cc2c4 (ffmpeg): Reorder some make rules
- I like it better this way.
Originally committed as revision 22397 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:58 PM Revision d8e117dd (ffmpeg): Remove superflous ifdef CONFIG_{STATIC,SHARED} in makefiles
- Originally committed as revision 22396 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:58 PM Revision 1afc4750 (ffmpeg): configure: always write shared lib variables to config.mak
- Originally committed as revision 22395 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:58 PM Revision 451db983 (ffmpeg): Simplify static/shared build rules
- Originally committed as revision 22394 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:58 PM Revision 8c5239b3 (ffmpeg): Move some make rules outside of eval'd block
- These rules use only global variables and thus do not need to be expanded.
Originally committed as revision 22393 to... - 02:58 PM Revision 477b3382 (ffmpeg): cosmetic: move some makefile variable definitions
- Originally committed as revision 22392 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:58 PM Revision 7acc0104 (ffmpeg): Remove duplicates from OBJS
- Originally committed as revision 22391 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:37 PM Revision fb6a32c3 (ffmpeg): Remove static function name prefixes from American Laser Games MM dem...
- Originally committed as revision 22390 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:32 PM Revision cc4e8b12 (ffmpeg): Ensure Bink demuxer returns AVERROR code when av_get_packet() fails
- Originally committed as revision 22389 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:09 PM Revision 279a0c97 (ffmpeg): Enable tcp_protocol when enabling http
- Originally committed as revision 22388 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:14 AM Revision eff16202 (streamers): Merge branch 'DumbStreamer' into RockStreamer
- 11:14 AM Revision 58891720 (ffmpeg): aacsbr: Dead code removal.
- Originally committed as revision 22387 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:13 AM Revision f0bb64e2 (streamers): added -o parameter to set output buffer size
- 11:13 AM Revision afd96c34 (ffmpeg): aacsbr: Remove a slightly incorrect comment.
- The two conditions are equivalent.
Originally committed as revision 22386 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:32 AM Revision 171b7b91 (ffmpeg): Revert r22288 "Increase FF_INPUT_BUFFER_PADDING_SIZE to 64."
- Originally committed as revision 22385 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:27 AM Revision 79350786 (ffmpeg): aacsbr: Cleanup the newly merged read_sbr_grid, eliminating several c...
- and some duplicate local variables.
Originally committed as revision 22384 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:26 AM Revision 7333f849 (ffmpeg): aacsbr: Move the e_a calculation from sbr_mapping() to read_sbr_grid().
- Originally committed as revision 22383 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 AM Revision b9c3e3b6 (ffmpeg): aacsbr: Merge sbr_time_freq_grid into read_sbr_grid (and into copy_sb...
- Originally committed as revision 22382 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:25 AM Revision ed1d1129 (ffmpeg): aacsbr: Fail early on illegal envelope counts.
- Originally committed as revision 22381 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:18 AM Revision af2907a9 (streamers): output: adding init with bufsize
- 09:54 AM Revision b36d3310 (streamers): Makefile: added RELEASE tag
- 09:45 AM Revision d1de8494 (grapes): Fix some const related warnings
- some more warnings are left in the topology manager... They will be
resolved when merging the "topman" branch - 09:37 AM Revision 8e742d0c (grapes): Merge branch 'master' into makefiles
- Conflicts:
som/Tests/Makefile - 09:27 AM Revision 8a9ee4b1 (ffmpeg): aacsbr: Check for illegal values of bs_pointer in sbr_read_grid().
- Originally committed as revision 22380 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 AM Revision a332a301 (grapes): Merge commit 'origin/chunkbuffer'
- 08:20 AM Revision e8ff21fd (ffmpeg): Revert commit 22378.
- It broke FATE and kostya asked me on IRC to revert it.
Originally committed as revision 22379 to svn://svn.ffmpeg.or... - 08:07 AM Revision 07cea6d1 (ffmpeg): Fix compilation on powerpc with --disable-altivec
- in case altivec is disabled, even compilation of code using altivec
keywords or asm must be avoided.
Originally comm... - 07:14 AM Revision 95bd18ee (ffmpeg): Check for reference frames so RV 3/4 won't segfault trying to copy da...
- nonexisting reference.
Originally committed as revision 22378 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:52 AM Revision d63a7187 (ffmpeg): vp3: correctly clip vp3_draw_horiz_band call
- Originally committed as revision 22377 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:21 AM Revision bf3d904c (ffmpeg): 10l: Include missing return values in functions made non-void by the ...
- Originally committed as revision 22376 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:13 AM Revision 58b1cba0 (ffmpeg): aacsbr: Propagate errors from read_sbr_grid to prevent crashes in mal...
- Originally committed as revision 22375 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:11 AM Revision e0be7630 (ffmpeg): Add a missing fft.h include to the aacsbr decoder.
- Patch by Georgi Chorbadzhiyski gf at unixsol dot org
Originally committed as revision 22374 to svn://svn.ffmpeg.org/... - 06:10 AM Revision 49351479 (ffmpeg): Add missing build dependencies for the AAC decoder caused by adding o...
- Patch by Georgi Chorbadzhiyski gf at unixsol dor org
Originally committed as revision 22373 to svn://svn.ffmpeg.org/... - 04:23 AM Revision f9ff7179 (ffmpeg): mkvenc: Handle negative timestamps correctly
- Originally committed as revision 22372 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:23 AM Revision 654b65d0 (ffmpeg): mkvenc: Don't try to write packets with unknown timestamps
- Originally committed as revision 22371 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:23 AM Revision 84d4e599 (ffmpeg): mkvenc: write dts for VFW mode
- Originally committed as revision 22370 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:53 AM Revision fe3ab8ad (ffmpeg): Fix encoder metadata string langcode in mov muxer
- Originally committed as revision 22369 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:21 AM Revision cc255afe (ffmpeg): Correctly mark mov metadata as utf-8, using iso language code
- Originally committed as revision 22368 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:20 AM Revision b0e88ca6 (ffmpeg): Bump avcodec minor version for kgv1 decoder
- Originally committed as revision 22367 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:19 AM Revision b90b1b4c (ffmpeg): Fix build on configurations without fast av_log2()
- This is a bit hackish. I will try to think of something nicer, but
this will do for now.
Originally committed as re... - 01:03 AM Revision 08a186c6 (ffmpeg): In mov demuxer, convert mac encoded strings to utf-8
- Originally committed as revision 22365 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:03 AM Revision bf354122 (ffmpeg): Kega Game Video (KGV1) decoder
- Originally committed as revision 22364 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 AM Revision 987e857f (ffmpeg): Preallocate index entries in mov demuxer, huge speedup
- Originally committed as revision 22363 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:37 AM Revision 1307463d (ffmpeg): Fix interlaced vc-3 decoding, issue #1753
- Originally committed as revision 22362 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 AM Revision ff65969f (ffmpeg): vp3: Set pict_type
- Originally committed as revision 22361 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 AM Revision 7a4e8b59 (ffmpeg): vp3: Allocate a dummy reference frame if we have no keyframe
- Originally committed as revision 22360 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 AM Revision 0c9afacb (ffmpeg): vp3: use FF_BUFFER_TYPE_COPY
- Originally committed as revision 22359 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 AM Revision e72d2d12 (ffmpeg): vp3: Don't leak buffers on errors
- Originally committed as revision 22358 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 AM Revision 739b5090 (ffmpeg): vp3: Simplify buffer management
- Originally committed as revision 22357 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 AM Revision 01f9640b (ffmpeg): vp3: be less spammy on broken files
- Originally committed as revision 22356 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:18 AM Revision 8fdd542c (ffmpeg): In mpegts muxer, write adts header if aac bitstream does not contain it
- Originally committed as revision 22355 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/08/2010
- 11:59 PM Revision e17d77bb (ffmpeg): In mpegts muxer, search for h264 aud nal, it might not be the first nal.
- Improve ther error message when bitstream is malformated and tell user to use
the bitstream filter.
Originally commi... - 11:51 PM Revision f4495cdc (ffmpeg): Remove definition of match_ext(), which is declared under #ifdef
- HAVE_AV_CONFIG_H and so not publicly declared, and currently unused.
Originally committed as revision 22353 to svn:/... - 11:46 PM Revision 7082ea56 (ffmpeg): mpegts vbr muxing, activated when muxing rate is not supplied by the
- user.
Originally committed as revision 22352 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:46 PM Revision 4837bb52 (ffmpeg): Replace last occurrence of the deprecated match_ext() with
- av_match_ext().
Originally committed as revision 22351 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:44 PM Revision 677a1144 (ffmpeg): Start continuity counter at 0 for pmt as well
- Originally committed as revision 22350 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:16 PM Revision f0a912d3 (ffmpeg): More descriptive names for av_stristr() parameters
- Originally committed as revision 22349 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:11 PM Revision 90cea048 (grapes): Metadata update API
- 09:29 PM Revision 3369888a (ffmpeg): cosmetics: indent
- Originally committed as revision 22348 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:28 PM Revision 2acb5e10 (ffmpeg): Merge two adjacent ifdef blocks
- Originally committed as revision 22347 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:28 PM Revision 2791730d (ffmpeg): Move gcc attribute macros to new header libavutil/attributes.h
- Originally committed as revision 22346 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:19 PM Revision 94ca624f (ffmpeg): Move ff_sqrt() to libavutil/intmath.h
- Originally committed as revision 22345 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:59 PM Revision d73a458f (ffmpeg): Start continuity counter at 0 for streams
- Originally committed as revision 22344 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:57 PM Revision 9169174f (ffmpeg): 10l typo, fix ts total bit rate computation
- Originally committed as revision 22343 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:17 PM Revision dd14a04e (ffmpeg): Add missing includes in bfin and sh4 files
- Originally committed as revision 22342 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:17 PM Revision f89c1402 (ffmpeg): checkheaders: skip per-arch headers not meant for direct inclusion
- Some of the per-arch headers are only meant to be used through
the parent header of the same name. Testing these sta... - 07:59 PM Revision 4a89e0a6 (ffmpeg): ARM: add some missing includes
- Originally committed as revision 22340 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 PM Revision 97cda76a (ffmpeg): Check for allocation failure for c->lumMmx2FilterCode and c->chrMmx2F...
- Originally committed as revision 30864 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:37 PM Revision 12423f17 (ffmpeg): Fix memleak due to incorrect VirtualFree arguments: size must be 0 fo...
- Originally committed as revision 30863 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:00 PM Revision 0926c009 (ffmpeg): ARM: fix dct-test
- Originally committed as revision 22339 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:54 PM Revision 1e2a6688 (ffmpeg): Skip mpegaudio3.h in checkheaders
- This unused header is a placeholder for work in progress(?).
This makes checkheaders pass again.
Originally committ... - 06:43 PM Revision 9c9a0840 (ffmpeg): Add lots of missing includes
- Originally committed as revision 22337 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 PM Revision 8eecdc8b (ffmpeg): Skip the tablegen fragments in checkheaders
- Originally committed as revision 22336 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 PM Revision 2a5500b1 (ffmpeg): Add TESTOBJS make variable for extra objects used by test apps
- Originally committed as revision 22335 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 PM Revision a79f59e3 (ffmpeg): Remove unused fast_memcpy() function in dct-test
- Originally committed as revision 22334 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 PM Revision 9b55e2e7 (ffmpeg): Skip cmdutils_common_opts.h fragment in checkheaders
- Originally committed as revision 22333 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 PM Revision 09ad8085 (ffmpeg): Define HAVE_AV_CONFIG_H for checkheaders in libs
- Originally committed as revision 22332 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 PM Revision 6a813295 (ffmpeg): Move dctref prototypes to a header file
- Originally committed as revision 22331 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 PM Revision 2f8ba7fc (ffmpeg): Define HAVE_AV_CONFIG_H when building test apps
- Originally committed as revision 22330 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 PM Revision 22f73dcc (ffmpeg): Move resolve_host() to ffserver.c
- This deprecated function is only used by ffserver, yet does not have
a prototype visible there.
In the long term, ff... - 05:00 PM Revision f19a068e (ffmpeg): Add missing stdlib.h #include, fixes the warnings:
- tools/trasher.c:44: warning: implicit declaration of function ‘atoi’
tools/trasher.c:53: warning: implicit declaratio... - 04:59 PM Revision 99630360 (streamers): increasing output buffer size to 25 (1 sec)
- 04:58 PM Revision 789d6502 (streamers): increasing chunk buffer size to 50 (2 seconds)
- 04:58 PM Revision 66f50156 (streamers): setting more reasonable default values for period and chunks_per_s...
- 03:12 PM Revision b8178661 (ffmpeg): Move the local includes below the system includes
- This fixes a compilation issue on OS X 10.4, where some system headers were
included implicitly through dsputil_altiv... - 01:13 PM Revision 88b51ea9 (ffmpeg): Use ASF supports "markers" which are a name and a time stamp to create
- lavf chapters.
Patch by Vladimir Pantelic pan (arobase) nt tu (dash) darmstadt de
Originally committed as revision 2... - 12:58 PM Revision 9b066ecb (ffmpeg): w32thread: Make avcodec_thread_execute2() static here as well
- Originally committed as revision 22325 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 PM Revision e31fefd4 (ffmpeg): Make avcodec_thread_execute2() static
- Originally committed as revision 22324 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 AM Revision 9eb35f54 (streamers): renaming target executable to offerstreamer
- 10:51 AM Revision b62e670e (streamers): Merge branch 'RockStreamer' into OfferStreamer
- Conflicts:
Makefile - 10:48 AM Revision 7abbc9e7 (streamers): fixed missing initialization of d.tv_sec in loop
- 10:32 AM Revision cd5e1f09 (streamers): renaming target executable to rockstreamer
- 10:23 AM Revision 897d9f12 (streamers): Merge branch 'DumbStreamer' into RockStreamer
- Conflicts:
Makefile - 09:40 AM Revision a330ddd9 (streamers): Merge remote branch 'abeni/master' into DumbStreamer
- Conflicts:
Makefile - 09:35 AM Revision ae7b251e (streamers): Makefile: add STATIC version
- 09:34 AM Revision f211f409 (streamers): Makefile: use symlinks
- 09:07 AM Revision 002a6d0e (ffmpeg): Add doxygen documentation for ff_url_split
- Originally committed as revision 22323 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:05 AM Revision f984dcf6 (ffmpeg): Reindent
- Originally committed as revision 22322 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 AM Revision c5c6e67c (ffmpeg): Rename url_split to ff_url_split
- Since this function isn't in the public API, it should have an ff_ prefix.
Originally committed as revision 22321 to... - 08:43 AM Revision da5bcafe (ffmpeg): targeenc: fix rgb555 encoding on big endian systems.
- Patch by Alexis Ballier gmail_address(name, surname)
Originally committed as revision 22320 to svn://svn.ffmpeg.org/... - 06:52 AM Revision b5852e8a (ffmpeg): Make Indeo 5 decoder more robust on bitstream errors.
- Patch by Maxim ($indeo5dec_author)
Originally committed as revision 22319 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:49 AM Revision 5f1654b2 (ffmpeg): Scale tile dimensions in case both local decoding and scalability mode
- are used in Indeo 5 stream.
Patch by Maxim ($indeo5dec_author)
Originally committed as revision 22318 to svn://svn.f... - 05:04 AM Revision 55347a95 (ffmpeg): Add myself to CREDITS
- Originally committed as revision 22317 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:33 AM Revision ed492b61 (ffmpeg): Add an HE-AAC v1 decoder.
- A large portion of this code was orignally authored by Robert Swain. The rest
was written by me. Full history is avai... - 03:46 AM Revision f19341e1 (ffmpeg): Revert "Move the probe loop from av_open_input_file() into its own me...
- This reverts r22296. This change made some files to fail to open.
The patch submitter has promised to investigate ne... - 03:41 AM Revision 1250fcc8 (ffmpeg): avfilter: make avfilter_default_free_video_buffer() static
- This function is not referenced outside this file and has no
prototype. Feel free to flame if this is wrong.
Origin... - 02:36 AM Revision de63bfec (ffmpeg): Error on missing function prototypes with gcc
- This makes it an error to not have a prototype in scope for
a function with external linkage. The flag is only enabl... - 02:36 AM Revision b903fe91 (ffmpeg): sh4: move dsputil prototypes to header file
- Originally committed as revision 22312 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:36 AM Revision 67e19a9e (ffmpeg): sh4: fix about 1000 warnings
- Originally committed as revision 22311 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:36 AM Revision ac36d974 (ffmpeg): bfin: fix function prototypes
- Move prototypes to header files, add missing prototypes,
make some functions static.
Originally committed as revisio... - 02:36 AM Revision 5bacc3ad (ffmpeg): ARM: move mpegvideo prototypes to a header file
- Originally committed as revision 22309 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:36 AM Revision 2e63619f (ffmpeg): Alpha: move dsputil prototypes to a header file
- Originally committed as revision 22308 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:36 AM Revision d9747e29 (ffmpeg): IFF: move ff_cmap_read_palette() prototype to a header file
- Originally committed as revision 22307 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:40 AM Revision ae2c6943 (ffmpeg): Fix concat seeking SEEK_END case.
- Patch by Wolfram Gloger wmglo ^ dent.med.uni-muenchen.de.
Originally committed as revision 22306 to svn://svn.ffmpeg... - 12:27 AM Revision 21f7ab7a (ffmpeg): Make ffserver regression test run (still fails)
- Originally committed as revision 22305 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 AM Revision fc8cb398 (ffmpeg): regtest: move md5sum wrappers into separate file
- ffserver-regression.sh doesn't need anything else from
regression-funcs.sh, and sourcing the entire file there
breaks... - 12:26 AM Revision ffabdaa1 (ffmpeg): ffserver: remove bogus comment
- Originally committed as revision 22303 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision 35eaadcb (ffmpeg): Fix concat seek result.
- Patch by Wolfram Gloger wmglo AT-SIGN dent.med.uni-muenchen DOT de.
Originally committed as revision 22302 to svn://... - 12:00 AM Revision e7e291e9 (ffmpeg): av_find_stream_info(): Add a workaround for backwards compatible HE-A...
- The sample rate, frame size, and channel count from the container are
not reliable when backwards compatible signalin...
03/07/2010
- 11:53 PM Revision 3b2142af (ffmpeg): Make avfilter_default_start_frame() correctly pass the aspect ratio
- information to the next filter.
Originally committed as revision 22300 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:52 PM Revision 73243692 (ffmpeg): 10l: AAC: Set multiplier to 0.
- Originally committed as revision 22299 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:46 PM Revision 54f158bd (ffmpeg): AAC: Set codec parameters in the first frame rather than in .init()
- Originally committed as revision 22298 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:10 PM Revision 663322c1 (ffmpeg): Fix pts->dts conversion init for non-zero initial value for pts.
- Patch by Daniel Kristjansson, danielk cuymedia net
Originally committed as revision 22297 to svn://svn.ffmpeg.org/ff... - 10:42 PM Revision 4245c6ec (ffmpeg): Move the probe loop from av_open_input_file() into its own method
- av_probe_input_buffer() so that it can be reused. Here are a few
differences to the original way things were probed:
... - 10:18 PM Revision 6580d5e3 (ffmpeg): Remove hacks not required since HAVE_AV_CONFIG_H was unset for the apps
- Originally committed as revision 22295 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:18 PM Revision 72c2bdeb (ffmpeg): Define HAVE_AV_CONFIG_H only when building libraries
- Originally committed as revision 22294 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:18 PM Revision acd0026c (ffmpeg): ffserver: do not use intreadwrite.h
- intreadwrite.h is not part of the public API and should thus
not be used by the ff* applications.
Originally committ... - 09:56 PM Revision 166621ab (ffmpeg): ffplay: use public fft interface
- Originally committed as revision 22292 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:56 PM Revision c7094831 (ffmpeg): Create a public API for FFT family of functions
- Originally committed as revision 22291 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:47 PM Revision 41ea18fb (ffmpeg): Give RDFT types more meaningful names
- Originally committed as revision 22290 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:47 PM Revision 3bd8a2ef (ffmpeg): Update include directives in fft-test.c
- Originally committed as revision 22289 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:16 PM Revision 0f8e4dfe (ffmpeg): Increase FF_INPUT_BUFFER_PADDING_SIZE to 64.
- The purpose of this is to give decoders a reasonable amount of buffer to work
with before needing to check for overre... - 09:07 PM Revision 57cb8d98 (ffmpeg): AAC: Add a new line after the TNS error message.
- Originally committed as revision 22287 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:50 PM Revision ecefc5dd (ffmpeg): regtest: run seektest on image sequences
- Seeking on image sequences doesn't actually work, so this
test isn't very useful until that capability is added.
Ori... - 07:49 PM Revision 38c3b6e7 (ffmpeg): inet_aton needs _DARWIN_C_SOURCE on OS X
- Originally committed as revision 22285 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:48 PM Revision ac11d562 (ffmpeg): Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c
- Originally committed as revision 22284 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision d1be9635 (ffmpeg): regtest: run seektest on lavftest output files
- Somehow this got lost in the recent overhaul.
Originally committed as revision 22283 to svn://svn.ffmpeg.org/ffmpeg/... - 07:25 PM Revision d211b29e (ffmpeg): regtest: place image sequence outputs in separate directories
- Originally committed as revision 22282 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:55 PM Revision 1e79771c (ffmpeg): Add support for non-backwards compatible signaled parametric stereo.
- This is done without breaking W6132 Annex YYYY draft MP3onMP4 which also uses AOT 29.
Samples:
http://samples.mplayer... - 03:46 PM Revision 56540673 (ffmpeg): 10l: fix make install with only shared libs
- Originally committed as revision 22280 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:12 PM Revision 7fcb98a7 (ffmpeg): Band quant tables should not be assigned inside band tile loop,
- one time is enough.
Patch by Maxim (max_pole, gmx de)
Originally committed as revision 22279 to svn://svn.ffmpeg.org... - 09:25 AM Revision 0209cd07 (ffmpeg): Fix --enable-hardcoded-tables compilation: the generate table files now
- need to include fft.h, not dsputil.h.
Originally committed as revision 22278 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:52 AM Revision f3cb1cd0 (ffmpeg): 1l trocadero: forgot reference operator on bytestream_get_be32() argu...
- Originally committed as revision 22277 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:53 AM Revision 62df111c (ffmpeg): Use -Werror=implicit only with gcc
- Some other compilers turn too many warnings into errors with this flag.
Originally committed as revision 22276 to sv... - 06:03 AM Revision e7edeb91 (ffmpeg): When tracking non-zero coefficients during Indeo 5 decoding, make sure
- it does not ignore coefficient value = 256.
Patch by Maxim ((!min)_pole \at gmx dot/ de)
Originally committed as rev... - 03:01 AM Revision 4def700e (ffmpeg): Fix clang sysroot flag
- Older versions accepted both with and without an '=', but newer versions
require the '=' to be omitted
Originally co... - 02:35 AM Revision 457c08ba (ffmpeg): Add internal.h include for av_read_frame_flush prototype
- Fixes build with clang
Originally committed as revision 22273 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:26 AM Revision 148e8f2d (ffmpeg): Fix warning about incompatible pointer types
- Originally committed as revision 22272 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:26 AM Revision e48f7ff3 (ffmpeg): matroskadec: Fix a buffer overread
- Originally committed as revision 22271 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/06/2010
- 11:36 PM Revision d5dfecb1 (ffmpeg): header for common code between mp3 decoder and encoder.
- unfinished, iam just commiting this so the functions that should be
non static have prototypes.
Originally committed... - 11:19 PM Revision 1e50348a (ffmpeg): Error on implicit function declarations
- Turning on -Werror=implicit makes implicit function declarations
an error with supported compilers.
Originally commi... - 11:19 PM Revision e16c73e6 (ffmpeg): Move av_read_frame_flush() prototype to lavf/internal.h
- Originally committed as revision 22268 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:37 PM Revision ddb8c2c0 (ffmpeg): PPC: move prototypes to headers and make some functions static
- Originally committed as revision 22267 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:37 PM Revision f49747e9 (ffmpeg): x86: move function prototypes to header files
- Originally committed as revision 22266 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:37 PM Revision 98713e55 (ffmpeg): Move ff_spatial_dwt() prototype to snow.h
- Originally committed as revision 22265 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:36 PM Revision 965363f8 (ffmpeg): Move some dsp func prototypes to dsputil.h; they are defined in dsput...
- Originally committed as revision 22264 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:36 PM Revision 4f602a04 (ffmpeg): Move some VC1 dsp prototypes to dsputil.h; they are defined in dsputil.c
- Also fix function definitions to match prototypes (missing const).
Originally committed as revision 22263 to svn://s... - 10:36 PM Revision bb174ff1 (ffmpeg): Move ff_set_qscale() prototype to mpegvideo.h; it is defined in mpegv...
- Originally committed as revision 22262 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:36 PM Revision 7de9da9b (ffmpeg): Move prototypes for various dsputil init functions to dsputil.h
- Originally committed as revision 22261 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:36 PM Revision 3da11804 (ffmpeg): Move some prototypes from dsputil.c to reasonable header files
- Originally committed as revision 22260 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:36 PM Revision da0ac0ee (ffmpeg): Make some functions static
- These functions are not used outside their respective files, and they
lack a prototype in a header.
Originally commi... - 10:36 PM Revision c26e58e3 (ffmpeg): Add some missing #includes
- Originally committed as revision 22258 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:25 PM Revision 5189573c (ffmpeg): Set GXF fallback time-base to match the one specified for audio-only.
- Originally committed as revision 22257 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:20 PM Revision 192c14fa (ffmpeg): GXF time base is always based on "fields" per second even for
- non-interlaced video.
Should fix issue 1766.
Originally committed as revision 22256 to svn://svn.ffmpeg.org/ffmpeg/t... - 09:28 PM Revision 63833766 (ffmpeg): Show aspect ratio information in dprintf_picref() traces.
- Originally committed as revision 22255 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:07 PM Revision c18fb631 (ffmpeg): Bump minor number and add APIchanges entry after the inclusion of
- av_stristr().
Originally committed as revision 22254 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:41 PM Revision fd7bec5e (ffmpeg): ffserver: use av_stristr()
- Originally committed as revision 22252 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 PM Revision ac6ef868 (ffmpeg): Add av_stristr() function
- This is a case-insensitive version of strstr().
Originally committed as revision 22251 to svn://svn.ffmpeg.org/ffmpe... - 07:29 PM Revision a0ac9501 (ffmpeg): Fix build with compilers using a separate dependency command
- Originally committed as revision 22249 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:19 PM Revision ff358eca (ffmpeg): Reindent after the last commit.
- Originally committed as revision 22248 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:19 PM Revision fd9da252 (ffmpeg): Use av_get_pict_type_char() in debug code within output_picture2(),
- simplify.
Originally committed as revision 22247 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:45 PM Revision bfca7777 (ffmpeg): Fix install with shared libs on weird systems
- Originally committed as revision 22246 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:44 PM Revision 6cfac0e9 (ffmpeg): Fix make install
- Originally committed as revision 22245 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:14 PM Revision 63611f31 (ffmpeg): Prettify make output
- This gives brief messages from make by default. For full command
echoing, add V=1 to make command line.
Originally ... - 05:14 PM Revision 34512bca (ffmpeg): Split install-headers target and simplify rules
- Originally committed as revision 22243 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:14 PM Revision fd676deb (ffmpeg): Add INSTALL makefile variable
- Originally committed as revision 22242 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:14 PM Revision b578357e (ffmpeg): Use mkdir -p to create directories
- Originally committed as revision 22241 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:14 PM Revision 4335125c (ffmpeg): Add CP make variable
- Originally committed as revision 22240 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:14 PM Revision a4aea515 (ffmpeg): Add YASMDEP variable; use for deps on yasm files
- Originally committed as revision 22239 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:13 PM Revision bbe8fa1f (ffmpeg): Fix last frame block size correction.
- Originally committed as revision 22238 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:09 PM Revision 0bf5a0cf (ffmpeg): Bink version 'h' also has chroma planes swapped
- Originally committed as revision 22236 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:34 PM Revision 1429224b (ffmpeg): Move FFT parts from dsputil.h to fft.h
- Originally committed as revision 22235 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:25 PM Revision 50e10cbd (ffmpeg): Use $(RM) to delete files
- Originally committed as revision 22234 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:24 PM Revision 84dc2d8a (ffmpeg): Remove DECLARE_ALIGNED_{8,16} macros
- These macros are redundant. All uses are replaced with the generic
DECLARE_ALIGNED macro instead.
Originally commit... - 02:09 PM Revision da033b05 (ffmpeg): Make opt_default() look for options in sws_opts only if sws_opts is
- defined, fix crash.
Originally committed as revision 22232 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:06 PM Revision 6ce98ea4 (ffmpeg): Add support to input devices in ffprobe.
- See the thread:
Subject: [FFmpeg-devel] [PATCH] Add support to input device to ffprobe
Date: Sun, 21 Feb 2010 14:57:4... - 12:40 PM Revision 4b9905d1 (ffmpeg): Move DECLARE_ALIGNED_{8,16} macros to mem.h
- These macros naturally belong next to the generic DECLARE_ALIGNED
macro.
Originally committed as revision 22230 to s... - 11:50 AM Revision 3de42635 (ffmpeg): Avoid duplication of usePal() macro.
- Originally committed as revision 30856 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:27 AM Revision a4e44130 (ffmpeg): Add support to BGR444/RGB444 foreign endian output in libswscale.
- Patch by Janusz Krzysztofik |jkrzyszt ^ tis icnet pl|.
Originally committed as revision 30855 to svn://svn.mplayerhq... - 01:32 AM Revision 5988dc9e (ffmpeg): Remove apparently unneeded define and includes.
- Originally committed as revision 22229 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:31 AM Revision 47cf98ef (ffmpeg): Make trasher use a well defined random number generator and allow the...
- Originally committed as revision 22228 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/05/2010
- 10:38 PM Revision 814c5641 (ffmpeg): Don't explicitly initialize networking in the tcp and udp protocols
- Networking is always initialized when opening protocols.
Originally committed as revision 22227 to svn://svn.ffmpeg.... - 10:35 PM Revision 57b5555c (ffmpeg): Use ff_url_join for assembling URLs, instead of snprintf
- This ensures proper escaping of numerical IPv6 addresses.
The RTSP (de)muxer needs its own network initialization, s... - 10:31 PM Revision 780d7897 (ffmpeg): Add a function ff_url_join for assembling URLs
- Originally committed as revision 22225 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:30 PM Revision 67d4b3f2 (ffmpeg): Always call ff_network_init/ff_network_close when opening protocols
- ff_network_init is a no-op on all platforms except windows, and on
windows the performance penalty is minimal (less t... - 09:39 PM Revision e5a1c207 (ffmpeg): try to avoid returning odd slices.
- Originally committed as revision 30847 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:04 PM Revision 09ab8859 (ffmpeg): Round correctly chroma picture height.
- Fix issue 956.
Originally committed as revision 22223 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:13 PM Revision f960dd3e (grapes): Improve the test
- 05:26 PM Revision 5301a05d (ffmpeg): Fix memory leak in NUT muxer
- Originally committed as revision 22222 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 PM Revision fe701696 (grapes): Implement topGetMetadata()
- 03:16 PM Revision 211a0bc9 (grapes): New test, for topology attributes
- 03:15 PM Revision c38d0f2c (grapes): Checks on metadata size can be a little bit less paranoid
- 02:52 PM Revision 886456d7 (grapes): Add (basic) metadata support
- 01:45 PM Revision 11485577 (grapes): Rewrite the protocol and the internals
- Use a real peer_cache structure (containing all the information
and not only an array of enties) - 10:33 AM Revision c82982d7 (grapes): Change timestamps to 32 bit, and write/read them in a sane way
- 08:41 AM Revision 124cb451 (ffmpeg): Cosmetics: fix vertical alignment.
- Originally committed as revision 30842 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:34 AM Revision 8eafa0b4 (ffmpeg): Update SW scaler doc after libswscale commit 30841.
- Patch by Janusz Krzysztofik jkrzyszt, tis icnet pl.
Originally committed as revision 22221 to svn://svn.ffmpeg.org/f... - 08:32 AM Revision 601949b8 (ffmpeg): libswscale: Extend the unaccelerated path of the unscaled yuv2rgb spe...
- converter with support for rgb444 output format.
Patch by Janusz Krzysztofik jkrzyszt chez tis icnet pl
Originally c... - 08:26 AM Revision 2b7cf167 (ffmpeg): Add initial support for 12-bit color mode.
- Patch by Janusz Krzysztofik jkrzyszt tis icnet pl
Original thread:
Subject: [FFmpeg-devel] [PATCH v2] Add initial sup... - 08:15 AM Revision 886f3f2f (ffmpeg): Return from rtp_read when select returns an error
- Originally committed as revision 22219 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:54 AM Revision 3966a574 (ffmpeg): 10l fix timestamps (lavfi update broke them)
- Originally committed as revision 22218 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 AM Revision fca62599 (ffmpeg): Fix 100l pkt->pos typo.
- Originally committed as revision 22217 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:20 AM Revision 917d2bb3 (ffmpeg): Libavfilter for ffplay support.
- This still needs some minor work here and there but should be already functional.
Note that the code pathes that are ... - 12:50 AM Revision 4ef82b17 (ffmpeg): Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss().
- Patch by Janusz Krzysztofik:
<${name initial}${surname less the final "ofik"}@tis.icnet.pl>.
Originally committed as... - 12:22 AM Revision 8b6bdb6c (ffmpeg): oggdec: Parse theora headers since ogg might not mark keyframes
- Fixes issue746
Originally committed as revision 22214 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:22 AM Revision 8ef94840 (ffmpeg): Just ignore streams with unknown codec_type instead of exiting
- Originally committed as revision 22213 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/04/2010
- 11:35 PM Revision 818636ec (ffmpeg): Cosmetics: use consistent spacing in the ffprobe.c options table.
- Originally committed as revision 22212 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:12 PM Revision 6c389ddb (ffmpeg): Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes.
- Originally committed as revision 22211 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:10 PM Revision b8fb21e9 (ffmpeg): Fixed buffer overread in flashsv decoder.
- Originally committed as revision 22210 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:57 PM Revision 1379b584 (ffmpeg): Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in
- libswscale.
Patch by Alexis Ballier, alexis D ballier A gmail
Originally committed as revision 30840 to svn://svn.m... - 03:43 PM Revision bbbdd9d1 (grapes): Fix compilation after the last commits
- 03:38 PM Revision 4d9b08d1 (grapes): Update the documentation to the new metadata API
- 03:32 PM Revision 56e5162e (grapes): Remove some cruft
- 03:31 PM Revision 73ff9d3b (grapes): Doxy documentation
- 03:29 PM Revision 49121eee (grapes): Change the interface a little bit
- 03:26 PM Revision e65aa90e (grapes): Merge commit 'origin/fixes'
- 03:08 PM Revision c2b40ac2 (ffmpeg): Check url_interrupt_cb in rtp_read, wait in select for max 100 ms bef...
- Originally committed as revision 22209 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:21 PM Revision 6e32fcb6 (streamers): changed ffmpeg download order in Makefile
- people had problems with svn access to the ffmpeg repo, so now the
default is to download using wget. - 02:19 PM Revision c0f97677 (streamers): use GRAPES variable
- 02:19 PM Revision 476232cf (streamers): add ffmpeg to make prepare
- 02:10 PM Revision 319e8eed (streamers): changed Makefile to fetch ffmpeg and compile everything with it
- 02:07 PM Revision f5d3d465 (streamers): use MAKE instead of make in Makefile
- 02:07 PM Revision a55b5c41 (streamers): changed main c to streamer.c
- 01:27 PM Revision 6c88dc3d (ffmpeg): handle errors reported by av_get_packet() in Bink demuxer
- Originally committed as revision 22208 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:26 PM Revision 4ffa6e78 (ffmpeg): Guard against invalid memory read
- Originally committed as revision 22207 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:18 PM Revision 0573c5f4 (streamers): changing Makefile to use for-streamer-0.7.1
- 01:18 PM Revision 92283824 (streamers): added chunkbuffer_helper to manage cb_ chb renaming issues
- 01:18 PM Revision 1b6a3ea7 (streamers): use GRAPES' renamed chunkDeliveryInit
- 01:18 PM Revision dc57d7b8 (streamers): update GRAPES branch to for-streamer-0.7
- 01:15 PM Revision 6d9e5c7b (streamers): Fix merging mistake
- 01:14 PM Revision be0ecb71 (streamers): follow net_helper.h changes to wait4data
- Conflicts:
loop.c - 01:14 PM Revision c61de92b (streamers): added ML to Makefile
- Conflicts:
Makefile - 01:14 PM Revision bdd19faf (streamers): binding message types (needed by net_helper-ml)
- Conflicts:
dumbstreamer.c - 01:14 PM Revision 96d642c4 (streamers): Fix output debugging
- 01:14 PM Revision 7fbef618 (streamers): no optimization in debug mode
- 01:14 PM Revision 08ea2d40 (streamers): add some more debug to loop
- Conflicts:
loop.c - 01:14 PM Revision cbd35f63 (streamers): add error message if chunk can't be decoded
- Conflicts:
streaming.c - 01:13 PM Revision 46c24e94 (streamers): configurable loop support
- Conflicts:
loop.c
streaming.h - 01:13 PM Revision 517dc607 (streamers): file input: try to loop but exit if failed
- 01:13 PM Revision 8f25328d (streamers): added loop support for file input
- 01:13 PM Revision 59b7cfc6 (streamers): added -m (multiply) option
- 01:12 PM Revision a6130899 (streamers): Merge branch 'merge-csaba' again
- Conflicts:
input-dummy.c
loop-mt.c - 12:34 PM Revision b5e2bb8c (ffmpeg): AAC: Return the number of bytes consumed in decoding a frame.
- The libfaad wrapper does this.
Originally committed as revision 22206 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:27 AM Revision 660822f0 (ffmpeg): ffmpeg.c: Don't use NULL for integer metadata flags.
- Originally committed as revision 22205 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 AM Revision e2720b6b (ffmpeg): Really fix 2.95
- Originally committed as revision 22204 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:25 AM Revision 0448ef77 (ffmpeg): Maybe fix gcc 2.95
- Originally committed as revision 22203 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:14 AM Revision 11ae0c52 (ffmpeg): Cope with rev 22183:
- Reorder indexes in weight tables.
Originally committed as revision 22202 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:53 AM Revision 871b641b (ffmpeg): Ensure that we write clusters and blocks with known size when streaming
- Too many demuxers can't cope with clusters of unknown size.
Originally committed as revision 22201 to svn://svn.ffmp... - 08:53 AM Revision 434a70b8 (ffmpeg): Fix indentation
- Originally committed as revision 22200 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:53 AM Revision 30f06a58 (ffmpeg): Simplify starting and ending clusters
- Originally committed as revision 22199 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:53 AM Revision 7a2a4840 (ffmpeg): Write the first seekhead if writing to a stream, we won't be able to ...
- back and write it at the end
Originally committed as revision 22198 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:53 AM Revision 2529bb30 (ffmpeg): Attempt seeking to write EBML master sizes even if streamed
- Most EBML masters are much smaller than IO_BUFFER_SIZE and thus the size
can be updated. This makes parsing the resul... - 04:58 AM Revision ab2a3028 (ffmpeg): AAC: Mark predictor functions av_always_inline.
- This results in a 50% speedup on main profile with no increase in binary size.
Originally committed as revision 2219... - 02:32 AM Revision 65bec42e (ffmpeg): Cosmetics: Re-indent after last commit.
- Originally committed as revision 22195 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:30 AM Revision ca1fa414 (ffmpeg): AAC parser: Don't write channels, sample rate, and frame size each fr...
- Thanks to backwards compatible HE-AAC signalling these values are unreliable.
Originally committed as revision 22194... - 02:00 AM Revision 38768cb7 (ffmpeg): Port Optimizations about *_type init from decode to filter code.
- 1 cpu cycle faster
Originally committed as revision 22193 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:03 AM Revision b46b5ac9 (ffmpeg): Optimize *_type init, 1.5 cpu cycles faster.
- Originally committed as revision 22192 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:02 AM Revision 91cfeac6 (ffmpeg): Revert r30825, it was not supposed to be committed.
- 127.32L to me, beware when using git svn dcommit for committing stuff
to svn...
Originally committed as revision 308... - 12:31 AM Revision 23bf3b2c (ffmpeg): Fill the r, g, b values used for computing the c->pal_yuv table in the
- case where the source format is PIX_FMT_GRAY8.
This is required as PIX_FMT_GRAY8 has been declared as a paletted
for... - 12:31 AM Revision 3fec44c6 (ffmpeg): Make swscale-test take in input the name of the input and the output
- format.
Make swscale-test only perform the test from the input to the output
format rather than perform all.
Also i... - 12:27 AM Revision ce7c7179 (ffmpeg): Declare the PIX_FMT_GRAY8 pixel format as a paletted format. This is
- consistent with the allocation currently done for PIX_FMT_GRAY8
pictures.
No significant slow-downs have been measur...
03/03/2010
- 11:27 PM Revision c72625f2 (ffmpeg): Delay translating DCT tokens into coefficients until immediately befo...
- This is generally around 12% faster than the prior method of creating a
linked list for each block as tokens are read... - 11:27 PM Revision 7a095ea6 (ffmpeg): Do MC and IDCT in coding (hilbert) order
- This increases the slice size to 64 pixels, due to having to decode an
entire chroma superblock row per slice.
This ... - 11:27 PM Revision 35c28d23 (ffmpeg): Explictly separate decoding whether fragments are coded by plane
- Originally committed as revision 22188 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:27 PM Revision 690b4126 (ffmpeg): matroskaenc: use "title" tag instead of "description" in track title.
- Patch by Anton Khirnov < whyskas at gmail >
Originally committed as revision 22187 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:29 PM Revision ded2100e (ffmpeg): move vp6 huffman table freeing code, out of common vp56 code
- Originally committed as revision 22186 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:49 PM Revision 68b0fd7c (ffmpeg): matroskadec: cosmetic indentation
- Originally committed as revision 22185 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:46 PM Revision 3e93c8ed (ffmpeg): matroskadec: timestamps are dts and not pts in ms vfw compatibility mode
- original patch by elupus _at_ ecce _dot_ se
Originally committed as revision 22184 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:10 PM Revision 3d9137c8 (ffmpeg): Reorder indexes in weight tables.
- 5 cpu cycles faster.
Originally committed as revision 22183 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:00 PM Revision b9b8ed2a (ffmpeg): Properly pad H.264 extradata when taken from fmtp SDP attributes
- This fixes some valgrind warnings.
Originally committed as revision 22182 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:36 PM Revision bd8868e0 (ffmpeg): Move all context fields that are not used in the mb and block layers
- to the end of the structure.
4 cpu cycles faster in 3k cpu cycles
Originally committed as revision 22181 to svn://sv... - 07:54 PM Revision 19a9846f (ffmpeg): Fixed DXVA2 H264 hwaccel compilation.
- Originally committed as revision 22180 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:44 PM Revision 65f3c029 (ffmpeg): remove unused left_border field from context.
- Originally committed as revision 22179 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:32 PM Revision 1a29c6a0 (ffmpeg): cosmetic addition of {}
- Originally committed as revision 22178 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:31 PM Revision af2b0df4 (ffmpeg): Note about luma/chroma_weight tables and their datatype.
- Originally committed as revision 22177 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:31 PM Revision a9837b58 (ffmpeg): Fixed overreads in TTA decoder with corrupted bistreams.
- Originally committed as revision 22176 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:41 PM Revision 19c8c4ec (ffmpeg): Update to work with chunked encoding HTTP streams (as served by FFmpe...
- a few months now). Fixes issue 1738.
Originally committed as revision 22175 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:31 PM Revision 4b83fc0f (ffmpeg): Plug memory leak in NUT muxer and demuxer
- Originally committed as revision 22174 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:26 PM Revision 1f6d0d42 (ffmpeg): Plug memory leak in NSV demuxer.
- Patch by Jai Menon.
Originally committed as revision 22173 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:24 PM Revision 0a41faa9 (ffmpeg): Plug some memory leaks in the VP6 decoder
- Originally committed as revision 22172 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:47 PM Revision d7f5e520 (ffmpeg): move svq3 specific fields to the end of the context
- Originally committed as revision 22171 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:23 PM Revision 48bf1325 (ffmpeg): Cope with rev 22169 change:
- Merge weight & offset tables.
Originally committed as revision 22170 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:48 PM Revision f08928bc (streamers): Merge branch 'RockStreamer' into OfferStreamer
- 02:47 PM Revision f909516a (streamers): nodeID_free changed to new nodeid_free
- 02:47 PM Revision eb4ecf1c (streamers): renamed weighting funcitons
- 02:47 PM Revision b8a88cc5 (streamers): added chunk_lock timeout
- 02:47 PM Revision 2843a018 (streamers): new lock implementation
- 02:47 PM Revision abd2ef3b (streamers): moved chunk_lock in separate file
- 02:47 PM Revision 394bac21 (streamers): chunk_lock, first simple implementation
- 02:46 PM Revision 7ca3b176 (streamers): add transaction ID to offers
- 02:46 PM Revision 2e6d5b6e (streamers): fix error in _needs
- min chunk ID was wrong, we've used the max (the latest)
- 02:46 PM Revision af45500a (streamers): more debug output in streaming
- 02:46 PM Revision 96b8d0a8 (streamers): error message if chunk send fails
- 02:46 PM Revision b5462b05 (streamers): create buffermap from chunkbuffer in latest first order
- before the earliest had the highest priority
- 02:45 PM Revision a3223467 (streamers): experimental: add node to neighbourhood if topo message arrives
- 02:45 PM Revision 794a3aa4 (streamers): change peer selection criteria to account for keepalive
- 02:41 PM Revision 70118abd (ffmpeg): Merge weight & offset tables, 15 cpu cycles faster.
- Originally committed as revision 22169 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:27 PM Revision ddedf85f (streamers): fix chunkID_set related memory leaks
- 02:27 PM Revision c8c4c779 (streamers): utilize the new chunkID_set_free function
- 02:27 PM Revision 282209fa (streamers): add peer "from" to peerset in update_peers
- 02:24 PM Revision fbeb4f32 (streamers): added from parameter to update_peers
- 02:20 PM Revision 242021e6 (streamers): handle double address (from and owner) in bmap_receive
- 02:20 PM Revision 4729fe2d (streamers): added debug output in topology.c
- 02:19 PM Revision 793894a9 (streamers): check peer creation timestamp in update_peers
- 02:19 PM Revision 2b97cbf1 (streamers): fix get_chunks_to_accept to consider the chunkbuffer's size
- it uses the same "_needs" function that we use for other peers.
- 02:19 PM Revision 652fb405 (streamers): debug output improvements again
- 02:19 PM Revision 43355360 (streamers): added send_offer and changed loop to send offers
- 02:19 PM Revision d447f71d (streamers): added behavior at offer and accept reception
- 02:19 PM Revision 2067b4af (streamers): added offer and accept reception code
- 02:07 PM Revision d727cd9f (streamers): Merge branch 'master' into RockStreamer
- Conflicts:
output.c - 02:06 PM Revision a6ac9440 (streamers): Fix merging mistake
- 02:04 PM Revision da9c1511 (streamers): Merge branch 'master' into RockStreamer
- Conflicts:
Makefile
loop.c
output.c
streaming.c - 01:59 PM Revision 627ce9ba (streamers): Merge branch 'new_nethelper_interface'
- 01:55 PM Revision 42bd85d1 (grapes): Merge branch 'new_nethelper_interface'
- Conflicts:
som/ChunkTrading/Makefile
som/PeerSet/Makefile
som/TopologyManager/Makefile - 01:53 PM Revision e02431fb (grapes): Change the wait4data interface (no structures on the stack)
- 01:48 PM Revision c14d968c (streamers): follow net_helper.h changes to wait4data
- Conflicts:
loop.c - 10:57 AM Revision 72f86ec0 (ffmpeg): Simplify implicit_weight table init.
- Originally committed as revision 22168 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:51 AM Revision 54063e37 (ffmpeg): Perform coefficient transformations in Bink Audio DCT decoder (issue1...
- Originally committed as revision 22167 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:44 AM Revision a2799801 (ffmpeg): Support demuxing of streamed Bink files
- Originally committed as revision 22166 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:38 AM Revision f0878812 (ffmpeg): use intended const syntax
- Originally committed as revision 22165 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:20 AM Revision 298a8869 (streamers): Fix output debugging
- 09:16 AM Revision d5963ee6 (ffmpeg): Add _NETBSD_SOURCE definition to fix compilation on NetBSD.
- NetBSD is unlikely to fix their headers and the FATE box passes it
as -D_NETBSD_SOURCE on the command line anyway. In... - 02:20 AM Revision f57880d2 (ffmpeg): Another 3 useless zeroing instructions.
- Originally committed as revision 22162 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:38 AM Revision 16b802fe (ffmpeg): Load the whole left side of mv&ref only when needed.
- 30 cpu cycles faster
Originally committed as revision 22161 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:09 AM Revision 741a17e6 (ffmpeg): Support B-frames when decoding MPEG-4 with VDPAU hardware acceleration.
- Based on a patch by NVIDIA.
Originally committed as revision 22160 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/02/2010
- 10:14 PM Revision 130de9fe (streamers): no optimization in debug mode
- 10:12 PM Revision bb95b0c9 (streamers): added ML to Makefile
- Conflicts:
Makefile - 10:12 PM Revision dfe2b7b8 (streamers): add some more debug to loop
- Conflicts:
loop.c - 10:11 PM Revision ae3c4aa9 (streamers): add error message if chunk can't be decoded
- Conflicts:
streaming.c - 10:10 PM Revision 4c008ca5 (streamers): binding message types (needed by net_helper-ml)
- Conflicts:
dumbstreamer.c - 09:59 PM Revision 1233698b (ffmpeg): Make seektest messages similar to other tests
- Originally committed as revision 22159 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 PM Revision d7096d6f (ffmpeg): Run seektest on all generated files
- Originally committed as revision 22158 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 PM Revision 1dd9ff87 (ffmpeg): Place regtest-pixfmt output files in separate dir
- This test generates many output files, and keeping them separate
is convenient.
Originally committed as revision 221... - 09:42 PM Revision 801b571e (ffmpeg): Remove unused argument to test scripts
- Originally committed as revision 22156 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:41 PM Revision cc3e2472 (ffmpeg): Place regression test output files in subdirs per family
- Originally committed as revision 22155 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 PM Revision 5eef7bcd (ffmpeg): Plug memory leak for truncated files
- Originally committed as revision 22154 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 PM Revision 38beab19 (ffmpeg): Plug some memory leaks for truncated files
- Originally committed as revision 22153 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:50 PM Revision cbc4670c (ffmpeg): Revert "Remove the self reference in the seektest that prevented it f...
- This reverts r22151. It prevents the seektest from running at all and
is thus of no use whatsoever.
Originally comm... - 05:29 PM Revision dd785e25 (ffmpeg): Remove the self reference in the seektest that prevented it from
- testing new formats since 2 years namely r11831.
This likely will uncover bugs that gone unnoticed in the last 2 year... - 05:16 PM Revision af3390cb (ffmpeg): Make sure we dont double test files and sort the list.
- Originally committed as revision 22150 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:12 PM Revision bf9d70d5 (ffmpeg): Pass correct buffer-pointer and buffer-size to hardware accelerated
- decoders when decoding packed B-frames.
Originally committed as revision 22149 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:57 PM Revision 88b83cac (ffmpeg): Codec copy test.
- Originally committed as revision 22148 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:30 PM Revision 4888d47e (streamers): Merge branch 'master' into RockStreamer
- Conflicts:
dumbstreamer.c
loop-mt.c
loop.c
streaming.h - 04:26 PM Revision 8f8bd3b6 (streamers): changed ffmpeg download order in Makefile
- people had problems with svn access to the ffmpeg repo, so now the
default is to download using wget. - 04:26 PM Revision 63b2e58c (streamers): Forgot this...
- 04:24 PM Revision f05acd38 (streamers): fixed value of id in call to chunk_write
- 04:23 PM Revision 928dbfc6 (streamers): debug output instead of real data only if DEBUGOUT is specified
- 04:22 PM Revision 2c8b82f7 (streamers): added stdio.h to dbg.h
- 04:22 PM Revision 4ffa877f (streamers): added -m (multiply) option
- 04:22 PM Revision e0d1fc3a (streamers): use nodeID_free instead of free
- 04:22 PM Revision 3c017d8c (streamers): changed Makefile to fetch ffmpeg and compile everything with it
- 04:18 PM Revision aefc7450 (streamers): fix GRAPES source in Makefile prepare
- 04:18 PM Revision 742dfaec (streamers): cutting "needs" function in two
- 04:18 PM Revision 22ebd96d (streamers): added cb_to_bmap function
- 04:18 PM Revision ab53c8c2 (streamers): remove dead neighbour also from TopManager (not just from peerset)
- 04:18 PM Revision 9cad5297 (streamers): fixed some dprint's
- 04:16 PM Revision 6ea68dd8 (streamers): fixed debug output
- 04:16 PM Revision 718a8f29 (streamers): replace bmap instead of union
- with union, we were recording the history of the other node's bmap.
What we want is a vision of the actual state. - 04:16 PM Revision d74bc79c (streamers): new "needs" function that considers cb_size
- 04:16 PM Revision 8c1b2832 (streamers): send cb_size
- 04:16 PM Revision 4a9d32c1 (streamers): added cb_size parameter to bmap messages
- 04:15 PM Revision 449e156e (streamers): send bmap before sending chunk
- 04:13 PM Revision 13d85fc6 (streamers): improved debug output
- 04:11 PM Revision 0c3f7376 (streamers): free some lost memory
- 04:11 PM Revision 637f87e0 (streamers): fixed memory allocation in sendSignalling
- 04:11 PM Revision 211bab03 (streamers): changed sig header to packed
- 04:10 PM Revision 1942bd59 (streamers): added offerChunks and acceptChunks calls
- 04:08 PM Revision 12fda9a0 (streamers): removed size parameter where struct chunkID_set is used
- 04:08 PM Revision 7ad9ec5e (streamers): some whitespaces removed
- 04:08 PM Revision b7374def (streamers): added break in sogParseData
- 04:08 PM Revision 1bb397ce (streamers): generalized some signaling code
- 04:08 PM Revision d310076d (streamers): added "from" parameter to sigParseData
- 04:08 PM Revision 0e858c17 (streamers): merged changes of loop in loop-mt
- 04:08 PM Revision 6e5aec7e (streamers): warning output to stderr instead of stdout
- 04:08 PM Revision 2f846ddd (streamers): separated topology.c from loop.c
- 04:02 PM Revision 6fe7eade (streamers): Merge commit 'origin/io_consolidation' into RockStreamer
- Conflicts:
Makefile
loop.c
streaming.h - 12:51 PM Revision 30a6e902 (streamers): configurable loop support
- Conflicts:
loop.c
streaming.h - 12:51 PM Revision 52976315 (streamers): file input: try to loop but exit if failed
- 12:51 PM Revision bd38fe7d (streamers): added loop support for file input
- 12:51 PM Revision 8cab320c (streamers): added -m (multiply) option
- 12:50 PM Revision eb39805a (streamers): Merge branch 'merge-csaba'
- Conflicts:
input-dummy.c
loop-mt.c - 12:45 PM Revision e4f17589 (streamers): fix GRAPES source in Makefile prepare
- 12:44 PM Revision 6dcf5ec0 (streamers): minor change in the makefile to have the right executable name
- 12:44 PM Revision f2dc9998 (streamers): Adjust the "prepare" target
- 12:43 PM Revision cbc8f8ba (streamers): Do not crash if the network interface does not exist
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/DumbStreamer@504 a72f678d-4428-462c-85b4-08f0...
- 12:43 PM Revision 21ca4b73 (streamers): instructions updated
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/DumbStreamer@503 a72f678d-4428-462c-85b4-08f0...
- 12:43 PM Revision 8fed7779 (streamers): added GPL
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/DumbStreamer@502 a72f678d-4428-462c-85b4-08f0...
- 11:30 AM Revision 5ada309a (grapes): Fix the net_helper implementation to match the interface...
- 10:20 AM Revision 4246a9b9 (grapes): Fix some valgrind errors
- 10:12 AM Revision 6efeb8d3 (grapes): Fix a memleack
- 10:10 AM Revision c81e8439 (grapes): Fix two more const-related warnings
- 10:02 AM Revision ee9b5b9a (grapes): Merge branch 'fixes'
- 09:57 AM Revision 2a50a20c (grapes): config_parse() is now fixed
- 09:56 AM Revision 4809b354 (grapes): Simplify
- 09:52 AM Revision 2c424e37 (grapes): Merge commit 'origin/chunkbuffer'
- Conflicts:
som/Tests/Makefile - 03:19 AM Revision d41f1fa6 (ffmpeg): Add presets for all of the x264 presets, including fastfirstpass vers...
- Not 100% accurate, since not all x264 options have ffmpeg equivalents yet.
Patch by Lou Logan.
Originally committed... - 03:16 AM Revision b781cc12 (ffmpeg): Make lsp a separate configurable and select it from codecs needing it
- Originally committed as revision 22143 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:16 AM Revision 3d7b94ba (ffmpeg): Fix build failure with fast_unaligned and non-gcc-compatible compilers
- Originally committed as revision 22142 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:24 AM Revision 145061a1 (ffmpeg): Fix a bunch of bugs ive introduced recently that broke threaded decod...
- might also fix issue1788
Originally committed as revision 22141 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:01 AM Revision 8c8bf9ec (ffmpeg): Make ffmpeg print a message and abort if the name of the format
- provided with -f was unknown.
Originally committed as revision 22140 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/01/2010
- 11:10 PM Revision 07a70b38 (ffmpeg): Add a check for checking if more than one input file is provided to
- ffplay, make it complain and abort in that case as just one input file
is currently supported.
Originally committed ... - 11:02 PM Revision 58621b8d (ffmpeg): Clarify the error message issued by ffprobe in case of more than one
- file provided as input.
Originally committed as revision 22138 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:42 PM Revision fe89ccd1 (ffmpeg): Fix spelling in comment
- Originally committed as revision 22137 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:56 PM Revision efb0102f (ffmpeg): Add commented-out unoptimized code to improve readability
- Originally committed as revision 22136 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:16 PM Revision 8a4d067d (ffmpeg): Revert r22119 and partially revert 22120.
- Originally committed as revision 22135 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:50 PM Revision 34a2d9f9 (ffmpeg): Add Reinhard and myself as release managers.
- Originally committed as revision 22132 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:52 PM Revision 8ef4f92b (ffmpeg): Process packed bitstream also for VDPAU.
- Originally committed as revision 22131 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:47 PM Revision 49b60982 (ffmpeg): Don't let output pixel format influence input pixel format.
- Patch by Chris Stones, chris D stones A gmail
Originally committed as revision 22130 to svn://svn.ffmpeg.org/ffmpeg... - 04:08 PM Revision 4893c9e0 (grapes): Avoid inserting duplicated chunks
- 02:30 PM Revision 2bcaf2fe (ffmpeg): Fix AMR-NB entry in the supported audio codecs list.
- The decoding and encoding rows were switched around.
Originally committed as revision 22128 to svn://svn.ffmpeg.org/... - 07:26 AM Revision e1c0b00b (ffmpeg): nutdec: make chapter start and length uint64_t to prevent overflows.
- Patch by Anton Khirnov wyskas chez gmail punto com
Originally committed as revision 22127 to svn://svn.ffmpeg.org/ff... - 07:22 AM Revision c71591a5 (ffmpeg): ffmpeg: copy stream metadata.
- Patch by Anton Khirnov wyskasgmailcom
Originally committed as revision 22126 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:22 AM Revision bc997376 (ffmpeg): revert r22112 which broke playback of cathedral-beta2-400extra-crop-a...
- Originally committed as revision 22125 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/28/2010
- 11:54 PM Revision 8897b247 (ffmpeg): Remove some unneeded fill_rectangle() for 16x16 blocks.
- Originally committed as revision 22124 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:33 PM Revision 11a74f36 (ffmpeg): Explicitly set struct addrinfo to NULL if getaddrinfo failed instead of
- assuming getaddrinfo will have done this.
Originally committed as revision 22123 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:31 PM Revision a34fc5e2 (ffmpeg): Make our getaddrinfo implementation initialize "struct addrinfo" return
- value to NULL on errors.
Originally committed as revision 22122 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:49 PM Revision 27dbc47c (ffmpeg): Plug some memory leaks in NUT muxer and demuxer
- Originally committed as revision 22120 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:48 PM Revision fee6faa2 (ffmpeg): Implement av_tree_destroy_free_elem() to destroy a tree and free all the
- values stored on it.
Originally committed as revision 22119 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:58 PM Revision a882cf9c (ffmpeg): Make av_build_filter static (and remove av_): It is not used outside ...
- Originally committed as revision 22118 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:05 PM Revision 406aa93f (ffmpeg): Make av_get_bit_rate() static and remove av_, the function is only used
- inside libavcodec/utils.c.
Originally committed as revision 22117 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:03 PM Revision 88f83607 (ffmpeg): Include libxvid_internal.h: It contains the prototype for av_tempfile().
- Originally committed as revision 22116 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:57 PM Revision 30f76824 (ffmpeg): Make the following functions static (and remove ff_), they are only used
- inside libxvidff.c:
ff_xvid_encode_init(), ff_xvid_encode_frame(), ff_xvid_encode_close()
Originally committed as re... - 06:50 PM Revision 5dfa637c (ffmpeg): Make function get_channel_name() static: It is only used in audioconv...
- Originally committed as revision 22114 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:37 PM Revision 82f50f82 (ffmpeg): Print chapter info in dump_format().
- Patch by Anton Khirnov, wyskas gmail
Originally committed as revision 22113 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:33 PM Revision 7c994c36 (ffmpeg): Process picture aspect ratio changes in H.264.
- This fixes playback of such streams with ffplay (but does not affect
current ffmpeg).
Patch by Janusz Krzysztofik, j... - 04:40 PM Revision 5692ed3a (ffmpeg): Many mp3s seem to contain padding after id3 tags that is not consider...
- tag size. Skip this to make the format probing quicker.
Originally committed as revision 22111 to svn://svn.ffmpeg.o... - 11:18 AM Revision f2e033ac (ffmpeg): Free packets read in seek_test.
- Originally committed as revision 22110 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:03 AM Revision f65919af (ffmpeg): Rename RTP depacketizer files from rtp_* to rtpdec_*
- Originally committed as revision 22109 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 AM Revision c7ff04e2 (ffmpeg): Fix some memory leaks in seek_test test program:
- - do not allocate context twice
- close the input file before exiting
Originally committed as revision 22108 to svn:... - 03:59 AM Revision 1e6365b3 (ffmpeg): Include rtpdec.h, it contains prototypes for the following functions:
- rtp_set_remote_url(), rtp_get_local_port(), rtp_get_file_handles()
Originally committed as revision 22107 to svn://s... - 03:52 AM Revision 4443c0e9 (ffmpeg): Include internal.h and imgconvert.h, they contain the prototypes for the
- following functions:
ff_is_hwaccel_pix_fmt(), ff_set_systematic_pal(), ff_fill_linesize(),
ff_fill_pointer(), ff_get_... - 03:41 AM Revision ccd17ea1 (ffmpeg): Include msrledec.h: It contains the prototype for ff_msrle_decode().
- Originally committed as revision 22105 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:39 AM Revision 862715d3 (ffmpeg): Include atrac.h: It contains the prototypes for atrac_generate_tables()
- and atrac_iqmf().
Originally committed as revision 22104 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:27 AM Revision c6e1599b (ffmpeg): Include mpegaudiodecheader.h: It contains the prototype for
- ff_mpegaudio_decode_header().
Originally committed as revision 22103 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:02 AM Revision 770128c4 (ffmpeg): Remove declaration of unused variables.
- Originally committed as revision 22102 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:44 AM Revision dacd7842 (ffmpeg): Include h263_parser.h: It contains the prototype for
- ff_h263_find_frame_end().
Originally committed as revision 22101 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:41 AM Revision dd6c2534 (ffmpeg): Include mpeg4video.h: Needed for declaration of ff_mpeg4_decode_pictu...
- Originally committed as revision 22100 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:32 AM Revision 0fcbcad1 (ffmpeg): Include sha1.h from sha.c: It contains several prototypes.
- Originally committed as revision 22099 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:18 AM Revision 627686e6 (ffmpeg): Make sws_dcVec static: It is only used inside libswscale/utils.c.
- Originally committed as revision 30787 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:04 AM Revision dda8fc6a (ffmpeg): Include avc.h from avc.c: It contains several prototypes.
- Originally committed as revision 22098 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:51 AM Revision 998257bd (ffmpeg): Make mp4_read_descr static: It is only used inside libavformat/mov.c.
- Originally committed as revision 22097 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:43 AM Revision c53ffb2c (ffmpeg): Include apetag.h which contains the prototype for ff_ape_parse_tag().
- Originally committed as revision 22096 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/27/2010
- 09:13 PM Revision eb285cfe (ffmpeg): Fix avcodec_align_dimensions to return values suitably aligned for FL...
- with SSE and add a avcodec_align_dimensions2 taht returns the stride alignment
requirements independently from doing ... - 05:47 PM Revision c0e5c5ce (fifo): initial commit
- 03:25 PM Revision 1d536203 (ffmpeg): Stop make deleting intermediate files (ffmpeg.o and friends)
- Originally committed as revision 22094 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:08 PM Revision 8590e6d5 (ffmpeg): Strides in Indeo 5 reconstruction filter should be signed,
- this way it works on 64-bit archs too.
Patch by Jindřich Makovička ($lastname without last letter and háček, gmail)
... - 12:32 PM Revision e322aace (ffmpeg): Encapsulate VLC information needed for decoding blocks and macroblock...
- Indeo 5 into single structure IVIHuffTab and factorize code using it.
Based on patch by Maxim (max_pole at German GM... - 12:12 PM Revision 4982a77e (ffmpeg): Make it clear that ff_ivi_init_static_vlc() does not need arguments
- Originally committed as revision 22091 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:11 AM Revision 185a885b (ffmpeg): add myself to gpg fingerprint list
- Originally committed as revision 22089 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 AM Revision 20f5c9d1 (ffmpeg): sort() names in PGP/GPG fingerprint list
- Originally committed as revision 22088 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:09 AM Revision ce9c6916 (ffmpeg): Merge h->slice_table[left_xy[0/1] ] checks, 4 cpu cycles speedup
- Originally committed as revision 22086 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:46 AM Revision 82fb5bb2 (ffmpeg): Split *_type setting up, 4 cpu cycles faster.
- Originally committed as revision 22085 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/26/2010
- 10:45 PM Revision 821fe7f3 (ffmpeg): Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster.
- patch by Zhou Zongyi @ zhouzy () os punkt pku dot edu speck cn
Originally committed as revision 22084 to svn://svn.f... - 06:50 PM Revision 4e06acbd (ffmpeg): Fixed a segfault in the DCA decoder with corrupted streams.
- It happens when the number of channels defined by DCAContext:acmod is lower
than DCAContext:prim_channels. In this ca... - 06:12 PM Revision 4784b092 (ffmpeg): Do not read beyond end of input in EA-TGV. This should avoid FATE tes...
- result depending on uninitialized data.
FATE result may change for this test.
Originally committed as revision 2208... - 04:21 PM Revision 50ff78db (ffmpeg): RTSP muxer: Use a local copy of the AVPacket for sending to the chain...
- This way, we avoid overwriting stream_index in the user's AVPacket
with a nonsense value.
Originally committed as re... - 03:26 PM Revision cf41a02b (ffmpeg): Only load the topleft mv/ref when the topright is unavailable.
- 8 cpu cycles faster.
Originally committed as revision 22079 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:11 PM Revision 005954ae (grapes): New topology manager interface, to support metadata
- 03:10 PM Revision 03e241dd (grapes): Fix a const-related warning
- 03:03 PM Revision cf7b67bc (ffmpeg): Remove some useless operations from the code setting left_cbp.
- maybe 0.5 cpu cycles faster
Originally committed as revision 22078 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:46 PM Revision 6abda15f (ffmpeg): Prevent overflow of start_time + recording_time.
- Patch by Francesco Cosoleto gmail($name)
Originally committed as revision 22077 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:51 AM Revision be707647 (ffmpeg): Add myself as maintainer of the bink demuxer and bink audio decoder
- Originally committed as revision 22075 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:26 AM Revision a9d7dd3b (streamers): Use a proper nodeID dtor
- 09:13 AM Revision 59b5370f (ffmpeg): Simplify code to set cbp_*
- this seems 1 cpu cycle slower even though we practically just remove code.
Speed loss seems caused by the merge of if... - 08:55 AM Revision 58184187 (ffmpeg): Fix typos in ref_index documentation.
- Originally committed as revision 22072 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:27 AM Revision 747db4e3 (ffmpeg): Move init of right side of ref_cache from fill_caches() to init_the_d...
- Originally committed as revision 22071 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:54 AM Revision 77c6edb8 (ffmpeg): Remove 3 mv_cache zeroing instructions that zeroed the right side.
- This seems unneeded as nothing seems to ever set it to non zero values.
Originally committed as revision 22070 to sv... - 01:38 AM Revision 8f8497ae (ffmpeg): Remove useless check of the 2 left MBs of a pair being in the same sl...
- Originally committed as revision 22069 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:51 AM Revision f57a5dcd (ffmpeg): Clarify ref_index.
- Originally committed as revision 22068 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:10 AM Revision 6e2fe0f2 (ffmpeg): Remove unneeded line of code from the neighbor setting code in h264.
- Originally committed as revision 22067 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:08 AM Revision aa5ee59e (ffmpeg): Simplify code in mv_pred.
- Not benchmarked as this is petty much just code removial.
Originally committed as revision 22066 to svn://svn.ffmpeg...
02/25/2010
- 11:44 PM Revision 358b5b1a (ffmpeg): Get rid of mb2b8_xy and b8_stride, change arrays organized based on b...
- ones based on mb_stride in h264.
about 20 cpu cycles faster overall per MB
Originally committed as revision 22065 to... - 11:27 PM Revision f3a572ca (ffmpeg): Disable suffix rules
- Most of the make builtin rules, which we do not need, are suffix rules,
and we use only new-style pattern rules. Dis... - 10:10 PM Revision 43e498bb (grapes): Move config.* to a more generic place
- 10:03 PM Revision f9d6272b (grapes): Build one single library by default
- 10:00 PM Revision 9a686bca (grapes): Convert two Makefiles I forgot...
- 09:31 PM Revision 1dc5a683 (grapes): Merge branch 'makefiles'
- 09:29 PM Revision 5731f27d (grapes): Fix the tests Makefile
- 09:26 PM Revision 5618ba78 (grapes): Merge remote branch 'origin/makefiles'
- Conflicts:
som/ChunkBuffer/Makefile - 09:21 PM Revision 479e1e61 (ffmpeg): Remove pointless empty line.
- Originally committed as revision 30730 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:12 PM Revision 8ebed38e (ffmpeg): Apply consistency nit.
- Originally committed as revision 30729 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:07 PM Revision 69981957 (grapes): Fix some errors spotted by valgrind (happening when we search for non...
- 09:07 PM Revision 174b1e56 (grapes): Make valgrind happy
- 08:55 PM Revision 8ae83f37 (grapes): Add a test for config.c
- 08:27 PM Revision 5728d758 (grapes): Merge remote branch 'origin/nodeid-dtor'
- Conflicts:
som/TopologyManager/nccache.c - 08:25 PM Revision e7bf8c8e (grapes): Merge branch 'copyright'
- 08:24 PM Revision 8ab58ec7 (grapes): Copyrights
- 07:55 PM Revision 11ab237e (ffmpeg): Add the graph2dot tools and document it.
- Also link avfiltergraph.o and graphparser.o against libavfilter, as it
uses them.
Originally committed as revision 2... - 07:38 PM Revision 9c16add6 (ffmpeg): Replace not anymore valid syntax "-title X" with "-metadata title=X".
- Originally committed as revision 22062 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:41 PM Revision 3b606e71 (ffmpeg): svq3 now in working condition, at least vissually, ill let fate tell us
- if the checksums match
Originally committed as revision 22061 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:39 PM Revision fc7f7f17 (ffmpeg): fix compilation, sorry ive not checked cvslog for a while :(((
- svq3 decoder does not work yet though but i didnt want to keep compilation
broken longer
Originally committed as rev... - 04:59 PM Revision cba2f6d5 (ffmpeg): asfenc: write tags in proper UTF-16.
- Patch by Anton Khirnov wyskas gmail com
Originally committed as revision 22059 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:50 PM Revision a677078e (ffmpeg): asfenc: simplify writing of comment header.
- Patch by Anton Khirnov wyskas gmail com
Originally committed as revision 22058 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:38 PM Revision e4ea625a (ffmpeg): asfdec: don't strip the "WM/" prefix, this should be done during conv...
- Patch by Anton Khirnov wyskas gmail com
Originally committed as revision 22057 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:29 PM Revision 36b54927 (ffmpeg): Dont allocate direct_table 8 times too large.
- Originally committed as revision 22056 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:27 PM Revision 5e350863 (ffmpeg): Store data in direct_table interleaved.
- seems 20cpu cycles faster
Originally committed as revision 22055 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:54 PM Revision 013202d7 (ffmpeg): Simplify intra4x4_pred_mode_cache init.
- Originally committed as revision 22054 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:26 PM Revision 662a5b23 (ffmpeg): Reorder intra4x4_pred_mode so that we can read/write 4 values at once.
- 3-7 cpu cycles faster
Originally committed as revision 22053 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:02 PM Revision 5b0fb524 (ffmpeg): Store intra4x4_pred_mode per row only.
- about 5 cpu cycles slower in the local code but should be overall faster
due to reduced cache use. (my sample though ... - 12:51 PM Revision c2186cbd (ffmpeg): unroll tiny and trivial loop. Same speed but clearer.
- Originally committed as revision 22051 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:10 AM Revision a5517dcc (ffmpeg): asf: indent.
- Patch from Anton Khirnov wyskas gmail com
Originally committed as revision 22050 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:09 AM Revision 9b54f432 (ffmpeg): asf: add more entries to metadata conv table.
- Patch from Anton Khirnov wyskas gmail com
Originally committed as revision 22049 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:11 AM Revision e1c88a21 (ffmpeg): Cut the size of mvd_table by yet another factor of 2.
- The code read/write code itself was 1 cycle faster, overall its
likely more due to cache effects
Originally committe... - 02:42 AM Revision d43c1922 (ffmpeg): Keep mvd_table values of only 2 mb rows.
- Originally committed as revision 22047 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:16 AM Revision b6a41853 (ffmpeg): 10l: add prefix "TAG:" to the metadata tags key showed for each stream.
- This is consistent with the metadata displaying in show_format() and
with the documentation.
Originally committed as... - 12:05 AM Revision 912dd63e (ffmpeg): Cosmetics: replace "filename" to "arg" for the name of the argument of
- opt_input_file(). More consistent and more clear, as "filename" can be
easily confused with the global "input_filenam...
02/24/2010
- 11:56 PM Revision c4a90caa (ffmpeg): aac: Keep decode_band_types() from eating all padding at the end of a...
- Due to a shortcoming in the AAC specification, if an all zero buffer is
fed to section data decoding it will never te... - 11:52 PM Revision 33147993 (ffmpeg): Extend doxy for the src parameter of av_fifo_generic_write().
- @patchby Tomas Härdin |tomas dot hardin at codemill dot se|
Originally committed as revision 22043 to svn://svn.ffmp... - 10:13 PM Revision 09ef1ace (ffmpeg): 3rd and hopefully last 100l fix.
- Originally committed as revision 22041 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 PM Revision 3393bff1 (ffmpeg): Fix doxy and assert().
- Originally committed as revision 22040 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:55 PM Revision 377fc38d (ffmpeg): Try to fix 100l compilation failure on some systems.
- Originally committed as revision 22039 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:43 PM Revision b5bd0700 (ffmpeg): Change mvd_cache & mvd_table to 8bit, this is overall a bit faster
- for high resolution videos.
about 20cycles faster per MB for cathederal.
Originally committed as revision 22038 to s... - 08:38 PM Revision 8ef4e65e (ffmpeg): AV_COPY16() & AV_ZERO16()
- Originally committed as revision 22037 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 PM Revision f3ea29bf (ffmpeg): Extend fill_rectangle() support for 16bit
- Originally committed as revision 22036 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:50 PM Revision 81b5e4ee (ffmpeg): Calculate mvd without abs()
- same speed (ask gcc why, i dont know)
Originally committed as revision 22035 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:19 PM Revision fce44489 (ffmpeg): Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in...
- metadata system.
Patch by Anton Khirnov <wyskas gmail com>.
Originally committed as revision 22034 to svn://svn.ffm... - 06:17 PM Revision a106d411 (ffmpeg): Don't add WM prefixes to all written ASF tags.
- Patch by Anton Khirnov <wyskas gmail com>.
Originally committed as revision 22033 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:16 PM Revision 855a1ba5 (ffmpeg): switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now.
- Originally committed as revision 22032 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:09 PM Revision 531d8fa3 (ffmpeg): Eliminate put_str16().
- Patch by Anton Khirnov <wyskas gmail com>.
Originally committed as revision 22031 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:08 PM Revision ae529ddb (ffmpeg): Add PUT_UTF16() macro.
- Patch by Anton Khirnov <wyskas gmail com>.
Originally committed as revision 22030 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:06 PM Revision 01b35be1 (ffmpeg): Factorize common code from the top of decode_cabac_mb_mvd()
- 10-15 cpu cycles faster.
Originally committed as revision 22029 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:01 PM Revision 61648423 (ffmpeg): Mention that metadata tags are (unvalidated) UTF-8.
- Patch by Anton Khirnov <wyskas gmail com>.
Originally committed as revision 22028 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:16 PM Revision 6d0155c7 (ffmpeg): Replace mvd>2 + mvd>32 by MIN((mvd+28)*17>>9, 2)
- same speed as far as i can meassure but it might have fewer branches on some
archs.
Idea from x264 / jason
Originall... - 02:45 PM Revision bc77fce6 (ffmpeg): Clear freed pointer in ffplay.c.
- Fixes a crash when audio stream is cycled twice.
Originally committed as revision 22026 to svn://svn.ffmpeg.org/ffmp... - 01:12 PM Revision 90332deb (ffmpeg): Replace ad-hoc fill rectangle by fill_rectangle().
- Originally committed as revision 22025 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:11 PM Revision d2df291f (ffmpeg): ff_msmpeg4_decode_init() calls ff_h263_decode_init() which calls
- MPV_common_init(), so calling both is redundant and leads to memory
leaks in WMV3/VC-1 decoder. Thus use only the fir... - 11:51 AM Revision 601e74d3 (ffmpeg): it is not necessary to display the decoder name, as av_log() automati...
- Originally committed as revision 22023 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:43 AM Revision dd80be5b (ffmpeg): low-complexity Bink file seeking
- Originally committed as revision 22022 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:30 AM Revision 7e276c85 (ffmpeg): set AVINDEX_KEYFRAME correctly for bink
- Originally committed as revision 22021 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 AM Revision 8d819221 (ffmpeg): Correctly increment continuity_counter in PCR packets.
- Patch by Yann Coupin, yann.coupin+ffmpeg gmail
Originally committed as revision 22020 to svn://svn.ffmpeg.org/ffmpeg... - 07:34 AM Revision 6538c0f1 (ffmpeg): asfdec: skip byte array tags.
- Patch from Anton Khirnov wyskas gmail
Originally committed as revision 22019 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:33 AM Revision 27e74927 (ffmpeg): asfdec: add a debug message about skipped tags.
- Patch from Anton Khirnov wyskas gmail
Originally committed as revision 22018 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:32 AM Revision 47794b9d (ffmpeg): asfdec: fix a memleak.
- Patch from Anton Khirnov wyskas gmail
Originally committed as revision 22017 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:31 AM Revision 514b73cf (ffmpeg): asfdec: only unicode tags must have even length.
- Patch from: Anton Khirnov wyskas gmail
Originally committed as revision 22016 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:27 AM Revision 43382b5f (ffmpeg): Introduce metadata conversion table for NUT muxer and demuxer.
- Patch by Anton Khirnov (wyskas, do no evil mail)
Thread "[PATCH] nut metadata conversion table"
Originally committed... - 06:14 AM Revision c8c0ac6b (ffmpeg): FFprobe: take only one input file.
- Originally committed as revision 22014 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:57 AM Revision 9127a369 (ffmpeg): Replace /2 by faster >>1 as the mvd values are now all positive.
- Originally committed as revision 22013 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:56 AM Revision 5c34e36a (ffmpeg): Remove unused variable. Seems i forgot to commit this.
- Originally committed as revision 22012 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/23/2010
- 11:41 PM Revision a15fdd7c (ffmpeg): Attempt to fix issue1728 and regression of issue203
- Originally committed as revision 22011 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:06 PM Revision b8c93c48 (ffmpeg): Set ist->pts to something that isnt guranteed to entangle itself with...
- Originally committed as revision 22010 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 PM Revision fc298fd9 (ffmpeg): Add -Wmissing-prototypes to CFLAGS if available.
- Originally committed as revision 22009 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:35 PM Revision 9f7490a0 (ffmpeg): Also favor streams with more packets in ffplay.
- Originally committed as revision 22008 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:09 PM Revision 256ab3ed (ffmpeg): Dont modify wanted_stream.
- Originally committed as revision 22007 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:56 PM Revision 5b369983 (ffmpeg): replace wanted_*_stream by wanted_stream[CODEC_TYPE]
- Originally committed as revision 22006 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:54 PM Revision 8790961d (ffmpeg): mlp_parser: Fix memleak.
- ff_combine_frame() is called, which allocates ParseContext->buffer if needed,
so ff_parse_close() must be called to f... - 04:49 PM Revision d7a4961e (ffmpeg): vfwcap: support MJPG compressed streams.
- Patch by Nash Tsai <nash dot tsai at gmail dot com>
Originally committed as revision 22004 to svn://svn.ffmpeg.org/f... - 04:46 PM Revision f1d5a1f2 (ffmpeg): Reorder buffer debug. Also print out if slice was buffered.
- Originally committed as revision 30722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 04:46 PM Revision 6625a3de (ffmpeg): Replace *_index by st_index[codec_type].
- Originally committed as revision 22003 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:31 PM Revision 247e3954 (ffmpeg): Favor streams with more packets if the user did not specify what she ...
- Fixes issue1156
Originally committed as revision 22002 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:29 PM Revision ab392695 (ffmpeg): Count all frames with codec_info_nb_frames not just ones with non zero
- duration. I hope this breaks nothing. Its needed for my fix of issue1156
Originally committed as revision 22001 to s... - 04:12 PM Revision d962706f (ffmpeg): Cosmetics: break all Makefile lines at 80 columns or less
- Originally committed as revision 22000 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:08 PM Revision 6d3d3b83 (ffmpeg): Redesign opt_programid code.
- Its now possible to also select programs per input file and there is
less code duplication.
Originally committed as ... - 03:07 PM Revision 6c6e6ef5 (ffmpeg): Put codec_info_nb_frames back in AVStream and print its value.
- This way streams with no or very few frames can be avoided during
auto selection
Originally committed as revision 21... - 12:14 PM Revision fc323a54 (ffmpeg): Clarify non constness of src in av_fifo_generic_write()
- Originally committed as revision 21997 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:15 AM Revision 02cd6f54 (ffmpeg): Set video stream duration for Bink demuxer
- Originally committed as revision 21996 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:05 AM Revision 93993933 (ffmpeg): Cosmetics: reindent
- Originally committed as revision 21995 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 AM Revision b62c65f2 (ffmpeg): Bink audio pts starts at 0, not reported_size
- Originally committed as revision 21994 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:28 AM Revision c8c77d8d (ffmpeg): Use reported_size to truncate final Bink Audio frame
- Originally committed as revision 21993 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:40 AM Revision 589760c6 (ffmpeg): Fix iff demuxer dependencies
- Originally committed as revision 21992 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:37 AM Revision 3dfd81e6 (ffmpeg): Fix vc1 parser dependencies
- Originally committed as revision 21991 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:32 AM Revision 0802cb85 (ffmpeg): Fix h264 parser dependencies
- Originally committed as revision 21990 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:23 AM Revision 401903dc (ffmpeg): Fix mpeg4video parser dependencies
- Originally committed as revision 21989 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:16 AM Revision 5c9b9c99 (ffmpeg): Fix wmv2 encoder dependencies
- Originally committed as revision 21988 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:12 AM Revision 818a4a64 (ffmpeg): Fix gif encoder dependencies
- Originally committed as revision 21986 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:10 AM Revision fa725249 (ffmpeg): Fix snow encoder dependencies
- Originally committed as revision 21985 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:04 AM Revision 19ecfb8a (ffmpeg): Fix svq1 encoder dependencies
- Originally committed as revision 21984 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 AM Revision 60819e69 (ffmpeg): 10l trocadero: Indeo 5 decoder did not free custom VLCs for macrobloc...
- block decoding at exit, so prevent that memory leak now.
Originally committed as revision 21983 to svn://svn.ffmpeg.... - 07:07 AM Revision 4f974de6 (ffmpeg): Decode alpha plane in Bink video
- Originally committed as revision 21982 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:01 AM Revision bf0d54a3 (ffmpeg): cosmetics: reindent after last commit
- Originally committed as revision 21981 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 AM Revision 54d4c0de (ffmpeg): Move plane decoding code into separate function in Bink decoder
- Originally committed as revision 21980 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:39 AM Revision ba3e8214 (ffmpeg): Bink video decoder now can use extradata to detect alpha plane presence
- Originally committed as revision 21979 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:36 AM Revision a45972a8 (ffmpeg): Make Bink demuxer pass video flags to decoder
- Originally committed as revision 21978 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:45 AM Revision 2fc492d8 (ffmpeg): Declare indeo VLC table storage with correct type
- Originally committed as revision 21977 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:08 AM Revision db8cb47d (ffmpeg): Try to set has_b_frames in codec init if we know everything alraedy.
- This fixes some issues with the first few timestamps.
Originally committed as revision 21976 to svn://svn.ffmpeg.org... - 01:07 AM Revision 9855b2e3 (ffmpeg): Move extradata reading code into codec init instead of doing it
- in read frame.
Originally committed as revision 21975 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:35 AM Revision 3307e6ea (ffmpeg): Prefix non-static RTSP functions with ff_.
- Originally committed as revision 21974 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/22/2010
- 10:21 PM Revision fc5607f8 (ffmpeg): Make -benchmark also print the maximum memory usage if possible.
- Originally committed as revision 21973 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 PM Revision b7884740 (ffmpeg): Make sure mp1/mp2 get their frame_size set.
- Fixes issue1696
Originally committed as revision 21972 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:28 PM Revision 6f5a3d0a (ffmpeg): Add an RTSP muxer
- Originally committed as revision 21971 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:20 PM Revision f86f6656 (ffmpeg): Free metadata in chained RTP muxers in the RTSP muxer
- This fixes a minor memory leak
Originally committed as revision 21970 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:47 PM Revision af037f80 (ffmpeg): Cosmetics: reindent
- Originally committed as revision 21969 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:44 PM Revision 15ba2315 (ffmpeg): Add declarations and doxygen documentation of generic rtsp support fu...
- to rtsp.h, and make the functions non-static
Originally committed as revision 21968 to svn://svn.ffmpeg.org/ffmpeg/t... - 04:11 PM Revision 2efc97c2 (ffmpeg): Cosmetics: reindent after applying patches
- Originally committed as revision 21967 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:57 PM Revision 35cfd646 (ffmpeg): Don't follow RTSP redirects when used as a muxer
- Originally committed as revision 21966 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:56 PM Revision 3e24c770 (ffmpeg): Add a function rtsp_setup_output_streams for announcing the SDP
- and setting up the internal RTSPStream data structures when using
the RTSP code in muxer mode.
Originally committed ... - 03:46 PM Revision fd450a51 (ffmpeg): Create AVFormatContext objects as private transport for output RTSP s...
- Originally committed as revision 21964 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 PM Revision 1d6065ad (ffmpeg): Make Bink decoder able to skip alpha plane
- Originally committed as revision 21963 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:51 PM Revision 9068f36d (ffmpeg): Macroblock and block Huffman code sets are to be used by both Indeo 4...
- Indeo 5, so make them global and move their initialization to the common place
as well. And fix static VLC initializa... - 12:35 PM Revision bb29fee3 (ffmpeg): Make Bink decoder to stop decoding planes after all bits are used.
- This prevents crashes during decoding grayscale Bink files like
samples from Impossible Creatures game demo.
Origina... - 12:28 PM Revision 33bc7947 (ffmpeg): Make opt_default() print an error message and exit if the option
- supplied is not recognized.
Originally committed as revision 21960 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:20 PM Revision fb030bd0 (ffmpeg): Correct bundle lengths calculation for small Bink files.
- This fixes issue 1764.
Originally committed as revision 21959 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:20 PM Revision 9b3c455c (ffmpeg): ARM: NEON scalarproduct_int16 and scalarproduct_and_madd_int16
- Patch by Kostya, minor fixes by me.
Originally committed as revision 21958 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:19 AM Revision 0e5f33f2 (ffmpeg): Make sure a set r_frame_rate is not overriden by a guess.
- Also make sure we dont waste time in this case with collecting timestamps.
Originally committed as revision 21957 to... - 09:47 AM Revision f51674ff (ffmpeg): Fix compilation for --enable-version3 --enable-libopencore_amrwb (only).
- Originally committed as revision 21956 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 AM Revision 403c545d (ffmpeg): Attempt to fix the completely random values returned by ff_avc_find_s...
- Originally committed as revision 21955 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 AM Revision dd4a03f7 (ffmpeg): Revert "Suppress icc warnings about unknown attributes"
- This reverts r21884. Apparently people want those warnings.
Originally committed as revision 21954 to svn://svn.ffm... - 12:34 AM Revision ac73f1a8 (ffmpeg): ARM: change argument/return type of bswap_16() to unsigned 32-bit
- This avoids unnecessary masking otherwise added by the compilers.
Originally committed as revision 21953 to svn://sv... - 12:34 AM Revision a87b2f6d (ffmpeg): ARM: add missing preserve8 directives
- Originally committed as revision 21952 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/21/2010
- 11:28 PM Revision 39261cd8 (ffmpeg): get/show_bits() can read up to MIN_CACHE_BITS bits
- The limit for get/show_bits_long() to use get/show_bits() directly
should be MIN_CACHE_BITS, not 17.
Originally comm... - 11:28 PM Revision 976d7bf7 (ffmpeg): Suppress armcc warnings about unknown attributes
- Originally committed as revision 21950 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:22 PM Revision acbb378d (ffmpeg): Fix timestamp association for mpeg2 field pictures.
- Fixes /MPlayer/incoming/codec_copy_fails_vob_to_mpeg-ts/codec_copy_fails_vob_to_mpeg-ts.vob
Originally committed as ... - 09:48 PM Revision 7cd7d19e (ffmpeg): Deobfuscate LE SHOW_[SU]BITS; these are simple sign/zero-extend
- Originally committed as revision 21948 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 PM Revision 48960b8f (ffmpeg): Add zero_extend() function
- Originally committed as revision 21947 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:47 PM Revision 94a5218c (ffmpeg): More accurate value for log2(10)
- Originally committed as revision 21946 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:32 PM Revision 0cb17649 (ffmpeg): Remove unused variable mb_xy.
- Patch by avcoder, ffmpeg gmail
Originally committed as revision 21945 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:33 PM Revision 1be784a2 (ffmpeg): Add support to an option -f which forces the format to use for opening
- the probed multimedia resource.
Originally committed as revision 21944 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:01 PM Revision 4fe3edaa (ffmpeg): AMR-NB floating-point based decoder.
- Code produced during SoC by Robert Swain and Colin McQuillan.
Originally committed as revision 21943 to svn://svn.ff... - 04:24 PM Revision f1b267dd (ffmpeg): Avoid using log2, it is not available everywhere.
- Should fix compilation on FreeBSD.
Originally committed as revision 21942 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:29 PM Revision dd347568 (ffmpeg): Remove unused variable, fixes warnings of the type:
- libavcodec/h264.h:816: warning: unused variable `mb_xy'
Originally committed as revision 21941 to svn://svn.ffmpeg.o... - 03:11 PM Revision 769c4975 (ffmpeg): indent
- Originally committed as revision 21940 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:11 PM Revision 4c4e7465 (ffmpeg): Avoid negative shifts in build_table()
- A shift by a negative amount has undefined behaviour. Even though
the result of this shift is never used, the shift ... - 02:41 PM Revision 044a950d (ffmpeg): Fix memory leak for truncated packets in idCin demuxer
- Originally committed as revision 21938 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:28 PM Revision 342c7dfd (ffmpeg): Bink video decoder
- Originally committed as revision 21937 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:43 AM Revision 336ce917 (ffmpeg): Add FFprobe tool.
- This is a simplified / cleaned-up version of the SourceForge program:
http://sourceforge.net/projects/ffprobe/
Synta... - 11:35 AM Revision f05ef45c (ffmpeg): Use the official FFmpeg spelling: "ffmpeg" -> "FFmpeg".
- Originally committed as revision 21935 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 AM Revision 8b9da8b5 (ffmpeg): Put all the options shared amongst the ff* tools under a dedicated
- section "Generic options".
Originally committed as revision 21934 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:23 AM Revision 802da0b4 (ffmpeg): Indent.
- Originally committed as revision 21933 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 AM Revision d68b27a9 (ffmpeg): VC1: fix missing include h263.h
- Originally committed as revision 21932 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 AM Revision 6cb35b45 (ffmpeg): Simplify determing whether fragments are coded
- No measurable speed difference
Originally committed as revision 21931 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:10 AM Revision a8926476 (ffmpeg): Handle Theora's continued runs in superblock coding.
- This doesn't really matter yet since 4:2:0 1080p has only 3060 superblocks,
but larger resolutions or 4:4:4 1080p cou... - 12:10 AM Revision 855c720c (ffmpeg): Decode fully coded superblocks in the same manner as partial superblo...
- No speed difference, but it will simplify the special 4129 case.
Originally committed as revision 21929 to svn://svn... - 12:10 AM Revision ecb51b25 (ffmpeg): Make the special 4129 case for long-run bit strings a #define and exp...
- Originally committed as revision 21928 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:10 AM Revision 33dbc1b7 (ffmpeg): Use memset to set the runs partially coded superblocks
- Much faster for long runs (e.g. nearly uncoded frames), slightly faster
for the general case.
Originally committed a...
Also available in: Atom