Activity
From 11/07/2009 to 12/06/2009
12/06/2009
- 11:51 PM Revision f78501b2 (ffmpeg): Fix apparent 10l typos introduced in r8627.
- These typos moved the exponent pointer too far ahead.
Fixes issue1055.
Originally committed as revision 20756 to svn... - 10:01 PM Revision 75084e47 (ffmpeg): Start using intermediate buffers at index 0.
- These index variables are incremented before each use, so they should be
initialized to -1.
Originally committed as ... - 05:41 PM Revision 3a1acfd7 (ffmpeg): Reindent after the last commit.
- Originally committed as revision 20755 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:40 PM Revision bf972d5e (ffmpeg): Fix slicify when the slice_direction is negative, make it send slices
- from the bottom to the top one.
Originally committed as revision 20754 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:02 PM Revision 35c504b6 (ffmpeg): Update documentation for r20435 (which added the -fpre option).
- Originally committed as revision 20753 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:39 PM Revision 08f19605 (ffmpeg): Cosmetics: Fix indentation after r20751.
- Originally committed as revision 20752 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:38 PM Revision bfb5a8ce (ffmpeg): Simplified deblocking checks.
- Patch by Dark Shikari
Originally committed as revision 20751 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:33 PM Revision 50ba3fd7 (ffmpeg): Faster checks in reverse_dc_prediction.
- Patch by Dark Shikari
Originally committed as revision 20750 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:31 PM Revision c11cb375 (ffmpeg): Check transform==15 first, since it's more common than 13.
- Patch by Dark Shikari
Originally committed as revision 20749 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:30 PM Revision 306a61b3 (ffmpeg): Revert r20747: It mixed functional and cosmetical changes.
- Originally committed as revision 20748 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:48 PM Revision 63c0b3d9 (ffmpeg): Various VP3 optimizations.
- Faster checks in reverse_dc_prediction.
Simplified deblocking checks.
Check transform==15 first, since it's more comm... - 07:03 AM Revision e07c92e4 (ffmpeg): cosmetics: insert space between codeword and left parenthesis
- Originally committed as revision 20746 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:01 AM Revision 615c2879 (ffmpeg): Do not send invokes to RTMP server if we are not connected to it.
- Patch by Sergiy (server.connect("gmail.com").selectAddress("piratfm"))
Originally committed as revision 20745 to svn... - 12:03 AM Revision b593f7fd (ffmpeg): Calls to url_fseek should have their return value checked in
- av_seek_frame_binary, just as they do in av_seek_frame_generic.
Otherwise, function may return success even though ur...
12/05/2009
- 05:53 PM Revision a4605efd (ffmpeg): slightly faster scalarproduct_and_madd_int16_ssse3 on penryn, no chan...
- Originally committed as revision 20743 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:51 PM Revision 91e644ff (ffmpeg): r20739 broke compilation on systems without yasm
- Originally committed as revision 20742 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:51 PM Revision 33946533 (ffmpeg): Update frame_width and frame_height based on the lowres value.
- Fixes issues 1387, 1097 and probably some other lowres related problems.
Originally committed as revision 20741 to s... - 03:14 PM Revision ef6fc647 (ffmpeg): Add 'const' attribute to the last_asked_format variable, fix a
- compiler warning.
Originally committed as revision 20740 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:09 PM Revision b1159ad9 (ffmpeg): refactor and optimize scalarproduct
- 29-105% faster apply_filter, 6-90% faster ape decoding on core2
(Any x86 other than core2 probably gets much less, si... - 09:44 AM Revision e470691a (ffmpeg): Fix compilation with runtime cpu detection.
- All functions in swscale_template.c should be declared with the RENAME macro.
Originally committed as revision 29976... - 09:41 AM Revision 6e4f40e1 (ffmpeg): Cosmetics: Reindent after r20679.
- Originally committed as revision 20738 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:36 AM Revision f50270c9 (ffmpeg): Cosmetics: Reindent after r20736.
- Originally committed as revision 20737 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:53 AM Revision 442d7dd8 (ffmpeg): Make sure the parsers do not overwrite width/height as this can inter...
- with the decoder.
Fixes issue1135.
Originally committed as revision 20736 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/04/2009
- 11:30 PM Revision 11f6d098 (ffmpeg): Add an entry for the avfilter_draw_slice() API changes implemented in
- r20734.
Originally committed as revision 20735 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:26 PM Revision a13a5437 (ffmpeg): Add a slice_dir parameter to avfilter_draw_slice().
- Avoid the need to implement slice direction detection code, thus
reducing code duplication.
See the thread:
"[FFmpeg... - 11:16 PM Revision 78149213 (ffmpeg): Cosmetics: remove empty definitions of hw-accelerated PixFmtInfo
- structs.
Originally committed as revision 20733 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:52 PM Revision c7240611 (ffmpeg): cosmetics: reindent after last commit
- Originally committed as revision 20732 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:52 PM Revision 6bf22e18 (ffmpeg): Implement RTMP output (publishing FLV stream to RTMP server).
- Patch by Sergiy (piratfm at `do-no-evil-mail`.com)
Originally committed as revision 20731 to svn://svn.ffmpeg.org/ff... - 04:20 PM Revision b83ccbff (ffmpeg): Do not crash on frame size changes.
- Fixes issue1481.
Originally committed as revision 20730 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:12 PM Revision d09f65c7 (ffmpeg): 1-13% faster apply_filter, 1-3% faster ape decoding on core2
- Originally committed as revision 20729 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:01 PM Revision 84a29dc1 (ffmpeg): Compress headers for output RTMP packets.
- Patch by Sergiy (piratfmGMAIL)
Originally committed as revision 20728 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:18 AM Revision 1e68cefe (ffmpeg): 100l trocadero: call emms_c() after doing decoding with SIMD in APE d...
- Originally committed as revision 20727 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/03/2009
- 09:38 PM Revision ccc4b918 (ffmpeg): Make sure ff_init_qscale_tab() is called one way or another when
- adaptive quantization is enabled.
Fixes issue509.
Originally committed as revision 20726 to svn://svn.ffmpeg.org/ffm... - 09:36 PM Revision 9015b095 (ffmpeg): Move ff_init_qscale_tab() from h263.c to mpegvideo, the function is n...
- Originally committed as revision 20725 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:19 PM Revision bdcc13f2 (ffmpeg): lzw.h does not need get_bits.h, tiff.c needs intreadwrite.h for AV_R*...
- Originally committed as revision 20724 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 PM Revision f38e4507 (ffmpeg): use lzw compression in gif encoder
- Originally committed as revision 20723 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:53 PM Revision b10fa1bb (ffmpeg): port ape dsp functions from sse2 to mmx
- now requires yasm
Originally committed as revision 20722 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:18 PM Revision f415be68 (ffmpeg): Add support for nv12/nv21 input.
- Originally committed as revision 29974 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:15 PM Revision e244f54e (ffmpeg): Make av_log_level static at next lavu major version bump.
- Originally committed as revision 20721 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:48 PM Revision 2ae87a6d (ffmpeg): avoid an unpredictable branch
- 20% faster predictor_update_filter, .4-4% faster ape decoding on core2
Originally committed as revision 20720 to svn... - 05:44 PM Revision 36373cde (ffmpeg): inline to allow constant propagation
- 50% faster predictor_update_filter, 1-10% faster ape decoding on core2
Originally committed as revision 20719 to svn... - 05:11 PM Revision 2784ede4 (ffmpeg): Remove duplicating variable
- Originally committed as revision 20718 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:13 PM Revision 6a63e83a (ffmpeg): 5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too s...
- Originally committed as revision 20717 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:59 PM Revision 31da5966 (ffmpeg): Send connect() and createStream() in RTMP system channel, not video c...
- Patch by Sergiy (com gmail . piratfm @ mail =)
Originally committed as revision 20716 to svn://svn.ffmpeg.org/ffmpeg... - 03:47 PM Revision 5e9ad759 (ffmpeg): Move "app" string into RTMP protocol context.
- Patch by Sergiy (com.gmail@piratfm)
Originally committed as revision 20715 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:40 AM Revision a352b605 (ffmpeg): RTMP packets with one-byte header use previous packet timestamp diffe...
- track timestamp difference as well.
Patch by Sergiy (mail.composeAddress("piratfm","gmail.com"))
Originally committe... - 12:55 AM Revision 15e65f83 (ffmpeg): Update help text for -fpre option to make it a little less confusing.
- Originally committed as revision 20713 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:27 AM Revision 7c3c53c8 (ffmpeg): Update Changelog, documentation, and libavformat minor version number...
- "A format generated by IndigoVision 8000 video server" added in r20681.
Originally committed as revision 20712 to sv...
12/02/2009
- 11:51 PM Revision 38b5b47b (ffmpeg): Revert r20095: Allow compiling to vorbis again.
- Original patch by Philipp Matthias Hahn, pmhahn pmhahn de
Originally committed as revision 20711 to svn://svn.ffmpeg... - 09:25 PM Revision ab3faa8b (ffmpeg): pass avctx as argument instead of width and height
- Originally committed as revision 20710 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:05 PM Revision af7436ae (ffmpeg): remove useless params
- Originally committed as revision 20709 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision cc26bf0d (ffmpeg): remove useless params
- Originally committed as revision 20708 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:01 PM Revision e4e8632a (ffmpeg): move private context declaration at the top
- Originally committed as revision 20707 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:07 PM Revision c267bb03 (ffmpeg): Fix 1 pass RC in snow.
- Fixes issue547.
Originally committed as revision 20706 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:21 PM Revision c5d6cd5c (ffmpeg): ARM: 1l c&p fix: do not set pred16x16_plane for rv40
- Originally committed as revision 20705 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:56 PM Revision 702b5885 (ffmpeg): ARM: NEON optimised H264 16x16, 8x8 pred
- Originally committed as revision 20704 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:00 PM Revision 9e69ab18 (ffmpeg): Add another known RTMP channel ID to enum.
- From patch by Sergiy (mail = piratfm, gmail)
Originally committed as revision 20703 to svn://svn.ffmpeg.org/ffmpeg/t... - 12:55 PM Revision b316991b (ffmpeg): Move is_input flag into RTMP protocol context.
- Patch by Sergiy (gmail(piratfm))
Thread "[PATCH] rtmp-output"
Originally committed as revision 20702 to svn://svn.ff... - 09:12 AM Revision 4fab6627 (ffmpeg): AAC: Add a global header but output not locked output configuration s...
- Originally committed as revision 20701 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:07 AM Revision 38610d92 (ffmpeg): Set the SBR mode to implicit on ADTS frames occurring before the outp...
- Originally committed as revision 20700 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:06 AM Revision 9d8bb031 (ffmpeg): Small refactoring: Instead of 4 loops for decoding AC coefficients based
- on their grouping, create one loop that indexes into a table of AC VLC
tables.
There is also a small optimization he... - 02:30 AM Revision 098523eb (ffmpeg): Use a list to track which fragments coded in this frame still have
- outstanding coefficients yet to be decoded from the bitstream. Once a
fragment reaches end-of-block, remove it from t... - 12:37 AM Revision 5dad039b (ffmpeg): ARM: small tweak of NEON H264 IDCT
- Originally committed as revision 20697 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:37 AM Revision 1025d19d (ffmpeg): ARM: NEON 2xN chroma MC
- Originally committed as revision 20696 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:37 AM Revision 04e7f6d2 (ffmpeg): ARM: NEON 16x16 and 8x8 avg qpel MC
- Originally committed as revision 20695 to svn://svn.ffmpeg.org/ffmpeg/trunk
12/01/2009
- 11:10 PM Revision 77df894a (ffmpeg): print error message when image2 muxer fail to compute frame filename
- Originally committed as revision 20694 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 PM Revision 6659b32a (ffmpeg): Change ret type to int64_t because url_fseek returns int64_t.
- This fixes seeking in files > 2gb.
Patch by Sean Soria, sean dot soria at gmail dot com.
Originally committed as rev... - 10:35 PM Revision 28f2db96 (ffmpeg): fix typo, ALT_BITSTREAM_WRITER_LE does not exist
- Originally committed as revision 20692 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:30 PM Revision 94f28061 (ffmpeg): Store original width/height so that rv20 does not get stuck with some
- resolution. A sample file to show a difference is at issue833 (http://airfarce.com/video/000211fh.rm)
Originally com... - 09:10 PM Revision e7e578b7 (ffmpeg): Make rv1/2 decoder use the next slice if needed.
- Fixes issue782.
Originally committed as revision 20690 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:15 PM Revision 66765b59 (ffmpeg): use AVFormatContext in av_log, better than AVCodecContext when multip...
- Originally committed as revision 20689 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 PM Revision 73e8c83d (ffmpeg): update seek regression ref due to r20674, packet size changed
- Originally committed as revision 20688 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:56 PM Revision 63538a96 (ffmpeg): Support ASCII pnms.
- Implements issue1452.
Originally committed as revision 20687 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:43 PM Revision 817d967d (ffmpeg): Write timestamp deltas, not timestamps, for RTMP packets with partial...
- Originally committed as revision 20686 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:08 PM Revision e6b244a3 (ffmpeg): Full-header RTMP packets contain real timestamp, others contain times...
- difference, so make all read packets store absolute timestamp.
As a consequence, we don't need to track audio/video t... - 03:13 PM Revision b1eb53ab (ffmpeg): Write header for RTMP packets with channel_id >= 64 correctly
- Originally committed as revision 20684 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:07 PM Revision 59b6482a (ffmpeg): Read and write extended timestamps for RTMP packets.
- Extracted from patch by Sergiy in thread "[PATCH] rtmp-output"
Originally committed as revision 20683 to svn://svn.f... - 02:58 PM Revision 1ab21f19 (ffmpeg): 7l trocadero: reading right into enum variable may cause unwanted eff...
- intermediate buffer for reading value instead in RTMP protocol handler.
Originally committed as revision 20682 to sv... - 01:17 PM Revision 00b6fa40 (ffmpeg): Support "A format generated by IndigoVision 8000 video server".
- Originally committed as revision 20681 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:38 AM Revision de3553b0 (ffmpeg): pngdec.c : release allocated buffers.
- Originally committed as revision 20680 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:07 AM Revision 483aad71 (ffmpeg): slif aka "SoftLab MPEG-2 I-frames Codec" support.
- Flipping one bit still is popular it seems as a means to create a new codec.
fixes issue1469.
Originally committed a... - 01:01 AM Revision f40a7fd3 (ffmpeg): 4:2:2 4:4:4 bugfix for the error concealment code.
- Originally committed as revision 20678 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/30/2009
- 11:52 PM Revision 5f1836a7 (ffmpeg): Rename parameters of put_sbits() to make them consistent with those of
- put_bits().
Originally committed as revision 20677 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:08 PM Revision 52069c4d (ffmpeg): Move "slice below image" check from mpeg_decode_slice to its caller.
- Should fix issue1277.
Originally committed as revision 20676 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:08 PM Revision 77ac76a3 (ffmpeg): Print a warning if the duration is estimated from the bitrate, as thi...
- likely not accurate.
Originally committed as revision 20675 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:01 PM Revision cea65433 (ffmpeg): decode qcelp in aiff, implement #1524, patch by Vitor
- Originally committed as revision 20674 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:43 PM Revision 0a045661 (ffmpeg): Check Xfixes.h header presence before enabling x11grab.
- This fixes compilation when lib is present but not header.
Originally committed as revision 20673 to svn://svn.ffmpe... - 09:22 PM Revision d52b4abe (ffmpeg): Move dummy picture allocation code from mpeg1/2 to mpegvideo.
- This fixes a infinite loop on a b frame.
Originally committed as revision 20672 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:15 PM Revision fd1ef13b (ffmpeg): Disable error resilience for field pictures, this was never supported,
- results where more or less random but should not have crashed.
Originally committed as revision 20671 to svn://svn.f... - 07:14 PM Revision 078cdecf (ffmpeg): Set mb_y in mpeg2 field pictures like h264 does.
- This fixes -vismv & -debug 16384 with field pictures.
Originally committed as revision 20670 to svn://svn.ffmpeg.org... - 05:29 PM Revision 22d4f213 (ffmpeg): Make ""MPEG motion vector out of boundary" message more verbose.
- Originally committed as revision 20669 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:39 AM Revision 2a4d6ca0 (ml): more logging/debugging tweaks
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@253 a72f678d-4428-462c-85b4-08f063ced704
- 10:32 AM Revision 93a032eb (ml): minor tweaks, mainly logging
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@252 a72f678d-4428-462c-85b4-08f063ced704
- 10:25 AM Revision 76c4a644 (ffmpeg): Fix an issue uncovered by commit 20623:
- The init functions of mpc7 and mpc8 check whether the vlc has been
initialized already and return early if this is th... - 07:41 AM Revision 7455d709 (ml): minor tweaks
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@251 a72f678d-4428-462c-85b4-08f063ced704
- 03:32 AM Revision ab8c48de (ffmpeg): Start decoding from seq/gop too, not just I frames.
- Possibly fixes issue1124.
Originally committed as revision 20667 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:37 AM Revision f0ec2394 (ffmpeg): Fix dual prime motion compensation in field pictures.
- Fixes issue1125.
Originally committed as revision 20666 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/29/2009
- 11:30 PM Revision 419bddd3 (ffmpeg): Include alsa headers before the internal FFmpeg headers.
- This avoids symbol redefinitions problems, for example avoids the "free"
symbol to be redefined before system headers... - 11:12 PM Revision 992f8eae (ffmpeg): Factorize common commandline options definition.
- Originally committed as revision 20664 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 PM Revision 587edd6a (ffmpeg): Use more consistent / meaningful parameter names for the
- ff_copy_bits() function.
Originally committed as revision 20663 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:39 PM Revision 244c8d10 (ffmpeg): consistency with other files: av_cold static ---> static av_cold
- Originally committed as revision 20662 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:26 PM Revision 1bd26e51 (ffmpeg): 100l, max value for timescale is UINT16_MAX
- Originally committed as revision 20661 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:02 PM Revision b37aa4de (ffmpeg): Use the correct chroma values for the data[] array used in
- draw_slice().
The chroma values to use are supposed to be those of the input format,
not that of the output format, ... - 05:40 PM Revision 8aeb3322 (ffmpeg): Use a valid log context for av_log().
- Originally committed as revision 20659 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:15 PM Revision b8cef7be (ffmpeg): nellymoser: use constant seed for dithering RNG
- Originally committed as revision 20658 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:15 PM Revision 2d2e72b1 (ffmpeg): cook: use constant seed for dithering RNG
- Originally committed as revision 20657 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:31 PM Revision aeaef4ed (ffmpeg): Print errors instead of just ignoring contradictionary values in mpeg...
- Originally committed as revision 20656 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:42 AM Revision bd283738 (ffmpeg): Document slice ordering assumption required by avfilter_draw_slice().
- The assumption depends on the corresponding assumption done by
sws_scale() and by the scale filter.
Originally commi... - 03:32 AM Revision 87f68060 (ffmpeg): Override a few values read so as to ensure that things are not incons...
- Originally committed as revision 20654 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:05 AM Revision d9b99556 (ffmpeg): Restructure dummy frame allocation.
- New code also allocates a dummy frame for an p field after an i field,
previously that could segfault due to reading ... - 02:46 AM Revision 729ef3ba (ffmpeg): remove useless mov timescale field
- Originally committed as revision 20652 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:41 AM Revision 74ccc660 (ffmpeg): change track timescale to unsigned int, fix warning
- Originally committed as revision 20651 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:40 AM Revision 7506e117 (ffmpeg): track time can be 64bit
- Originally committed as revision 20650 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:27 AM Revision 7c4b7d0f (ffmpeg): support pcm_f32/64le in mov
- Originally committed as revision 20649 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:04 AM Revision ba7c0ece (ffmpeg): cosmetics, reindent after last commit
- Originally committed as revision 20648 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:03 AM Revision feaa8d11 (ffmpeg): support sample rates > INT16_MAX in mov using stsd v2
- Originally committed as revision 20647 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:50 AM Revision 9d130166 (ffmpeg): Make sure field_select is not set to nonsensical values even if unused.
- Fixed an assert failure.
Originally committed as revision 20646 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/28/2009
- 11:17 PM Revision 1c326093 (ffmpeg): Factorize "s->first_slice = 1" out.
- Originally committed as revision 20645 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:05 PM Revision 88eba670 (ffmpeg): Also check the location of the picture start code and picture coding
- extension a little.
Originally committed as revision 20644 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:51 PM Revision fc23d843 (ffmpeg): Check order of startcodes, ignore some obviously wrong ones.
- Fixes issue487.
Originally committed as revision 20643 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:32 PM Revision bbf266fd (ffmpeg): Move mpeg_decode_postinit() out of bitstream decoding functions, it d...
- belong in there.
Originally committed as revision 20642 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:57 PM Revision 1206f1d6 (ffmpeg): Inline mpeg_decode_extension, will simplify future changes.
- Originally committed as revision 20641 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:17 PM Revision 191ad11e (ffmpeg): Simplify mpeg_decode_user_data()
- Originally committed as revision 20640 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:58 AM Revision 8d872e8a (ffmpeg): Fix put_bits32() doxy.
- Originally committed as revision 20639 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 AM Revision 643570d6 (ffmpeg): Consistently put braces for function definitions.
- Originally committed as revision 20638 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:17 AM Revision e7422361 (ffmpeg): Fix typo, "Write" -> "Writes".
- Originally committed as revision 20637 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:13 AM Revision 106c72fa (ffmpeg): Use pixel formats names defined in av_pix_fmt_descriptors rather than
- in those in pix_fmt_info, and remove the not anymore used
PixFmtInfo.name field.
Originally committed as revision 20... - 12:53 AM Revision f72d40b0 (ffmpeg): Remove unused PixFmtInfo.is_hwaccel field.
- Originally committed as revision 20635 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/27/2009
- 08:20 PM Revision bc7eb330 (ffmpeg): Remove "frame size must be a multiple of 2" check.
- This check only caught explicitly set sizes from the cmd line and overriding
the users wish seems silly, especially a... - 07:36 PM Revision f6dcc937 (ffmpeg): Add nomouse option to not record the mouse cursor.
- Implements issue877
Originally committed as revision 20633 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:56 PM Revision a5a61fac (ffmpeg): Remove unused stuff.
- Originally committed as revision 20632 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:58 PM Revision 781c1aa6 (ffmpeg): Real cursor support in x11grab.
- Patch by Roxis /// roxis list dot ru
Slight changes by me to update the patch to current svn.
Originally committed a... - 01:48 PM Revision d3298350 (ffmpeg): Do not invent error codes but pass the error code on.
- Originally committed as revision 20630 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:37 PM Revision fed0c2fb (ffmpeg): Replace very odd and completely broken oss read_packet() by the obvio...
- read.
Fixes issue348.
Originally committed as revision 20629 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:10 PM Revision 6866dd12 (ffmpeg): Fix typo.
- Originally committed as revision 20628 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/26/2009
- 09:20 PM Revision a7c6e766 (ffmpeg): Add support for hardcoding the motionpixels rgb to yuv table.
- Originally committed as revision 20627 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:15 PM Revision 7c7d3abf (ffmpeg): 10l, pix_fmt should be set by the motionpixels decoder, not by the de...
- This fixes playback when lavf and lavc are less tightly couples as in e.g. MPlayer.
Originally committed as revision... - 09:08 PM Revision a9af75ae (ffmpeg): Make sws_format_name() use av_pix_fmt_descriptors.
- This also introduces a dependency of libswscale on libavutil.
Originally committed as revision 29968 to svn://svn.mp... - 09:04 PM Revision 797229a6 (ffmpeg): Make avcodec_get_pix_fmt_name() use av_pix_fmt_descriptors rather than
- pix_fmt_info.
Originally committed as revision 20625 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:58 PM Revision 382cb115 (ffmpeg): Make av_pix_fmt_descriptors use the same pixel format names as defined
- in libavcodec/imgconvert.c.
Avoid to break compatility when making the functions dealing with
pixel format names in ... - 08:46 PM Revision 0bf095a8 (ffmpeg): Allow decoders to correctly set the sample format by defaulting to
- SAMPLE_FMT_NONE in avcodec_get_context_defaults2.
Originally committed as revision 20623 to svn://svn.ffmpeg.org/ffm... - 08:00 PM Revision 14b903f3 (ffmpeg): Remove x_chroma_shift and y_chroma_shift fields from PixFmtInfo, use
- av_pix_fmt_descriptors log2_chroma_w and log2_chroma_h values instead.
Originally committed as revision 20622 to svn... - 06:49 PM Revision 8683f94f (ffmpeg): Update libavformat regression reference checksum for ffm. This change is
- due to r20601.
Originally committed as revision 20621 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:06 AM Revision 4f898e77 (ffmpeg): Revert "Add required header #include to fix 'make checkheaders'."
- config.h must not be included in that file. The table generator runs
on the host system, but config.h describes the ... - 09:59 AM Revision e137934f (ffmpeg): cosmetics: K&R style, prettyprinting
- Originally committed as revision 20619 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:55 AM Revision c73ce8e2 (ffmpeg): Mark apply_mdct() function as static; it is only used within the file.
- Originally committed as revision 20618 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:33 AM Revision 38264abb (ffmpeg): Use av_pix_fmt_descriptors in avcodec_get_chroma_sub_sample(), rather
- than the PixFmtInfo x_chroma_shift and y_chroma_shift fields.
Originally committed as revision 20617 to svn://svn.ff...
11/25/2009
- 11:52 PM Revision 8e861e1b (ffmpeg): Use av_pix_fmt_descriptors in ff_is_hwaccel_pix_fmt() rather than
- access the PixFmtInfo.is_hwaccel field which is going to be removed.
Originally committed as revision 20616 to svn:/... - 11:33 PM Revision 9ff261a2 (ffmpeg): Remove special case that changed video sync behavior for av_q2d(enc->...
- This should make the default behave more like one would expect and not
change behavior at 1000fps.
Originally commit... - 11:32 PM Revision 7cab9a66 (ffmpeg): Add an entry for the AVFilter.next field removal.
- Originally committed as revision 20614 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:29 PM Revision ff09a99e (ffmpeg): -DFRAC_BITS must be added to CPPFLAGS when compiling mpegaudio_tableg...
- Originally committed as revision 20613 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:24 PM Revision 4cc3f6af (ffmpeg): Remove AVFilter.next field, since it is not used and it is not going
- to be used since the implementation of the new filter registration
system.
Originally committed as revision 20611 to... - 11:24 PM Revision 154f5b5c (ffmpeg): Add required header #include to fix 'make checkheaders'.
- Originally committed as revision 20612 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:14 PM Revision f2526204 (ffmpeg): Fix nv12/nv21 handling. linesize for plane 1 should account for both ...
- planes instead of just doubling the height while computing plane sizes. Also
adjust avpicture_layout() to copy the co... - 04:00 PM Revision 800841fd (ffmpeg): Support compiling against libtheora older than 1.1
- Originally committed as revision 20609 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:01 AM Revision b5a683eb (ffmpeg): Add an entry for the avfilter_next() function addition.
- Originally committed as revision 20608 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/24/2009
- 11:58 PM Revision 1433c4ab (ffmpeg): Implement avfilter_next().
- Originally committed as revision 20607 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:52 PM Revision 73e2247d (ffmpeg): Add an entry for the avfilter_register() signature change.
- Originally committed as revision 20606 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:47 PM Revision 86a60fa1 (ffmpeg): Implement a new registration system for filters.
- Create a new static array containing pointers to the AVFilter
definitions, so that the non-constant next filter in th... - 11:38 PM Revision d0df2fcc (ffmpeg): Add an entry for the pixdesc.h API publication.
- Originally committed as revision 20604 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:33 PM Revision 74a0059f (ffmpeg): Make the pixdesc API public.
- Originally committed as revision 20603 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:58 PM Revision 691a4232 (ffmpeg): Make lsp2polyf() function non-static for upcoming usage in SIPR
- Originally committed as revision 20602 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:54 PM Revision d2b34efe (ffmpeg): Update ffserver to include all basic x264 parameters in .ffm files.
- Originally committed as revision 20601 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:49 PM Revision 096c87f6 (ffmpeg): Add weightp support in API for libx264.
- ffmpeg can encode baseline profile again.
Originally committed as revision 20600 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:13 PM Revision f3bdc3da (ffmpeg): Call ff_find_hwaccel() after calling avcodec_set_dimensions().
- Patch by Reimar
Originally committed as revision 20599 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:10 AM Revision 8b4a6d47 (ffmpeg): WMA: extend exponent range to 95
- Hopefully this will be enough. Fixes issue 1565 (again).
Originally committed as revision 20598 to svn://svn.ffmpeg... - 07:29 AM Revision fedbfd5d (ffmpeg): update seek regression ref due to r20579, mp3 timestamps are adjusted
- Originally committed as revision 20597 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:08 AM Revision c351524c (ffmpeg): Determine VOC block length when length field is zero, fixes issue1538.
- Originally committed as revision 20596 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:05 AM Revision d90aeeaf (ffmpeg): Call avcodec_set_dimensions() instead of simply setting avctx->width/...
- when frame dimensions change in RV3/4.
Originally committed as revision 20595 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/23/2009
- 10:28 PM Revision 9401357f (ffmpeg): Add missing include. Fix the following compiler warnings:
- twinvq.c: In function 'decode_lsp':
twinvq.c:575: warning: implicit declaration of function 'ff_sort_nearly_sorted_fl... - 10:22 PM Revision 168f92ff (ffmpeg): WMA: extend exponent table up to 75
- Fixes issue 1565.
Originally committed as revision 20593 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:14 PM Revision 60fa9568 (ffmpeg): Clarify PIX_FMT_BE flag doxy. Increase consistency / pickiness.
- Originally committed as revision 20592 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:45 PM Revision 4c66e884 (ffmpeg): Use avcodec_set_dimensions()
- Originally committed as revision 20591 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:24 PM Revision e026902a (ffmpeg): Correct order of arguments for avcodec_check_dimensions().
- Originally committed as revision 20590 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:22 PM Revision 4687f908 (ffmpeg): Make sure avcodec_set_dimensions() is used when rv20 changes resolution.
- This should fix lowres resolution changes.
Originally committed as revision 20589 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:18 PM Revision c261a5d9 (ffmpeg): libtheora: using the 1.0 API requires linking to both
- libtheoraenc and libtheoradec; libtheora is the pre-1.0 library.
Documented at http://theora.org/doc/libtheora-1.0/
F... - 08:47 AM Revision b9c78bca (ffmpeg): MOV: cprt is another tag used for copyright
- Originally committed as revision 20587 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:47 AM Revision 7382902b (ffmpeg): MOV: Add several iTunes metadata tags
- Originally committed as revision 20586 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:47 AM Revision 620af1a1 (ffmpeg): MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer)
- Originally committed as revision 20585 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/22/2009
- 10:25 PM Revision 419b2be8 (ffmpeg): Make sorting function used in TwinVQ a shared function
- Originally committed as revision 20584 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 PM Revision 6c2289b5 (ffmpeg): Set colorspace for libtheora encoding
- Originally committed as revision 20583 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 PM Revision af89b178 (ffmpeg): Support 4:2:2 and 4:4:4 subsampling in libtheora encoding
- Originally committed as revision 20582 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 PM Revision b0a6d9ca (ffmpeg): Add support for two pass encoding in libtheora
- Originally committed as revision 20581 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 PM Revision bdc8c488 (ffmpeg): Update libtheora wrapper to use the 1.0 API
- Originally committed as revision 20580 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 PM Revision 9c5a9e6b (ffmpeg): set mp3 timebase to the lcm of all mp3 sample rates to fix frame dura...
- Originally committed as revision 20579 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:13 PM Revision c3988a59 (ffmpeg): Add MP4 object type for ALS.
- Originally committed as revision 20578 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:22 PM Revision 79de9c83 (ffmpeg): Delete *.d files with make clean
- Originally committed as revision 20577 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:51 AM Revision 2d64744f (ffmpeg): Remove from the list of the supported formats the formats which are
- not correctly supported.
See the thread:
"[FFmpeg-devel] [PATCH] Remove not truly supported formats support from the... - 09:03 AM Revision 87ca1b8f (ffmpeg): When searching for AMF object field value, try to find that object first
- instead of assuming it should occur right at given position.
This helps finding human-readable error descriptions in ... - 08:42 AM Revision fe523958 (ffmpeg): Print error when RTMP protocol can't open connection
- Originally committed as revision 20574 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:40 AM Revision afbacb93 (ffmpeg): Pass only useful FLV metadata from RTMP stream
- Originally committed as revision 20573 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:48 AM Revision ec10d2d5 (ffmpeg): Update dimensions in AVCodecContext when RV3/4 frame dimensions change
- Originally committed as revision 20572 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:07 AM Revision aca857ec (ffmpeg): Do not write an extra byte in the iTunes 'hdlr' tag. The files on iT...
- extra byte and are not compliant with ISO 14496-12. This causes some strict
demuxers (notably the MPEG-4 ALS referen...
11/21/2009
- 08:56 PM Revision 4e878a18 (ffmpeg): 10l: Fix inverted if-condition from r20448. Fixes issue 1562.
- Originally committed as revision 20570 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:58 AM Revision ce34ff6b (ffmpeg): Factorize av_get_bit_rate (for future use outside of libavcodec).
- Patch by Robert Krüger, krueger signal7 de
Originally committed as revision 20569 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:22 AM Revision 2cb2d6f0 (ffmpeg): Make show_protocols() print one protocol per line.
- Originally committed as revision 20568 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/20/2009
- 11:12 PM Revision c7a38887 (ffmpeg): Do D10 AES3 audio conversion in-place instead of using a large on-sta...
- Originally committed as revision 20567 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:14 PM Revision 98c82d69 (ffmpeg): Allocate pictures with enough padding for jpeg.
- Ensure that jpeg does not use mbs that could require larger padding.
This might have been exploitable.
Originally co... - 09:08 PM Revision 9fe08942 (ffmpeg): In win32 thread implementation do not access jobnr if the thread is a...
- to terminate, jobnr it does not point to a valid location in that case.
Originally committed as revision 20565 to sv... - 08:02 PM Revision 1b88277b (ffmpeg): FLV muxer support for Flash screen codec v2
- Originally committed as revision 20564 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:16 PM Revision 0aa6a518 (ffmpeg): Add codec id for Flash screen codec v2 and hook it up in FLV demuxer
- Originally committed as revision 20563 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:38 AM Revision b16569d2 (ffmpeg): Indent
- Originally committed as revision 20562 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:23 AM Revision 0584b718 (ffmpeg): Document -formats split
- Originally committed as revision 20561 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 AM Revision 76267e4e (ffmpeg): Implement missing case for decoding samples with large pivot value in...
- decoder.
This fixes issue 1555
Originally committed as revision 20560 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:26 AM Revision e4de5b0f (ffmpeg): cosmetics: break some long lines and insert few spaces
- Originally committed as revision 20559 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:22 AM Revision dd562761 (ffmpeg): 10l trocadero: ZMBV encoder used zero score to detect whether block s...
- XORed with source one or not, which went wrong with new block comparing code.
So track this condition explicitly.
Or... - 12:13 AM Revision cb893cf3 (ffmpeg): avoid integer overflow in dnxhd encoder, fixes #1557
- Originally committed as revision 20557 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/19/2009
- 11:28 PM Revision a4fcd996 (ffmpeg): clarify why the encoder is failing
- Originally committed as revision 20556 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 PM Revision bf72597e (ffmpeg): Fix name for PIX_FMT_NV21 PixFmtInfo entry.
- Originally committed as revision 20555 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 PM Revision e26df9eb (ffmpeg): use AVFormatContext in dprintf
- Originally committed as revision 20554 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:35 PM Revision 8447f0bd (ffmpeg): Split show_formats().
- Originally committed as revision 20553 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:49 AM Revision b711aaa2 (ffmpeg): Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is...
- instead of either aborting on the assert or crashing due to writing beyond
the array due to insufficient padding.
Or... - 12:05 AM Revision 8a724ed8 (ffmpeg): Revert r20548, it was a dream. It seems faad does not ouput the last ...
- in any case.
Originally committed as revision 20551 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/18/2009
- 10:32 PM Revision 357561e7 (ffmpeg): Clarify relations between log2_chroma_w, log2_chroma_h and comp.
- Originally committed as revision 20550 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:27 PM Revision 2091b27b (ffmpeg): Make show_formats() print each bitstream filter on a separate line.
- Improve readability of the output.
Originally committed as revision 20549 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:01 PM Revision bceae293 (ffmpeg): faad needs CODEC_CAP_DELAY, otherwise you miss last frame
- Originally committed as revision 20548 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 PM Revision bd381fd3 (ffmpeg): Add functions to return library license and library configuration.
- Originally committed as revision 29932 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:15 PM Revision c1736936 (ffmpeg): Add functions to return library license and library configuration.
- Originally committed as revision 20547 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:01 PM Revision d7a0e29f (ffmpeg): Split avdevice.c off from alldevices.c.
- alldevices.c is not a good place for avdevice_version().
Originally committed as revision 20546 to svn://svn.ffmpeg.... - 12:07 AM Revision b8873c2a (ffmpeg): Rename AVPixFmtDescriptor.nb_channels to nb_components, the new name
- is more clear and lexically more consistent with API and
documentation.
Originally committed as revision 20545 to sv...
11/16/2009
- 06:39 PM Revision 1f20782c (ffmpeg): Add missing #includes for avutil.h, required for the AV_VERSION* macros.
- Originally committed as revision 20544 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:42 PM Revision 6e44ba15 (ffmpeg): Use get_bits_left() instead of size_in_bits - get_bits_count().
- Originally committed as revision 20543 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:56 AM Revision 830628e1 (ffmpeg): Cosmetics: Fix indentation.
- Originally committed as revision 20542 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/15/2009
- 07:40 PM Revision b3507d39 (ffmpeg): Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream fi...
- Originally committed as revision 20541 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 AM Revision b2bf3cfe (ffmpeg): Implement ff_decode_pitch_lag() that is used by both AMR and SIPR.
- Based on code written by Colin McQuillan during his SoC project.
Originally committed as revision 20540 to svn://svn... - 03:26 AM Revision adeb9071 (ffmpeg): Search relative path according to alias record when opening mov refer...
- Based on patch by Maksym Veremeyenko, verem at m1stereo dot tv
Originally committed as revision 20539 to svn://svn.f...
11/14/2009
- 07:15 PM Revision b154ed5a (ffmpeg): Fix indention after last commit.
- Originally committed as revision 20538 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:14 PM Revision edabf359 (ffmpeg): Fix crash with av_tree_enumerate(NULL).
- Originally committed as revision 20537 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:49 AM Revision 25c4fdda (ffmpeg): Merge data tables from als_data.h with the decoder source to reduce
- code complexity.
Originally committed as revision 20536 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:19 AM Revision 1bf83b95 (ffmpeg): Make sure av_tree_enumerate() enumerates left->right.
- Originally committed as revision 20535 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:29 AM Revision 93d38cf6 (ffmpeg): Add long-term prediction to the ALS decoder.
- Originally committed as revision 20534 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision 7934cbb3 (ffmpeg): ac3dec: apply dynamic range compression to correct channels in dual-m...
- Originally committed as revision 20533 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/13/2009
- 08:24 PM Revision 03279bbe (ffmpeg): Add cflags filter for suncc
- Patch by Michael Kostylev <gmail>.
Originally committed as revision 20532 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:33 PM Revision eda4ea4e (ffmpeg): Reset rbsp buffer size when freeing its data buffer.
- Patch by Mike Scheutzow $(name) AT alcatel 'minus' lucent com
Originally committed as revision 20531 to svn://svn.ff... - 10:19 AM Revision 103dfbe2 (ffmpeg): Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer
- is disabled, and remove a useless "#if CONFIG_SDP_DEMUXER"
Originally committed as revision 20530 to svn://svn.ffmpe...
11/12/2009
- 11:05 PM Revision 1d8041b3 (ffmpeg): Split overly long line in doxy.
- Originally committed as revision 20529 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:21 PM Revision 6870aefa (ffmpeg): Bump minor version after MPEG-4 Lossless commit
- Originally committed as revision 20528 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:08 PM Revision c5c2df94 (ffmpeg): Bump minor version after applying ALS decoder.
- Originally committed as revision 20527 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 PM Revision 98713182 (ffmpeg): Split the sdp_read_packet() function out of rtsp_read_packet().
- This allows to avoid compiling RTSP code when not needed.
Originally committed as revision 20526 to svn://svn.ffmpeg... - 10:31 AM Revision 1ced9da3 (ffmpeg): Move some some functions around, so that splitting the SDP code out of
- rtsp_read_packet() is simpler.
Originally committed as revision 20525 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:22 AM Revision 07580347 (ffmpeg): Mark AOT_ALS as a supported MPEG-4 audio object type.
- Originally committed as revision 20524 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:22 AM Revision ba278391 (ffmpeg): Debug print MP4 objectTypeIndication in hex not decimal as values are...
- hex in all official documents.
Originally committed as revision 20523 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:45 AM Revision 9349e558 (ffmpeg): Cosmetics: Re-indent
- Originally committed as revision 20522 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:44 AM Revision 0bb622ba (ffmpeg): Fix a __warn_memset_zero_len gcc-4.4 warning.
- Originally committed as revision 20521 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:07 AM Revision 0c0ccc28 (ffmpeg): Swap slicify / scale description positions, "scale" comes before
- "slicify" in lexical order.
Originally committed as revision 20520 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/11/2009
- 11:50 PM Revision c3eabb7d (ffmpeg): Add scale filter.
- Originally committed as revision 20519 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:46 PM Revision ba11257e (ffmpeg): Add #include for required header config.h.
- Originally committed as revision 20518 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:36 PM Revision 99971952 (ffmpeg): Add MPEG-4 Audio Lossless Coding (ALS) decoder.
- Patch by Thilo Borgmann, thilo D borgmann A googlemail
Originally committed as revision 20517 to svn://svn.ffmpeg.or... - 10:16 PM Revision 24026a2d (ffmpeg): Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSp...
- <com googlemail borgmann thilo> as part of GSoC 2009.
Originally committed as revision 20516 to svn://svn.ffmpeg.org... - 09:57 PM Revision ca02d8ec (ffmpeg): Add '#undef fprintf' before PRINT macro that uses fprintf.
- Otherwise there may be trouble when fprintf is disabled in favor of av_log.
Originally committed as revision 20515 t... - 08:36 PM Revision e92ad83f (ffmpeg): Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT e...
- Originally committed as revision 20514 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:33 PM Revision 01d19fbc (ffmpeg): AAC: Rename sect_len to sect_end. It marks the last sfb of the sectio...
- length of the section.
Originally committed as revision 20513 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:24 PM Revision 5aea268d (ffmpeg): Add a channels field to MPEG4AudioConfig.
- Originally committed as revision 20512 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 AM Revision f2b7ce8a (ffmpeg): Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this
- function with no change in output.
Originally committed as revision 20511 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:04 AM Revision 4312b936 (ffmpeg): Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types.
- Originally committed as revision 20510 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:02 AM Revision dd6308ad (ffmpeg): Add PIX_FMT_VDPAU_MPEG4 to pixdesc.c.
- Originally committed as revision 20509 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/10/2009
- 09:53 PM Revision 31557166 (ffmpeg): Add CH_LAYOUT_NATIVE channel mask value to allow user to request nati...
- channel order from the decoder rather than the default FFmpeg channel order.
Originally committed as revision 20508 ... - 09:00 PM Revision 67e362ca (ffmpeg): indent
- Originally committed as revision 20507 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:55 PM Revision de9bc64d (ffmpeg): Cosmetics: Fix indentation after r20505.
- Originally committed as revision 20506 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:55 PM Revision 602dd2d3 (ffmpeg): Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test
- for codec->capabilities.
Originally committed as revision 20505 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:24 PM Revision 44be1d64 (ffmpeg): Try to fix has_b_frame calculation for open gop files.
- Fixes issue1523
Originally committed as revision 20504 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:36 PM Revision 51ae2142 (ffmpeg): Fix palette copying in av_picture_copy(). Previous code worked only if
- linesize[1] == 1, which does not make sense.
Originally committed as revision 20503 to svn://svn.ffmpeg.org/ffmpeg/t... - 07:11 PM Revision 8cbcb1c7 (ffmpeg): Support VDPAU hardware accelerated decoding of MPEG-4 ASP on capable
- hardware.
Original patch by NVIDIA corporation.
Originally committed as revision 29885 to svn://svn.mplayerhq.hu/mp... - 06:52 PM Revision 70e0c871 (ffmpeg): Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used
- by video players.
Original patch by NVIDIA corporation.
Originally committed as revision 20502 to svn://svn.ffmpeg.... - 03:56 PM Revision 00962aba (ffmpeg): Fix make install when all of ffmpeg/ffplay/ffserver are disabled
- Originally committed as revision 20501 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:48 PM Revision 09bad7e3 (ffmpeg): Handle JPEG2000 frames stored in the Quicktime container.
- Fixes issue 1525.
Originally committed as revision 20500 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:37 PM Revision b70b1588 (ffmpeg): cosmetics : fix indentation.
- Originally committed as revision 20499 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:59 PM Revision 7fc58b1e (ffmpeg): Remove code checking for __PIC__ or __pic__ and setting PIC from liba...
- configure is supposed to take care of that already.
Originally committed as revision 20498 to svn://svn.ffmpeg.org/f... - 12:57 PM Revision 5755bc88 (ffmpeg): Check if PIC is somehow already enabled (e.g. a compiler that enables...
- This in particular ensures that -DPIC is set appropriately for YASM, which avoids
linking failures on x86_64 for comp... - 12:37 PM Revision bcf9c2dd (ml): MONL: work in progress for bandwidth estimation and better measurement in...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@223 a72f678d-4428-462c-85b4-08f063ced704
- 04:17 AM Revision 00fa73f0 (ffmpeg): Avoid variable-length array use in ff_acelp_lspd2lpc()
- Originally committed as revision 20496 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 AM Revision dccda293 (ffmpeg): Add a NULL pointer check to avcodec_close() this should prevent a seg...
- when closing without open.
Originally committed as revision 20495 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:23 AM Revision 7c4a001a (ffmpeg): configure: whitespace cosmetics
- Originally committed as revision 20494 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/09/2009
- 11:12 PM Revision 260dfb1a (ffmpeg): patcheck: check that pix_fmt etc. initializers are const
- Originally committed as revision 20493 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:09 PM Revision b00803e0 (ffmpeg): fix a rounding error in the PSNR calculation and update the many regr...
- test references that this change affects.
Originally committed as revision 20492 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:52 PM Revision a7b9c8ae (ffmpeg): Attempt to document the "enable pic" hackery for OpenBSD.
- Originally committed as revision 20491 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision c47ca25e (ffmpeg): Make get_bits_left() available for use in libavcodec (was previously ...
- private in dv.c for some reason). See "[PATCH] get_bits_left()" thread.
Originally committed as revision 20490 to sv... - 10:04 PM Revision b1ade3d1 (ffmpeg): And on the sixth day, God gave us the <= operand, which makes the loop
- "for (i = 1; i < num + 1; i++)" look like "for (i = 1; i <= num; i++)".
Programmers worldwide rejoiced and used the o... - 09:00 PM Revision 5c3c0e3f (ffmpeg): Fix crop filter start_frame() for paletted formats different from
- PAL8. Shift data[1] only if the input format is not paletted.
Originally committed as revision 20488 to svn://svn.ff... - 07:20 PM Revision 6759fdd0 (ml): Restore previous version. After performing local changes, I commit the wh...
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@215 a72f678d-4428-462c-85b4-08f063ced704
- 06:56 PM Revision dd18b301 (ffmpeg): Enable linking of parseutils.o.
- Originally committed as revision 20487 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:33 PM Revision ca29783c (ml): First release send chunk
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@212 a72f678d-4428-462c-85b4-08f063ced704
- 05:05 PM Revision f6e81409 (ffmpeg): Remove some BeOS/haiku hacks: -fomit-frame-pointer is used anyway,
- and -DPIC makes little sense without -fPIC or similar - if -fPIC is
enabled by default, libavutil/internal.h defines ... - 12:06 PM Revision e26d1318 (ffmpeg): Do not hardcode filter order in ff_acelp_lspd2lpc()
- Originally committed as revision 20485 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:11 AM Revision 91cc5d37 (ffmpeg): Move ff_reverse in libavcodec to av_reverse in libavutil.
- Patch by Francesco Lavra, francescolavra interfree it
Originally committed as revision 20484 to svn://svn.ffmpeg.org... - 01:10 AM Revision 66ddc150 (ffmpeg): Increase default value for max_analyze_duration, fixes issue 1506, a ...
- Originally committed as revision 20483 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/08/2009
- 11:48 PM Revision 0f87b771 (ffmpeg): Use enum instead of integer types where appropriate.
- Originally committed as revision 20482 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:46 PM Revision 80454494 (ffmpeg): Use CODEC_ID_NONE instead of 0 for enum CodecID.
- Originally committed as revision 20481 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:37 PM Revision adadf26b (ffmpeg): Use enum FrameType as parameter to construct_perm_table().
- Originally committed as revision 20480 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 PM Revision b411dfff (ffmpeg): Use enum PixelFormat instead of int for srcFormat and dstFormat.
- Originally committed as revision 29857 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:47 PM Revision ac74dfa4 (ffmpeg): Fix start_frame(), which was issuing chroma artifacts with planar
- formats with more than 8 bits per pixel (e.g. YUVXXXP16).
Originally committed as revision 20479 to svn://svn.ffmpeg... - 10:39 PM Revision 5f36d94d (ffmpeg): Set -DPREFIX for yasm simply whenever extern_prefix is set instead
- of hardcoding it based on the object format.
Originally committed as revision 20478 to svn://svn.ffmpeg.org/ffmpeg/t... - 02:54 PM Revision a16f80f3 (ffmpeg): Remove unused variable.
- 1l for me if it wherent sunday and i could buy cola.
Originally committed as revision 20477 to svn://svn.ffmpeg.org/... - 02:50 PM Revision a34ebe60 (ffmpeg): Always add -DPIC to YASM flags when pic is enabled.
- This covers the previous case of x86_64 and shared, but also
works with --enable-pic.
For 32 bit x86 it currently mak... - 03:27 AM Revision 609d8646 (ffmpeg): move code to avoid forward declaration
- Originally committed as revision 20475 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:17 AM Revision b3f9f7a3 (ffmpeg): Let pmt override stream info when encoutered later in the ts file.
- Do not set codec id based on pes start code, this is unreliable.
Fix gazeta-20090408-1456-aa.ts
Originally committed... - 03:06 AM Revision 187bc061 (ffmpeg): ac3dec: revert r20089. The change was just wrong. 10l for me.
- Originally committed as revision 20473 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/07/2009
- 11:44 PM Revision 28f008a9 (ffmpeg): Support some LATM AAC streams (they can be decoded with MPlayer).
- Originally committed as revision 20472 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:35 PM Revision 1a15ab49 (ffmpeg): Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers.
- Originally committed as revision 20471 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:10 PM Revision f3001e0d (ffmpeg): Simpliy exp*table init, based on patch by reimar.
- Originally committed as revision 20470 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:23 AM Revision 2e0a80a1 (ffmpeg): Document sws_freeContext().
- Originally committed as revision 29844 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Also available in: Atom