Activity
From 10/27/2009 to 11/25/2009
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
11/06/2009
- 06:59 PM Revision a4cb56aa (ffmpeg): change \0xa9enc tag metadata name to encoder to match id3v2
- Originally committed as revision 20469 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 PM Revision 0d32307d (ffmpeg): 10l: WavPack demuxer forgot to seek back to initial position after block
- contents parsing (for custom sampling rate).
Originally committed as revision 20468 to svn://svn.ffmpeg.org/ffmpeg/t...
11/05/2009
- 11:45 PM Revision 3fa70a3b (ffmpeg): Add pixel format descriptors for the HW-accelerated formats.
- This completes the list of all descriptors in av_pix_fmt_descriptors.
Originally committed as revision 20467 to svn:... - 09:48 PM Revision 64de20d1 (ffmpeg): PPC: make inline asm xform address test work with Apple tools
- Originally committed as revision 20466 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:48 PM Revision ffa3bd54 (ffmpeg): IA64: do not automatically enable hardcoded tables if explicitly disa...
- Originally committed as revision 20465 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:29 PM Revision 1ffc6e83 (ffmpeg): Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the
- necessary ff_cos_tabs tables are initialized.
Fixes issue 1507 (QDM2 broken since r20237 without hardcoded tables).
... - 02:25 PM Revision 9cad7e21 (ffmpeg): Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam
- (gordonipub2 AT gordoni DOT com).
This fixes H.264 over RTP when the SDP contains a "framesize:" attribute
(for exam... - 08:53 AM Revision bddc2df5 (ffmpeg): 10l, typo
- Originally committed as revision 20462 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:14 AM Revision 7aa2d42d (ffmpeg): If custom sampling rate is set in WavPack file, parse first block to ...
- actual value.
This fixes issue 1518.
Originally committed as revision 20461 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:10 AM Revision aa926a48 (ffmpeg): Initialize block_parsed before reading first block header in WavPack ...
- it will be useful later.
Originally committed as revision 20460 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:32 AM Revision c2564699 (ffmpeg): do not redundantly set stream nb_frames, it's already set in read_stts
- Originally committed as revision 20459 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:30 AM Revision e7452721 (ffmpeg): compute dts shift with ctts value, cslg atom might be missing, fix #419
- Originally committed as revision 20458 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 AM Revision fedb1eca (ffmpeg): check that duration is set to avoid fpe
- Originally committed as revision 20457 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:11 AM Revision 507330b9 (ffmpeg): warn if stream timescale is not set and set it to 1 to avoid FPE
- Originally committed as revision 20456 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:04 AM Revision 87e76ae0 (ffmpeg): Corrects two typos
- Originally committed as revision 20455 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:59 AM Revision a8e1cbaf (ffmpeg): Decrement probe score at unsuported bpp
- Originally committed as revision 20454 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 AM Revision 55d2e32a (ffmpeg): fix \0xa9wrt metadata, to composer, fix issue #1501
- Originally committed as revision 20453 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:10 AM Revision 13608652 (ffmpeg): Correct double include introduced by r20450
- Originally committed as revision 20452 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/04/2009
- 11:33 PM Revision c9023405 (ffmpeg): Reduce stack memory allocation in MP3 decoder
- Originally committed as revision 20451 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:29 PM Revision 0c50f8e6 (ffmpeg): Implement ff_scale_vector_to_given_sum_of_squares()
- to aid generic gain control routines. Changes
for qcelp are included. Patch Collin McQuillan.
Originally committed a... - 06:08 PM Revision dbbccb7c (ml): git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/G...
- 05:30 PM Revision 22321774 (ffmpeg): Pad ff_cos_tabs and ff_sin_tabs so that index n points to the table f...
- While this "wastes" up to 2x32 bytes it makes the code slightly simpler and
less confusing.
Originally committed as ...
11/03/2009
- 10:50 PM Revision 981b8fd7 (ffmpeg): Don't lock the channel output configuration based on the first value ...
- non extradata formats. Instead lock it only after the successful decoding of a
frame. This fixes issue 999.
Original... - 10:47 PM Revision cabc41b0 (ffmpeg): Vertical align.
- Originally committed as revision 20447 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 PM Revision 198d5653 (ffmpeg): Use spaces after commas for improving readability.
- Originally committed as revision 20446 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 PM Revision bc37ec92 (ffmpeg): Add slicify video filter.
- Originally committed as revision 20445 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:15 PM Revision da23d424 (ffmpeg): Make avfilter_get_video_buffer() use
- avfilter_default_get_video_buffer() if the get_video_buffer() callback
is not defined in a filter.
Libavfilter filte... - 10:04 PM Revision ae2abc69 (ffmpeg): Explicitely define get_video_buffer() callbacks in the format,
- noformat and null filters.
Originally committed as revision 20443 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:59 PM Revision dc264e77 (ffmpeg): Change file doxy from
- "video format and noformat filters" to
"format and noformat video filters",
as suggested by Diego.
Originally commit... - 09:57 PM Revision 09da1781 (ffmpeg): Fix/clarify description of the noformat filter.
- Originally committed as revision 20441 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:01 PM Revision 143e3aa0 (ffmpeg): Fix grammar / clarify documentation for the format and noformat
- filters.
Originally committed as revision 20440 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:17 PM Revision 42022e03 (ffmpeg): add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov
- patch by Andrew Wason
Originally committed as revision 20439 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:26 AM Revision 31f8c109 (ffmpeg): Simplify AC-3 critical band end calculation (correctly this time).
- Originally committed as revision 20438 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 AM Revision 94593c9b (ffmpeg): Revert r20050, which caused decoding errors with at least one valid A...
- Originally committed as revision 20437 to svn://svn.ffmpeg.org/ffmpeg/trunk
11/02/2009
- 11:44 PM Revision 20026733 (ffmpeg): Indent.
- Originally committed as revision 20436 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:41 PM Revision a75e1034 (ffmpeg): Add -fpre option to take a preset file as parameter. The -[avs]pre op...
- longer accept filenames, and -fpre should be used instead.
Originally committed as revision 20435 to svn://svn.ffmpe... - 08:23 PM Revision d71ad089 (ffmpeg): Add PIX_FMT_PAL flag to BGR8, BGR4_BYTE, RGB8, and RGB4_BYTE formats.
- Originally committed as revision 20434 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:12 PM Revision ad9feac9 (ffmpeg): Avoid huge array for rgb ljpeg on the stack.
- Code tested with an ljpeg i had laying around.
Originally committed as revision 20433 to svn://svn.ffmpeg.org/ffmpeg... - 12:10 AM Revision e47ca4f7 (ffmpeg): map VYUY fourcc to rawcodec
- fixes http://samples.mplayerhq.hu/V-codecs/ATI-VCR12/ATI/y422test.avi
Originally committed as revision 20432 to svn:...
11/01/2009
- 08:14 PM Revision 58b3536d (ffmpeg): configure: fix 64-bit test with clang
- Originally committed as revision 20431 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:48 PM Revision 4c1645a4 (ffmpeg): Set sample format in flac_decode_init() rather than in
- ff_flac_parse_streaminfo() since the latter is shared with the raw FLAC
demuxer, which should not be setting the samp... - 03:08 PM Revision dee34af4 (ffmpeg): Set the sample format for Smacker audio in the decoder rather than in...
- demuxer.
Originally committed as revision 20429 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/31/2009
- 04:33 PM Revision faa374b7 (ffmpeg): configure: remove extra backslashes from suncc DEPEND_CMD
- Patch by Michael Kostylev <michael kostylev gmail>
Originally committed as revision 20428 to svn://svn.ffmpeg.org/ff... - 03:59 PM Revision 06454877 (ffmpeg): configure: use here-doc for --help output
- Originally committed as revision 20427 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:59 PM Revision 173c983b (ffmpeg): configure: use here-docs instead of echo for writing config.{h,mak}
- Originally committed as revision 20426 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 PM Revision b4f93564 (ffmpeg): configure: simplify setting of SDL flags in config.mak
- Originally committed as revision 20425 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 PM Revision c73f65d9 (ffmpeg): Allow disabling doc generation with --disable-doc
- Originally committed as revision 20424 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 PM Revision ad212cc6 (ffmpeg): configure: simplify STRIP setting in config.mak
- Originally committed as revision 20423 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:58 PM Revision a48289c7 (ffmpeg): Makefile cosmetics
- Originally committed as revision 20422 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:02 AM Revision 083c5a48 (ffmpeg): Implement AMR gain function that is used by both AMR and SIPR.
- Based on AMR SoC code by Robert Swain and Colin McQuillan.
Originally committed as revision 20421 to svn://svn.ffmpe...
10/30/2009
- 06:17 PM Revision 050ba6f4 (ffmpeg): print packet duration when debugging timestamps
- Originally committed as revision 20420 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:13 PM Revision a520e9f2 (ffmpeg): Document slice ordering assumption done by sws_scale().
- Originally committed as revision 29804 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 11:11 AM Revision c5ec0d9d (ffmpeg): Remove the get_video_buffer() callback.
- That was never required since avfilter_get_video_buffer() already
calls itself on the next link if get_video_buffer i... - 10:38 AM Revision b94ca208 (ffmpeg): Document that using "make -r" might be faster than plain "make" in Wi...
- Originally committed as revision 20418 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:57 AM Revision a5abfd8f (ffmpeg): Issue an error when forced format cannot be honored.
- Patch by Etienne Buira $name $surname lists chez free.fr
Originally committed as revision 20417 to svn://svn.ffmpeg....
10/29/2009
- 10:58 AM Revision 8a08175f (ffmpeg): Change whitespace placement a little to improve readabiliy slightly.
- Thats not an attempt to emulate indent -kr behavior down to the finest
fineprint, first it would not be worth the wor... - 10:46 AM Revision f92e7696 (ffmpeg): Multiple inclusion guards for synth_filter.h.
- Originally committed as revision 20415 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 AM Revision e58992e4 (ffmpeg): Support demuxing teletext in DVB streams.
- Original patch by Francesco Lavra, francescolavra interfree it
Originally committed as revision 20414 to svn://svn.f... - 10:43 AM Revision d886e4df (ffmpeg): Vertically align function arguments.
- Originally committed as revision 20413 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 AM Revision de4070b5 (ffmpeg): Add generic rules for building helpers with HOSTCC
- Originally committed as revision 20412 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/28/2009
- 10:41 PM Revision 7a41027c (ffmpeg): vorbis_dec: factor out duplicated code for index reading, bounds chec...
- error message into a shared macro.
Originally committed as revision 20411 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:46 PM Revision e273b038 (ffmpeg): Makefile cosmetics
- Originally committed as revision 20410 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 PM Revision 0956bc9b (ffmpeg): Enable hardcoded tables for ia64 shared builds.
- At least for cross-compilation with Gentoo gcc 4.4.2 it fixes the build errors
due to GPREL 22 being insufficient for... - 08:19 PM Revision f0125de9 (ffmpeg): configure: add C99 flags to HOSTCFLAGS
- Originally committed as revision 20408 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:02 PM Revision 3db0208c (ffmpeg): Change format string from "x" to PRIx32 to hopefully fix a warning wi...
- Originally committed as revision 20407 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 PM Revision 785d3c97 (ffmpeg): Makefile cosmetics
- Originally committed as revision 20406 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 PM Revision df4fe41d (ffmpeg): Generate mpegaudio tables only when CONFIG_HARDCODED_TABLES is set
- Having mpegaudiodec.o unconditionally depend on mpegaudio_tables.h
forces the latter to be generated even when it wil... - 07:38 PM Revision 52a4a077 (ffmpeg): Fix out-of-tree builds with --enable-hardcoded-tables
- Originally committed as revision 20404 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:15 PM Revision 2300b120 (ffmpeg): Fix dependency: generated table is needed to create the mpegaudiodec....
- Originally committed as revision 20403 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:05 PM Revision 9e8fecf7 (ffmpeg): Better formatting for 2D tables in tableprint code.
- Originally committed as revision 20402 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:52 PM Revision 8abe97be (ffmpeg): 10l, fix incorrect endif comment.
- Originally committed as revision 20401 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:42 PM Revision eadaa00c (ffmpeg): Add support for hardcoding the mpegaudiodec tables.
- Reduces .bss size by about 194 kB.
Originally committed as revision 20400 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:04 PM Revision 1a04d4c7 (ffmpeg): mingw32: The flag to work around bug 37216 in gcc is automatically pa...
- MinGW since r18501. Remove a reference that suggests users should pass the
flag manually (this removal was missed in ... - 02:40 PM Revision d49dded5 (ffmpeg): Remove unused variable j.
- Originally committed as revision 20398 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:24 PM Revision 2a472e9c (ffmpeg): Detect Sun Studio compiler and set appropriate variables.
- Add dependency generation commands compatible with Sun Studio.
patch by Michael Kostylev, michael.kostylev gmail com
... - 10:51 AM Revision 4f99c31c (ffmpeg): Split synth filter out of dca.c.
- Originally committed as revision 20396 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:41 AM Revision 638783bf (ffmpeg): Split PAM encoder off into its own file.
- Originally committed as revision 20395 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:34 AM Revision 318888f8 (ffmpeg): Split the decoders from pnmen.c off into their own file.
- Originally committed as revision 20394 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:32 AM Revision 761f2c90 (ffmpeg): The encoders in pnmenc.c now depend on the init/end functions in pnm.c.
- Originally committed as revision 20393 to svn://svn.ffmpeg.org/ffmpeg/trunk
10/27/2009
- 11:53 PM Revision 504eee37 (ffmpeg): Commit some functions that are used by both SIPR and AMR.
- Based on AMR SoC code by Robert Swain and Colin McQuillan.
Originally committed as revision 20392 to svn://svn.ffmpe... - 10:12 PM Revision 2be414c8 (ffmpeg): Fix doxies, use third person and phrase-ending dots.
- Originally committed as revision 20391 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 PM Revision fcbed3c7 (ffmpeg): Add format and noformat filters.
- Originally committed as revision 20390 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:56 PM Revision 51135d1d (ffmpeg): Move pixdesc.{h,c} from libavcodec to libavutil.
- This way pixdescs can be used without requiring a dependency on
libavcodec.
Originally committed as revision 20389 t... - 08:36 PM Revision 04a5c106 (ffmpeg): Consistently use third person in doxies.
- Originally committed as revision 20388 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:52 PM Revision 3555d2e8 (ffmpeg): Introduce first_avfilter and use that, together with AVFilter.next,
- for registering and finding filters, rather than use the struct
AVFilterList, which is removed.
Simplify the filter ... - 07:46 PM Revision 290d4a44 (ffmpeg): Add an entry for the AVFilter.next addition.
- Originally committed as revision 20386 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:42 PM Revision 243110f9 (ffmpeg): Add a field 'next' to AVFilter.
- Simplify the registration and iteration of all the registered filters,
consistent with what is done with formats / co... - 07:34 PM Revision 77f66963 (ffmpeg): Split codec-regression.sh again and create a lavfi-regression.sh for
- running the libavfilter tests.
Originally committed as revision 20384 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:53 PM Revision b856cbc3 (ml): MONL: mon_test does now pubblish the hopcount results on the repository
- git-svn-id: https://repository.napa-wine.eu/svn/napawine-software/trunk/GRAPES@166 a72f678d-4428-462c-85b4-08f063ced704
- 05:37 PM Revision 13547dd1 (ffmpeg): add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.avi
- Originally committed as revision 20383 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:15 PM Revision 8767a009 (ffmpeg): Move PNM init/end functions to the PNM common code.
- This is done in preparation for the PNM encoder/decoder split.
Originally committed as revision 20382 to svn://svn.f... - 04:57 PM Revision d3067047 (ffmpeg): whitespace cosmetics: K&R coding style, prettyprinting
- Originally committed as revision 20381 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:35 PM Revision bc8964ef (ffmpeg): Remove crufty leftovers from the era when this file resided within li...
- Originally committed as revision 20380 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:57 PM Revision 9853bbb2 (ffmpeg): add some raw codec fourccs, fixes:
- samples/V-codecs/
P422.AVI
UYNV.AVI
UYNY.AVI
V422.AVI
YUNV.AVI
Originally committed as revision 20379 to svn://svn.... - 03:05 PM Revision ff54bb97 (ffmpeg): Fix indentation.
- Originally committed as revision 20378 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:04 PM Revision 25b6d0bc (ffmpeg): Only memset for palettes of 16 elements.
- Originally committed as revision 20377 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:30 AM Revision 6d7d410f (ffmpeg): Clarify responsibility for freeing a buffer when using vdpau.
- Originally committed as revision 20376 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:43 AM Revision b70bc022 (ffmpeg): Add descriptions for the committed filters.
- Originally committed as revision 20375 to svn://svn.ffmpeg.org/ffmpeg/trunk
Also available in: Atom