Activity
From 05/04/2009 to 06/02/2009
06/02/2009
- 03:35 PM Revision 5d5a8813 (ffmpeg): Testing RGB48 variants requires bigger stride in swscale-example.c
- Originally committed as revision 29343 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:31 PM Revision 9706d1c7 (ffmpeg): Check combined depth and number of components in TIFF decoder, thus e...
- additional checks for each depth (like 48-bit gray vs. 48-bit RGB)
Originally committed as revision 19076 to svn://s... - 12:30 PM Revision 68e7f482 (ffmpeg): YUV into RGB48 BE/LE conversion support
- Originally committed as revision 29342 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:28 PM Revision e8417235 (ffmpeg): Partial (low bits ignored, no direct transcoding into other RGB forma...
- for inputting RGB48BE/LE.
Originally committed as revision 29341 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 07:53 AM Revision b2984add (ffmpeg): do not parse full header for private streams
- Originally committed as revision 19075 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:30 AM Revision 617c4616 (ffmpeg): correctly handle maximum streams limit
- Originally committed as revision 19074 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:26 AM Revision 1c4df2ab (ffmpeg): export data from private streams
- Originally committed as revision 19073 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/01/2009
- 04:07 PM Revision 0802356c (ffmpeg): Remove the const qualifier for the name field of AVFilterInOut, since
- it is meant to be freed.
Fix warnings.
Originally committed as revision 19072 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/31/2009
- 08:19 PM Revision 9e1cc598 (ffmpeg): indent
- Originally committed as revision 19071 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:17 PM Revision 85121858 (ffmpeg): Remove useless if(), leftover from the vhook removal.
- Originally committed as revision 19070 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:51 PM Revision 24dd21fa (ffmpeg): add #if CONFIG_ZLIB_DECODER around zlib_decomp function.
- Fixes compilation when zlib is not available.
Originally committed as revision 19069 to svn://svn.ffmpeg.org/ffmpeg/... - 06:17 PM Revision 79183d3c (ffmpeg): mszh decompression: add a special case for an all-0 mask, i.e. 32 unc...
- bytes in a row.
About 15% faster mszh_decomp on an Atom N270 for
http://samples.mplayerhq.hu/V-codecs/mszh-zlib/avimz... - 05:44 PM Revision a7bfbe4e (ffmpeg): lcldec: ensure that the offset for av_memcpy_backptr is valid.
- Originally committed as revision 19067 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:30 PM Revision 4ec42240 (ffmpeg): Implement avfilter_graph_config_links().
- Originally committed as revision 19066 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:50 AM Revision c70ac8e7 (ffmpeg): I will take care of the lcl de-/encoder while Roberto is unavailable.
- Originally committed as revision 19065 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:47 AM Revision bbf30674 (ffmpeg): Fix memleak due to c->decomp_buf never being freed.
- Originally committed as revision 19064 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:42 AM Revision 908425c7 (ffmpeg): Only call inflateEnd when we were actually using the zlib code.
- Originally committed as revision 19063 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:41 AM Revision 4ad3df9d (ffmpeg): avctx->priv_data is initialized to 0, get rid of useless extra initia...
- Originally committed as revision 19062 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:35 AM Revision 7ffc8447 (ffmpeg): Merge variable declaration and initialization.
- Originally committed as revision 19061 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:34 AM Revision 7c204216 (ffmpeg): Use int-size types instead of char where it makes no difference.
- Originally committed as revision 19060 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:32 AM Revision 7a15b258 (ffmpeg): Take advantage of available input padding to optimize mszh_decomp
- Originally committed as revision 19059 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 AM Revision a5d2745d (ffmpeg): Change maskbit variable to contain (1 << maskbit)
- Originally committed as revision 19058 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 AM Revision e0b3af90 (ffmpeg): Remove check that thanks to padding is no longer necessary.
- Originally committed as revision 19057 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:50 AM Revision 0b997644 (ffmpeg): 100l, the compression field in lcl extradata must be interpreted as
- int8_t, not uint8_t to allow -1 for "no compression".
The original code worked, but only when char was signed.
Origi... - 10:44 AM Revision e4f141ad (ffmpeg): One more use for FFMIN.
- Originally committed as revision 19055 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:42 AM Revision 0d48e6ec (ffmpeg): Pad the decompression buffer and use av_memcpy_backptr for the mszh d...
- Originally committed as revision 19054 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 AM Revision 974ce785 (ffmpeg): Mark srcptr as const in mszh_decomp
- Originally committed as revision 19053 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:37 AM Revision 6065dcea (ffmpeg): Remove unnecessary put_bits/get_bits includes.
- Originally committed as revision 19052 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 AM Revision 2bee5908 (ffmpeg): Use bytestream_get_le16 to simplify offset/count calculation for mszh...
- Originally committed as revision 19051 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:31 AM Revision 5a18221b (ffmpeg): Remove useless & 0x1f
- Originally committed as revision 19050 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:28 AM Revision 7b151a98 (ffmpeg): Document padding requirements of mszh_decomp srcptr buffer
- Originally committed as revision 19049 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 AM Revision 5e5fe7da (ffmpeg): Use srcptr_end variable to avoid having to update both srcptr and src...
- Originally committed as revision 19048 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 AM Revision dbc53ffc (ffmpeg): Change buffer size checks to avoid the undefined overflow case.
- Originally committed as revision 19047 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:16 AM Revision 2fddb91e (ffmpeg): Simply use memcpy instead of AV_RN32/AV_WN32 combination.
- Originally committed as revision 19046 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:14 AM Revision 661cb0d4 (ffmpeg): Fix decoding of multithread-encoded lcl files on big-endian.
- Originally committed as revision 19045 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 AM Revision ce22c7d0 (ffmpeg): Remove another useless ()
- Originally committed as revision 19044 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 AM Revision 21bf2f51 (ffmpeg): Correct calculation of compressed input length.
- Originally committed as revision 19043 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 AM Revision 46adcc27 (ffmpeg): Add sanity check for mthread_inlen, avoids crashes due to invalid reads.
- Originally committed as revision 19042 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:57 AM Revision 1207c84a (ffmpeg): Use FFMIN
- Originally committed as revision 19041 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:51 AM Revision c2c0c1c0 (ffmpeg): Factor out zlib decompression code to avoid massive code duplication,
- particularly due to error checks.
Originally committed as revision 19040 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:28 AM Revision f005808b (ffmpeg): Use FFALIGN
- Originally committed as revision 19039 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 AM Revision 46c02b1b (ffmpeg): Move variable into block where it is used, avoiding a unused variable
- warning if the zlib decoder is disabled.
Originally committed as revision 19038 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:23 AM Revision 2b550f81 (ffmpeg): Make lcldec less annoyingly verbose, move messages from AV_LOG_INFO t...
- Originally committed as revision 19037 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:19 AM Revision 75f6d6c7 (ffmpeg): Get rid of unreachable code: avctx->codec_id == CODEC_ID_ZLIB is not ...
- here when the zlib decoder is disabled and libavcodec is used correctly.
Originally committed as revision 19036 to s... - 09:16 AM Revision 56b44694 (ffmpeg): lcldec.c: change #if CONFIG_ZLIB to #if CONFIG_ZLIB_DECODER.
- The zlib related code should not be compiled in when the decoder is disabled
and it thus will never be used, even if ... - 09:12 AM Revision 445e0ab5 (ffmpeg): Get rid of extradata casts, it already has the right uint8_t * type
- Originally committed as revision 19034 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:09 AM Revision 8c18e490 (ffmpeg): Make lcldec produce YUV output when the input file is coded like that...
- of having it do its own inefficient fixed-point YUV to RGB conversion.
Originally committed as revision 19033 to svn... - 08:54 AM Revision 55619690 (ffmpeg): Remove now unused elements from LclEncContext
- Originally committed as revision 19032 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:51 AM Revision 3b855101 (ffmpeg): Remove useless casts, extradata is already "uint8_t *"
- Originally committed as revision 19031 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 AM Revision e786d3cf (ffmpeg): lclenc.c: compress directly into output buffer instead of using a poi...
- temporary buffer and then using put_bits to copy the data over.
Originally committed as revision 19030 to svn://svn.... - 08:47 AM Revision 4a01b3c7 (ffmpeg): initialize pes state to skip
- Originally committed as revision 19029 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:41 AM Revision 32b3ab9b (ffmpeg): Remove superfluous () from lclenc.c
- Originally committed as revision 19028 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:38 AM Revision 8f033e3e (ffmpeg): Cosmetics: fix indentation in lclenc.c
- Originally committed as revision 19027 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 AM Revision 7ff7ac60 (ffmpeg): Remove "#if CONFIG_ZLIB" checks from lclenc.c, the file is never comp...
- if zlib is not available.
Originally committed as revision 19026 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:51 AM Revision f988ce6c (ffmpeg): Add a lock manager API to libavcodec.
- Allows an application to register a callback that manages mutexes
on behalf of FFmpeg.
With this callback registered ... - 06:33 AM Revision b8df8d0d (ffmpeg): remove cast and use put_sbits, fix assertion in put_bits
- Originally committed as revision 19024 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:24 AM Revision 15c315b7 (ffmpeg): fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larb...
- Originally committed as revision 19023 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:14 AM Revision 135c8c2c (ffmpeg): add myself as maintainer for mpegts*
- Originally committed as revision 19022 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:47 AM Revision 1f076543 (ffmpeg): print reg desc in a more friendly way
- Originally committed as revision 19021 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:45 AM Revision ad183ff4 (ffmpeg): give context to dprintf
- Originally committed as revision 19020 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:41 AM Revision fc72ad19 (ffmpeg): print registration descriptor in debug
- Originally committed as revision 19019 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:36 AM Revision 7e69621f (ffmpeg): split audio chunks in mov demuxer
- Originally committed as revision 19018 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:35 AM Revision 84c7d45e (ffmpeg): 0x7a is E-AC3 descriptor
- Originally committed as revision 19017 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:32 AM Revision 67c9cd69 (ffmpeg): fix compilation with DEBUG defined
- Originally committed as revision 19016 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:26 AM Revision 19c0563a (ffmpeg): fix compilation with DEBUG defined
- Originally committed as revision 19015 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 AM Revision e695906e (ffmpeg): use dts codec probing
- Originally committed as revision 19014 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:10 AM Revision 7103a77b (ffmpeg): set codec_tag to stream type, so user can deal with it
- Originally committed as revision 19013 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:04 AM Revision 5b3c4c8a (ffmpeg): set codec_tag to registration descriptor if present
- Originally committed as revision 19012 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:55 AM Revision ffdbada6 (ffmpeg): add streams even if they are not present in PMT, fix #1092 and #835
- Originally committed as revision 19011 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:46 AM Revision e6eb74d8 (ffmpeg): remove no longer needed fake dvbsub stream type
- Originally committed as revision 19010 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:45 AM Revision f2c357d9 (ffmpeg): reindent
- Originally committed as revision 19009 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:44 AM Revision ed68efad (ffmpeg): remove no longer needed init
- Originally committed as revision 19008 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:40 AM Revision 6a2a50f8 (ffmpeg): factorize
- Originally committed as revision 19007 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:35 AM Revision f42d1d82 (ffmpeg): simplify and merge
- Originally committed as revision 19006 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 AM Revision 08f94e98 (ffmpeg): move new_pes_av_stream to avoid forward declaration
- Originally committed as revision 19005 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:02 AM Revision 2fef7b53 (ffmpeg): remove defines
- Originally committed as revision 19004 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:56 AM Revision 8430f3ec (ffmpeg): rework stream type and codec identification
- Originally committed as revision 19003 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 AM Revision 40b0872a (ffmpeg): cosmetics, reindent, remove useless braces, whitespaces
- Originally committed as revision 19002 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:31 AM Revision 64ab5fa3 (ffmpeg): export all streams in ts demuxer
- Originally committed as revision 19001 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision 86cb7e33 (ffmpeg): fix codec probing, stop after MAX_PROBE_PACKETS and return all packets
- Originally committed as revision 19000 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/30/2009
- 10:19 PM Revision 2b9969a9 (ffmpeg): H264: Fix out of bounds reads in SSSE3 MC
- Reading above src[-2] isn't safe, so move loads and palignr ahead
3 pixels to load starting at the first pixel actual... - 06:51 PM Revision cbfe5bee (ffmpeg): Implement SoX native format muxer and demuxer.
- Patch by Daniel Verkamp $firstname@drv DOT nu.
Originally committed as revision 18998 to svn://svn.ffmpeg.org/ffmpeg... - 11:20 AM Revision bb790168 (ffmpeg): Use memcpy instead of per-pixel copy loop for rgb lcl format
- Originally committed as revision 18997 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:04 AM Revision ff8c65f4 (ffmpeg): Make sure offsets of mjpeg b are within the buffer.
- Fixes issue1132
Originally committed as revision 18996 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:07 AM Revision c40f3663 (ffmpeg): Remove useless () from lcldec for more consistency with "normal" FFmp...
- Originally committed as revision 18995 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:05 AM Revision b157e3e5 (ffmpeg): Add casts to v210x decoder to avoid warnings.
- Originally committed as revision 18994 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:16 AM Revision 9291fdf7 (ffmpeg): return AVERROR_EOF
- Originally committed as revision 18993 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:15 AM Revision 350f2c2c (ffmpeg): return AVERROR_EOF
- Originally committed as revision 18992 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:08 AM Revision db5dc02b (ffmpeg): cast size to int64_t to avoid overflow
- Originally committed as revision 18991 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:07 AM Revision 3bbcd0bb (ffmpeg): The GIF decoder uses get_buffer, so set DR1.
- Originally committed as revision 18990 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:48 AM Revision 54e28a85 (ffmpeg): remove commented code using real_pict_num
- Originally committed as revision 18989 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:24 AM Revision 87e302bf (ffmpeg): remove unused hack which set AVCodecContext frame_number to pic times...
- Originally committed as revision 18988 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:09 AM Revision 2d05bc86 (ffmpeg): set pict_type in VC-1 parser, fix some timestamps problems
- Originally committed as revision 18987 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/29/2009
- 09:43 PM Revision f2264fa5 (ffmpeg): Support block-level quantization in Theora
- Originally committed as revision 18986 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:15 PM Revision abeee5cc (ffmpeg): Use av_clip_uint8 instead of equivalent but unoptimzed code,
- Originally committed as revision 18985 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:46 PM Revision 6f62e2c7 (ffmpeg): Correctly set the "AU size" field in the payload header for
- fragmented AAC frames
Originally committed as revision 18984 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:44 PM Revision 8c576620 (ffmpeg): matroska.c was split to matroskadec.c which I'm also maintainer of
- Originally committed as revision 18983 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 PM Revision 25c3c365 (ffmpeg): add myself as metadata subsystem maintainer
- Originally committed as revision 18982 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:56 AM Revision 8e8a67fa (ffmpeg): Move *.map from LIBSUFFIXES to CLEANSUFFIXES, executables on OS/2 have
- generated map files as well, so map files need to be removed in all
places where executables are removed.
patch by Da...
05/28/2009
- 11:19 PM Revision 530456bf (ffmpeg): MIPS: inline asm for intreadwrite.h
- Originally committed as revision 18980 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:19 PM Revision 9d48e28f (ffmpeg): MIPS: add MIPS64 and Loongson asm for MAC64/MLS64
- Originally committed as revision 18979 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:19 PM Revision 85dd97ad (ffmpeg): configure: detect Loongson MIPS extensions
- Originally committed as revision 18978 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:36 PM Revision b716a792 (ffmpeg): blackfin: disable broken dsputil functions
- Originally committed as revision 18977 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:36 PM Revision 2ba73ce8 (ffmpeg): blackfin: add missing const in function prototypes
- Originally committed as revision 18976 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 PM Revision b195a73d (ffmpeg): blackfin: use optimised (I)DCT only when ctx->(i)dct_algo is auto
- Originally committed as revision 18975 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 PM Revision 08ec1397 (ffmpeg): blackfin: use DCT function pointer in dct_quantize_bfin()
- Originally committed as revision 18974 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:13 PM Revision 2b7a351e (ffmpeg): Remove $(CLEANSUFFIXES) and $(DISTCLEANSUFFIXES) on clean/distclean
- in the root directory as well as in subdirectories.
patch by Dave Yeo, daveryeo telus net
Originally committed as re... - 05:19 PM Revision c9311a12 (ffmpeg): ARM: add some PLD in NEON IDCT
- Originally committed as revision 18972 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/27/2009
- 10:43 PM Revision a3303178 (ffmpeg): Document match_ext().
- Originally committed as revision 18971 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:45 PM Revision 2ed16f30 (ffmpeg): msrle uncompressed decoding, fix #1074 and many other samples under /RLE
- Originally committed as revision 18970 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 PM Revision c0601d70 (ffmpeg): remove apparently unused real_pict_num from AVCodecContext
- Originally committed as revision 18969 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:55 PM Revision a4a750d3 (ffmpeg): Rename alloc_picture to ff_alloc_picture and move its definition
- in mpegvideo.h to avoid including mpegvideo_common.h in mpeg12.c,
because it contains motion code.
Originally commit... - 06:59 PM Revision 50352827 (ffmpeg): Use AV_R/WN32 instead of direct integer copying.
- Fixes decoding on at least Sparc/Solaris where unaligned accesses cause
crashes.
ML thread: http://thread.gmane.org/g... - 06:58 AM Revision 6125d865 (ffmpeg): technically mp2 in pva needs AVSTREAM_PARSE_FULL
- Originally committed as revision 18966 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 AM Revision 25178da3 (ffmpeg): do not print false error if eof follows eol
- Originally committed as revision 18965 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:29 AM Revision 6c7c2f7b (ffmpeg): support AVDISCARD_ALL in mpegts demuxer
- Originally committed as revision 18964 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:56 AM Revision bdfa9824 (ffmpeg): return error in mpegts_push_data and propagate it
- Originally committed as revision 18963 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:48 AM Revision 64d88215 (ffmpeg): 10l, forgot ';', fix compilation
- Originally committed as revision 18962 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 AM Revision a5685be5 (ffmpeg): check that len is not negative
- Originally committed as revision 18961 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:44 AM Revision 0c137557 (ffmpeg): demux whole PES packets from TS
- Originally committed as revision 18960 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:14 AM Revision ed1dc74e (ffmpeg): Fix off by one offset with fetch_timestamps, pts_parser_problem.mpg.
- Patch by Wolfram Gloger, wmglo at dentm dot med dot uni-muenchen dot de.
Originally committed as revision 18959 to s...
05/26/2009
- 11:58 PM Revision 6645e8ca (ffmpeg): do not reference remainder packets in the parser, fix timestamps fetc...
- Originally committed as revision 18958 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:34 PM Revision 401a9950 (ffmpeg): In the event of a mismatch, do not follow the sample rate index in an...
- This matches the behavior the reference decoder and fixes issue 1072.
Originally committed as revision 18957 to svn:... - 08:13 PM Revision e9859317 (ffmpeg): move DEBUG define before include to get dprintf
- Originally committed as revision 18956 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:04 PM Revision cd840656 (ffmpeg): Add lowres support to the libopenjpeg wrapper.
- Fixes issue 1097.
Originally committed as revision 18955 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:59 PM Revision d9554516 (ffmpeg): Use dimensions stored in AVCodecContext instead of local variables.
- Originally committed as revision 18954 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:00 AM Revision 34d11b87 (ffmpeg): Change HAVE_PPC64 to ARCH_PPC64.
- As a side-effect this also gives it the correct value on e.g. PPC970FX-based
PPC64 systems, thus fixing "make test" (... - 03:51 AM Revision 71b0654c (ffmpeg): Support YVU9 AVI 4cc.
- Fixes issue1068.
Originally committed as revision 18952 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:14 AM Revision f9928b7e (ffmpeg): map dvh1 fourcc to dv, fixes incoming/dvh1_sample
- Originally committed as revision 18951 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/25/2009
- 10:22 PM Revision 3bf28f9d (ffmpeg): Factorize initial "printf(" and ");" in show_license().
- Originally committed as revision 18950 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:19 PM Revision 454403ba (ffmpeg): Altivec VP3 IDCT
- Originally committed as revision 18949 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:17 PM Revision 597b4b3f (ffmpeg): Define struct URLContext and typedef it to URLContext in one step.
- Originally committed as revision 18948 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:05 PM Revision 819174fa (ffmpeg): Remove \p and \e doxygen markup.
- Originally committed as revision 18947 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision 57f8df05 (ffmpeg): dv1394 is disabled by default, do not redundantly disable it on Hurd.
- Originally committed as revision 18946 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:02 PM Revision cc013a74 (ffmpeg): The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86.
- Build them when ARCH_X86 is enabled. Fixes linking with MMX disabled.
Originally committed as revision 18945 to svn:... - 06:46 PM Revision 07116be0 (ffmpeg): NEON-OBJS should also be cleared for each subdir.
- Originally committed as revision 18944 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:37 PM Revision f9f36b4a (ffmpeg): cosmetics: tabs->spaces
- Originally committed as revision 18943 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:28 PM Revision 8c68f25b (ffmpeg): Workaround broken AVI files from DC-XZ6.
- Fixes issue897.
Originally committed as revision 18942 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:42 PM Revision 80704c47 (ffmpeg): Move colorspace conversion functions implemented in pure C from template
- into swscale.c
Originally committed as revision 29320 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 04:12 PM Revision 724b8f6a (ffmpeg): eac3dec: get rid of unnecessary left shifts in 16-bit * 24-bit
- multiplication in GAQ mantissa ramapping.
Originally committed as revision 18941 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:17 PM Revision 4cab1e49 (ffmpeg): Move a DECLARE_ALIGNED_16 variable in the Nellymoser encoder from the...
- into the context to avoid issues when stack variables can not be aligned
reliably.
Originally committed as revision ... - 05:39 AM Revision 34e82167 (ffmpeg): Add Hurd to OS list and disable dv1394 in the Hurd case.
- patch by Andres Mejia, mcitadel gmail com
Originally committed as revision 18938 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:34 AM Revision 47b5b0e8 (ffmpeg): honor restart interval in mjpeg, fix #861, SpectralFan.mov still deco...
- Originally committed as revision 18937 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:53 AM Revision cbd7836e (ffmpeg): mlp: Re-enable x86-optimized DSP functions.
- Originally committed as revision 18936 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:52 AM Revision 7c4c60e5 (ffmpeg): mlp: Use LABEL_MANGLE() to export label symbols from inside asm block.
- Originally committed as revision 18935 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:50 AM Revision 7d9beec7 (ffmpeg): Add LABEL_MANGLE() to export label symbols from inside asm blocks.
- Originally committed as revision 18934 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:31 AM Revision e9356be5 (ffmpeg): CorePNG can be decoded since 18421
- Originally committed as revision 18933 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/24/2009
- 10:59 PM Revision c13b250b (ffmpeg): move DEBUG define before include to get dprintf and change printf to ...
- Originally committed as revision 18932 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:44 PM Revision 09d1208c (ffmpeg): Fix unaligned dsputil call.
- Should fix FATE corepng test on Solaris/Sparc.
Originally committed as revision 18930 to svn://svn.ffmpeg.org/ffmpeg... - 10:26 AM Revision 46b4019b (ffmpeg): fix get_str16_nolen with odd len, fix #1065
- Originally committed as revision 18929 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:59 AM Revision c9d7cd6d (ffmpeg): move DEBUG define before include to get dprintf and move guidcmp befo...
- Originally committed as revision 18928 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:14 AM Revision 1eda87ce (ffmpeg): eatqi: move "block" variable into context to ensure sufficient alignm...
- idct_put for compilers/architectures that can not align stack variables that much.
This is also consistent with simil... - 09:06 AM Revision 77336b61 (ffmpeg): Distinguish between non-coded blocks and decode errors in rtjpeg's ge...
- Originally committed as revision 18926 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 AM Revision 8d857c54 (ffmpeg): Add a few size checks when decoding rtjpeg blocks.
- Might avoid crashes in unlikely cases, but mostly avoids ugly artefacts
for partial frames.
Originally committed as ... - 08:36 AM Revision 0766291a (ffmpeg): Move "block" variable in rtjpeg decoder to context to ensure sufficie...
- for idct_put on architectures/compilers that have problems aligning on the stack.
Originally committed as revision 1... - 03:39 AM Revision 86b0e994 (ffmpeg): H264: Don't deblock if alpha or beta is 0.
- This ensures that the MMX loop filter is always bitexact with the C version.
Patch by Haruhiko Yamagata <h.yamagata _...
05/23/2009
- 11:32 PM Revision a7e6312b (ffmpeg): Remove duplicated RGB_TO_[YUV]_CCIR macros, directly use those defined
- in libavcodec/colorspace.h.
Originally committed as revision 18922 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:02 PM Revision 77bc343a (ffmpeg): indent
- Originally committed as revision 18921 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:59 PM Revision 216fb60d (ffmpeg): Fix lowres with rv20.
- Fixes issue1102.
Originally committed as revision 18920 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:37 PM Revision fdb699de (ffmpeg): Fix passing of unaligned addresses to dsputil diff_bytes() by
- changeing calls to sub_left_prediction such that
the source frame data pointers are no longer offset to skip the init... - 07:30 PM Revision aa5cfdfb (ffmpeg): Add offset argument to encode_422_bitstream() to control where
- in the source data array to start encoding.
Change all calls to pass zero for this new argument for equivalent behavi... - 06:47 PM Revision 548a9974 (ffmpeg): ARM: actually add VP3 loop filter
- Originally committed as revision 18917 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:36 PM Revision 6db8697a (ffmpeg): ARM: NEON VP3 Loop Filter
- Originally committed as revision 18916 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:28 AM Revision 45e5feda (ffmpeg): Fix regression tests, diff was due to a patch to mpeg-2 parser timest...
- current ref is technically more correct though.
Originally committed as revision 18912 to svn://svn.ffmpeg.org/ffmpe... - 07:17 AM Revision 606d48ce (ffmpeg): fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, lar...
- Originally committed as revision 18911 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 AM Revision 84df78b4 (ffmpeg): simplify pes timestamps fetching, based on a patch by corp186, chased...
- Originally committed as revision 18910 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:09 AM Revision c69d2241 (ffmpeg): compute total bitrate more accurately, patch by corp186, chasedouglas...
- Originally committed as revision 18909 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:55 AM Revision 9867a14f (ffmpeg): fix qtrle encoding when previous frame linesize differs, fix #998
- Originally committed as revision 18908 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:07 AM Revision b10d7e4e (ffmpeg): pad last audio frame when encoding
- Originally committed as revision 18907 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:05 AM Revision c43accab (ffmpeg): remove useless include
- Originally committed as revision 18906 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:22 AM Revision 01bc48f4 (ffmpeg): Set progressive_sequence before MPV_common_init which cares about it ...
- setting mb_height for interlaced mpeg-2 encoding.
Originally committed as revision 18905 to svn://svn.ffmpeg.org/ffm... - 01:20 AM Revision 364f4a36 (ffmpeg): Revert part of r18903:
- MLP DSP functions x86-optimized.
12.59% overall speedup in x86_32
9.98% overall speedup in x86_64
compared to gcc 4.... - 12:23 AM Revision 5624766d (ffmpeg): MLP DSP functions x86-optimized.
- 12.59% overall speedup in x86_32
9.98% overall speedup in x86_64
compared to gcc 4.3.3
Originally committed as revi...
05/22/2009
- 11:08 PM Revision c2b4c859 (ffmpeg): fix mouse seeking when start time is not set, fix #1083
- Originally committed as revision 18902 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:51 PM Revision ecfe3929 (ffmpeg): Remove duplicated RGB_TO_[YUV] macros, use those included in
- libavcodec/colorspace.h.
Originally committed as revision 18901 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:38 PM Revision 62c58bcc (ffmpeg): Fix grammar for avfilter_graph_parse() doxy.
- Originally committed as revision 18900 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:01 PM Revision cc0aae43 (ffmpeg): Fix libtheora encoding for non-mod16 sizes
- Originally committed as revision 18899 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:32 PM Revision ef516f73 (ffmpeg): Move ALIGN macro to libavutil/common.h and use it in various places
- Originally committed as revision 18898 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:11 PM Revision 4969cc0b (ffmpeg): fail if stream fifo could not be allocated
- Originally committed as revision 18897 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:39 PM Revision f2a875db (ffmpeg): Move eatgq blocks array from the stack to the codec context and make ...
- it is aligned as necessary for DSPContext's idct_put.
Just aligning it on the stack would have been possible but less... - 06:34 PM Revision 533c3c84 (ffmpeg): Set speex frame_size in ogg demuxer
- Originally committed as revision 18895 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:14 PM Revision 607694c7 (ffmpeg): cosmetics: Fix some typos.
- Originally committed as revision 18894 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 AM Revision ba7a7039 (ffmpeg): Print out more verbose licensing information.
- Originally committed as revision 18893 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/21/2009
- 11:12 PM Revision ec6b02b6 (ffmpeg): check av_fifo_alloc return
- Originally committed as revision 18892 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:33 PM Revision 24dc7776 (ffmpeg): correctly check for audio streams in mpeg ps muxer, fix multiple audi...
- Originally committed as revision 18891 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:28 AM Revision cab4e4e8 (ffmpeg): 10l: typing mistake in r18888
- Originally committed as revision 18890 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:15 AM Revision 37a1cc48 (ffmpeg): eac3dec: fix bug in GAQ dequantization. large mantissas should only be
- decoded when the gain value is 2 or 4.
Originally committed as revision 18889 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:15 AM Revision 9907c780 (ffmpeg): eac3dec: make GAQ dequantization 24-bit
- Originally committed as revision 18888 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:09 AM Revision ae04de31 (ffmpeg): eac3dec: revert commit r18860. keep the AHT IDCT 24-bit. will make ...
- dequantization 24-bit in a separate commit.
Originally committed as revision 18887 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/20/2009
- 06:49 PM Revision e20a4f53 (ffmpeg): mathops: sort arch-specific #include lines
- Originally committed as revision 18886 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:49 PM Revision 26f6a574 (ffmpeg): mathops: whitespace cosmetics
- Originally committed as revision 18885 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:37 PM Revision d349685b (ffmpeg): Create shared libs correctly, fix mingw build
- Originally committed as revision 18884 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:19 PM Revision cdce0fb8 (ffmpeg): Add QCP demuxer.
- Originally committed as revision 18883 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:30 PM Revision de08ebe3 (ffmpeg): Mention LGPL AC-3 decoder in the changelog.
- Originally committed as revision 18882 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:24 AM Revision b4c80b64 (ffmpeg): Fix building from within subdirs
- Originally committed as revision 18881 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:57 AM Revision a2ce9a99 (ffmpeg): Use IF1 frame sizes in AMR-WB.
- Patch by Martin Storsjö: martin (remove that) at martin (oh and this too) st
Originally committed as revision 18880 ... - 07:26 AM Revision 37317794 (ffmpeg): Use iMDCT output scaling to simplify ffvorbis and make it slightly fa...
- Originally committed as revision 18879 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 AM Revision 7dfed8e1 (ffmpeg): Fix for a problem with inverted sign of output data from ffvorbis dec...
- Now the sign of audio samples in ffvorbis output is the same as in original
uncompressed audio file and this also all... - 07:23 AM Revision 34aecf1c (ffmpeg): Support for testing (i)MDCT output scale factor in fft-test tool.
- Originally committed as revision 18877 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/19/2009
- 10:58 PM Revision 1754fe4d (ffmpeg): The AC-3 decoder is now LGPL. Exchange the license header and change ...
- in the build system and documentation that mark it as GPL.
Originally committed as revision 18876 to svn://svn.ffmpe... - 09:29 PM Revision d869a460 (ffmpeg): LGPL version of ac3_decode_transform_coeffs_ch, ~12.4% faster.
- Originally committed as revision 18875 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 PM Revision bae3abb0 (ffmpeg): Define ARCH_MIPS64 when building for MIPS64
- Originally committed as revision 18874 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:40 PM Revision 08a85a59 (ffmpeg): Define HAVE_BIGENDIAN as 0 or 1 according to CPU type
- This should replace the inconsistently named and defined
WORDS_BIGENDIAN.
Originally committed as revision 18873 to ... - 07:38 PM Revision 5b34250d (ffmpeg): configure: add some MIPS CPUs
- Originally committed as revision 18872 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:02 PM Revision 6c6dac1d (ffmpeg): Add missing libavformat dependencies on mpeg4audio.o
- Originally committed as revision 18871 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:37 PM Revision 5b21719e (ffmpeg): Let SwScaler know that RGB48 BE/LE is 16-bits per component format.
- Originally committed as revision 29317 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:31 PM Revision 6532cd55 (ffmpeg): Move AMR-WB-specific code to the AMR-WB section of the file.
- Fixes compilation when AMR-NB #includes are not available on the system.
Originally committed as revision 18870 to s... - 05:30 PM Revision 4e1424fd (ffmpeg): cosmetics: Move AMR-WB-specific code to the AMR-WB part of the file.
- Originally committed as revision 18869 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:26 PM Revision 075ec82c (ffmpeg): Make SwScaler recognize RGB48 BE/LE colourspaces (not support though).
- Originally committed as revision 29316 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
05/18/2009
- 05:59 PM Revision cec8e5f7 (ffmpeg): Log with level AV_LOG_ERROR if av_parse_color() cannot recognize a
- color.
Originally committed as revision 18868 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:21 AM Revision 76499b9f (ffmpeg): Remove useless casts of vec_ld() parameters.
- Gets rid of 'cast discards qualifiers from pointer target type' warnings.
Originally committed as revision 18867 to ...
05/17/2009
- 04:13 PM Revision 7dd55689 (ffmpeg): Indent
- Originally committed as revision 18866 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:12 PM Revision 031b1cbe (ffmpeg): Change from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in atrac3
- Originally committed as revision 18865 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:31 AM Revision fbf4d03a (ffmpeg): Indent
- Originally committed as revision 18864 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 AM Revision 8d9f1265 (ffmpeg): Switch from INIT_VLC_USE_STATIC to INIT_VLC_USE_NEW_STATIC in qdm2.
- Originally committed as revision 18863 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 AM Revision a2c4b2cc (ffmpeg): Make TMV decoder check packet sizes before reading from it.
- FATE test 295 might need updating.
Originally committed as revision 18862 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:09 AM Revision 936bb4a9 (ffmpeg): Add a forward declaration of mpeg1_decode_block_intra to fix compilation
- broken by r18859 for e.g. all gcc 4 compilers.
Originally committed as revision 18861 to svn://svn.ffmpeg.org/ffmpeg... - 06:53 AM Revision 9a7a71ed (ffmpeg): eac3dec: use 16-bit pre-mantissas instead of 24-bit in AHT decoding. ...
- simpler and also fixes a bug in GAQ dequantization.
Originally committed as revision 18860 to svn://svn.ffmpeg.org/f... - 12:54 AM Revision db2f2093 (ffmpeg): mpeg12: fix non-standard use of "extern inline"
- Rename ff_mpeg1_decode_block_intra to mpeg1_decode_block_intra and
make it static. Add ff_mpeg1_decode_block_intra a...
05/16/2009
- 05:11 PM Revision eb853afb (ffmpeg): Fix the M bit for multi-packet NALs.
- Patch by Yao Peter (peter AT yuvad DOT com)
Originally committed as revision 18858 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:02 PM Revision 1ac7d1ac (ffmpeg): ac3dec: fix coupling range check. the start subband must be less than
- the end subband.
Originally committed as revision 18857 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:09 PM Revision 78ad664a (ffmpeg): oma: fix build if memcmp() is a macro
- Any C library function may be a macro, so compound literals
passed to memcmp() must be surrounded by parens to avoid ... - 02:17 PM Revision 7d485f16 (ffmpeg): Support for getting (i)MDCT output multiplied by a constant scaling f...
- Scaling (i)MDCT output has no runtime overhead and can be used to improve
performance of audio codecs. All the change... - 10:29 AM Revision 3ac56e28 (ffmpeg): Move img_convert_ctx to VideoState and free it in stream_close().
- Patch by Martin Storsjö, martin martin st
Originally committed as revision 18854 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:26 AM Revision 7c5ab145 (ffmpeg): Add missing frees to stream_close() and do_exit().
- Patch by Martin Storsjö, martin martin st
Originally committed as revision 18853 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:39 AM Revision b3867c93 (ffmpeg): Fix off-by-one error in MS RLE decoder which may result into writing ...
- picture buffer.
Originally committed as revision 18852 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:08 AM Revision 2d5fabc8 (ffmpeg): move increment after debug print
- Originally committed as revision 18851 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/15/2009
- 10:46 PM Revision d8ed5bae (ffmpeg): cosmetics: K&R coding style, indent correctly, break overly long lines
- Originally committed as revision 18850 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 PM Revision e0c1e12a (ffmpeg): Replace 'x == 0' if conditions with '!x'.
- Originally committed as revision 18849 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:12 PM Revision 76b58f9f (ffmpeg): cosmetics: Remove pointless {}.
- Originally committed as revision 18848 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:03 PM Revision e09989be (ffmpeg): Surround AMR_WB encoding code by appropriate #ifdefs.
- This will help support the opencore AMR library.
Originally committed as revision 18847 to svn://svn.ffmpeg.org/ffmp... - 06:54 PM Revision 9c0ef69a (ffmpeg): cosmetics: Move some more code around to avoid #ifdeffery.
- Originally committed as revision 18846 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:34 PM Revision c005a3ba (ffmpeg): cosmetics: Move functions around so that encoding and decoding functi...
- grouped together. This will save some #ifdefs.
Originally committed as revision 18845 to svn://svn.ffmpeg.org/ffmpeg... - 05:22 PM Revision 4d7d5ede (ffmpeg): Remove redundant #if condition. Two CONFIG_LIBAMR_NB blocks were righ...
- each other so that the second check was pointless.
Originally committed as revision 18844 to svn://svn.ffmpeg.org/ff... - 05:15 PM Revision d2dfde08 (ffmpeg): Add av_cold attribute to amr_nb decoding/encoding initialization func...
- Originally committed as revision 18843 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:25 PM Revision e5cd2d3d (ffmpeg): Bugfix for bug introduced in the multichannel cook patchset.
- Originally committed as revision 18842 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 PM Revision 13bd2044 (ffmpeg): mlp: Simplify adressing of state and coeffs arrays for both filters b...
- the arrays sequential.
Originally committed as revision 18841 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:30 PM Revision 42e64bf8 (ffmpeg): mlp: include mlp.h and use MAX_CHANNELS instead of hardcoding value 8.
- Originally committed as revision 18840 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 AM Revision ebcf3b74 (ffmpeg): Ensure that we don't read from invalid memory with B-frame qpel
- Originally committed as revision 18839 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:11 AM Revision e1316b19 (ffmpeg): write 'stps' for mpeg-2 open gop in .mov
- Originally committed as revision 18838 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:39 AM Revision 9d9a6239 (ffmpeg): decode mpeg-2 closed gop first b frames, fix issue #824
- Originally committed as revision 18837 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:33 AM Revision 8be080ae (ffmpeg): free Track and unset priv_data to avoid double free, fix memleak
- Originally committed as revision 18836 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:44 AM Revision df099252 (ffmpeg): reindent
- Originally committed as revision 18835 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:43 AM Revision 58a83023 (ffmpeg): remove unneeded length checks
- Originally committed as revision 18834 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:01 AM Revision 357ec71f (ffmpeg): change pic type to Picture* and remove casts
- Originally committed as revision 18833 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/14/2009
- 10:57 PM Revision c1ec75b5 (ffmpeg): Implement av_set_options_string().
- Originally committed as revision 18832 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:05 PM Revision ab4752e3 (ffmpeg): use flags field and remove key_frame field
- Originally committed as revision 18831 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:54 PM Revision fe335ff5 (ffmpeg): change cts type to int, save some space
- Originally committed as revision 18830 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:03 PM Revision 644f8c76 (ffmpeg): Document av_set_string3() returned error codes.
- Originally committed as revision 18829 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:58 PM Revision 3d3bd64d (ffmpeg): Add support in av_parse_color() to a "random" color name, which will
- result in a randomly choosen random color, as it is with the
"bikeshed" color.
Originally committed as revision 1882... - 06:54 PM Revision b69b622c (ffmpeg): Make case insensitive the match for the color name in
- av_parse_color().
Originally committed as revision 18827 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:50 PM Revision be1fb76f (ffmpeg): Make av_set_string3() print a message in case of unknown option.
- Originally committed as revision 18826 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 PM Revision 50f68bde (ffmpeg): Provide a context to av_log() calls in av_set_number2() and
- av_set_string3().
Originally committed as revision 18825 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:19 PM Revision 38efe768 (ffmpeg): Use a single space after an ending period and the beginning of the
- next sentence, consistent with the FFmpeg documentation style.
Originally committed as revision 18824 to svn://svn.f... - 06:13 PM Revision c5c6f626 (ffmpeg): Apply documentation fixes: use third person, fix grammar and remove
- inconsistent '\p'.
Originally committed as revision 18823 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:45 AM Revision 83993c1c (ffmpeg): Add gnu/kfreebsd to list of recognized operating systems.
- patch by Andres Mejia, mcitadel gmail com
Originally committed as revision 18822 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:38 AM Revision 460c0abf (ffmpeg): Fix for issue #829 ("ffvorbis outputs crackling sound, libvorbis play...
- This was off-by-one bug which affects floor0 encoded files. Tracked down
by valgrind (was reported as the use of unin... - 03:37 AM Revision 4601e76a (ffmpeg): Fix VBV delay for mpeg1/2 CBR.
- Originally committed as revision 18820 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:02 AM Revision 0a8dedc9 (ffmpeg): Use skip_bits_long() for large skips
- This fixes ogg/theora on ARM (more generally the A32 bitstream reader)
Originally committed as revision 18819 to svn...
05/13/2009
- 10:59 PM Revision 97d43183 (ffmpeg): Add PCE support to the ADTS muxer.
- Originally committed as revision 18818 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:57 PM Revision 107815de (ffmpeg): Subroutine to copy an AAC Program Config Element (PCE)
- Originally committed as revision 18817 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:59 PM Revision f2e5c8b9 (ffmpeg): Cosmetics after last commit
- Originally committed as revision 18816 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:57 PM Revision 90350d73 (ffmpeg): Allow parsing and decoding of ADTS AAC files with channel config = 0
- Originally committed as revision 18815 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:11 PM Revision ee373ddf (ffmpeg): Move the ADTS header size to the parser's header file.
- Originally committed as revision 18814 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:31 AM Revision 171a3531 (ffmpeg): parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 ope...
- Originally committed as revision 18813 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:01 AM Revision 1a11c0aa (ffmpeg): align and update doxygen
- Originally committed as revision 18812 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:57 AM Revision 41e64999 (ffmpeg): remove comment
- Originally committed as revision 18811 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:55 AM Revision 4b29ed39 (ffmpeg): Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negat...
- We have now dts <= pts, note that for some B frames dts+1 == pts can happen
if a crappy timebase is used instead of c... - 06:06 AM Revision ec21c215 (ffmpeg): Add a quick description to the H.264 BSF
- Originally committed as revision 18809 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:22 AM Revision 3a86d3f6 (ffmpeg): factorize av_set_pts_info
- Originally committed as revision 18808 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:20 AM Revision 1fbbedff (ffmpeg): cosmetics, alignment
- Originally committed as revision 18807 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:32 AM Revision 520ca503 (ffmpeg): add casts to silence gcc warnings
- Originally committed as revision 18806 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 AM Revision 03e4f1ed (ffmpeg): add casts to silence gcc warnings
- Originally committed as revision 18805 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/12/2009
- 11:40 PM Revision e19f9952 (ffmpeg): Fix bandwith vs. bandwiDth typo.
- Originally committed as revision 18804 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:00 PM Revision e131922e (ffmpeg): v210 mov fourcc
- Originally committed as revision 18803 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:58 PM Revision 9c4e266c (ffmpeg): v210 avi fourcc, v210_720p.avi
- Originally committed as revision 18802 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:56 PM Revision ca0bb1c4 (ffmpeg): V210 Uncompressed 4:2:2 10-bit encoder and decoder
- Originally committed as revision 18801 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:35 PM Revision 5f1ac36d (ffmpeg): Per-stream language-tags extraction in asfdec.
- Patch by Cyril Comparon: gmail(name, surname);
Original thread: Suggestion for a centralized language-tag facility in... - 12:47 AM Revision de961801 (ffmpeg): Copy input codec's chroma_sample_location to output codec when transc...
- Currently only used by yuv4mpeg.
Originally committed as revision 18799 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/11/2009
- 07:21 PM Revision c67d7255 (ffmpeg): Support 16K samplerate in Nellymoser.
- patch by Alexander Chemeris, ipse.ffmpeg gmail.com
Originally committed as revision 18798 to svn://svn.ffmpeg.org/ff... - 08:45 AM Revision 325aef38 (ffmpeg): Update regression tests for y4m after r18796
- The default changed from 420mpeg2 to 420jpeg
Originally committed as revision 18797 to svn://svn.ffmpeg.org/ffmpeg/t... - 04:35 AM Revision 56bb72dc (ffmpeg): Use chroma_sample_location in reading/writing yuv4mpeg
- Originally committed as revision 18796 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:34 AM Revision 580a7465 (ffmpeg): Add a chroma_sample_location field to define positioning of chroma sa...
- Originally committed as revision 18795 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:41 AM Revision 014b7ecb (ffmpeg): PPC: 32-bit asm for MAC64 and MLS64
- GCC makes a mess of these operations, so give it a hand.
55% faster MP3 decoding on G4.
Originally committed as rev... - 02:36 AM Revision 24ac5052 (ffmpeg): move free data in the video case
- Originally committed as revision 18793 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:30 AM Revision e4358e70 (ffmpeg): write a single pes for video frames, some proprietary player needs it
- Originally committed as revision 18792 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/10/2009
- 10:36 PM Revision 61a4fd8e (ffmpeg): sgi encoder does not support pal8
- Originally committed as revision 18791 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:41 PM Revision f65aad95 (ffmpeg): rgb555le, rgb565le, rgb565be, bgr24 in .mov muxing
- Originally committed as revision 18790 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:14 PM Revision 5b50b8f5 (ffmpeg): bgra in .mov muxing
- Originally committed as revision 18789 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:12 PM Revision dfb0471f (ffmpeg): correct pixfmt for argb
- Originally committed as revision 18788 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:11 PM Revision ed88074a (ffmpeg): rgba in .mov muxing
- Originally committed as revision 18787 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:11 PM Revision 30853173 (ffmpeg): reindent
- Originally committed as revision 18786 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:10 PM Revision a7e56229 (ffmpeg): check for palette presence, fix crash with QT-BMP.mov, issue #1074
- Originally committed as revision 18785 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:44 PM Revision 841b45e5 (ffmpeg): Remove dead nested assignment found by CSA
- Originally committed as revision 18784 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:33 PM Revision 0871e65c (ffmpeg): Remove unused code found by CSA
- Originally committed as revision 18783 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:00 PM Revision 0020c54c (ffmpeg): Add const qualifier to param argument of sws_getContext() and
- sws_getCachedContext(). Fixes the warning:
swscale.c:3408: warning: assignment discards qualifiers from pointer targ... - 11:37 AM Revision 465477e1 (ffmpeg): Move preprocessor condition before variable declaration, fixes the wa...
- libswscale/swscale.c:1795: warning: unused variable 'flags'
Originally committed as revision 29287 to svn://svn.mpla... - 01:57 AM Revision b69017af (ffmpeg): ensure first pts is set, according to specs
- Originally committed as revision 18781 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 AM Revision 1e885788 (ffmpeg): remove useless max_payload_size variable
- Originally committed as revision 18780 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:37 AM Revision 8f14cdee (ffmpeg): do not write dts if pts is not set
- Originally committed as revision 18779 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:02 AM Revision 31df40a1 (ffmpeg): fix total bitrate computation, based on patch by corp186, chasedougla...
- Originally committed as revision 18778 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 AM Revision 7574dc4c (ffmpeg): update comment for rgb 16 bit in .mov
- Originally committed as revision 18777 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/09/2009
- 11:02 PM Revision 7a79e51c (ffmpeg): Add @code/@endcode commands to markup C code in av_tree_insert() doxy.
- Originally committed as revision 18776 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 PM Revision 9c5a4ea2 (ffmpeg): Add missing '*' to av_tree_insert() doxy.
- Originally committed as revision 18775 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 PM Revision f8c0692d (ffmpeg): Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor defini...
- Originally committed as revision 18774 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 AM Revision f1933e43 (ffmpeg): Add missing const qualifiers to AltiVec function parameters where app...
- Fixes a couple of 'discards qualifiers from pointer target type' warnings.
Originally committed as revision 29281 to...
05/08/2009
- 07:41 PM Revision 10ce9195 (ffmpeg): data parameter of dnxhd_encode_picture() should not be const.
- Fixes "dnxhdenc.c:805: warning: initialization from incompatible pointer type".
patch by Daniel Verkamp, daniel drv n... - 07:14 PM Revision b755a754 (ffmpeg): "[" is a terminating char for the filter name. This fixes the parsing of
- things like
[in] vflip [out];
Originally committed as revision 18772 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:14 PM Revision 9a3eaeeb (ffmpeg): Correct x/ymin to avoid segfault due to out of picture reads.
- Originally committed as revision 18771 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/07/2009
- 08:41 PM Revision 5f9ae198 (ffmpeg): Fix sliced yuv410 -> yuv420 conversion
- Originally committed as revision 29272 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
05/06/2009
- 11:02 PM Revision fc430e8f (ffmpeg): Warning fix: Make ogg_stream.codec const
- This matches the return value of ogg_find_codec and fixes
"libavformat/oggdec.c:333: warning: assignment discards qua... - 10:38 PM Revision cf6bae68 (ffmpeg): Change codec_id type to enum CodecID, fix warning.
- Patch by Daniel Verkamp daniel @ drv @ nu.
Originally committed as revision 18768 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:06 PM Revision f0b19bd3 (ffmpeg): Update docs after the 8088flex TMV demuxer and decoder addition.
- Patch by Daniel Verkamp daniel AT drv + nu.
Originally committed as revision 18767 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:01 PM Revision 7c7d3e09 (ffmpeg): Add 8088flex TMV file demuxer.
- Patch by Daniel Verkamp daniel|at|drv|nu.
Originally committed as revision 18766 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:57 PM Revision a1fd2bc3 (ffmpeg): Add 8088flex TMV video decoder.
- Patch by Daniel Verkamp name at drv ... nu.
Originally committed as revision 18765 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:51 PM Revision 89cb5cd2 (ffmpeg): Add CGA and palette data for 8088flex TMV decoder.
- Patch by Daniel Verkamp daniel _AT_ drv DOT nu.
Originally committed as revision 18764 to svn://svn.ffmpeg.org/ffmp... - 04:01 PM Revision e2822726 (ffmpeg): mlpdec: Fix possible writing out of array bounds introduced by being
- under-paranoid in r18651.
Originally committed as revision 18763 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:46 PM Revision e8d341ce (ffmpeg): mlpdec: Split sync word error and MLP sync word check.
- The previous code would print the wrong error message for MLP streams with
TrueHD noise type.
Originally committed a... - 03:37 PM Revision aff42ee0 (ffmpeg): mlpdec: Fix indentation that got mangled from copy&paste.
- Originally committed as revision 18761 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:25 PM Revision 4fa61d1e (ffmpeg): Accept "bikeshed" as a random color.
- Originally committed as revision 18758 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:49 AM Revision 512cfd9d (ffmpeg): Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported ...
- Originally committed as revision 18755 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:40 AM Revision 992f7db0 (ffmpeg): Add floating point audio decoding to WavPack decoder.
- Patch by Laurent Aimar (fenrir at `antonym of 'audio'+antonym of 'WAN'` dot org)
Originally committed as revision 18... - 05:28 AM Revision cabb8111 (ffmpeg): Prepare WavPack decoder to support floating point output.
- Patch by Laurent Aimar (f-e-n-r-i-r .@.t. v=i=d=e=o=l=a=n .d.o.t. o=r=g)
Originally committed as revision 18753 to s... - 01:48 AM Revision 778bc09b (ffmpeg): cosmetics: line wrap and vertical alignment
- Originally committed as revision 18752 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:47 AM Revision 396b73c7 (ffmpeg): ac3dec: Remove unneeded context variable, num_cpl_subbands. It is also
- not needed for spectral extension or enhanced coupling since it is
redundant information, so I am removing it from de...
05/05/2009
- 11:39 PM Revision 52dc3fc8 (ffmpeg): cosmetics: indentation after last commit
- Originally committed as revision 18750 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:38 PM Revision 13ec9428 (ffmpeg): ac3dec: move channel remapping to outside of block loop
- Originally committed as revision 18749 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision a3015225 (ffmpeg): Implement av_parse_color().
- Originally committed as revision 18748 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:53 PM Revision 9c24cd72 (ffmpeg): Extract colorspace fields from MPEG1/2.
- Originally committed as revision 18747 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:44 PM Revision 1e24f1b2 (ffmpeg): mpegaudio: enclose SUM8() macro args in parens when used
- Originally committed as revision 18746 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:44 PM Revision bf030c88 (ffmpeg): mpegaudio: avoid unnecessary copy in high-precision mode
- Originally committed as revision 18745 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:44 PM Revision adb206c2 (ffmpeg): mpegaudio: use av_clip()
- Originally committed as revision 18744 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 PM Revision 4ee6a5c1 (ffmpeg): Add colorspace fields to AVCodecContext.
- Originally committed as revision 18743 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 PM Revision ee273f98 (ffmpeg): Cosmetics: Fix indentation after r18741.
- Originally committed as revision 18742 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:46 PM Revision 266c1d90 (ffmpeg): Do not discard mp3 frames in the parser after a broken frame.
- Fixes issue1044.
This may cause regressions with broken streams, if you find any, please report!
Originally committe... - 06:10 AM Revision 3cb08886 (ffmpeg): Factorize out integer sample value decoding for WavPack.
- This is slightly modified patch by Laurent Aimar.
Originally committed as revision 18740 to svn://svn.ffmpeg.org/ffm... - 04:30 AM Revision c20a305b (ffmpeg): dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034
- Originally committed as revision 18739 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:27 AM Revision c239a65b (ffmpeg): more dvcprohd .mov fourcc, see #1034
- Originally committed as revision 18738 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:34 AM Revision 9507d911 (ffmpeg): Change VOFW for x86 to 5120, it allows larger images to be scaled and...
- not slower. Other archs are not changed as the larger VOFW was slower on PPC.
Originally committed as revision 29256...
05/04/2009
- 05:31 PM Revision 3737dd1c (ffmpeg): PPC: implement MULH() in assembler
- Left to its own devices, gcc calculates the full 64-bit product only to
discard the low 32 bits. This forces it to d... - 02:23 PM Revision e2fa5cf4 (ffmpeg): Do not scan for MP3 header after the given buffer and return skipped
- bytes along with consumed bytes on successful decoding.
patch by Zdenek Kabelac, zdenek.kabelac gmail com
Originally... - 11:37 AM Revision c7279693 (ffmpeg): Add note about nonfree license of libfaac.
- Originally committed as revision 18735 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:25 AM Revision 5b05059d (ffmpeg): Properly handle SILENCE frame. Patch by Kenan Gillet.
- Originally committed as revision 18734 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom