Activity
From 06/10/2009 to 07/09/2009
07/09/2009
- 05:35 PM Revision 6892931b (ffmpeg): Add myself as AAC encoder maintainer
- Originally committed as revision 19392 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:22 PM Revision 988c1705 (ffmpeg): Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operatin...
- Originally committed as revision 19391 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:16 AM Revision 181b3363 (ffmpeg): Fix declarations of complex numbers
- Complex numbers must be declared using a base type of float, double,
or long double.
Originally committed as revisio... - 07:29 AM Revision 0d73abb8 (ffmpeg): Rename function to sha1_transform so it won't be confused with SHA-2 ...
- when it's added.
Originally committed as revision 19389 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:23 AM Revision 2c6361e0 (ffmpeg): Use pointer to hash transform function to make adding SHA-2 support e...
- Originally committed as revision 19388 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:15 AM Revision 3a7c6507 (ffmpeg): cosmetics: vertical align AVSHA1 members
- Originally committed as revision 19387 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:14 AM Revision 01cc6288 (ffmpeg): Extend AVSHA1 so it can be used in future SHA-2 code as well
- Originally committed as revision 19386 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:07 AM Revision 4364fc9a (ffmpeg): Document SHA-1 functions and structures
- Originally committed as revision 19385 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:27 AM Revision 71ed6c8f (ffmpeg): Remove dependency from swscale_internal.h to lavu/internal.h, it is n...
- needed for DECLARE_ALIGNED.
Remove dependency from swscale-example.c to swscale_internal.h by duplicating
the necessa... - 02:20 AM Revision 16c2e214 (ffmpeg): Move DECLARE_ALIGNED and DECLARE_ASM_CONST back from lavu/internal.h to
- lavu/mem.h.
Originally committed as revision 19384 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:18 AM Revision 4b2be143 (ffmpeg): Do not throw compiler error if asm code needs alignment, but we do no...
- how to do it for this compiler. This removes a dependency of config.h on the
DECLARE_* macros.
Originally committed ...
07/08/2009
- 11:14 PM Revision f11bfe30 (ffmpeg): Reindent after last commit
- Originally committed as revision 19382 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:12 PM Revision 48d20c11 (ffmpeg): Prevent AAC frame size overflows.
- Originally committed as revision 19381 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:10 PM Revision 5962f6b0 (ffmpeg): Refactor windowing and early psy from bitstream writing parts of the ...
- Originally committed as revision 19380 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:04 PM Revision 7a4eebcd (ffmpeg): Turn on AAC rate control.
- Originally committed as revision 19379 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:36 PM Revision c8f47d8b (ffmpeg): cosmetics: Remove unnecessary {} around if/for blocks;
- move statements after if/for to the next line.
Originally committed as revision 19378 to svn://svn.ffmpeg.org/ffmpeg... - 09:16 PM Revision 99d61d34 (ffmpeg): cosmetics: prettyprinting, K&R style, break overly long lines
- Originally committed as revision 19377 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:36 PM Revision fd257dc4 (ffmpeg): Cosmetics: Pretty print the AAC encoder.
- Originally committed as revision 19376 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:01 PM Revision 78e65cd7 (ffmpeg): Merge the AAC encoder from SoC svn. It is still considered experimental.
- Originally committed as revision 19375 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 PM Revision 5e039e1b (ffmpeg): Add extra validation checks to ff_vorbis_len2vlc.
- They should not be necessary, but it seems like a reasonable precaution.
Originally committed as revision 19374 to s... - 07:31 PM Revision 1de4ba71 (ffmpeg): Make sure that values generated for ff_vorbis_len2vlc in
- vorbis_parse_setup_hdr_codebooks are in the valid range (<=32).
Originally committed as revision 19373 to svn://svn.... - 02:58 PM Revision 287fff26 (ffmpeg): Add PIX_FMT_ARGB encoding to qtrle.
- Patch by Alexis Ballier, alexis ballier gmail
Originally committed as revision 19372 to svn://svn.ffmpeg.org/ffmpeg/... - 08:52 AM Revision 5a1e202b (ffmpeg): Add block_align to sox input.
- Patch by Phil Rutschman: name.surname modsystems com
Originally committed as revision 19371 to svn://svn.ffmpeg.org/... - 08:26 AM Revision 56c6cf28 (ffmpeg): Fix mem leak when user preallocates an AVFormatContext, passes it to
- av_open_input_file(), but the file does not exist.
Patch by Art Clarke a$(surname) xuggle com
Originally committed a...
07/07/2009
- 10:00 PM Revision 5c56e746 (ffmpeg): Baptiste will maintain qt-faststart from now on.
- Originally committed as revision 19369 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:39 PM Revision 0a4a0aa7 (ffmpeg): Mention removal of libamr support in the changelog.
- Originally committed as revision 19368 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 AM Revision 6ae5c1f0 (ffmpeg): whitespace cosmetics: Realign colums after last commit.
- Originally committed as revision 19367 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 AM Revision 36b38500 (ffmpeg): Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of just
- CONFIG_LIBFOO in the external libraries section.
This is more consistent with the rest of the Makefiles, it makes cle... - 12:28 AM Revision fc1206a4 (ffmpeg): Remove support for nonfree libamr library for AMR-NB/WB decoding/enco...
- libopencore can now be used as a replacement except for AMR-WB encoding.
Originally committed as revision 19365 to s...
07/06/2009
- 09:54 PM Revision df2bd71a (ffmpeg): flvdec: expose metadata through the generic metadata API
- original patch from Art Clarke aclarke _at_ xuggle _dot_ com
Originally committed as revision 19364 to svn://svn.ff... - 09:49 PM Revision 09e54e1f (ffmpeg): flvdec: re-enable metadata parsing
- duration and videodatarate values are actually useful
original patch from Art Clarke aclarke _at_ xuggle _dot_ com
... - 09:46 PM Revision 8caa0f06 (ffmpeg): flvdec: don't set format and codec context from metadata values
- This has proven to be useless and even harmfull since r18460 (expect
for duration and videodatarate).
original patch ... - 05:08 PM Revision 96f0731a (ffmpeg): Check for packet_length 0, it is already treated as invalid by the pa...
- but that resulted in a confusing/wrong error message.
Originally committed as revision 19361 to svn://svn.ffmpeg.org... - 04:49 PM Revision 4f76697b (ffmpeg): Change av_free to av_freep
- Originally committed as revision 19360 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:48 PM Revision 16c83185 (ffmpeg): Reallocate internal buffer when coded frame size changes.
- Fixes out-of-bounds reads and writes with i32/smclocki32.avi.1.0 from issue 1240.
Originally committed as revision 1... - 04:45 PM Revision 28bcc76a (ffmpeg): Change iv_decode_frame to get AVCodecContext as argument, so that
- avcodec_check_dimensions can be called with a proper context instead of NULL.
Originally committed as revision 19358... - 10:28 AM Revision c79c960a (ffmpeg): Remove useless ret variable added in last revision again.
- Originally committed as revision 19357 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 AM Revision 7cda8150 (ffmpeg): 100l, theora_decode_init must pass on errors from vp3_decode_init
- Originally committed as revision 19356 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:22 AM Revision c4b7b8bf (ffmpeg): Make decode_init fail if the huffman tables are invalid and thus init...
- Otherwise this will crash during decoding because the vlc tables are NULL.
Partially fixes ogv/smclock.ogv.1.101.ogv ... - 05:36 AM Revision 31457d7a (ffmpeg): Do not fail if 'uuid' atom is encountered before 'moov'.
- Patch by Frank Barchard, fbarchard at google dot com.
Originally committed as revision 19354 to svn://svn.ffmpeg.org... - 05:22 AM Revision d03936e5 (ffmpeg): libfaac no longer claims to be LGPL.
- Originally committed as revision 19353 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/05/2009
- 08:10 PM Revision 29ce0433 (ffmpeg): The AltiVec code in libswscale no longer is under GPL.
- Remove one erroneous preprocessor check for CONFIG_GPL in the AltiVec code.
Originally committed as revision 29412 t... - 06:27 PM Revision e13cca4b (ffmpeg): Ensure that the filter limit values do not exceed the maximum allowed...
- Originally committed as revision 19351 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 PM Revision 7fa5f999 (ffmpeg): Extend init_loop_filter to work for filter limit values up to 127 ins...
- of only up to 64. 127 is the maximum value allowed by the theora specification.
Originally committed as revision 193... - 04:01 PM Revision ad921086 (ffmpeg): Add a check to vp6_parse_coeff_huffman to ensure it does not overread...
- Originally committed as revision 19349 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:23 PM Revision 7576516a (ffmpeg): vp56dec: ensure range coder won't read past the end of input buffer
- Originally committed as revision 19348 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:14 PM Revision 5be5daf1 (ffmpeg): Check that palctrl is available on init instead of crashing when tryi...
- it on decode.
Fixes mpeg2/smclockmpeg2.avi.2.1 from issue 1240.
Originally committed as revision 19347 to svn://svn....
07/04/2009
- 11:59 PM Revision e30004fa (ffmpeg): fix a buffer overrun on corrupt huffyuv streams
- Originally committed as revision 19346 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:41 PM Revision 2483298a (ffmpeg): ARM: NEON VP3 IDCT
- 15% faster VP3/Theora, 10% faster VP6
Originally committed as revision 19345 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:24 PM Revision 82c9182f (ffmpeg): If the end of the input buffer is reached while decoding MJPEG and at...
- a valid SOF was found, emulate an EOI.
This allows e.g. to at least decode the available part of incomplete MJPEG fra... - 06:22 PM Revision 1496b04c (ffmpeg): Make the MJPEG decoder return -1 when no image was decoded so that de...
- errors are actually recognizable as such.
Originally committed as revision 19343 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:20 PM Revision 643fd8a1 (ffmpeg): Add a got_picture flag to MJpegDecodeContext which indicates if its p...
- element is valid. Skip the code handling SOS and EOI if not, since it can not
work without a valid AVPicture.
This fi... - 12:54 PM Revision b27bf2a7 (ffmpeg): mjpegdec: check that the coded dc_index and ac_index have a valid ass...
- Removes some disabled dc_index/ac_index checking code that seems to have had
some undocumented issues and should not ... - 08:18 AM Revision 340e2303 (ffmpeg): Use enum CodecID instead of int.
- Fixes the following icc warning:
warning #188: enumerated type mixed with another type
Originally committed as revis... - 08:02 AM Revision 4eba9cdd (ffmpeg): fix and simplify long gop mpeg codec ul computation
- Originally committed as revision 19339 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:56 AM Revision df1550f0 (ffmpeg): set index duration to 0 for cbr, specifying whole container coverage
- Originally committed as revision 19338 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:52 AM Revision 76b092e2 (ffmpeg): use ber4 length for descriptors preferred by specs
- Originally committed as revision 19337 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 AM Revision 6a43aab0 (ffmpeg): write profile and level local tag in mpeg descriptor
- Originally committed as revision 19336 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:46 AM Revision e5f61b94 (ffmpeg): H.264: Check the return value of decode_vui_parameters()
- Files with invalid VUI are now rejected like
other invalid SPS are.
Fixes issue1231.
Originally committed as revisi...
07/03/2009
- 11:31 AM Revision 11d058b7 (ffmpeg): Replace invalid Theora frame rate by 25 FPS.
- Avoids division by 0 due to e.g. time_base denominator being 0.
Originally committed as revision 19334 to svn://svn.... - 11:27 AM Revision 3dcddf82 (ffmpeg): Check for failed extradata malloc, fixes a crash in out-of-memory con...
- or with extremely large extradata.
Originally committed as revision 19333 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:26 AM Revision 5a4a4d78 (ffmpeg): Check size of "strf" header against size of enclosing "LIST" if there...
- Originally committed as revision 19332 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:18 AM Revision b098b309 (ffmpeg): Fix indentation
- Originally committed as revision 19331 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:18 AM Revision 68a10b40 (ffmpeg): Avoid divisions by 0 in the ASF demuxer if packet_size is not valid.
- Originally committed as revision 19330 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:52 AM Revision 0410ee8f (ffmpeg): H.264: Don't set data_partitioning for invalid NAL_DPA.
- Before, the decoder could interpret a corrupt frame
as a NAL_DPA and NAL_DPC, and then start decoding
even if decode_...
07/02/2009
- 01:13 PM Revision bda1ad1e (ffmpeg): Cleanup properly at the end of MPEG Audio parsing.
- Patch by Art Clarke (aclarke AT xuggle com)
Originally committed as revision 19327 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:47 PM Revision e7e5d1e9 (ffmpeg): If either of num or den is 0 make both 0 in av_set_pts_info().
- Originally committed as revision 19326 to svn://svn.ffmpeg.org/ffmpeg/trunk
07/01/2009
- 08:52 PM Revision d218a86a (ffmpeg): Make sure av_set_pts_info() does not set the fields of a timebase to
- negative values.
Originally committed as revision 19325 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:35 PM Revision 6be8b204 (ffmpeg): Revert r19317, "simplify slice_end, return size of output frame".
- It returns non decodable B-frames.
Originally committed as revision 19324 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:34 PM Revision fb6ecd72 (ffmpeg): indent
- Originally committed as revision 19323 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:30 PM Revision 37458d7e (ffmpeg): Make sure we dont read over the end.
- Fixes issue1237.
Originally committed as revision 19322 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:11 PM Revision edb501c4 (ffmpeg): Add an explanation and complete the metadata usage example.
- Originally committed as revision 19320 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:50 PM Revision dec14949 (ffmpeg): Make arguments of av_set_pts_info() unsigned.
- Fixes issue1240/mpeg1/smclockmpeg1.avi.3.1
Originally committed as revision 19319 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:48 PM Revision ec62d942 (ffmpeg): Fix potentially unaligned accesses in ff_copy_bits()
- A pointer should never be assigned a value which may have less than the
required alignment of the target type. Compi... - 05:29 PM Revision f7f1eb6c (ffmpeg): simplify slice_end, return size of output frame
- Originally committed as revision 19317 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:08 PM Revision 39c601b5 (ffmpeg): RV3/4 intra types array causes alignment issues (at least on ARM5), t...
- its stride and offset to always have align 4.
Originally committed as revision 19316 to svn://svn.ffmpeg.org/ffmpeg/... - 01:46 PM Revision 06a497af (ffmpeg): Use slightly more appropriate format strings for printing decimal val...
- patch by Frank Barchard, fbarchard google com
Originally committed as revision 19315 to svn://svn.ffmpeg.org/ffmpeg/... - 12:40 PM Revision b4b91702 (ffmpeg): Use enum PixelFormat in sws_format_name() prototype
- Originally committed as revision 29409 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:36 AM Revision 4a30fff6 (ffmpeg): Fix argument type mismatches for av_picture_crop and av_picture_fill
- Originally committed as revision 19314 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:48 AM Revision fb0a835f (ffmpeg): add missing \n to error message
- Originally committed as revision 19313 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 AM Revision 6816f8b8 (ffmpeg): ADPCM: remove unreachable break statement after return
- Originally committed as revision 19312 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 AM Revision 300ad6c1 (ffmpeg): ARM: use gcc inline asm in bswap.h only when available
- Originally committed as revision 19311 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/30/2009
- 11:45 PM Revision fe022ce2 (ffmpeg): Fix libx264.c to not drop SEI userdata from x264 encoder.
- Most muxers in ffmpeg ignore the SEI if it is placed in extradata, so instead
it has to be catted to the front of the... - 03:11 PM Revision cb28f954 (ffmpeg): Use more portable 'PRId64' instead of 'llx' as conversion/length spec...
- patch by Frank Barchard, fbarchard google com
Originally committed as revision 19309 to svn://svn.ffmpeg.org/ffmpeg/... - 12:46 PM Revision d6ced963 (ffmpeg): ARM: enable fast_unaligned when --cpu=armv[67] is specified
- Originally committed as revision 19308 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 PM Revision 8d8409ca (ffmpeg): Fix nalsize check to avoid an integer overflow that made the check
- incorrect for nalsize > INT_MAX - buf_index
Originally committed as revision 19307 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:28 AM Revision 0444a8c5 (ffmpeg): Update seek regression checksums due to:
- r19300
Rewrite mp3 parser. New code is much simpler and does not drop
stuff at random.
Originally committed as r... - 07:43 AM Revision b399b932 (ffmpeg): cosmetics, change case and comments alignment
- Originally committed as revision 19305 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 AM Revision 61f9e3c1 (ffmpeg): correctly compute frame flags with closed gop
- Originally committed as revision 19304 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:44 AM Revision 470de55a (ffmpeg): fix slice header checking
- Originally committed as revision 19303 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:57 AM Revision 822d0a6e (ffmpeg): Drop code that attempts to decode frames that are prefixed by junk.
- Too often it ends up decoding random data into noise without detecting
it (for example after seeking of some MP3 data... - 03:37 AM Revision f3ac96e4 (ffmpeg): Support RGB48 PNG decoding
- Originally committed as revision 19301 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 AM Revision 2073fc84 (ffmpeg): Rewrite mp3 parser. New code is much simpler and does not drop
- stuff at random.
Originally committed as revision 19300 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/29/2009
- 10:48 PM Revision ad925587 (ffmpeg): Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173).
- Originally committed as revision 19299 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:45 PM Revision 07a8eef6 (ffmpeg): Fix build on Net/OpenBSD
- The renaming in r19293 missed a few things.
Originally committed as revision 19298 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:00 PM Revision 4e622dea (ffmpeg): Cosmetics: group together indev/outdev dependencies.
- Originally committed as revision 19297 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 PM Revision 684aa302 (ffmpeg): Add doxy to av_log_missing_feature() etc. stating that the function is
- primarily intended for internal use in lavc/lavf, not for use in apps.
Originally committed as revision 19296 to svn... - 07:11 PM Revision 4811f89b (ffmpeg): Move av_log_missing_feature() from the internal.h to the public avcod...
- header file.
Originally committed as revision 19295 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:07 PM Revision ce863d7f (ffmpeg): Rename ff_log_missing_feature() to av_log_missing_feature().
- Originally committed as revision 19294 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:49 PM Revision 38e54a75 (ffmpeg): Make the configure script select the input/output devices using
- --enable-indev, --enable-outdev rather than --enable-demuxer,
--enable-muxer as before, same for disabling them.
Ori... - 06:37 PM Revision d004179e (ffmpeg): indent
- Originally committed as revision 19292 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:36 PM Revision 3fd5a75b (ffmpeg): id3v2.4.0 uses syncsafe integers for sizes of frames.
- Fixes issue1234
Fixes regression introduced in r19275
Originally committed as revision 19291 to svn://svn.ffmpeg.org... - 09:02 AM Revision 29024501 (ffmpeg): Revert r19149 "Disable native Vorbis encoder"
- Originally committed as revision 19290 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/28/2009
- 09:05 PM Revision 2b75bde6 (ffmpeg): Remove inconsistent use of a @brief command in av_write_trailer()
- doxy.
Originally committed as revision 19289 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:01 PM Revision d1b9adf2 (ffmpeg): Use consistently the third person in doxy, as recommended by the
- javadoc specs.
Originally committed as revision 19288 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:25 PM Revision 5227bd63 (ffmpeg): Fix braino.
- Originally committed as revision 19287 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:28 PM Revision a3a55b78 (ffmpeg): Icc does not support attribute flatten, do not try to use it.
- Originally committed as revision 19286 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/27/2009
- 01:26 PM Revision 39a4f146 (ffmpeg): Update ffmpeg documentation regarding metadata setting. -title,
- -author, -copyright, -track, -album, and -year options have been
dropped in favor of -metadata.
Originally committed... - 10:26 AM Revision da4c2dab (ffmpeg): Remove superfluous const.
- Originally committed as revision 19284 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:39 AM Revision a10de6dc (ffmpeg): Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188:
- enumerated type mixed with another type
Originally committed as revision 19283 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:34 AM Revision 06be9d9d (ffmpeg): Icc 11.1 does not support attributes force_align_arg_pointer, alloc_s...
- Originally committed as revision 19282 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/26/2009
- 05:43 PM Revision d2667090 (ffmpeg): Pitch delay decoding
- Originally committed as revision 19281 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:42 PM Revision 2b069134 (ffmpeg): Replace pitch_delay_int array with single variable.
- Originally committed as revision 19280 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:08 AM Revision 01a3c821 (ffmpeg): Handle variable input stream pixfmts using the same framework introduced
- by the variable frame size patch. Fixes at least issue 1165.
Originally committed as revision 19279 to svn://svn.ff...
06/25/2009
- 11:21 PM Revision c2b3565e (ffmpeg): Only link against alsa if enabled.
- Originally committed as revision 19278 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:48 PM Revision 30b1fff6 (ffmpeg): Only checks for jack if it is enabled and hence only links to jack if
- it is not disabled.
Patch by Adrian Stutz $firsname@sttz ch.
Originally committed as revision 19277 to svn://svn.ff... - 08:06 PM Revision 8b1a6441 (ffmpeg): AltiVec code and runtime cpudetect do not require CONFIG_GPL.
- Make sure the latter is only checked for x86 optimizations, which are GPL.
Originally committed as revision 29390 to... - 07:44 PM Revision 1cd44221 (ffmpeg): Fix id3v2.2 frame size parsing.
- Fixes issue1202.
Originally committed as revision 19276 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:26 PM Revision 47f42aec (ffmpeg): Fix id3v2.3/4 tag size parsing.
- Fixes issue1106
Originally committed as revision 19275 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:10 PM Revision 57011a13 (ffmpeg): use AVFormatContext->probesize in av_find_stream_info and raise defau...
- Originally committed as revision 19274 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:01 PM Revision d23612ef (ffmpeg): Only set CODEC_ID_PROBE when a packet from a stream having a PES header
- is read.
Originally committed as revision 19273 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:48 PM Revision af122d6a (ffmpeg): limit raw packet buffer size used for codec probing
- Originally committed as revision 19272 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:27 AM Revision 57f6d52a (ffmpeg): The AltiVec optimizations of libswscale are no longer under GPL.
- Originally committed as revision 29389 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:14 AM Revision e912c13a (ffmpeg): PPC: Make sure that COMPILE_C is not deactivated if RUNTIME_CPUDETECT...
- Originally committed as revision 29388 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:17 AM Revision d862fce7 (ffmpeg): only set par if it does not indicates a rotation, ex iphone 3GS
- Originally committed as revision 19271 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/24/2009
- 11:04 PM Revision 91d19d47 (ffmpeg): Remove any reference to ASFContext.packet_size and replace it with
- AVFormatContext.packet_size. See "[PATCH] asf*.c/h: use
AVFormatContext->packet_size instead of own copy" thread on M... - 10:58 PM Revision a752069d (ffmpeg): Split developer documentation off from general documentation.
- Originally committed as revision 19269 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 PM Revision d171a651 (ffmpeg): Rewrite doxy for av_strtod().
- Originally committed as revision 19268 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision c1c206b3 (ffmpeg): flvdec: Build a Speex header during FLV demuxing using required and
- default values. This is needed because FLV files with Speex do not
contain a Speex header, which is necessary for str... - 12:10 PM Revision c173a088 (ffmpeg): Improve wording: s/reseted/reset
- Patch by Haruhiko Yamagata, h D yamagata A nifty D com
Originally committed as revision 19266 to svn://svn.ffmpeg.or... - 09:40 AM Revision e1c1b0ff (ffmpeg): Reindent after last patch.
- Originally committed as revision 19265 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:38 AM Revision 3fe4d5d4 (ffmpeg): mov demuxer: Track the current position also for streams that have AV...
- This allows for seamless switching of e.g. audio streams, with the previous code
playback started always from the beg... - 08:57 AM Revision 5dc5c43b (ffmpeg): mov_read_packet: extract code that searches for the stream/sample to ...
- into a separate function.
Originally committed as revision 19263 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:50 AM Revision a2f38511 (ffmpeg): mov_read_packet: if dv_get_packet fails, return exactly its error value
- instead of always -1 (makes no real difference currently since dv_get_packet
always returns -1 so far).
Originally c... - 08:23 AM Revision 69fc436c (ffmpeg): In mov_read_packet remember the AVStream we want to demux next instea...
- MOVStreamContext. We need the AVStream anyway and it is easier to get the
MOVStreamContext from the AVStream than the... - 04:38 AM Revision 3c70902b (ffmpeg): LSF (Line Spectral Frequencies) decoding routine.
- Originally committed as revision 19260 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:38 AM Revision 6a63ff19 (ffmpeg): check stream existence before assignment, fix #1222
- Originally committed as revision 19259 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/23/2009
- 09:03 PM Revision 2722c3a3 (ffmpeg): Fix H.264 picture reordering, 2nd try.
- First, reverted one was r19239.
Patch by Haruhiko Yamagata, h D yamagata A nifty D com
Originally committed as revi... - 06:17 PM Revision ce9dd8f5 (ffmpeg): Make documentation better match the code. Now AVCodecContext.sample_fmt
- is used.
Patch by Brian Crowell <($firstname)@fluggo.com>
Originally committed as revision 19257 to svn://svn.ffmpe... - 03:38 PM Revision 7995ed8e (ffmpeg): Add support for "chunked" data blocks. Patch by Peter Holik (peter ho...
- Originally committed as revision 19256 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:41 AM Revision 74a30595 (ffmpeg): Edge emulation should be used in B-frame MC in mspel mode with
- mv_x < 1 or mv_y < 1.
Originally committed as revision 19255 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/22/2009
- 11:09 PM Revision 1a40491e (ffmpeg): Add ff_ prefixes to exported symbols in libavformat/riff.h.
- patch by Daniel Verkamp, aniel drv nu
Originally committed as revision 19254 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:56 PM Revision 2795e357 (ffmpeg): Consistently rename variables denoting regression reference file(s)
- using the _REFFILE(S) postfix, and regression result file(s) using the
_RESFILE(S) postfix.
Improve legibility.
Orig... - 10:22 PM Revision 1c2744d1 (ffmpeg): Export av_strtod() to eval.h.
- Originally committed as revision 19252 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:54 PM Revision b394438e (ffmpeg): Document making AVFormatContext.packet_size unsigned API change.
- Originally committed as revision 19251 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:52 PM Revision 92400be2 (ffmpeg): Change packet_size from signed to unsigned, since it never has a nega...
- value. Currently, this is only used in qcp.c and mpegenc.c, and they are
practically unaffected by this change.
See ...
06/21/2009
- 09:37 PM Revision e877eaac (ffmpeg): Cosmetics: rename 'name' av_strtod() param to 'numstr'. The new name
- is more expressive.
Originally committed as revision 19249 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:18 PM Revision 87b4dd3b (ffmpeg): oggenc: Change error log text. An error here does not necessarily mean
- corrupted data.
Originally committed as revision 19248 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:16 PM Revision 3f2eadf4 (ffmpeg): oggenc: return error value from ogg_build_flac_headers()
- Originally committed as revision 19247 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:14 PM Revision 4315aa8b (ffmpeg): cosmetics: spacing and comments
- Originally committed as revision 19246 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 PM Revision e9a32230 (ffmpeg): oggenc: check for failed av_mallocz()
- Originally committed as revision 19245 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:50 AM Revision b27758bc (ffmpeg): Fetch timestamp for the first frame of field only if frame_offset and
- next_frame_offset are not set, because second field has next frame offset set
but not frame_offset, otherwise this wr... - 01:59 AM Revision f356fc57 (ffmpeg): clarify encoder and decoder opening error messages
- Originally committed as revision 19243 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/20/2009
- 02:51 PM Revision a481293f (ffmpeg): Revert unintended hunk of r19241.
- Originally committed as revision 19242 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:47 PM Revision df028e8c (ffmpeg): Revert r19239: It broke four conformance tests.
- Originally committed as revision 19241 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:36 PM Revision 630c97ff (ffmpeg): Convertion of LSF values to coefficients of linear prediction filter
- Originally committed as revision 19240 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:16 PM Revision 6ee0eb38 (ffmpeg): Fix H.264 picture reordering.
- Patch by Haruhiko Yamagata, h D yamagata A nifty D com
Originally committed as revision 19239 to svn://svn.ffmpeg.or... - 01:10 PM Revision 1efe9fd5 (ffmpeg): Fix indentation after last commit.
- Originally committed as revision 19238 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:07 PM Revision d8b2d834 (ffmpeg): Fix yamaha adpcm stereo (issue 1117).
- Patch by Yoshihisa Uchida, yoshihisa D uchida A gmail
Originally committed as revision 19237 to svn://svn.ffmpeg.org... - 12:52 PM Revision 3f3f3ba7 (ffmpeg): Fix onMetaData property count in flv files (issue 1206).
- Patch by Yoshihisa Uchida, yoshihisa D uchida A gmail
Originally committed as revision 19236 to svn://svn.ffmpeg.org... - 11:22 AM Revision 4c7615c4 (ffmpeg): Make remaining run level decode comments doxygen comments
- Originally committed as revision 19235 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:06 AM Revision 4df8bdee (ffmpeg): Simplify run level decoding:
- - remove unneeded vlc code < 0 check
- reorder vlc code handling so that the unlikely escape decoding
part comes la... - 10:33 AM Revision 4d67e067 (ffmpeg): Fix indentation after the previous commit
- Originally committed as revision 19233 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:28 AM Revision 891bd2e5 (ffmpeg): Add support for escape coded wmapro run level coefficients
- Originally committed as revision 19232 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:05 AM Revision 9970c61b (ffmpeg): Introduce WMACoef typedef for decoded coefficients
- and change default type to float so that the run level
decoding functionality can be shared with wmapro
Originally c... - 09:00 AM Revision 9ed3afcb (ffmpeg): Print meaningful error messages when url_fopen fails.
- Originally committed as revision 19230 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:09 AM Revision 896f2b32 (ffmpeg): add 0-termination in table, patch by Wolfram Gloger, wmglo at dent do...
- Originally committed as revision 19229 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/19/2009
- 09:36 PM Revision 8a4ea200 (ffmpeg): fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian B...
- Originally committed as revision 19228 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:21 PM Revision 28c9f069 (ffmpeg): Disable network support if required headers cannot be found.
- patch by Michael Kostylev, michael.kostylev gmail com
Originally committed as revision 19227 to svn://svn.ffmpeg.org... - 02:43 PM Revision 352666c1 (ffmpeg): Support varying frame sizes in a single file.
- patch by Eric Buehl, eric.buehl gmail com
Originally committed as revision 19226 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:36 PM Revision d52b90bd (ffmpeg): Add support for id3 tag parsing for ADTS AAC streams
- Patch by Patrick Dehne ( patrick mysonicweb com )
Originally committed as revision 19225 to svn://svn.ffmpeg.org/ffm... - 02:03 PM Revision 50fcd5be (ffmpeg): Move id3v1/id3v2 handling code from mp3.c to id3v[12].c.
- patch by Patrick Dehne, patrick mysonicweb com
Originally committed as revision 19224 to svn://svn.ffmpeg.org/ffmpeg... - 01:26 PM Revision 2a04d6e7 (ffmpeg): Add support for muxing XSUB subtitles to AVI muxer.
- Originally committed as revision 19223 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:56 AM Revision a4276ba2 (ffmpeg): Add support for encoding XSUB subtitles. Muxing support is still miss...
- Based on code by DivX, Inc., heavily changed by Björn Axelsson [gecko acc.umu.se] and me.
Originally committed as re... - 08:28 AM Revision 4bbe788a (ffmpeg): Add pts field to AVSubtitle, for use by future XSUB encoder (and XSUB...
- should use it, too).
Originally committed as revision 19221 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/18/2009
- 11:44 PM Revision 97668ac7 (ffmpeg): Rename tests/ffmpeg.regression.ref to tests/vsynth.regression.ref,
- since that is the name of the corresponding test.
Originally committed as revision 19220 to svn://svn.ffmpeg.org/ffm... - 07:31 PM Revision bc7ea1e5 (ffmpeg): Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problemat...
- Originally committed as revision 19219 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:14 PM Revision 17dbe254 (ffmpeg): G.729 decoding routine (skeleton, including parameters decoding).
- Originally committed as revision 19218 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:22 AM Revision 71ee6515 (ffmpeg): Print why av_find_stream_info() failed, this is a rather common question
- during debugging ...
Originally committed as revision 19217 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/17/2009
- 10:33 PM Revision 2da4e5e3 (ffmpeg): ARM: slightly faster NEON H264 horizontal loop filter
- Originally committed as revision 19216 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:04 PM Revision f4ca612f (ffmpeg): Set restrictions on packet_size, as per ISO-11172 / H-222 specifications
- (max packet size should fit in 13 bits as a kB value, so 1<<23, plus the
header which is 10 bytes), and as per mpegen... - 06:40 PM Revision fa8c408b (ffmpeg): Do not call rgb2rgbWrapper() for rgb48*, there is no special converter
- yet for those formats
Originally committed as revision 29371 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 07:05 AM Revision 61ac77f1 (ffmpeg): Remove a test on an always false condition.
- Originally committed as revision 19214 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:54 AM Revision 351653a5 (ffmpeg): VC-1/WMV: Remove redundant ff_init_block_index() calls.
- These are only supposed to be called once per row, not once per macroblock.
~1.5% faster according to oprofile.
Orig... - 12:37 AM Revision 0b389aee (ffmpeg): Add '.mp1' for MP1 audio in MOV/CAF.
- Tested with streamcopy of 'mp1-sample.mp1' in incoming.
Originally committed as revision 19212 to svn://svn.ffmpeg.o...
06/16/2009
- 11:50 PM Revision b46f18e5 (ffmpeg): Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV...
- Originally committed as revision 19211 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:14 PM Revision e1d8d7bb (ffmpeg): Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about
- skipped metadata packet in FLV demuxer.
Patch by Art Clarke a${surname} At xuggle - com.
Originally committed as re... - 11:09 PM Revision 4c97a6fa (ffmpeg): Move opt_loglevel() from ffmpeg.c to cmdutils.c.
- Originally committed as revision 19209 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:02 PM Revision 77ddf4df (ffmpeg): Make ffmpeg able to set the loglevel option using strings
- corresponding to the various log levels.
Patch by Ramiro.
Originally committed as revision 19208 to svn://svn.ffmpe... - 09:50 PM Revision d2d5e067 (ffmpeg): H.264: Fix memory leaks with multithreading.
- The threads' contexts and rbsp_buffers were not freed at the end
of decoding.
Fixes issue 1581
Originally committed... - 05:33 PM Revision 73b02e24 (ffmpeg): SSE version of clear_blocks
- Originally committed as revision 19206 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:09 AM Revision 010f98f9 (ffmpeg): VC-1/WMV3 decoding: don't clear blocks unless they're actually used.
- ~8% faster VC-1 decoding.
Possible future optimization: clear blocks after use instead of before, and for
DC-only blo... - 09:00 AM Revision 4f717c69 (ffmpeg): idct_dc for VC-1/WMV3 decoder; ~11% faster decoding overall.
- Includes mmx2 asm for the various functions.
Note that the actual idct still does not have an x86 SIMD implemtation.
... - 12:48 AM Revision 41faa878 (ffmpeg): Fix typo in vc1.c, make capitalization in warning/error messages more...
- Originally committed as revision 19203 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/15/2009
- 10:12 PM Revision 0c3b2d65 (ffmpeg): Add "config" make target to rerun configure with old options
- Originally committed as revision 19202 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision b04251c5 (ffmpeg): configure: properly quote configure options stored in config.*
- Originally committed as revision 19201 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:38 PM Revision 7cc8d616 (ffmpeg): Fix unaligned accesses by doing bytewise access until aligned, then
- continuing in 32-bit quantities.
Fixes crash observed on sparc during FATE mlp test.
Patch by Ramiro.
Originally com... - 08:38 AM Revision d9982edf (ffmpeg): The AAC demuxer now depends on id3v1.o.
- patch by Patrick Dehne, patrick mysonicweb com
Originally committed as revision 19199 to svn://svn.ffmpeg.org/ffmpeg... - 02:07 AM Revision 53e099de (ffmpeg): check atom size against edit_count to avoid very long loop
- Originally committed as revision 19198 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:41 AM Revision 70606675 (ffmpeg): fix probing and demuxing of pond.dv, issue #887
- Originally committed as revision 19197 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/14/2009
- 11:55 PM Revision d310d56a (ffmpeg): do not use av_parser_change for h264 which uses bitstream filter, fix...
- Originally committed as revision 19196 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:14 PM Revision a4ddf509 (ffmpeg): regtest: print commands also for image format tests
- Originally committed as revision 19195 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:14 PM Revision 50f3fabc (ffmpeg): Print error message when output buffer allocation fails
- Originally committed as revision 19194 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 PM Revision 2c608fed (ffmpeg): print error when dv frame profile cannot be found
- Originally committed as revision 19193 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:34 PM Revision d509c743 (ffmpeg): check if frame size matches old sys and assumes corrupted input, fixe...
- Originally committed as revision 19192 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:49 PM Revision 90b4f091 (ffmpeg): Merge FreeBSD and DragonFlyBSD OS detection sections.
- Apparently DragonFlyBSD does not need memalign either.
Originally committed as revision 19191 to svn://svn.ffmpeg.or... - 01:18 PM Revision d6dcfc7f (ffmpeg): Add DragonFlyBSD to the list of supported OSes.
- patch by Adam Hoka, ahoka NetBSD org
Originally committed as revision 19190 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:55 AM Revision 7d582280 (ffmpeg): Initialise MAD decode_block_intra() loop iterator to zero.
- Originally committed as revision 19189 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:31 AM Revision 94994d8d (ffmpeg): G.729 decoder initialization routine (skeleton)
- Originally committed as revision 19188 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:29 AM Revision 730c1e4a (ffmpeg): Replace MAX_SUBFRAME_SIZE and ctx->subframe_size with SUBFRAME_SIZE,
- since subframe length is the same in all G.729 modes.
Originally committed as revision 19187 to svn://svn.ffmpeg.org...
06/13/2009
- 10:45 PM Revision d7bb185f (ffmpeg): Add a VorbisComment metadata conversion table and use it in the FLAC and
- Ogg demuxers.
Originally committed as revision 19186 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:33 PM Revision 7ca12959 (ffmpeg): Do not guess the channel layout when getting its string value.
- Originally committed as revision 19185 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:29 PM Revision 4f909c76 (ffmpeg): matroskadec: prepend TargetType to metadata key name
- Originally committed as revision 19184 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:57 PM Revision 0fb6a8b3 (ffmpeg): Remove the 3-front-channel layout from the list of channel layout
- aliases. Calling this "surround" is confusing and questionable.
Originally committed as revision 19183 to svn://svn... - 06:41 AM Revision 0d5390b0 (ffmpeg): Correct reading bits in MPC SV8 base codes (when we have to read 0 or...
- Originally committed as revision 19182 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:39 AM Revision 8c1ff0ab (ffmpeg): Allocate a bit more memory for MPC SV8 seek table, so bitreader won't...
- beyond allocated block.
Originally committed as revision 19181 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:02 AM Revision 67fe5089 (ffmpeg): Analysis of logs show that there are in fact some files with m1v1 too...
- which is documented to be MPEG-1 video. Adding fourcc to isom.c.
Originally committed as revision 19180 to svn://sv... - 02:20 AM Revision eacfe858 (ffmpeg): Electronic Arts demuxer: support Madcow video tag
- Originally committed as revision 19179 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:19 AM Revision c63ea92b (ffmpeg): Electronic Arts Madcow decoder
- Originally committed as revision 19178 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:50 AM Revision 86b61d42 (ffmpeg): Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead of
- adding entries to codec_movaudio_tags.
This ensures ADPCM_IMA_WAV uses the standard ms prefix when muxing to mov
rath... - 12:16 AM Revision 761cb871 (ffmpeg): Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in ...
- The audio is actually adpcm_ima_wav.
Originally committed as revision 19176 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/12/2009
- 09:16 PM Revision d4eeef0c (ffmpeg): Cosmetics: Re-indent after last commit
- Originally committed as revision 19175 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:14 PM Revision 85e9296f (ffmpeg): Move TNS and swb_offset tables from aacdectab.h to aactab.c so that t...
- shared with the AAC encoder.
Originally committed as revision 19174 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:49 PM Revision 70f99f8d (ffmpeg): Do not include libavcodec/internal.h in the ADTS muxer.
- Originally committed as revision 19173 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:39 PM Revision fc3fc029 (ffmpeg): Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly.
- Fixes a few AVI files from what is probably a mobile phone video camera.
Originally committed as revision 19172 to s... - 04:00 PM Revision c0e9b2e8 (ffmpeg): Move run level decode functionality to ff_wma_run_level_decode
- so that it can be reused for wmapro
Originally committed as revision 19171 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:48 PM Revision e8c7f81c (ffmpeg): cosmetics: Add brackets between if/else
- Originally committed as revision 19170 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:38 PM Revision 523c09ca (ffmpeg): Add additional sample rates to the frame len bits calculation code
- Originally committed as revision 19169 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:27 PM Revision eff9011d (ffmpeg): Fix placment of the DPCM Xan comment
- Originally committed as revision 19168 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:21 PM Revision cee4bb89 (ffmpeg): Move frame len bits calculation to ff_wma_get_frame_len_bits
- so that it can be reused for wmapro
Originally committed as revision 19167 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:21 PM Revision 8e6e9bac (ffmpeg): Associate the 0x6c75 TwoCC used in certain Kodak cameras
- to the PCM Mu-law decoder.
Fixes Issue 1178.
Originally committed as revision 19166 to svn://svn.ffmpeg.org/ffmpeg/t... - 01:12 PM Revision ae1374ce (ffmpeg): cosmetics: Prettyprint and reformat wma.c closer to K&R style.
- Originally committed as revision 19165 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:15 AM Revision 761c8c92 (ffmpeg): Fail and print correct error message when video stream pixel format
- is unknown.
Originally committed as revision 19164 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:29 AM Revision 94d3d6a4 (ffmpeg): DPX (Digital Picture Exchange) image decoder
- patch by Jimmy Christensen, jimmy ghost dk
Originally committed as revision 19163 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:26 AM Revision 34edd994 (ffmpeg): Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4
- Originally committed as revision 19162 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:20 AM Revision 14ed2d99 (ffmpeg): Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files.
- Originally committed as revision 19161 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:13 AM Revision d468ff0f (ffmpeg): Fix cast of byte buffer to uint32 that was disregarding alignment
- requirements.
Now calculates crc byte at a time until aligned, then continues with uint32
optimized calculation.
This... - 01:09 AM Revision be43ae66 (ffmpeg): Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV...
- Originally committed as revision 19159 to svn://svn.ffmpeg.org/ffmpeg/trunk
06/11/2009
- 08:45 PM Revision 1d4b1bf2 (ffmpeg): cosmetics: Prettyprint one more line to have columns line up.
- Originally committed as revision 19158 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:18 PM Revision 477ffff2 (ffmpeg): The internal header libavutil/internal.h should not be used outside l...
- Originally committed as revision 19157 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:10 PM Revision fdf70cc5 (ffmpeg): Kill warnings of possibly unused variables by using av_unused.
- Originally committed as revision 29355 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 03:35 PM Revision 7d7b8c32 (ffmpeg): cosmetics: Reformat to K&R and prettyprint newly created files.
- Originally committed as revision 19156 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:26 PM Revision 75411182 (ffmpeg): Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c.
- patch by Patrick Dehne, patrick mysonicweb com
Originally committed as revision 19155 to svn://svn.ffmpeg.org/ffmpeg... - 03:15 PM Revision dc822901 (ffmpeg): Fix compilation: #undef standard library functions that are
- forbidden within FFmpeg, but allowed in example code.
Originally committed as revision 29354 to svn://svn.mplayerhq.... - 10:19 AM Revision 02163b79 (ffmpeg): Add libavutil/internal.h #include, required for the DECLARE_ALIGNED m...
- This fixes swscale-example compilation.
Originally committed as revision 29353 to svn://svn.mplayerhq.hu/mplayer/tru... - 10:16 AM Revision 0ef37cd5 (ffmpeg): cosmetics: Reformat file to K&R style upon Kostya's request.
- Originally committed as revision 19154 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 AM Revision 23381682 (ffmpeg): 10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1.
- Even after the split into shared and decoder-specific code, WMV3
continues to have the same dependencies as VC-1.
Or... - 09:31 AM Revision b761659b (ffmpeg): Split decoder-specific code off from vc1.c into vc1dec.c and keep code
- shared between decoder and parser in vc1.c.
Originally committed as revision 19152 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:16 AM Revision 844d17fb (ffmpeg): Add const in cast. Removes warning:
- libavcodec/resample.c:215: warning: assignment discards qualifiers from pointer target type
Originally committed as ... - 08:14 AM Revision 89bc05d1 (ffmpeg): give s->resample_context to avoid segfault, avclass was moved
- Originally committed as revision 19150 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:28 AM Revision 77fc598d (ffmpeg): Disable native Vorbis encoder; quality is much worse than libvorbis and
- there really isn't a reason to use it on purpose unless you're improving it.
Originally committed as revision 19149 ... - 05:13 AM Revision bbe46bc4 (ffmpeg): Remove time_rate, we cannot compute exactly when fragments are
- used and we cannot determine if fragments are present or not in
streamed mode.
Originally committed as revision 1914... - 04:30 AM Revision 818062f2 (ffmpeg): if b frames are parsed, set codec->has_b_frames
- Originally committed as revision 19147 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:07 AM Revision aa9b754f (ffmpeg): Remove even condition on pad and crop.
- Odd padding or cropping is needed when encoders only support
even resolution.
Originally committed as revision 19146...
06/10/2009
- 08:50 PM Revision 17492d5e (ffmpeg): Add code to enable and disable all VAAPI and VDPAU parts.
- As a positive sideeffect, VAAPI/VDPAU objects need no longer be listed
for all VAAPI/VDPAU-related decoders.
Origina... - 07:36 PM Revision 9da11158 (ffmpeg): Remove Mans as MPEG-TS maintainer, he never intended to maintain MPEG...
- Originally committed as revision 19144 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:08 PM Revision ec606b36 (ffmpeg): Support seeking as defined by the rfc
- a PLAY with Range alone while in PLAY status should be interpreted
as an enqueue
a PAUSE followed by a PLAY with Rang... - 02:56 PM Revision 4db819bc (ffmpeg): Make sure buffer end remains constant within the loop
- otherwise ff_find_start_code could read over the buffer size
Originally committed as revision 19142 to svn://svn.ffm...
Also available in: Atom