Activity
From 02/13/2008 to 03/13/2008
03/13/2008
- 11:28 PM Revision d04d9e16 (ffmpeg): new attempt at portable endian test
- Originally committed as revision 12437 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 PM Revision ccae51d5 (ffmpeg): hopefully portable endian test
- Originally committed as revision 12436 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:30 PM Revision 768a9205 (ffmpeg): #include stddef.h instead of sys/types.h, the former is a standard C ...
- Originally committed as revision 12435 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:26 PM Revision a2338352 (ffmpeg): do not fail badly if aspect ratio is 0/forbidden, fix issue 369
- Originally committed as revision 12434 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:17 PM Revision 32573a74 (ffmpeg): #include stdint.h instead of inttypes.h like all libavutil headers do.
- Originally committed as revision 12433 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:10 PM Revision bfb80dbe (ffmpeg): This file does not use size_t, so no need to #include <sys/types.h>.
- Originally committed as revision 12432 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:04 PM Revision a087028a (ffmpeg): Add #include "config.h" to headers that need it.
- Originally committed as revision 12431 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:49 AM Revision 9d2cc8c1 (ffmpeg): If consumed does not match nalsize, favor nalsize.
- Fixes issue385.
Originally committed as revision 12430 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:20 AM Revision 6ef29128 (ffmpeg): Add missing stdint.h #include to headers that use it.
- Originally committed as revision 12429 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/12/2008
- 11:58 PM Revision 2cab6401 (ffmpeg): typo fixes
- Originally committed as revision 12428 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:54 PM Revision 88a7a2dc (ffmpeg): wording improvement by the Wanderer
- Originally committed as revision 12427 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 PM Revision a6f6b237 (ffmpeg): typos
- Originally committed as revision 26228 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:30 PM Revision 315c741d (ffmpeg): Move dependency generation commands into configure.
- This will allow specifying gcc-independent commands in the future.
Originally committed as revision 12426 to svn://s... - 11:15 PM Revision 8b83d568 (ffmpeg): Fix configure to properly build without PIC by default on Darwin
- Patch by Alexander Strange (astrange ithinksw com)
Originally committed as revision 12425 to svn://svn.ffmpeg.org/ff... - 10:05 PM Revision fecf966f (ffmpeg): Ministry of English Composition edits, courtesy of the Wanderer
- Originally committed as revision 12424 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 PM Revision 0138c54e (ffmpeg): Use proper library versions instead of SPPVERSION in Darwin SHFLAGS.
- Originally committed as revision 12423 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:42 AM Revision f63b6dc0 (ffmpeg): Do not calculate dependencies for header files in the .vhookdepend ta...
- Originally committed as revision 12422 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 AM Revision 8df4da4e (ffmpeg): Use $^ without header files instead of $(SRCS) to reference the depen...
- of the .depend target. $^ apparently includes the full path to files found
in a vpath directory, $(SRCS) does not. Th...
03/11/2008
- 09:01 AM Revision a04e3240 (ffmpeg): Mark Y variable in EPILOG macro as av_unused to avoid unused variable...
- Originally committed as revision 26220 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:04 AM Revision bf99f4fc (ffmpeg): Ministry of English Composition edits
- Originally committed as revision 12420 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/10/2008
- 10:59 PM Revision b7860763 (ffmpeg): Clarify comment.
- Originally committed as revision 12419 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 PM Revision 98f6dfa6 (ffmpeg): make input buffer const, as it should be. fixes a warning.
- Originally committed as revision 12418 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 PM Revision 074ac3c2 (ffmpeg): add out of bound stream index checks
- fix issue379
Originally committed as revision 12417 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:15 PM Revision 1b9cec96 (ffmpeg): Remove windows installer. I'm not aware of anyone that uses it.
- Originally committed as revision 12416 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:09 PM Revision 6ed4eec5 (ffmpeg): add a temporary variable to simplify the code
- Originally committed as revision 12415 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision 30a3ad75 (ffmpeg): Simplify .depend generation command.
- Originally committed as revision 12414 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:12 PM Revision 7853bf93 (ffmpeg): Replace the awkward '1>' with the more natural '>'.
- Originally committed as revision 12413 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:01 PM Revision 3c889b5c (ffmpeg): Merge SDL_CFLAGS handling for files that need it.
- Originally committed as revision 12412 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:03 PM Revision 5acef35f (ffmpeg): Add AVClass to URLContext at next major version bump
- Patch by Björn Axelsson (bjorn axelsson intinor se)
Originally committed as revision 12411 to svn://svn.ffmpeg.org/f... - 06:42 PM Revision 7ce68923 (ffmpeg): misc spelling fixes
- Originally committed as revision 12410 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:38 PM Revision 06de58d2 (ffmpeg): typo
- Originally committed as revision 26212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:37 PM Revision bab785a5 (ffmpeg): vhooks really need libav* even if they compile fine without on Linux.
- Originally committed as revision 12409 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:54 PM Revision 13ca50f3 (ffmpeg): Rename --enable-swscaler --> enable-swscale to be consistent with the
- directory name and other option names. Also rename variables accordingly.
Originally committed as revision 12408 to ... - 03:19 PM Revision 781138d0 (ffmpeg): Update the regression tests reference values after the changes to the...
- muxer/demuxer in revision 12358.
Originally committed as revision 12407 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:30 PM Revision 635a8cd2 (ffmpeg): Make av_class a pointer to const.
- Patch by Takis.
Originally committed as revision 26210 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 02:28 PM Revision 710af50e (ffmpeg): define VOF as double of VOFW.
- Originally committed as revision 26209 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:30 AM Revision 3f0bc115 (ffmpeg): Remove redundant swScaler: output from places where av_log()
- properly prints the context anyway.
Originally committed as revision 26207 to svn://svn.mplayerhq.hu/mplayer/trunk/l... - 03:07 AM Revision 32c3047c (ffmpeg): These video decoders do not need to include and initialize the DSP
- support functions.
Originally committed as revision 12406 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:07 AM Revision d61af67a (ffmpeg): There is no reason to assign a variable to itself
- Originally committed as revision 12405 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:48 AM Revision b847847a (ffmpeg): cosmetics: remove some empty lines
- Originally committed as revision 12404 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 AM Revision 01ccf45b (ffmpeg): remove useless and misleading comments
- Originally committed as revision 12403 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 AM Revision 1637930f (ffmpeg): smaller tables
- Originally committed as revision 12402 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/09/2008
- 11:43 PM Revision 36b0782e (ffmpeg): consistent use of MKTAG() in the codec_bmp_tags table
- Originally committed as revision 12401 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:34 PM Revision ab0b2e55 (ffmpeg): cosmetics: alignment of the codec_bmp_tags table
- Originally committed as revision 12400 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 PM Revision 9701840b (ffmpeg): add FF_ prefix to all (frame)_TYPE usage
- Originally committed as revision 12399 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:29 PM Revision 88855b51 (ffmpeg): Work around gcc stupidity: With -MM gcc outputs just the basename of ...
- target name. This breaks when compiling targets in subdirectories, so prepend
the subdirectory name to the target nam... - 05:05 PM Revision 38dae9c3 (ffmpeg): downmix before imdct unless different size transforms are used. about...
- faster 5.1-to-stereo downmixing.
Originally committed as revision 12397 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:46 PM Revision 95049fec (ffmpeg): Clarify the intended meaning of wont_fix.
- Originally committed as revision 12396 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:16 PM Revision 811d9146 (ffmpeg): indentation
- Originally committed as revision 12395 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:15 PM Revision 1ba3bae8 (ffmpeg): Correctly handle empty frames
- Originally committed as revision 12394 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 AM Revision 8c908d7d (ffmpeg): Fraps v5 decoding support
- Originally committed as revision 12393 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 AM Revision 6a02cb82 (ffmpeg): Add step variable (for future v5 decoding)
- Originally committed as revision 12392 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:18 AM Revision d98878f4 (ffmpeg): recognize the CLJR FourCC (Cirrus Logic AccuPak)
- Originally committed as revision 12391 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/08/2008
- 11:18 PM Revision 39fc859e (ffmpeg): VFW grabber
- Originally committed as revision 12390 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:06 PM Revision d76c3e07 (ffmpeg): Correctly handle case where buffer is 100% full
- Originally committed as revision 12389 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:59 PM Revision fd9da087 (ffmpeg): add myself as vfwcap.c maintainer
- Originally committed as revision 12388 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 PM Revision 5e474a68 (ffmpeg): dc1394.c has been renamed to libdc1394.c
- Originally committed as revision 12387 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:55 PM Revision d8436ba4 (ffmpeg): Split libavdevice maintainers out of libavformat
- Originally committed as revision 12386 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision ffa71b2b (ffmpeg): Typo + grammar
- Originally committed as revision 12385 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision c2345207 (ffmpeg): VFW capture support
- Originally committed as revision 12384 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 PM Revision ab8ab30c (ffmpeg): Introduce max_picture_buffer variable in AVFormatContext,
- set by rtbufsize option.
Originally committed as revision 12383 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:30 PM Revision c123486e (ffmpeg): #error in case we do not know how to provide alignment.
- Originally committed as revision 12382 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:27 PM Revision e73e4e75 (ffmpeg): cosmetics: Fix indentation in a few more places.
- Originally committed as revision 12381 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:24 PM Revision ef3dfbd4 (ffmpeg): cosmetics: Normalize {} placement after for, while, if.
- Originally committed as revision 12380 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 PM Revision 72b8963d (ffmpeg): Mention that libavdevice/x11grab.c is GPLed.
- Originally committed as revision 12379 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:00 PM Revision 54b62496 (ffmpeg): Define WIN32_LEAN_AND_MEAN before including windows.h to exclude
- rarely-used header files.
Originally committed as revision 12378 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:59 PM Revision a06ba2a1 (ffmpeg): Include windows.h instead of trying to redeclare Sleep
- os_support.h used to be included in all lavf files, and including windows.h
here caused a significant slowdown.
Orig... - 06:50 PM Revision 4a24ab64 (ffmpeg): Rename pp variable to postproc for consistency.
- Originally committed as revision 12376 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:33 PM Revision 6bd859d6 (ffmpeg): check for x86 bswap instruction
- Originally committed as revision 12375 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:08 PM Revision a73cbf97 (ffmpeg): huffman: add a zero_count flag and use it in fraps
- fixes issue349
Originally committed as revision 12374 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:57 PM Revision bac02ed3 (ffmpeg): huffman: pass hnode_first as a flag instead of as an argument on its own
- Originally committed as revision 12373 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:43 PM Revision 409e1d71 (ffmpeg): Put network-related code under #ifdef
- Originally committed as revision 12372 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:43 PM Revision 591cf117 (ffmpeg): Group network-related code together
- Originally committed as revision 12371 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:18 PM Revision 8d06bd53 (ffmpeg): Fix unused variable warnings.
- patch by mark cox, melbournemark+ffmpeg gmail.com
Originally committed as revision 12370 to svn://svn.ffmpeg.org/ffm... - 04:19 PM Revision 61c51088 (ffmpeg): cosmetics: prettyprinting
- Originally committed as revision 12369 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:19 PM Revision 3d323571 (ffmpeg): Install libavfilter if it has been enabled.
- Originally committed as revision 12368 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 PM Revision 4c85ae7b (ffmpeg): The videohook target does not depend on .libs.
- Originally committed as revision 12367 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:06 PM Revision c7193373 (ffmpeg): Make ffplay use parse_number_or_die instead of atoi.
- Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 12366 to svn://svn.ffmpeg.org/ffmp... - 02:54 PM Revision 69ed2c3b (ffmpeg): cosmetics: Remove useless empty line.
- Originally committed as revision 26201 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:54 PM Revision 0050adee (ffmpeg): cosmetics: Remove useless empty line.
- Originally committed as revision 12365 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:40 PM Revision 2e7bd344 (ffmpeg): cosmetics: Consistently move NAME and FFLIBS to the top of each Makef...
- Originally committed as revision 26200 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:39 PM Revision 9b25f4a6 (ffmpeg): cosmetics: Consistently move NAME and FFLIBS to the top of each Makef...
- Originally committed as revision 12364 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/07/2008
- 07:47 PM Revision 5dea9409 (ffmpeg): __stdcall -> WINAPI
- Windows x64 has no __stdcall.
It is not yet supported, but someday it might...
Originally committed as revision 1236... - 07:27 PM Revision 0e32c8c6 (ffmpeg): simplify library version handling
- Originally committed as revision 12362 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 PM Revision 88b5db9f (ffmpeg): replace -f pgmyuv with -f image2 -vcodec pgmyuv
- Originally committed as revision 12361 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 PM Revision 5b67e4f8 (ffmpeg): Simplify do_video_encoding() in regression.sh
- All calls of this function use pgmyuv input format; hence
no need to specify it explicitly.
Originally committed as ... - 07:27 PM Revision 6b60ac3e (ffmpeg): simplify library version handling
- Originally committed as revision 26193 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 07:27 PM Revision 733a6d83 (ffmpeg): Remove mp4psp regression test
- The PSP MP4 format requires an AAC audio stream, so until
we have an AAC encoder we cannot test this format.
The exi... - 07:25 PM Revision 90c2295b (ffmpeg): Add 'disposition' bitfield to AVStream and use it for both muxing and...
- of matroska and nut.
Originally committed as revision 12358 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:08 AM Revision b049ad50 (ffmpeg): fix AVClass for avfilter
- Originally committed as revision 12357 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/06/2008
- 11:10 PM Revision cbaf50f8 (ffmpeg): indentation
- Originally committed as revision 12356 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:09 PM Revision 7ee4dd02 (ffmpeg): do not display par and dar if not available
- Originally committed as revision 12355 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 PM Revision b10b849f (ffmpeg): consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
- Originally committed as revision 26186 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:44 PM Revision 5671fc14 (ffmpeg): consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment
- Originally committed as revision 12354 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:44 PM Revision 4c7981ba (ffmpeg): do not reset duration_error for all streams, only reset current strea...
- Originally committed as revision 12353 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:41 PM Revision d42a814e (ffmpeg): Make av_class a pointer to a const AVClass. Addresses one warning in
- imgresample.c.
Originally committed as revision 12352 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:22 PM Revision ebf71dbd (ffmpeg): Don't use unchecked data from the bitstream.
- Originally committed as revision 12351 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision 72d334ca (ffmpeg): support AVDISCARD_ALL
- Originally committed as revision 12350 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:32 AM Revision 8055ede6 (ffmpeg): change sws_format_name to return const char*, supress many warnings
- Originally committed as revision 26183 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:51 AM Revision 4b0c30b7 (ffmpeg): remove redundant SwScaler text since av_log uses AVClass context
- Originally committed as revision 26182 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:45 AM Revision 30400f0d (ffmpeg): fix interlaced decoding, original patch from reimar
- Originally committed as revision 12349 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:30 AM Revision 9dc92a38 (ffmpeg): IMA ADPCM encoder - QT variant
- Originally committed as revision 12348 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 AM Revision 11c55efa (ffmpeg): Skip over unknown extended_content_header tags.
- fixes issue358
Originally committed as revision 12347 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:20 AM Revision 16428e63 (ffmpeg): simplify
- Originally committed as revision 12346 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/05/2008
- 09:43 PM Revision 9822564d (ffmpeg): make compilation of mpeg12* and mpegvideo conditional
- Originally committed as revision 12345 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:29 PM Revision 6cbe71bd (ffmpeg): move ff_mpeg1_dc_scale_table to mpegvideo.c
- Originally committed as revision 12344 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 PM Revision de2f77d8 (ffmpeg): allow vpath search only for source files
- Originally committed as revision 12343 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:56 PM Revision e3773a55 (ffmpeg): simplify processing of some --disable-* options
- Originally committed as revision 12342 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:43 PM Revision c2b0b21d (ffmpeg): Add correct version number to shared libavfilter
- Originally committed as revision 12341 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:26 PM Revision ea28ecb0 (ffmpeg): Fix avfilter compilation with --enable-shared and no libswscaler
- Originally committed as revision 12340 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:34 PM Revision 5a433461 (ffmpeg): add dependencies for matroska audio and nut muxers over lavc
- Originally committed as revision 12339 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:29 PM Revision d78d72da (ffmpeg): Set TCP protocol to is_streamed=1 as seeking is not possible.
- Björn Axelsson, bjorn.axelsson intinor se
Originally committed as revision 12338 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:23 PM Revision dc85e859 (ffmpeg): doxyfy frame type comments and add some more comments
- Originally committed as revision 12337 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:19 PM Revision 48d533e6 (ffmpeg): define BI frame type along with other frame types
- Originally committed as revision 12336 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:15 PM Revision c06ccb13 (ffmpeg): cosmetic: align
- Originally committed as revision 12335 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:50 PM Revision 241227d8 (ffmpeg): remove some unneeded artificial dependencies from configure
- Originally committed as revision 12334 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:49 PM Revision 591bf9b9 (ffmpeg): add some required objects dependencies
- Originally committed as revision 12333 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 PM Revision 0c291f2d (ffmpeg): Avoid linking with h263 and mpeg4 find_frame_end()
- when those codecs are not enabled.
Originally committed as revision 12332 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:31 PM Revision 83cc23c5 (ffmpeg): Add some information about the stream bitrate, if available
- Originally committed as revision 12331 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:06 PM Revision 1326621c (ffmpeg): Subtitle support. (untested)
- Originally committed as revision 12330 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 PM Revision 73e22613 (ffmpeg): The last flag fix fixed mpeg4-qprd (there the flags ended up being tr...
- through lrintf(), that is gcc put the 32bit int flags in a 32bit float
which caused some to be lost ...).
I wonder wh... - 12:06 PM Revision 112249de (ffmpeg): set block align for mace3/6
- Originally committed as revision 12328 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:02 PM Revision 28da7981 (ffmpeg): correctly compute bit rate for compressed audio, should fix seeking i...
- Originally committed as revision 12327 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:58 AM Revision 282ee4e7 (ffmpeg): fix the WC3 Xan decoder by correcting the frame accounting logic
- Originally committed as revision 12326 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:03 AM Revision 56adc695 (ffmpeg): One more (forgotten) fix for fixing sws_flags.
- Originally committed as revision 26166 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 04:02 AM Revision e60da588 (ffmpeg): sws_flags is unsigned.
- This together with the last commit fixes the strange behavior of -sws_flags.
(issue229)
Originally committed as revi... - 03:59 AM Revision 378774e9 (ffmpeg): Fix handling flags with the MSB set.
- Originally committed as revision 12324 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:00 AM Revision 8b2fce0d (ffmpeg): Turn ancient V offset numerical constants into named ones.
- Add a check that checks that the width is within the choosen constant.
This might have been exploitable.
Originally ... - 12:43 AM Revision fbd4293d (ffmpeg): remove more useless mpegvideo.h includes
- Originally committed as revision 12323 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:38 AM Revision cbcd6c8c (ffmpeg): move EDGE_WIDTH definition allong with draw_edges where it belongs
- Originally committed as revision 12322 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:07 AM Revision d37f007d (ffmpeg): remove #include "mpegvideo.h" where it is not needed
- Originally committed as revision 12321 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:06 AM Revision 3bfe9260 (ffmpeg): move relevant declarations to mpeg12data.h
- Originally committed as revision 12320 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/04/2008
- 11:58 PM Revision 6d934615 (ffmpeg): move run length table constants to rl.h
- Originally committed as revision 12319 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:10 PM Revision 288a44fb (ffmpeg): move ff_emulated_edge_mc() to dsputil
- Originally committed as revision 12318 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:09 PM Revision 8d4bef64 (ffmpeg): Remove unused elements from tables.
- Originally committed as revision 12317 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:58 PM Revision 6a287b73 (ffmpeg): Detect and prevent reading over the end of counts_*. We pass the error
- through a context variable as this is simpler and i think also faster, but
the return value of functions could be use... - 09:39 PM Revision 1a2a1d90 (ffmpeg): Prevent segfault due to reading over the end of the input buffer.
- Originally committed as revision 12315 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:38 PM Revision 79989881 (ffmpeg): fix wmv3 dependencies
- Originally committed as revision 12314 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:35 PM Revision 49c35f16 (ffmpeg): Fix compilation on powerpc.
- DECLARE_ALIGNED_8 is not defined at that point, but this code is powerpc
only, so it's really equivalent to DECLARE_A... - 10:54 AM Revision 015d0bb9 (ffmpeg): remove old draw_edges declaration cruft
- Originally committed as revision 12312 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 AM Revision 4c79b95c (ffmpeg): move ff_init_scantable() into dsputil
- Originally committed as revision 12311 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:31 AM Revision 675b8390 (ffmpeg): Ignore flags after pts/dts if there are no bytes left.
- Fixes decoding of vdr-radio.vdr. (issue198)
Originally committed as revision 12310 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:07 AM Revision 5a6a9e78 (ffmpeg): move draw_edges() into dsputil
- Originally committed as revision 12309 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/03/2008
- 11:14 PM Revision ce7f71a2 (ffmpeg): dsputil.h is a local header
- Originally committed as revision 12308 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:10 PM Revision c8deab7a (ffmpeg): include required header
- Originally committed as revision 12307 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 PM Revision 6e196eac (ffmpeg): include required headers for int64_t and AV_RB16()
- Originally committed as revision 12306 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 PM Revision abf2dc9c (ffmpeg): avi.h does not use anything from avcodec.h.
- Originally committed as revision 12305 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision 22f86547 (ffmpeg): Fix endian test with grep not handling non-text files
- POSIX grep is not required to support non-text files.
Idea by Rich Felker.
Originally committed as revision 12304 t... - 09:54 PM Revision 0e9fbd35 (ffmpeg): remove invalid free() forgotten in r12300
- Originally committed as revision 12303 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 PM Revision 932ccf39 (ffmpeg): remove unnecessary backslashes
- Originally committed as revision 12302 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:53 PM Revision 81124ba0 (ffmpeg): Fix libavfilter compilation and make it more in line
- with the other libav*.
Originally committed as revision 12301 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:53 PM Revision f15e6b86 (ffmpeg): Provide non null class name to avoid crash with ffmpeg -h.
- Originally committed as revision 12300 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:06 PM Revision 6548ff57 (ffmpeg): Force DOS users to enable memalign hack when needed,
- the same way it's done for MinGW.
Originally committed as revision 12299 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:59 PM Revision 40bcf4c7 (ffmpeg): Support setting the debuglevel (-g level) with --enable-debug=#
- Originally committed as revision 12298 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:16 PM Revision e7a5e2f6 (ffmpeg): Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/...
- Originally committed as revision 12297 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:27 AM Revision 78db672c (ffmpeg): Use block_align as the avi spec says.
- fix issue274
Originally committed as revision 12296 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:23 AM Revision 143b0820 (ffmpeg): Print slightly more useful info.
- Originally committed as revision 12295 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/02/2008
- 11:47 PM Revision a7805e29 (ffmpeg): Fallback to sample rate if bit rate is 0. This avoids 0 timebases in ...
- Originally committed as revision 12294 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:13 PM Revision 9fdfd21c (ffmpeg): factorize
- Originally committed as revision 12293 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:11 PM Revision a048febd (ffmpeg): subtitles (codec tag tables still missing ...)
- Originally committed as revision 12292 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 PM Revision c6eed369 (ffmpeg): Use "disable" helper function
- Originally committed as revision 12291 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:51 PM Revision 5b087549 (ffmpeg): Store aspect ratio in avis.
- Originally committed as revision 12290 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/01/2008
- 11:59 PM Revision 1f3d74d3 (ffmpeg): Remove INFINITY as suggested by rich.
- Originally committed as revision 12289 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:36 PM Revision 3948c74f (ffmpeg): Remove INFINITY.
- Originally committed as revision 12288 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:10 PM Revision d8870f12 (ffmpeg): use scale factor instead of sum for downmix level adjustment. avoids ...
- inside downmix loop. 7% faster 5.1-to-stereo downmixing.
Originally committed as revision 12287 to svn://svn.ffmpeg.... - 03:48 PM Revision 9d10e6e6 (ffmpeg): pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downm...
- Originally committed as revision 12286 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:56 AM Revision 8541cc27 (ffmpeg): Do not add deprecated -no-cpp-precomp to CFLAGS on Darwin.
- patch by İsmail Dönmez, ismail namtrac org
Originally committed as revision 12285 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:39 AM Revision a4de6dd2 (ffmpeg): Use 24-bit fixed-point transform coefficients until just before MDCT....
- gives 7% faster decoding on average.
Originally committed as revision 12284 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:28 AM Revision 74e21d03 (ffmpeg): fix wc3movie demuxer to conform to the PTS API
- Originally committed as revision 12283 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 AM Revision be0995b1 (ffmpeg): more aspect ratios added in one of the ammendments
- Originally committed as revision 12282 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:43 AM Revision 40e8e497 (ffmpeg): fix the id CIN demuxer by using the pts API correctly
- Originally committed as revision 12281 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 AM Revision 73260a11 (ffmpeg): simplification proposed by Rich
- Originally committed as revision 12280 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/29/2008
- 11:41 AM Revision 2401daaf (ffmpeg): add cdvc
- (from a patch by Dmitry Vassiliev // slydiman mail ru)
Originally committed as revision 12279 to svn://svn.ffmpeg.or... - 08:01 AM Revision 79aeec08 (ffmpeg): Make AMR-NB block size const and 8 bits.
- Originally committed as revision 12278 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:59 AM Revision 675bc0bc (ffmpeg): Define block size for AMR-WB (use IF2 table).
- Spotted by John Fitzgerald: jjfitzgerald gmail com
Originally committed as revision 12277 to svn://svn.ffmpeg.org/ff...
02/28/2008
- 11:44 PM Revision b5a33ff1 (ffmpeg): suppress the second warning
- Originally committed as revision 12276 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:01 PM Revision 7e14b808 (ffmpeg): Use cltd instead of cdq asm mnemonic, ICC and gcc support both, but
- SunStudio 12 only supports the former.
Originally committed as revision 12275 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:11 PM Revision 48026fbe (ffmpeg): 1000l parenthesis
- Originally committed as revision 12274 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:08 PM Revision 83f02883 (ffmpeg): code is ok for 4bpp in mov too, fix 16grey.mov
- Originally committed as revision 12273 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:05 PM Revision 0de2157f (ffmpeg): set codec bps to grayscale bits, fix 256grey.mov
- Originally committed as revision 12272 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/27/2008
- 10:41 PM Revision 2c62e737 (ffmpeg): Add empty line in output to increase readability.
- Originally committed as revision 12271 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:06 PM Revision 61d251db (ffmpeg): check for inline asm support
- Originally committed as revision 12270 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:38 PM Revision 2e98d87c (ffmpeg): simplify lzo-test rule
- Originally committed as revision 12269 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 PM Revision 93420809 (ffmpeg): fix version in libavfilter.pc
- Originally committed as revision 12267 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:34 PM Revision 800b9c24 (ffmpeg): Add more riff IDs to support remuxing.
- Originally committed as revision 12266 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision da00a1bd (ffmpeg): add weird first atom to probe, finally fix bartjones.mov
- Originally committed as revision 12265 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 AM Revision f436a23e (ffmpeg): fix versions in .pc files
- Originally committed as revision 12264 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:31 AM Revision dbb37657 (ffmpeg): free in case of multiple type == 2
- Originally committed as revision 12263 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 AM Revision 2f4568e5 (ffmpeg): return error if malloc fails
- Originally committed as revision 12262 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:30 AM Revision dbb7cbf2 (ffmpeg): fix possible overflow with memmove
- Originally committed as revision 12261 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:25 AM Revision a6601d69 (ffmpeg): fix libavfilter version extraction
- Originally committed as revision 12260 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 AM Revision ab4b28f0 (ffmpeg): Print libavfilter version if it is enabled in configure
- Originally committed as revision 12259 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 AM Revision 0b247953 (ffmpeg): makes really sure that no undefined behavior can happen
- Originally committed as revision 12258 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/26/2008
- 11:51 PM Revision b85976ba (ffmpeg): better include
- Originally committed as revision 12257 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:49 PM Revision 3635791a (ffmpeg): include dependencies ...
- Originally committed as revision 12256 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:17 PM Revision c91d512b (ffmpeg): Add multiple inclusion guards.
- Originally committed as revision 12255 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 PM Revision dc3f320d (ffmpeg): Add explanatory comment to '#define FLOAT float'.
- Originally committed as revision 12254 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 PM Revision d597655f (ffmpeg): Avoid infinite loop.
- uint64_t >> 64 is an undefined operation
Originally committed as revision 12253 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:01 PM Revision b2eb2ff0 (ffmpeg): Make gcc ignore the distinction between +0.0 and -0.0, this allows it to
- change x+0.0 to x. Though it alone does not allow gcc to remove x*0.0,
that would also require -ffinite-math-only.
O... - 09:50 PM Revision f65c9da1 (ffmpeg): print enabled things in columns
- Originally committed as revision 12251 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision 3cde40aa (ffmpeg): 10l, alphabetic ordering
- Originally committed as revision 12250 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 PM Revision f7679c54 (ffmpeg): Build system changes for libavfilter addition. Add --enable-avfilter ...
- Patch by myself, Bobby Bingham and Víctor Paesa.
Originally committed as revision 12249 to svn://svn.ffmpeg.org/ffmp... - 09:21 PM Revision be19d752 (ffmpeg): Make libavfilter define its version like the other libav* libs
- Originally committed as revision 12248 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:18 PM Revision 147e7692 (ffmpeg): simplify version number extraction
- Originally committed as revision 12247 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:38 PM Revision e08e6bb6 (ffmpeg): less preprocessor magic in version number macros
- Originally committed as revision 26105 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:37 PM Revision 800c289a (ffmpeg): less preprocessor magic in version number macros
- Originally committed as revision 12246 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:21 PM Revision 11fdbc44 (ffmpeg): 25% faster floating point AAN IDCT.
- Other float code likely benefits as well ...
Originally committed as revision 12245 to svn://svn.ffmpeg.org/ffmpeg/t... - 08:17 PM Revision 499e4700 (ffmpeg): Stuffing bytes to not violate minimum legality rate.
- Note, this is a joke and not related to MPEG CBR.
Originally committed as revision 12244 to svn://svn.ffmpeg.org/ffm... - 06:36 PM Revision cc611675 (ffmpeg): Remove another temporary variable with which gcc has problems.
- Originally committed as revision 12243 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:27 PM Revision 26846ba5 (ffmpeg): support keyframes indexes starting at 0, broken files created by omne...
- Originally committed as revision 12242 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:21 PM Revision 221e21b7 (ffmpeg): support mov reference files, ref.mov/ref.m2v/ref.wav and detect Brian...
- Originally committed as revision 12241 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:56 PM Revision 94ae6788 (ffmpeg): cosmetics: Demplayerify indentation.
- Originally committed as revision 12240 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:13 PM Revision 301df480 (ffmpeg): Add comments to some #endif directives.
- Originally committed as revision 12239 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:06 PM Revision e6464f8b (ffmpeg): cosmetics: spelling/grammar
- Originally committed as revision 12238 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:52 PM Revision c3a3d344 (ffmpeg): Alternative and faster (on gcc x86) plane rotation.
- Originally committed as revision 12237 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 PM Revision 8af4d0fc (ffmpeg): Get rid of another useless variable.
- Originally committed as revision 12236 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:32 PM Revision 92ac614f (ffmpeg): Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),
- code is exactly the same just uses different variables.
Originally committed as revision 12235 to svn://svn.ffmpeg.o... - 03:19 PM Revision e6d7ef64 (ffmpeg): One variable less. No real change to the actual code.
- Originally committed as revision 12234 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 PM Revision 6f08c541 (ffmpeg): floating point AAN IDCT
- Originally committed as revision 12233 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:42 PM Revision 60f5c96e (ffmpeg): remove useless braces
- Originally committed as revision 12232 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:41 PM Revision 18978a49 (ffmpeg): indentation
- Originally committed as revision 12231 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:36 PM Revision 6d680e1b (ffmpeg): rescale frame size, fix i.3g2
- Originally committed as revision 12230 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:31 PM Revision f296563e (ffmpeg): move parameters reset after setting stream parameters, will need thos...
- Originally committed as revision 12229 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 AM Revision 042e0add (ffmpeg): decode mng color decorrelation
- Originally committed as revision 12228 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 AM Revision d248905b (ffmpeg): Remove START_TIMER and STOP_TIMER macros.
- Originally committed as revision 12227 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:14 AM Revision 269820f1 (ffmpeg): Disable vhook on Interix, patch by Pete Ross, pross xvid org.
- Originally committed as revision 12226 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:12 AM Revision fe0c188b (ffmpeg): This header just needs stdint.h, not inttypes.h, which is a superset of
- stdint.h. This has the sideeffect of fixing the build on Interix.
patch by Pete Ross, pross xvid org
Originally com... - 07:35 AM Revision 00829b9b (ffmpeg): simplify
- Originally committed as revision 12224 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/25/2008
- 11:14 PM Revision 97d1d009 (ffmpeg): split encoding part of dsputil_mmx into its own file
- Originally committed as revision 12223 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:44 PM Revision 4847a997 (ffmpeg): Remove commented-out av_log calls.
- Originally committed as revision 12222 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision b6bffc46 (ffmpeg): Fix trellis quant + AAN DCT.
- Originally committed as revision 12221 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:32 PM Revision 2936438a (ffmpeg): Make diego happy.
- Originally committed as revision 12220 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:43 PM Revision 57b98634 (ffmpeg): compile various fdct only when encoders are enabled
- Originally committed as revision 12219 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:32 PM Revision a02dd7eb (ffmpeg): Fix MSVC identification, patch by Eddie Pang.
- Originally committed as revision 12218 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 PM Revision 4fa1f6cc (ffmpeg): Make code C conformant.
- Originally committed as revision 12217 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:01 PM Revision 53d1bdba (ffmpeg): Clarify the documentation for 'ffmpeg -v'.
- patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 12216 to svn://svn.ffmpeg... - 03:36 PM Revision 15067504 (ffmpeg): Improve wording/grammar of Doxygen comments.
- Originally committed as revision 12215 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 PM Revision 062942e7 (ffmpeg): Clarify which BSD license.
- Originally committed as revision 12214 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:53 PM Revision 4bfc91a0 (ffmpeg): cosmetics: prettyprint
- Originally committed as revision 12213 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:42 PM Revision 5b0d04d3 (ffmpeg): Allow use of my AAN DCT under BSD, AMD has agreed to write and contri...
- SSE(float) AAN DCT and IDCT to ffmpeg (no C++, no crap).
Originally committed as revision 12212 to svn://svn.ffmpeg.... - 02:15 PM Revision 7c84b8bc (ffmpeg): Make parse_options() use parse_number_or_die().
- Patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 12211 to svn://svn.ffmpeg.... - 02:05 PM Revision 60b5a745 (ffmpeg): Export and document in cmdutils.h the function parse_number_or_die().
- Patch by Stefano Sabatini: stefano sabatini-lala poste it
Originally committed as revision 12210 to svn://svn.ffmpeg... - 12:59 PM Revision 4649fa90 (ffmpeg): fix mace duration
- Originally committed as revision 12209 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:45 PM Revision 852859ff (ffmpeg): protect malloc overflow
- Originally committed as revision 12208 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:44 PM Revision 17871a02 (ffmpeg): indentation
- Originally committed as revision 12207 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 PM Revision b014dd76 (ffmpeg): fail if extradata cannot be allocated
- Originally committed as revision 12206 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:38 PM Revision 9c7fd997 (ffmpeg): 10l, protect malloc overflow
- Originally committed as revision 12205 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 PM Revision b8d3daca (ffmpeg): support QDM2 in aiff, QDM2.aif
- Originally committed as revision 12204 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision 4c638f0c (ffmpeg): remove useless close function
- Originally committed as revision 12203 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:23 PM Revision 54d8fd20 (ffmpeg): indentation
- Originally committed as revision 12202 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:15 PM Revision c6f53812 (ffmpeg): remove useless casts
- Originally committed as revision 12201 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:14 PM Revision 9df21f24 (ffmpeg): cosmetics
- Originally committed as revision 12200 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:08 PM Revision b4dc27a8 (ffmpeg): remove useless tags, codec_get_id matches independently and qt uses l...
- Originally committed as revision 12199 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 PM Revision e13c0783 (ffmpeg): set bps to uncompressed original sound data for compressed audio
- according to aiff specs, qt set it to 16 for mace and ima4,
fail if block align is not set.
Originally committed as ... - 11:34 AM Revision e0130159 (ffmpeg): fix duration for ima4
- Originally committed as revision 12197 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 AM Revision 3a957df4 (ffmpeg): ima4 in aiff support
- Originally committed as revision 12196 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:34 AM Revision 4a5b619d (ffmpeg): png filters
- Originally committed as revision 12195 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:43 AM Revision e281d684 (ffmpeg): Fix outdated comment.
- Originally committed as revision 26099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:24 AM Revision 88517699 (ffmpeg): #include "libavutil/avutil.h" in swscale.h
- Originally committed as revision 26097 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:22 AM Revision 76a448ed (ffmpeg): Install headers in $prefix/include/$libname
- Install each library's headers in $prefix/include/$libname.
The installed headers use #include "lib*/*.h"; applicatio... - 05:46 AM Revision bd58e7f7 (ffmpeg): remove a memcpy
- Originally committed as revision 12193 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/24/2008
- 11:02 PM Revision 8af9090f (ffmpeg): cosmetics: Sort and prettyprint codec_wav_tags[].
- Originally committed as revision 12192 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:56 PM Revision 6f4e2b5a (ffmpeg): fix memory leaks in vp3 decoder
- Originally committed as revision 12191 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:28 PM Revision ac6f1330 (ffmpeg): Set indexmem to a saner default.
- Originally committed as revision 12190 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 PM Revision f018bc10 (ffmpeg): __asm __volatile -> asm volatile part 3
- Originally committed as revision 26091 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:47 PM Revision f2217d6f (ffmpeg): __asm __volatile -> asm volatile part 2
- Originally committed as revision 12189 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:46 PM Revision 78d3d94f (ffmpeg): __asm __volatile -> asm volatile, improves code consistency and works
- (as far as that is possible) with the Sun C compiler.
Originally committed as revision 12188 to svn://svn.ffmpeg.org... - 07:47 AM Revision cf73e32a (ffmpeg): Fix bug I introduced in r11962.
- Thanks to Uoti Urpala for spotting it and proposing the
fix.
Originally committed as revision 12187 to svn://svn.ffm... - 01:56 AM Revision 10e7fc7c (ffmpeg): Reduce initial fifo size, so as not to senselessly waste memory.
- Originally committed as revision 12186 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:55 AM Revision a6ebca9e (ffmpeg): realloc fifo
- Originally committed as revision 12185 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 AM Revision 58293e57 (ffmpeg): Fix issue357
- Do what the spec says, insane or not:
"
Format 0 (uncompressed) and Format 3 (uncompressed little-endian) are similar... - 12:57 AM Revision 44de39f9 (ffmpeg): flv/swf do not have a big endian codec id, they only support
- little endian and native endian.
Originally committed as revision 12183 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/23/2008
- 11:30 PM Revision 7bb8d51c (ffmpeg): Riff ids for wmapro and wmavoice, this adds support for stream copy o...
- Originally committed as revision 12182 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:15 PM Revision 4411cb11 (ffmpeg): use diff -u -w in codec regression test
- Originally committed as revision 12181 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 AM Revision a45b40c4 (ffmpeg): treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRAT...
- Originally committed as revision 12180 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/22/2008
- 07:27 PM Revision a939a005 (ffmpeg): Remove apparently unneeded and buggy align.
- Originally committed as revision 12179 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:15 PM Revision 18ee626c (ffmpeg): Add -lm to x264 check, it is needed on most systems.
- taken from the DOS/DJGPP port by Michael Kostylev, mik niipt ru
Originally committed as revision 12178 to svn://svn.... - 04:53 PM Revision 917f55cc (ffmpeg): cleaner way of writing packed-byte constants.
- suggested by Uoti Urpala
Originally committed as revision 12177 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:08 AM Revision 0cb25594 (ffmpeg): Discard two symbols from libswscale.
- Originally committed as revision 26060 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
02/21/2008
- 10:33 PM Revision b9c2fb34 (ffmpeg): Ascii art to explain what avfilter_formats_changeref() does.
- Originally committed as revision 12176 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision eb30e86c (ffmpeg): cosmetic
- Originally committed as revision 12175 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:19 PM Revision 33a0facf (ffmpeg): Better description (merge is too vague IMHO).
- Originally committed as revision 12174 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision 4c4de9ca (ffmpeg): Better description for merge_ref().
- Originally committed as revision 12173 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:02 PM Revision 09b63a42 (ffmpeg): Document avfilter_formats_ref() with some ascii art.
- Originally committed as revision 12172 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:46 PM Revision 6609f9e2 (ffmpeg): minor English corrections
- Originally committed as revision 12171 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:42 PM Revision 8144dff0 (ffmpeg): typos
- Originally committed as revision 12170 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 PM Revision 1d64df10 (ffmpeg): Explain that libavcodec/i386/idct_mmx.c is GPLed.
- Originally committed as revision 12169 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:02 PM Revision 7b8c3aed (ffmpeg): "General Tips" section
- Originally committed as revision 12168 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 PM Revision 086ab001 (ffmpeg): parse_number_or_die()
- Based on a patch by Stefano Sabatini.
Originally committed as revision 12167 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:55 AM Revision 31304587 (ffmpeg): indent
- Originally committed as revision 12166 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:54 AM Revision 469bd7b1 (ffmpeg): pseudo-simd add_bytes and diff_bytes
- 2x faster than scalar in 32bit, 4x faster in 64bit (as opposed to 8x in mmx)
Originally committed as revision 12165 ... - 07:10 AM Revision 4a9ca0a2 (ffmpeg): simd and unroll png_filter_row
- cycles per 1000 pixels on core2:
left: 9211->5170
top: 9283->2138
avg: 12215->7611
paeth: 64024->17360
overall rgb pn... - 12:06 AM Revision 1435e4cc (ffmpeg): Disabling all SSE* code for old gcc to avoid alignment issues.
- Originally committed as revision 12163 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/20/2008
- 08:24 PM Revision 635fbcb1 (ffmpeg): revert 12156
- Log:
Make timestamp interpolation work with mpeg2 field pictures.
Cleaner/simpler solutions are welcome.
----
A IMHO ... - 07:48 PM Revision bdd745da (ffmpeg): Forgot this, which is needed for merging field pics too.
- Originally committed as revision 12161 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:45 PM Revision 21da962c (ffmpeg): Make find_frame_end() merge 2 mpeg2 field pictures. This should make ...
- field pictures much more digestable.
Originally committed as revision 12160 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:48 PM Revision 5cbd67ea (ffmpeg): 10l: Correctly use preprocessor conditionals.
- patch by Eddie Pang, eddpang gmail com
Originally committed as revision 12159 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:19 AM Revision d597e1b7 (ffmpeg): Fix computation of the "NTP time" field in RTCP SR packets, and do not
- export times with microsecond precision
Originally committed as revision 12158 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:40 AM Revision 91acf9a8 (ffmpeg): Get rid of a fake timestamp discontinuity at the begin of V.VOB.
- This solution is not really correct but it is quite simple. Correct would
be to do a second pass over the packets aft... - 03:20 AM Revision ff2635b2 (ffmpeg): Make timestamp interpolation work with mpeg2 field pictures.
- Cleaner/simpler solutions are welcome.
Originally committed as revision 12156 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:23 AM Revision 8815bf01 (ffmpeg): #include avutil.h in postprocess.h
- Originally committed as revision 12155 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/19/2008
- 10:52 PM Revision ccf95ef1 (ffmpeg): Clean up lib* version definitions
- Originally committed as revision 26034 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:50 PM Revision e97ac1e6 (ffmpeg): Clean up lib* version definitions
- Updating version numbers now requires changing only one place.
Originally committed as revision 12154 to svn://svn.f... - 10:09 PM Revision cea96420 (ffmpeg): Fix ;;
- Originally committed as revision 12153 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:07 PM Revision a56dcc57 (ffmpeg): Add some const, fixes warnings:
- rtpenc_h264.c:69: warning: assignment discards qualifiers from pointer target type
rtpenc_h264.c:74: warning: assignm... - 09:58 PM Revision a1fc4d4a (ffmpeg): Missing const, fix warnings:
- sdp.c:115: warning: assignment discards qualifiers from pointer target type
sdp.c:120: warning: assignment discards q... - 09:55 PM Revision 754bf3d8 (ffmpeg): Fix warnings:
- i386/vp3dsp_sse2.c:805: warning: cast discards qualifiers from pointer target type
i386/vp3dsp_sse2.c:806: warning: c... - 09:46 PM Revision 816ebf93 (ffmpeg): Remove duplicate ;
- Originally committed as revision 12149 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:42 PM Revision 721052e9 (ffmpeg): Add casts to avoid warnings:
- fraps.c:102: warning: passing argument 1 of ‘s->dsp.bswap_buf’ from incompatible pointer type
fraps.c:102: warning: p... - 09:37 PM Revision e3cb2c4a (ffmpeg): Missing const
- Originally committed as revision 12147 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:18 PM Revision 591de5cf (ffmpeg): Fix misplaced const, avoids a cast-discards-qualifiers warning
- Originally committed as revision 12146 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:08 PM Revision d937cd0e (ffmpeg): const
- Originally committed as revision 12145 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:55 PM Revision 05218081 (ffmpeg): Reduce the number of senselessly scanned bytes.
- Originally committed as revision 12144 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 AM Revision c367d0c6 (ffmpeg): arg 10000l. Fix wrong fix committed in r12141
- Originally committed as revision 12143 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:20 AM Revision d6267d02 (ffmpeg): fix broken indentation
- Originally committed as revision 12142 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:19 AM Revision 9d8109ad (ffmpeg): 10l: fix always false test: Binary & has lower precedence than ==
- Originally committed as revision 12141 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/18/2008
- 11:01 PM Revision 42a362e5 (ffmpeg): Refactor vcprm and vcii macros by using the AVV macro.
- Originally committed as revision 12140 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 PM Revision 35c27389 (ffmpeg): Refactor the FOUROF macro using the AVV macro.
- Originally committed as revision 12139 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:22 PM Revision b0e21a3b (ffmpeg): Remove stray #undef.
- Originally committed as revision 12138 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 PM Revision 3518c5a9 (ffmpeg): fix crash on non-AltiVec powered machines: MPV_common_init_altivec do...
- Patch by Alexander Strange %astrange A ithinksw PP com %
Originally committed as revision 12137 to svn://svn.ffmpeg.... - 03:30 PM Revision b3574faa (ffmpeg): Remove a superfluous call to atoi in ffmpeg.c:opt_verbose
- Patch by Stefano Sabatini ( stefano sabatini-lala poste it )
[FFmpeg-devel] [PATCH] Cosmetics: remove a superfluos ca...
02/17/2008
- 09:31 PM Revision 5bc440e7 (ffmpeg): Add notes where known timestamp issues remain.
- Originally committed as revision 12135 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:12 PM Revision 48291040 (ffmpeg): Set initial next_pts to unknown, this avoids the nonsense timestamp
- discontinuity at the start. I hope this has no sideeffects, if it does
send a bugreport!
fixes issue137
Originally c... - 07:38 PM Revision 40cb57a2 (ffmpeg): Print a warning if a decoder produces more than 1 frame of output for
- a single frame it got from the demuxer+parser.
Originally committed as revision 12133 to svn://svn.ffmpeg.org/ffmpeg... - 07:08 PM Revision ed923859 (ffmpeg): Set next_pts to pts if it is unknown and pkt->dts is not known either...
- is needed because next_pts is used to calculate the next pts and adding
to AV_NOPTS_VALUE does not achieve the intend... - 05:55 PM Revision b1b818fc (ffmpeg): simplify (next_)pts code
- Originally committed as revision 12131 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:41 PM Revision da0ef2d5 (ffmpeg): Use next_pts if pkt->dts is unknown. In an ideal world this would not...
- but sadly there are cases where the timestamps cannot be found without decoding.
Originally committed as revision 12... - 03:54 AM Revision 1d03e718 (ffmpeg): remove duplicate AV_STRINGIFY() definition
- Originally committed as revision 26013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:44 AM Revision 5ff1b067 (ffmpeg): remove duplicate AV_STRINGIFY() definition
- Originally committed as revision 12129 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 AM Revision 719c8e00 (ffmpeg): prettify lib* version number extraction
- Originally committed as revision 12128 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 AM Revision 73ef8980 (ffmpeg): prettify encoder/decoder/muxer/... list extraction
- Originally committed as revision 12127 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/16/2008
- 07:18 PM Revision 5c319d33 (ffmpeg): clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGN
- Originally committed as revision 12126 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:17 PM Revision d2a4ecaf (ffmpeg): FLAT objects cannot have multiple sections, so using the L1 attribute...
- linking. The FDPIC relocs also break for any other format. Thus check the
compiler environment and select the appropr... - 03:17 PM Revision e44d7c65 (ffmpeg): FLAT objects cannot have multiple sections, so using the L1 attribute...
- linking. The FDPIC relocs also break for any other format. Thus check the
compiler environment and select the appropr... - 02:42 PM Revision 2d83fe90 (ffmpeg): This shell script is not bash-specific.
- Originally committed as revision 12124 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:37 PM Revision 989bbe62 (ffmpeg): Remove check for the availability of the -u diff flag, we require it in
- other places without checking for its availability already.
Originally committed as revision 12123 to svn://svn.ffmp... - 02:21 PM Revision 63da0803 (ffmpeg): The Blackfin toolchains will automatically select FDPIC according to the
- toolchain/tuple, so there is no need (and indeed this is unwanted)
to force -mfdpic into the compile/linker flags.
pa... - 02:13 PM Revision b147ec08 (ffmpeg): do not run ldconfig after installing shared libraries
- Originally committed as revision 12121 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/15/2008
- 10:15 PM Revision b6f57945 (ffmpeg): Remove unneeded function.
- Commited in SoC by Vitor Sessak on 2008-02-12 20:54:11
Originally committed as revision 12120 to svn://svn.ffmpeg.or... - 10:15 PM Revision 11de6cac (ffmpeg): Oops
- Commited in SoC by Vitor Sessak on 2008-02-12 20:43:49
Originally committed as revision 12119 to svn://svn.ffmpeg.or... - 10:15 PM Revision e4152452 (ffmpeg): Missed this file in my conditional compilation patch
- Commited in SoC by Vitor Sessak on 2008-02-12 20:40:32
Originally committed as revision 12118 to svn://svn.ffmpeg.or... - 10:15 PM Revision a7d46657 (ffmpeg): Add libavfilter_version
- Patch by Víctor Paesa
Commited in SoC by Vitor Sessak on 2008-02-12 20:31:53
Originally committed as revision 12117... - 10:14 PM Revision 765f96c6 (ffmpeg): Remove author field
- Suggested by Baptiste Coudurier
Commited in SoC by Vitor Sessak on 2008-02-11 19:56:27
Originally committed as revi... - 10:14 PM Revision daafdb6e (ffmpeg): Use CodecType for pad type
- Commited in SoC by Vitor Sessak on 2008-02-10 20:41:57
Originally committed as revision 12115 to svn://svn.ffmpeg.or... - 10:14 PM Revision 0155b1a1 (ffmpeg): Nit: remove odd whitespace
- Commited in SoC by Vitor Sessak on 2008-02-10 20:32:56
Originally committed as revision 12114 to svn://svn.ffmpeg.or... - 10:14 PM Revision b04c740a (ffmpeg): Group avfilter_poll_frame() with related funcions and add doxygen com...
- Commited in SoC by Vitor Sessak on 2008-02-10 20:30:50
Originally committed as revision 12113 to svn://svn.ffmpeg.or... - 10:14 PM Revision 853961a9 (ffmpeg): Update comment to match code
- Commited in SoC by Vitor Sessak on 2008-02-10 08:55:18
Originally committed as revision 12112 to svn://svn.ffmpeg.or... - 10:14 PM Revision 664f6595 (ffmpeg): Nits: punctuation and capitalization
- Commited in SoC by Vitor Sessak on 2008-02-09 19:47:46
Originally committed as revision 12111 to svn://svn.ffmpeg.or... - 10:14 PM Revision 2844dd39 (ffmpeg): Add const to silence warnings
- Commited in SoC by Vitor Sessak on 2008-02-09 15:59:47
Originally committed as revision 12110 to svn://svn.ffmpeg.or... - 10:14 PM Revision d224d73a (ffmpeg): Implement poll_frame() method. Fix ffmpeg.c bug with
- vf_fps filter.
Commited in SoC by Vitor Sessak on 2008-02-06 19:55:36
Originally committed as revision 12109 to svn... - 10:14 PM Revision d177bd18 (ffmpeg): Indentation
- Commited in SoC by Bobby Bingham on 2007-12-24 03:24:26
Originally committed as revision 12108 to svn://svn.ffmpeg.o... - 10:14 PM Revision 24c4eff6 (ffmpeg): Rework link property configuration system.
- This can now handle filters which are added to graphs out of order,
including auto-inserted scale filters. As an add... - 10:14 PM Revision 3afcca9d (ffmpeg): Fix misc. warnings
- Commited in SoC by Vitor Sessak on 2007-12-21 10:53:16
Originally committed as revision 12106 to svn://svn.ffmpeg.or... - 10:14 PM Revision 35f3fdf4 (ffmpeg): Rewrite colorspace negotiation.
- Commited in SoC by Bobby Bingham on 2007-12-20 19:36:26
Originally committed as revision 12105 to svn://svn.ffmpeg.o... - 10:14 PM Revision 2621f4a3 (ffmpeg): Add pixel aspect ratio to AVFilterPicRef structure
- Commited in SoC by Bobby Bingham on 2007-08-20 14:33:24
Originally committed as revision 12104 to svn://svn.ffmpeg.o... - 10:14 PM Revision b3ab2f7e (ffmpeg): Add another "reuse" permission, to distinguish between the case where a
- source filter will simply want to re-output the same image multiple times
and reuse a buffer to do it, and the case w... - 10:14 PM Revision 056f0431 (ffmpeg): use units of 1/AV_TIME_BASE for pts rather than milliseconds
- Commited in SoC by Bobby Bingham on 2007-08-18 01:42:42
Originally committed as revision 12102 to svn://svn.ffmpeg.o... - 10:14 PM Revision fc815c56 (ffmpeg): Rename avfilter_create to avfilter_open and remove the wrapper function
- avfilter_create_by_name.
Commited in SoC by Bobby Bingham on 2007-08-17 23:39:55
Originally committed as revision 1... - 10:13 PM Revision 16415eaf (ffmpeg): Revert braindead linked list of permissions
- Commited in SoC by Bobby Bingham on 2007-08-17 22:44:03
Originally committed as revision 12100 to svn://svn.ffmpeg.o... - 10:13 PM Revision 52f97a0d (ffmpeg): Track the permissions that have been given out to each picture.
- This should make it easier to know what can be done to a buffer once
it's been passed to your filter without falling ... - 10:13 PM Revision 60bf6ce3 (ffmpeg): Allow filters to set the requirements on permissions for incoming buf...
- Commited in SoC by Bobby Bingham on 2007-08-17 16:40:26
Originally committed as revision 12098 to svn://svn.ffmpeg.o... - 10:13 PM Revision b42a6a92 (ffmpeg): spelling fix
- Commited in SoC by Bobby Bingham on 2007-08-17 14:40:55
Originally committed as revision 12097 to svn://svn.ffmpeg.o... - 10:13 PM Revision 72f6d631 (ffmpeg): Remove the data parameter from draw_slice(). It's unneeded and often...
- work than it's worth.
Commited in SoC by Bobby Bingham on 2007-08-17 14:39:11
Originally committed as revision 1209... - 10:13 PM Revision 13ff8fd0 (ffmpeg): Add many new and improve existing doxy comments.
- Commited in SoC by Bobby Bingham on 2007-08-14 16:39:26
Originally committed as revision 12095 to svn://svn.ffmpeg.o... - 10:13 PM Revision 63f64e6f (ffmpeg): Let request_frame() indicate success or failure
- Commited in SoC by Bobby Bingham on 2007-08-11 17:42:36
Originally committed as revision 12094 to svn://svn.ffmpeg.o... - 10:13 PM Revision a9c81431 (ffmpeg): Helper functions for adding new pads to filters at runtime
- Commited in SoC by Bobby Bingham on 2007-08-07 22:31:56
Originally committed as revision 12093 to svn://svn.ffmpeg.o... - 10:13 PM Revision 85322466 (ffmpeg): Separate the process of creating links between filters from that of c...
- the links.
Commited in SoC by Bobby Bingham on 2007-08-07 21:02:18
Originally committed as revision 12092 to svn://... - 10:13 PM Revision 901e6b39 (ffmpeg): Move default entry point implementations to their own file.
- Make them externally visible because they may be useful for filters to use.
Commited in SoC by Bobby Bingham on 2007... - 10:13 PM Revision 7c9066a3 (ffmpeg): Make input/output pads modifiable on a per-instance basis.
- This makes it possible to change filter callbacks (eg. to a SIMD version
on supported processors). It also allows fi... - 10:13 PM Revision 95bcf498 (ffmpeg): Make the opaque init parameter non-const.
- Commited in SoC by Bobby Bingham on 2007-07-30 18:53:17
Originally committed as revision 12089 to svn://svn.ffmpeg.o... - 10:13 PM Revision 25f8e601 (ffmpeg): Fix some potential segfaults.
- Commited in SoC by Bobby Bingham on 2007-07-30 15:53:33
Originally committed as revision 12088 to svn://svn.ffmpeg.o... - 10:13 PM Revision 6e365c57 (ffmpeg): Allow code to pass data to filters it creates.
- Commited in SoC by Bobby Bingham on 2007-07-15 16:45:50
Originally committed as revision 12087 to svn://svn.ffmpeg.o... - 10:13 PM Revision 443e73f0 (ffmpeg): Split filter graphs out into their own source & header files.
- Commited in SoC by Bobby Bingham on 2007-07-14 21:20:21
Originally committed as revision 12086 to svn://svn.ffmpeg.o... - 10:12 PM Revision 13a75d5a (ffmpeg): Add a simple filter graph structure and functions
- Commited in SoC by Bobby Bingham on 2007-07-14 20:12:54
Originally committed as revision 12085 to svn://svn.ffmpeg.o... - 10:12 PM Revision dcea2482 (ffmpeg): Allow giving filter instances names, in anticipation of the upcoming
- AVFilterGraph structure and related functions.
Commited in SoC by Bobby Bingham on 2007-07-14 19:33:28
Originally c... - 10:12 PM Revision 1a18860a (ffmpeg): Add pts to frame references
- Commited in SoC by Bobby Bingham on 2007-07-14 17:31:40
Originally committed as revision 12083 to svn://svn.ffmpeg.o... - 10:12 PM Revision 462f57db (ffmpeg): Adjust the default start_frame() and end_frame() implementations to s...
- the implementation of simple filters.
Commited in SoC by Bobby Bingham on 2007-07-08 16:48:15
Originally committed ... - 10:12 PM Revision 8fb48e7c (ffmpeg): Make avfilter_ref_pic also handle removal of permissions for the caller.
- Commited in SoC by Bobby Bingham on 2007-07-08 16:14:49
Originally committed as revision 12081 to svn://svn.ffmpeg.o... - 10:12 PM Revision d3e57c15 (ffmpeg): Rework filter initialization sequence. Now supports passing user par...
- querying supported colorspaces, etc.
Commited in SoC by Bobby Bingham on 2007-07-05 20:48:48
Originally committed a... - 10:12 PM Revision 4d96a914 (ffmpeg): Support passing parameters to filters.
- Commited in SoC by Bobby Bingham on 2007-07-02 15:17:22
Originally committed as revision 12079 to svn://svn.ffmpeg.o... - 10:11 PM Revision bbf42679 (ffmpeg): Make linesize a per-reference property
- Commited in SoC by Bobby Bingham on 2007-06-30 16:15:14
Originally committed as revision 12078 to svn://svn.ffmpeg.o... - 10:11 PM Revision a5cbb2f4 (ffmpeg): Initial stab at an API
- Commited in SoC by Bobby Bingham on 2007-06-29 17:03:03
Originally committed as revision 12077 to svn://svn.ffmpeg.o... - 10:02 PM Revision 5c212e6f (ffmpeg): Add last file of main filter framework
- Originally committed as revision 12076 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:00 PM Revision 790a03d7 (ffmpeg): Force alignment of pic->linesize
- Commited in SoC by Vitor Sessak on 2008-02-15 21:05:06
Originally committed as revision 12075 to svn://svn.ffmpeg.or... - 10:00 PM Revision 4cf48782 (ffmpeg): Force linesize to be a multiple of 16
- Commited in SoC by Vitor Sessak on 2008-02-10 20:51:58
Originally committed as revision 12074 to svn://svn.ffmpeg.or... - 10:00 PM Revision 459821c5 (ffmpeg): Rework link property configuration system.
- This can now handle filters which are added to graphs out of order,
including auto-inserted scale filters. As an add... - 10:00 PM Revision e363730c (ffmpeg): Rewrite colorspace negotiation.
- Commited in SoC by Bobby Bingham on 2007-12-20 19:36:26
Originally committed as revision 12072 to svn://svn.ffmpeg.o... - 10:00 PM Revision d0e4eba5 (ffmpeg): Make an invalid use of a default callback implementation return an er...
- Commited in SoC by Bobby Bingham on 2007-08-18 01:45:42
Originally committed as revision 12071 to svn://svn.ffmpeg.o... - 09:59 PM Revision 4f909565 (ffmpeg): Ensure that buffers returned by the default allocator are readable, o...
- they're useless for outputting.
Commited in SoC by Bobby Bingham on 2007-08-17 22:52:18
Originally committed as rev... - 09:59 PM Revision 23274667 (ffmpeg): Revert braindead linked list of permissions
- Commited in SoC by Bobby Bingham on 2007-08-17 22:44:03
Originally committed as revision 12069 to svn://svn.ffmpeg.o... - 09:59 PM Revision 4d62c9d3 (ffmpeg): Track the permissions that have been given out to each picture.
- This should make it easier to know what can be done to a buffer once
it's been passed to your filter without falling ... - 09:59 PM Revision fc0f39c2 (ffmpeg): indentation
- Commited in SoC by Bobby Bingham on 2007-08-17 17:09:19
Originally committed as revision 12067 to svn://svn.ffmpeg.o... - 09:59 PM Revision 552c0208 (ffmpeg): Make default end_frame() implementation more useful.
- Commited in SoC by Bobby Bingham on 2007-08-17 16:45:47
Originally committed as revision 12066 to svn://svn.ffmpeg.o... - 09:59 PM Revision 712048da (ffmpeg): Allow filters to set the requirements on permissions for incoming buf...
- Commited in SoC by Bobby Bingham on 2007-08-17 16:40:26
Originally committed as revision 12065 to svn://svn.ffmpeg.o... - 09:58 PM Revision f66f53da (ffmpeg): Separate the process of creating links between filters from that of c...
- the links.
Commited in SoC by Bobby Bingham on 2007-08-07 21:02:18
Originally committed as revision 12064 to svn://... - 09:58 PM Revision bf4ce7a3 (ffmpeg): Move default entry point implementations to their own file.
- Make them externally visible because they may be useful for filters to use.
Commited in SoC by Bobby Bingham on 2007... - 09:45 PM Revision 19d5da50 (ffmpeg): Update ist->pts after decoding a codec frame not after decoding a con...
- frame.
Originally committed as revision 12062 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:42 PM Revision 805d0232 (ffmpeg): Do not copy more data than needed
- Commited in SoC by Vitor Sessak on 2008-02-15 21:11:35
Originally committed as revision 12061 to svn://svn.ffmpeg.or... - 09:41 PM Revision e9f54274 (ffmpeg): Remove header now made useless
- Commited in SoC by Vitor Sessak on 2008-02-12 20:59:51
Originally committed as revision 12060 to svn://svn.ffmpeg.or... - 09:41 PM Revision 3bc2a526 (ffmpeg): Remove unneeded function.
- Commited in SoC by Vitor Sessak on 2008-02-12 20:54:11
Originally committed as revision 12059 to svn://svn.ffmpeg.or... - 09:41 PM Revision b57fc327 (ffmpeg): Missed this file in my conditional compilation patch
- Commited in SoC by Vitor Sessak on 2008-02-12 20:40:32
Originally committed as revision 12058 to svn://svn.ffmpeg.or... - 09:41 PM Revision 74b46655 (ffmpeg): Simplify
- Commited in SoC by Vitor Sessak on 2008-02-11 18:19:37
Originally committed as revision 12057 to svn://svn.ffmpeg.or... - 09:41 PM Revision ce657d80 (ffmpeg): Simplify
- Commited in SoC by Vitor Sessak on 2008-02-11 17:35:13
Originally committed as revision 12056 to svn://svn.ffmpeg.or... - 09:41 PM Revision c245ddf2 (ffmpeg): Indent after last commit
- Commited in SoC by Vitor Sessak on 2008-02-11 17:29:12
Originally committed as revision 12055 to svn://svn.ffmpeg.or... - 09:41 PM Revision c48e31ae (ffmpeg): Remove unneded else
- Commited in SoC by Vitor Sessak on 2008-02-11 17:18:16
Originally committed as revision 12054 to svn://svn.ffmpeg.or... - 09:41 PM Revision a5b5d95a (ffmpeg): Cosmetical: indentation
- Commited in SoC by Vitor Sessak on 2008-02-11 17:17:15
Originally committed as revision 12053 to svn://svn.ffmpeg.or... - 09:41 PM Revision b3431ecd (ffmpeg): Nit: Alignment
- Commited in SoC by Vitor Sessak on 2008-02-11 17:16:35
Originally committed as revision 12052 to svn://svn.ffmpeg.or... - 09:41 PM Revision d9b575d3 (ffmpeg): Remove useless ()
- Commited in SoC by Vitor Sessak on 2008-02-11 17:16:05
Originally committed as revision 12051 to svn://svn.ffmpeg.or... - 09:41 PM Revision 7a9fd2a0 (ffmpeg): Do not always fail for circular filter chains
- Commited in SoC by Vitor Sessak on 2008-02-10 16:52:54
Originally committed as revision 12050 to svn://svn.ffmpeg.or... - 09:41 PM Revision 5b7c4033 (ffmpeg): Remove unused var (dead code leftover?).
- Commited in SoC by Vitor Sessak on 2008-02-10 09:55:55
Originally committed as revision 12049 to svn://svn.ffmpeg.or... - 09:41 PM Revision ac8a116e (ffmpeg): Avoid link_dpad() overuse in avfilter_start_frame()
- Commited in SoC by Vitor Sessak on 2008-02-10 09:53:00
Originally committed as revision 12048 to svn://svn.ffmpeg.or... - 09:40 PM Revision 2c5741b8 (ffmpeg): Add context to av_log()
- Commited in SoC by Vitor Sessak on 2008-02-10 09:05:39
Originally committed as revision 12047 to svn://svn.ffmpeg.or... - 09:40 PM Revision 19dc7104 (ffmpeg): Merge loops
- Commited in SoC by Vitor Sessak on 2008-02-10 09:01:31
Originally committed as revision 12046 to svn://svn.ffmpeg.or... - 09:40 PM Revision e079d22e (ffmpeg): Coding style changes
- Commited in SoC by Vitor Sessak on 2008-02-09 23:43:45
Originally committed as revision 12045 to svn://svn.ffmpeg.or... - 09:40 PM Revision 02e94797 (ffmpeg): Remove unneded headers
- Commited in SoC by Vitor Sessak on 2008-02-09 23:35:19
Originally committed as revision 12044 to svn://svn.ffmpeg.or... - 09:40 PM Revision 16790dc3 (ffmpeg): Nits: more punctuation and capitalization
- Commited in SoC by Vitor Sessak on 2008-02-09 20:02:29
Originally committed as revision 12043 to svn://svn.ffmpeg.or... - 09:40 PM Revision be36bc09 (ffmpeg): Move setting the pts of the copied frame to a more adequated place.
- Suggested by Bobby Bingham.
Commited in SoC by Vitor Sessak on 2008-02-09 16:56:55
Originally committed as revision... - 09:40 PM Revision 05decb00 (ffmpeg): Add const to silence warnings
- Commited in SoC by Vitor Sessak on 2008-02-09 15:59:47
Originally committed as revision 12041 to svn://svn.ffmpeg.or... - 09:40 PM Revision 35db407e (ffmpeg): The filter framework as is hangs with filters that
- modify the input buffer, even if it asks for the right
permission. This is a fix for that.
See "Box blurring with lib... - 09:40 PM Revision 7b02c484 (ffmpeg): Implement poll_frame() method. Fix ffmpeg.c bug with
- vf_fps filter.
Commited in SoC by Vitor Sessak on 2008-02-06 19:55:36
Originally committed as revision 12039 to svn... - 09:40 PM Revision b62966c0 (ffmpeg): Add movie file video source filter.
- Commited in SoC by on 2008-01-31 20:55:50
Originally committed as revision 12038 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:40 PM Revision 0970ec6a (ffmpeg): Presentation timestamp (PTS) modification filter
- Commited in SoC by on 2008-01-12 00:35:29
Originally committed as revision 12037 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:40 PM Revision be696990 (ffmpeg): Rename filter
- Commited in SoC by Vitor Sessak on 2008-01-06 17:03:21
Originally committed as revision 12036 to svn://svn.ffmpeg.or... - 09:40 PM Revision 0715e6d5 (ffmpeg): 90 degrees counter-clockwise rotation filter
- Commited in SoC by Vitor Sessak on 2008-01-06 13:19:12
Originally committed as revision 12035 to svn://svn.ffmpeg.or... - 09:39 PM Revision e946c25a (ffmpeg): Add an equivalent to the mplayer format filter
- Commited in SoC by Bobby Bingham on 2007-12-24 21:53:10
Originally committed as revision 12034 to svn://svn.ffmpeg.o... - 09:39 PM Revision cc0bb5a1 (ffmpeg): Change the passthrough filter to a noformat filter. It's now similar to
- the mplayer noformat filter except that the default behavior if no formats
are specified is to allow allow all format... - 09:39 PM Revision 2fd46877 (ffmpeg): Indentation
- Commited in SoC by Bobby Bingham on 2007-12-24 03:24:26
Originally committed as revision 12032 to svn://svn.ffmpeg.o... - 09:39 PM Revision 69818105 (ffmpeg): Rework link property configuration system.
- This can now handle filters which are added to graphs out of order,
including auto-inserted scale filters. As an add... - 09:39 PM Revision c35a0473 (ffmpeg): Add horizontal flip filter.
- Commited in SoC by on 2007-12-21 09:21:29
Originally committed as revision 12030 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:39 PM Revision e3065c8b (ffmpeg): Need to be careful when dealing with references.
- Commited in SoC by Bobby Bingham on 2007-12-20 23:38:49
Originally committed as revision 12029 to svn://svn.ffmpeg.o... - 09:39 PM Revision 07d0bba5 (ffmpeg): When inserting a filter, don't lose any information we may already have
- about the colorspaces supported across the link.
Commited in SoC by Bobby Bingham on 2007-12-20 20:47:11
Originally... - 09:39 PM Revision 75ce6546 (ffmpeg): Rewrite colorspace negotiation.
- Commited in SoC by Bobby Bingham on 2007-12-20 19:36:26
Originally committed as revision 12027 to svn://svn.ffmpeg.o... - 09:39 PM Revision 52362e9d (ffmpeg): Make filter auto-insertion code its own function.
- Commited in SoC by Bobby Bingham on 2007-11-04 22:03:14
Originally committed as revision 12026 to svn://svn.ffmpeg.o... - 09:39 PM Revision 4ea0ab3c (ffmpeg): Remove no-longer accurate comment
- Commited in SoC by Bobby Bingham on 2007-11-04 21:21:25
Originally committed as revision 12025 to svn://svn.ffmpeg.o... - 09:39 PM Revision 8f618f4c (ffmpeg): Check for error so that
- avfilter_open(av_filter_get_by_name(...etc...)) fails
gracefully.
Commited in SoC by Vitor Sessak on 2007-10-29 16:0... - 09:39 PM Revision 4d7c9be3 (ffmpeg): Remove dummy and ppm filters which were only for testing.
- Remove rgb2bgr filter now that there is a proper colorspace conversion filter.
Commited in SoC by Bobby Bingham on 2... - 09:39 PM Revision f9033975 (ffmpeg): Image negating filter
- Commited in SoC by Bobby Bingham on 2007-08-20 05:27:17
Originally committed as revision 12022 to svn://svn.ffmpeg.o... - 09:38 PM Revision d21cbbff (ffmpeg): Auto insert scale filter to convert colrospaces when needed
- Commited in SoC by Bobby Bingham on 2007-08-20 05:24:57
Originally committed as revision 12021 to svn://svn.ffmpeg.o... - 09:38 PM Revision 2a553ef5 (ffmpeg): Add scale/colorspace conversion filter
- Commited in SoC by Bobby Bingham on 2007-08-19 17:35:59
Originally committed as revision 12020 to svn://svn.ffmpeg.o... - 09:38 PM Revision 7bce27a3 (ffmpeg): Prefix names of filter structs
- Commited in SoC by Bobby Bingham on 2007-08-18 18:17:30
Originally committed as revision 12019 to svn://svn.ffmpeg.o... - 09:38 PM Revision dd299c68 (ffmpeg): Rename "buffer" filter to "fifo"
- Commited in SoC by Bobby Bingham on 2007-08-18 16:40:31
Originally committed as revision 12018 to svn://svn.ffmpeg.o... - 09:38 PM Revision 81799537 (ffmpeg): Add a filter to output the same video to two outputs
- Commited in SoC by Bobby Bingham on 2007-08-18 03:38:40
Originally committed as revision 12017 to svn://svn.ffmpeg.o... - 09:38 PM Revision 0838e731 (ffmpeg): Add a filter to act as a buffer between filters which may output mult...
- frames for a single call to request_filter(), and a following filter which
assumes it will only receive one frame per... - 09:38 PM Revision f4cb4462 (ffmpeg): Use av_freep instead of av_free
- Commited in SoC by Bobby Bingham on 2007-08-17 23:43:23
Originally committed as revision 12015 to svn://svn.ffmpeg.o... - 09:38 PM Revision 44b73497 (ffmpeg): Rename avfilter_create to avfilter_open and remove the wrapper function
- avfilter_create_by_name.
Commited in SoC by Bobby Bingham on 2007-08-17 23:39:55
Originally committed as revision 1... - 09:38 PM Revision 6d8c67a7 (ffmpeg): Change registered filter list to a linked list
- Commited in SoC by Bobby Bingham on 2007-08-17 23:24:32
Originally committed as revision 12013 to svn://svn.ffmpeg.o... - 09:38 PM Revision e675dccd (ffmpeg): Be more consistent in style of code for falling back to defaults.
- Commited in SoC by Bobby Bingham on 2007-08-17 23:16:38
Originally committed as revision 12012 to svn://svn.ffmpeg.o... - 09:38 PM Revision cdf2a332 (ffmpeg): replace memcpy with assignment
- Commited in SoC by Bobby Bingham on 2007-08-17 23:04:33
Originally committed as revision 12011 to svn://svn.ffmpeg.o... - 09:38 PM Revision 269b9847 (ffmpeg): Revert braindead linked list of permissions
- Commited in SoC by Bobby Bingham on 2007-08-17 22:44:03
Originally committed as revision 12010 to svn://svn.ffmpeg.o... - 09:38 PM Revision a4af86c8 (ffmpeg): Track the permissions that have been given out to each picture.
- This should make it easier to know what can be done to a buffer once
it's been passed to your filter without falling ... - 09:37 PM Revision c949d867 (ffmpeg): Allow filters to set the requirements on permissions for incoming buf...
- Commited in SoC by Bobby Bingham on 2007-08-17 16:40:26
Originally committed as revision 12008 to svn://svn.ffmpeg.o... - 09:37 PM Revision 6fb0648d (ffmpeg): Use macros for better readability
- Commited in SoC by Bobby Bingham on 2007-08-17 15:18:59
Originally committed as revision 12007 to svn://svn.ffmpeg.o... - 09:37 PM Revision ef35d13a (ffmpeg): Remove the data parameter from draw_slice(). It's unneeded and often...
- work than it's worth.
Commited in SoC by Bobby Bingham on 2007-08-17 14:39:11
Originally committed as revision 1200... - 09:37 PM Revision 7a61cc4d (ffmpeg): Remove test program and test video output module since ffplay can be ...
- for testing for a while now.
Commited in SoC by Bobby Bingham on 2007-08-14 22:31:51
Originally committed as revisi... - 09:37 PM Revision f9285377 (ffmpeg): Allow creation of filter graphs from a graph description structure which
- can be created programmatically or loaded from a file.
Commited in SoC by Bobby Bingham on 2007-08-14 22:27:05
Orig... - 09:37 PM Revision ef712a3b (ffmpeg): Add a filter to overlay one video on top of another, picture-in-pictu...
- Commited in SoC by Bobby Bingham on 2007-08-13 16:53:19
Originally committed as revision 12003 to svn://svn.ffmpeg.o... - 09:37 PM Revision 49d915cb (ffmpeg): Add a filter to modify the framerate.
- This demonstrates differing number of input and output frames.
Commited in SoC by Bobby Bingham on 2007-08-11 17:50:... - 09:37 PM Revision 3306f8bd (ffmpeg): Let request_frame() indicate success or failure
- Commited in SoC by Bobby Bingham on 2007-08-11 17:42:36
Originally committed as revision 12001 to svn://svn.ffmpeg.o... - 09:37 PM Revision e2fcb3cb (ffmpeg): Add a vertical flip filter
- Commited in SoC by Bobby Bingham on 2007-08-08 17:22:54
Originally committed as revision 12000 to svn://svn.ffmpeg.o... - 09:37 PM Revision 24618441 (ffmpeg): Helper functions for adding new pads to filters at runtime
- Commited in SoC by Bobby Bingham on 2007-08-07 22:31:56
Originally committed as revision 11999 to svn://svn.ffmpeg.o... - 09:37 PM Revision 01942f1d (ffmpeg): Separate the process of creating links between filters from that of c...
- the links.
Commited in SoC by Bobby Bingham on 2007-08-07 21:02:18
Originally committed as revision 11998 to svn://... - 09:37 PM Revision 78b0c0bb (ffmpeg): Move default entry point implementations to their own file.
- Make them externally visible because they may be useful for filters to use.
Commited in SoC by Bobby Bingham on 2007... - 09:37 PM Revision d4169dd3 (ffmpeg): Make the filter graph just another normal filter.
- Commited in SoC by Bobby Bingham on 2007-07-31 20:08:38
Originally committed as revision 11996 to svn://svn.ffmpeg.o... - 09:37 PM Revision c5ef7d7b (ffmpeg): Make input/output pads modifiable on a per-instance basis.
- This makes it possible to change filter callbacks (eg. to a SIMD version
on supported processors). It also allows fi... - 09:37 PM Revision c6b0aa68 (ffmpeg): Fix warnings
- Commited in SoC by Bobby Bingham on 2007-07-30 18:56:40
Originally committed as revision 11994 to svn://svn.ffmpeg.o... - 09:37 PM Revision 97fb0c2c (ffmpeg): Cosmetics: fix indentation
- Commited in SoC by Bobby Bingham on 2007-07-30 15:54:16
Originally committed as revision 11993 to svn://svn.ffmpeg.o... - 09:36 PM Revision 7d0e1392 (ffmpeg): Fix some potential segfaults.
- Commited in SoC by Bobby Bingham on 2007-07-30 15:53:33
Originally committed as revision 11992 to svn://svn.ffmpeg.o... - 09:36 PM Revision a360f71e (ffmpeg): Allow code to pass data to filters it creates.
- Commited in SoC by Bobby Bingham on 2007-07-15 16:45:50
Originally committed as revision 11991 to svn://svn.ffmpeg.o... - 09:36 PM Revision e6f560bb (ffmpeg): Split filter graphs out into their own source & header files.
- Commited in SoC by Bobby Bingham on 2007-07-14 21:20:21
Originally committed as revision 11990 to svn://svn.ffmpeg.o... - 09:36 PM Revision 2350e69c (ffmpeg): Use av_strdup/av_free instead of strdup/free
- Commited in SoC by Bobby Bingham on 2007-07-14 20:13:57
Originally committed as revision 11989 to svn://svn.ffmpeg.o... - 09:36 PM Revision f60208f4 (ffmpeg): Add a simple filter graph structure and functions
- Commited in SoC by Bobby Bingham on 2007-07-14 20:12:54
Originally committed as revision 11988 to svn://svn.ffmpeg.o... - 09:36 PM Revision 6ae82d1e (ffmpeg): Allow giving filter instances names, in anticipation of the upcoming
- AVFilterGraph structure and related functions.
Commited in SoC by Bobby Bingham on 2007-07-14 19:33:28
Originally c... - 09:36 PM Revision 1653c11f (ffmpeg): cosmetics: vertical alignment
- Commited in SoC by Bobby Bingham on 2007-07-14 17:34:04
Originally committed as revision 11986 to svn://svn.ffmpeg.o... - 09:36 PM Revision af838d4c (ffmpeg): Add pts to frame references
- Commited in SoC by Bobby Bingham on 2007-07-14 17:31:40
Originally committed as revision 11985 to svn://svn.ffmpeg.o... - 09:36 PM Revision 998a7aa3 (ffmpeg): Actually fail when colorspaces don't match
- Commited in SoC by Bobby Bingham on 2007-07-08 17:58:45
Originally committed as revision 11984 to svn://svn.ffmpeg.o... - 09:36 PM Revision 9586ba3a (ffmpeg): Provide a default for request_frame() which does the right thing for ...
- filters.
Commited in SoC by Bobby Bingham on 2007-07-08 16:55:09
Originally committed as revision 11983 to svn://sv... - 09:36 PM Revision 3628fbe0 (ffmpeg): Adjust the default start_frame() and end_frame() implementations to s...
- the implementation of simple filters.
Commited in SoC by Bobby Bingham on 2007-07-08 16:48:15
Originally committed ... - 09:36 PM Revision 72e3037a (ffmpeg): Missing semicolon typo
- Commited in SoC by Bobby Bingham on 2007-07-08 16:18:21
Originally committed as revision 11981 to svn://svn.ffmpeg.o... - 09:36 PM Revision efb36bfc (ffmpeg): Make avfilter_ref_pic also handle removal of permissions for the caller.
- Commited in SoC by Bobby Bingham on 2007-07-08 16:14:49
Originally committed as revision 11980 to svn://svn.ffmpeg.o... - 09:36 PM Revision 426d5c25 (ffmpeg): Add an RGB24 <-> BGR24 conversion filter
- Commited in SoC by Bobby Bingham on 2007-07-08 16:08:15
Originally committed as revision 11979 to svn://svn.ffmpeg.o... - 09:35 PM Revision eaf7eb66 (ffmpeg): Add a simple video source filter which loads a PPM file and outputs i...
- the videos frames. Useful for testing PRESERVE buffers, and soon automatic
colorspace conversion.
Commited in SoC b... - 09:35 PM Revision ce356b09 (ffmpeg): Add a filter to cut video frames into smaller slices.
- Commited in SoC by Bobby Bingham on 2007-07-06 17:57:36
Originally committed as revision 11977 to svn://svn.ffmpeg.o... - 09:35 PM Revision 102fb0e3 (ffmpeg): Provide some default functions to simplify the implementation of comm...
- input one output video filters.
Commited in SoC by Bobby Bingham on 2007-07-06 15:25:52
Originally committed as rev... - 09:35 PM Revision ba6b9035 (ffmpeg): cosmetic: more vertical alignment
- Commited in SoC by Bobby Bingham on 2007-07-05 21:39:33
Originally committed as revision 11975 to svn://svn.ffmpeg.o... - 09:35 PM Revision e0752603 (ffmpeg): Rework filter initialization sequence. Now supports passing user par...
- querying supported colorspaces, etc.
Commited in SoC by Bobby Bingham on 2007-07-05 20:48:48
Originally committed a... - 09:35 PM Revision 89e64908 (ffmpeg): Support passing parameters to filters.
- Commited in SoC by Bobby Bingham on 2007-07-02 15:17:22
Originally committed as revision 11973 to svn://svn.ffmpeg.o... - 09:35 PM Revision 92beffdc (ffmpeg): Cosmetic: align arguments to memcpys
- Commited in SoC by Bobby Bingham on 2007-07-02 14:34:02
Originally committed as revision 11972 to svn://svn.ffmpeg.o... - 09:35 PM Revision a4ca7389 (ffmpeg): Even better way to pass size to memcpy.
- Commited in SoC by Bobby Bingham on 2007-07-02 14:33:18
Originally committed as revision 11971 to svn://svn.ffmpeg.o... - 09:35 PM Revision 4f770f66 (ffmpeg): typo
- Commited in SoC by Bobby Bingham on 2007-06-30 17:11:22
Originally committed as revision 11970 to svn://svn.ffmpeg.o... - 09:35 PM Revision 9cc321bd (ffmpeg): Fix a pointer type
- Commited in SoC by Bobby Bingham on 2007-06-30 16:17:56
Originally committed as revision 11969 to svn://svn.ffmpeg.o... - 09:35 PM Revision c74032b7 (ffmpeg): Make linesize a per-reference property
- Commited in SoC by Bobby Bingham on 2007-06-30 16:15:14
Originally committed as revision 11968 to svn://svn.ffmpeg.o... - 09:34 PM Revision 58a9b20f (ffmpeg): Use memcpy() to copy an array.
- Commited in SoC by Bobby Bingham on 2007-06-30 16:05:03
Originally committed as revision 11967 to svn://svn.ffmpeg.o... - 09:34 PM Revision d72a138e (ffmpeg): Some simple filters for testing
- Commited in SoC by Bobby Bingham on 2007-06-29 17:07:44
Originally committed as revision 11966 to svn://svn.ffmpeg.o... - 09:33 PM Revision 4dbbcdee (ffmpeg): Initial stab at an API
- Commited in SoC by Bobby Bingham on 2007-06-29 17:03:03
Originally committed as revision 11965 to svn://svn.ffmpeg.o... - 09:01 PM Revision f037f7e0 (ffmpeg): 100l
- Originally committed as revision 11964 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:32 PM Revision 83a9db42 (ffmpeg): Fix timestamps and durations if the first packets have no durations n...
- and the information needed to guess the duration only becomes known at a later packet.
Originally committed as revis... - 08:23 PM Revision db7ae7d1 (ffmpeg): Simplify avcodec_default_get_buffer()
- Originally committed as revision 11962 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:20 PM Revision 4fe109eb (ffmpeg): Add header for declaration of ff_xxxx functions in imgconvert.c
- Originally committed as revision 11961 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:19 PM Revision 6dd36490 (ffmpeg): This should not be part of the public API
- Originally committed as revision 11960 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:47 PM Revision fba95d3c (ffmpeg): My commit in r11942 broke compilation.
- This fixes it.
Originally committed as revision 11959 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:36 PM Revision 0fdf410a (ffmpeg): Remove everything not yet commited to svn
- Originally committed as revision 11958 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:35 PM Revision a1e3e4ba (ffmpeg): Improve conditional compilation of vsrc_movie.c
- Commited in SoC by Vitor Sessak on 2008-02-13 17:59:45
Originally committed as revision 11957 to svn://svn.ffmpeg.or... - 07:34 PM Revision 538e94d5 (ffmpeg): Fix compilation
- Commited in SoC by Vitor Sessak on 2008-02-12 20:51:02
Originally committed as revision 11956 to svn://svn.ffmpeg.or... - 07:34 PM Revision 21729613 (ffmpeg): True conditional compilation
- Commited in SoC by Vitor Sessak on 2008-02-12 20:35:37
Originally committed as revision 11955 to svn://svn.ffmpeg.or... - 07:34 PM Revision 0d642351 (ffmpeg): Add movie file video source filter.
- Commited in SoC by Víctor Paesa on 2008-01-31 20:55:50
Originally committed as revision 11954 to svn://svn.ffmpeg.or... - 07:33 PM Revision 223c84ac (ffmpeg): Cosmetics: split long line
- Commited in SoC by Víctor Paesa on 2008-01-12 11:33:59
Originally committed as revision 11953 to svn://svn.ffmpeg.or... - 07:33 PM Revision b4aa24fd (ffmpeg): Link to libraries in dependency order.
- Commited in SoC by Víctor Paesa on 2008-01-12 11:31:09
Originally committed as revision 11952 to svn://svn.ffmpeg.o... - 07:33 PM Revision 8d990c19 (ffmpeg): More targets addition
- Merge of several patches in SoC, by various authors.
Originally committed as revision 11951 to svn://svn.ffmpeg.org/... - 07:31 PM Revision bb9cb87c (ffmpeg): Fix Cygwin compilation.
- Patch by Víctor Paesa.
Commited in SoC by Vitor Sessak on 2007-11-10 20:00:16
Originally committed as revision 1195... - 07:30 PM Revision 9f4a53d1 (ffmpeg): Targets addition and removal
- Commited in SoC by Bobby Bingham
Originally committed as revision 11949 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:29 PM Revision 0a46caf9 (ffmpeg): Remove test program and test video output module since ffplay can be ...
- for testing for a while now.
Commited in SoC by Bobby Bingham on 2007-08-14 22:31:51
Originally committed as revisi... - 07:24 PM Revision da842323 (ffmpeg): Merge of several revisions that add more targets to the
- Makefile.
Commited in SoC by Bobby Bingham on sep. 2007.
Originally committed as revision 11947 to svn://svn.ffmpeg... - 07:21 PM Revision 782e83e2 (ffmpeg): work into the ffmpeg build system
- Commited in SoC by Bobby Bingham on 2007-07-24 17:59:16
Originally committed as revision 11946 to svn://svn.ffmpeg.o... - 07:21 PM Revision 52bfefeb (ffmpeg): Add rule for make clean.
- Commited in SoC by Bobby Bingham on 2007-07-15 16:16:36
Originally committed as revision 11945 to svn://svn.ffmpeg.o... - 07:20 PM Revision bc305cc3 (ffmpeg): Merge of several revisions adding filters
- Commited in SoC by Bobby Bingham from 2007-07-06 to
2007-07-08.
Originally committed as revision 11944 to svn://svn.... - 07:18 PM Revision 20123584 (ffmpeg): First version of libavfilter Makefile
- Original commit message:
Simple filter test program
Commited in SoC by Bobby Bingham on 2007-06-29 17:08:49
Origina... - 06:01 PM Revision cc9853d3 (ffmpeg): Split avpicture_fill() in two functions. This will be
- useful for libavfilter and to simplify
avcodec_default_get_buffer().
Originally committed as revision 11942 to svn:/... - 02:58 PM Revision 27af15dc (ffmpeg): prettyprinting cosmetics
- Originally committed as revision 11941 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:44 PM Revision ad40b153 (ffmpeg): silence wmaenc.c:181: warning:suggestparentheses around assignment us...
- Originally committed as revision 11940 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:21 PM Revision e942293d (ffmpeg): It appears last_pts was not set ...
- Originally committed as revision 11939 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:04 PM Revision 6881b8e5 (ffmpeg): Fix
- utils.c: In function ‘avcodec_get_context_defaults2’:
utils.c:793: warning: assignment discards qualifiers from point... - 11:38 AM Revision 408ed51c (ffmpeg): Fix
- opt.c: In function ‘av_set_string’:
opt.c:164: warning: passing argument 9 of ‘ff_eval2’ from incompatible pointer ty... - 07:50 AM Revision 0d6fd5ec (ffmpeg): More explicit unsupported pixel format error messages.
- Patch by Stefano Sabatini: stefano sabatini (minus) lala % poste it
Originally committed as revision 25999 to svn://... - 02:57 AM Revision a712d725 (ffmpeg): Header elision muxing support.
- This only removes 2 bytes from MP3 and MP2 currently.
Up to 4 could be removed from MP3/MP2 though this might need a ... - 02:36 AM Revision 3b4f69ae (ffmpeg): Elision header demuxing support.
- Originally committed as revision 11935 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/14/2008
- 06:53 PM Revision 880add37 (ffmpeg): -vsync 2 (drop frames if there are too many but do not duplicate any)
- Originally committed as revision 11934 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:20 AM Revision 3f8e1fc8 (ffmpeg): Update regression test checksum for ffm.
- Originally committed as revision 11933 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:16 AM Revision 90d30570 (ffmpeg): Avoid void*-arithmetic.
- Patch by mvplayer: ffmpeg gmail com
Originally committed as revision 11932 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/13/2008
- 08:17 PM Revision 7eeebcc5 (ffmpeg): Read match time delta in the frame header.
- We do not do anything with it as lavf does not really support it yet.
Originally committed as revision 11931 to svn:... - 08:13 PM Revision 6cb4b28f (ffmpeg): Read match_time_delta in the framecode table.
- Originally committed as revision 11930 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:01 PM Revision 42abeeae (ffmpeg): update flags
- Originally committed as revision 11929 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 PM Revision 501f162f (ffmpeg): honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw
- Originally committed as revision 11928 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:24 PM Revision 134e5a9a (ffmpeg): Cosmetics: indentation
- Patch by Thorsten Jordan (tjordan atay macrosystem otday de)
[FFmpeg-devel] Behaviour of liba52 decoder
Originally c... - 02:20 PM Revision 95e53235 (ffmpeg): Remove useless buffering of input data, so that avcodec_decode_audio ...
- returns 0 for a valid frame
Patch by Thorsten Jordan (tjordan atay macrosystem otday de)
[FFmpeg-devel] Behaviour of... - 01:11 PM Revision 6a1f4535 (ffmpeg): 10l, forgot alaw/mulaw mono, use bits_per_sample in fact,
- it should correctly set by av_get_bits_per_sample if recognized
Originally committed as revision 11925 to svn://svn.... - 12:51 PM Revision f8cda19e (ffmpeg): Include poll.h instead of sys/poll.h
- Originally committed as revision 11924 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 AM Revision d435e520 (ffmpeg): warn use if edit list is not starting at 0, a/v desync might occur
- Originally committed as revision 11923 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 AM Revision fffa99dd (ffmpeg): remove now useless code
- Originally committed as revision 11922 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:52 AM Revision 53152765 (ffmpeg): remove messy and not always correct chunk size workaround, use correc...
- Originally committed as revision 11921 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:26 AM Revision 5e534865 (ffmpeg): typo fix: inited --> initialized
- Originally committed as revision 11920 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:07 AM Revision f1cc49a6 (ffmpeg): typo
- Originally committed as revision 25991 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:36 AM Revision 7cb1fc76 (ffmpeg): Add fallback for DECLARE_ALIGNED and DECLARE_ASM_CONST.
- Originally committed as revision 11919 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:33 AM Revision b89bb858 (ffmpeg): Mark MSVC compiler macros as such.
- Originally committed as revision 11918 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:08 AM Revision 7433ca29 (ffmpeg): Disentangle nested preprocessor directives.
- Originally committed as revision 11917 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:05 AM Revision 356306ac (ffmpeg): Print Theora bitstream version at DEBUG, not at VERBOSE level.
- Originally committed as revision 11916 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:18 AM Revision 5edac5dc (ffmpeg): cosmetics: Replace // by /* */ comments.
- sync with upstream libmpeg2 0.4.1
Originally committed as revision 11915 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom