Activity
From 04/10/2009 to 05/09/2009
05/09/2009
- 11:02 PM Revision 7a79e51c (ffmpeg): Add @code/@endcode commands to markup C code in av_tree_insert() doxy.
- Originally committed as revision 18776 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:00 PM Revision 9c5a4ea2 (ffmpeg): Add missing '*' to av_tree_insert() doxy.
- Originally committed as revision 18775 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:26 PM Revision f8c0692d (ffmpeg): Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor defini...
- Originally committed as revision 18774 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:56 AM Revision f1933e43 (ffmpeg): Add missing const qualifiers to AltiVec function parameters where app...
- Fixes a couple of 'discards qualifiers from pointer target type' warnings.
Originally committed as revision 29281 to...
05/08/2009
- 07:41 PM Revision 10ce9195 (ffmpeg): data parameter of dnxhd_encode_picture() should not be const.
- Fixes "dnxhdenc.c:805: warning: initialization from incompatible pointer type".
patch by Daniel Verkamp, daniel drv n... - 07:14 PM Revision b755a754 (ffmpeg): "[" is a terminating char for the filter name. This fixes the parsing of
- things like
[in] vflip [out];
Originally committed as revision 18772 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:14 PM Revision 9a3eaeeb (ffmpeg): Correct x/ymin to avoid segfault due to out of picture reads.
- Originally committed as revision 18771 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/07/2009
- 08:41 PM Revision 5f9ae198 (ffmpeg): Fix sliced yuv410 -> yuv420 conversion
- Originally committed as revision 29272 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
05/06/2009
- 11:02 PM Revision fc430e8f (ffmpeg): Warning fix: Make ogg_stream.codec const
- This matches the return value of ogg_find_codec and fixes
"libavformat/oggdec.c:333: warning: assignment discards qua... - 10:38 PM Revision cf6bae68 (ffmpeg): Change codec_id type to enum CodecID, fix warning.
- Patch by Daniel Verkamp daniel @ drv @ nu.
Originally committed as revision 18768 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:06 PM Revision f0b19bd3 (ffmpeg): Update docs after the 8088flex TMV demuxer and decoder addition.
- Patch by Daniel Verkamp daniel AT drv + nu.
Originally committed as revision 18767 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:01 PM Revision 7c7d3e09 (ffmpeg): Add 8088flex TMV file demuxer.
- Patch by Daniel Verkamp daniel|at|drv|nu.
Originally committed as revision 18766 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:57 PM Revision a1fd2bc3 (ffmpeg): Add 8088flex TMV video decoder.
- Patch by Daniel Verkamp name at drv ... nu.
Originally committed as revision 18765 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:51 PM Revision 89cb5cd2 (ffmpeg): Add CGA and palette data for 8088flex TMV decoder.
- Patch by Daniel Verkamp daniel _AT_ drv DOT nu.
Originally committed as revision 18764 to svn://svn.ffmpeg.org/ffmp... - 04:01 PM Revision e2822726 (ffmpeg): mlpdec: Fix possible writing out of array bounds introduced by being
- under-paranoid in r18651.
Originally committed as revision 18763 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:46 PM Revision e8d341ce (ffmpeg): mlpdec: Split sync word error and MLP sync word check.
- The previous code would print the wrong error message for MLP streams with
TrueHD noise type.
Originally committed a... - 03:37 PM Revision aff42ee0 (ffmpeg): mlpdec: Fix indentation that got mangled from copy&paste.
- Originally committed as revision 18761 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:25 PM Revision 4fa61d1e (ffmpeg): Accept "bikeshed" as a random color.
- Originally committed as revision 18758 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:49 AM Revision 512cfd9d (ffmpeg): Add 32-bit RGB support to TIFF decoder and extend a bit 'unsupported ...
- Originally committed as revision 18755 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:40 AM Revision 992f7db0 (ffmpeg): Add floating point audio decoding to WavPack decoder.
- Patch by Laurent Aimar (fenrir at `antonym of 'audio'+antonym of 'WAN'` dot org)
Originally committed as revision 18... - 05:28 AM Revision cabb8111 (ffmpeg): Prepare WavPack decoder to support floating point output.
- Patch by Laurent Aimar (f-e-n-r-i-r .@.t. v=i=d=e=o=l=a=n .d.o.t. o=r=g)
Originally committed as revision 18753 to s... - 01:48 AM Revision 778bc09b (ffmpeg): cosmetics: line wrap and vertical alignment
- Originally committed as revision 18752 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:47 AM Revision 396b73c7 (ffmpeg): ac3dec: Remove unneeded context variable, num_cpl_subbands. It is also
- not needed for spectral extension or enhanced coupling since it is
redundant information, so I am removing it from de...
05/05/2009
- 11:39 PM Revision 52dc3fc8 (ffmpeg): cosmetics: indentation after last commit
- Originally committed as revision 18750 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:38 PM Revision 13ec9428 (ffmpeg): ac3dec: move channel remapping to outside of block loop
- Originally committed as revision 18749 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:10 PM Revision a3015225 (ffmpeg): Implement av_parse_color().
- Originally committed as revision 18748 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:53 PM Revision 9c24cd72 (ffmpeg): Extract colorspace fields from MPEG1/2.
- Originally committed as revision 18747 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:44 PM Revision 1e24f1b2 (ffmpeg): mpegaudio: enclose SUM8() macro args in parens when used
- Originally committed as revision 18746 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:44 PM Revision bf030c88 (ffmpeg): mpegaudio: avoid unnecessary copy in high-precision mode
- Originally committed as revision 18745 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:44 PM Revision adb206c2 (ffmpeg): mpegaudio: use av_clip()
- Originally committed as revision 18744 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:25 PM Revision 4ee6a5c1 (ffmpeg): Add colorspace fields to AVCodecContext.
- Originally committed as revision 18743 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 PM Revision ee273f98 (ffmpeg): Cosmetics: Fix indentation after r18741.
- Originally committed as revision 18742 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:46 PM Revision 266c1d90 (ffmpeg): Do not discard mp3 frames in the parser after a broken frame.
- Fixes issue1044.
This may cause regressions with broken streams, if you find any, please report!
Originally committe... - 06:10 AM Revision 3cb08886 (ffmpeg): Factorize out integer sample value decoding for WavPack.
- This is slightly modified patch by Laurent Aimar.
Originally committed as revision 18740 to svn://svn.ffmpeg.org/ffm... - 04:30 AM Revision c20a305b (ffmpeg): dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034
- Originally committed as revision 18739 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:27 AM Revision c239a65b (ffmpeg): more dvcprohd .mov fourcc, see #1034
- Originally committed as revision 18738 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:34 AM Revision 9507d911 (ffmpeg): Change VOFW for x86 to 5120, it allows larger images to be scaled and...
- not slower. Other archs are not changed as the larger VOFW was slower on PPC.
Originally committed as revision 29256...
05/04/2009
- 05:31 PM Revision 3737dd1c (ffmpeg): PPC: implement MULH() in assembler
- Left to its own devices, gcc calculates the full 64-bit product only to
discard the low 32 bits. This forces it to d... - 02:23 PM Revision e2fa5cf4 (ffmpeg): Do not scan for MP3 header after the given buffer and return skipped
- bytes along with consumed bytes on successful decoding.
patch by Zdenek Kabelac, zdenek.kabelac gmail com
Originally... - 11:37 AM Revision c7279693 (ffmpeg): Add note about nonfree license of libfaac.
- Originally committed as revision 18735 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:25 AM Revision 5b05059d (ffmpeg): Properly handle SILENCE frame. Patch by Kenan Gillet.
- Originally committed as revision 18734 to svn://svn.ffmpeg.org/ffmpeg/trunk
05/03/2009
- 09:32 AM Revision 6b71ed16 (ffmpeg): Remove dead assignments found by CSA
- Originally committed as revision 18733 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:42 AM Revision 66311f86 (ffmpeg): Check whether extra bits block has enough data.
- Patch by Laurent Aimar "f\145nr\151r >at< vide\157lan <dot> o\162g"
Originally committed as revision 18732 to svn://...
05/02/2009
- 09:12 AM Revision 241f5eab (ffmpeg): Remove dead assignments found by CSA
- Originally committed as revision 18731 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:08 AM Revision 10c773c1 (ffmpeg): Remove dead assignments found by CSA
- Originally committed as revision 18730 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:40 AM Revision f2671197 (ffmpeg): Fix chroma shift when scaling from ARGB on LE and BGRA on BE
- Originally committed as revision 29242 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 05:17 AM Revision 418f77ec (ffmpeg): Decode extended bitstream for high-precision WavPack files.
- Patch by Laurent Aimar [(wolf, son of Loki) <at> (videolan) <dot> (org)]
Originally committed as revision 18729 to s...
05/01/2009
- 09:39 PM Revision 92147b6b (ffmpeg): Use new packet reading API, fixes a memory leak.
- patch by Zdenek Kabelac, zdenek.kabelac gmail com
Originally committed as revision 18728 to svn://svn.ffmpeg.org/ffm... - 09:35 PM Revision 2e032b32 (ffmpeg): Prefer (void) over () in function prototype.
- Originally committed as revision 18727 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:17 PM Revision dd04911c (ffmpeg): Make graphparser.c use av_get_token().
- This also avoids the need for '\=' escaping.
Originally committed as revision 18726 to svn://svn.ffmpeg.org/ffmpeg/t... - 02:38 PM Revision d11dbf09 (ffmpeg): av_get_token()
- based on a patch by Stefano Sabatini
Originally committed as revision 18725 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:31 PM Revision 71412781 (ffmpeg): Ignore first entry of intra matrixes if it is invalid.
- Fixes pink.mpg / issue1046.
Originally committed as revision 18724 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:17 PM Revision 45ccc61a (ffmpeg): Factorize quantization matrix loading code out.
- Originally committed as revision 18723 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/30/2009
- 09:34 PM Revision da00b525 (ffmpeg): Don't #if a function declaration and properly indent it.
- Originally committed as revision 18722 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:30 PM Revision bf4f19dc (ffmpeg): mlpdec: Move MLP's filter_channel() to dsputils.
- Originally committed as revision 18721 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:08 PM Revision 52bcc8e1 (ffmpeg): Document change in r18719.
- Originally committed as revision 18720 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:06 PM Revision ce1d9c85 (ffmpeg): Export av_free_packet().
- Originally committed as revision 18719 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 AM Revision f0a75e66 (ffmpeg): Add missing return statement to out-of-memory condition. Fixes the wa...
- libavcodec/motionpixels.c:302: warning: statement with no effect
Originally committed as revision 18718 to svn://svn...
04/29/2009
- 04:14 PM Revision 4c27207c (ffmpeg): configure: fix licence check function
- Originally committed as revision 18717 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 PM Revision a068a7f1 (ffmpeg): Drop unused libamr-nb fixed-point glue code.
- Originally committed as revision 18716 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:40 PM Revision 2f7ae63b (ffmpeg): Require --enable-nonfree for turning on libfaac support.
- libfaac lies about being LGPL, when it really is not.
Originally committed as revision 18715 to svn://svn.ffmpeg.org... - 03:32 PM Revision 2184c6f7 (ffmpeg): Factorize GPL and nonfree license checks into a common function.
- Originally committed as revision 18714 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:38 AM Revision d647ed78 (ffmpeg): ARM: Use fewer register in NEON put_pixels _y2 and _xy2
- Approved by Mans on IRC
Originally committed as revision 18713 to svn://svn.ffmpeg.org/ffmpeg/trunk - 11:31 AM Revision 428bf2ac (ffmpeg): ARM: NEON put_pixels_clamped
- Originally committed as revision 18712 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/28/2009
- 07:51 PM Revision 4b11e833 (ffmpeg): Convert names to the FFmpeg style.
- Originally committed as revision 18711 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:02 PM Revision e45aeb38 (ffmpeg): Reset eof state on seeking.
- Fixes issue1005.
Originally committed as revision 18710 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/27/2009
- 11:20 PM Revision 5efccce2 (ffmpeg): Implement av_get_bits_per_pixel().
- Originally committed as revision 18709 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:35 PM Revision 85947156 (ffmpeg): Revert r18700, documentation of deprecated functions might be useful for
- people trying to update to the new API.
Log of r18700:
Remove documentation from deprecated fields, they should not ... - 04:06 PM Revision 6cf92f6d (ffmpeg): Check if there is enough bytes before reading the buffer in the EA ADPCM
- decoder. Fix issue 990.
Originally committed as revision 18707 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:04 PM Revision 8a06cb14 (ffmpeg): Skip 0x0000 frame footer in EA ADPCM decoder.
- Originally committed as revision 18706 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:25 PM Revision b78c8e21 (ffmpeg): Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2...
- Originally committed as revision 29240 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:41 PM Revision 859f9c0b (ffmpeg): Remove useless and outright wrong chatter from avcodec_encode_video().
- Originally committed as revision 18705 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:39 PM Revision aa04b920 (ffmpeg): Remove redundant chatter from avcodec_encode_audio()
- Originally committed as revision 18704 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:38 PM Revision 1885c76a (ffmpeg): Negative is error not -1, corrected in the doxy for avcodec_decode_su...
- Originally committed as revision 18703 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:36 PM Revision 4d24c24f (ffmpeg): Add multiframe note to avcodec_decode_video() too.
- Originally committed as revision 18702 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 PM Revision e5776422 (ffmpeg): Cleanup first paragraph of doxy of avcodec_decode_audio3().
- Originally committed as revision 18701 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:28 PM Revision 37844111 (ffmpeg): Remove documentation from deprecated fields, they should not be used,
- thus there is no sense in documenting them.
Originally committed as revision 18700 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:25 PM Revision ed57ef39 (ffmpeg): Remove confusing and redundant engrish chatter from avcodec_decode_vi...
- Originally committed as revision 18699 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:27 AM Revision 276f8e2b (ffmpeg): Add avlanguage helpers in libavformat.
- Patch by Cyril Comparon: standard_gmail_full_name_address
Original thread: Suggestion for a centralized language-tag ... - 07:13 AM Revision 80b9d636 (ffmpeg): Make function pointer assignments consistent in option handling.
- Originally committed as revision 18697 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:30 AM Revision 9c4b5eb8 (ffmpeg): Revert changing VLC initialization type for RV3/4 decoder.
- While using large static table is not good (especially for embedded devices and
CPUs with small cache), other alterna...
04/26/2009
- 08:37 PM Revision 77b12f80 (ffmpeg): mlpdec: Simplify filtering code by using only one counter variable.
- Originally committed as revision 18695 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:23 AM Revision 60294c59 (ffmpeg): Correctly update output sample format in wavpack decoder.
- Patch by Laurent Aimar (at 'fenrir (cons 'videolan 'org))
Originally committed as revision 18694 to svn://svn.ffmpeg...
04/25/2009
- 08:09 PM Revision bdb8d996 (ffmpeg): Proper subpacket size check for cook multichannel files.
- Originally committed as revision 18693 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:47 PM Revision bb1135c8 (ffmpeg): Remove parentheses
- Originally committed as revision 18692 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:43 PM Revision fcc01e64 (ffmpeg): Set the type of size in COOKSubpacket to unsigned
- Originally committed as revision 18691 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:29 PM Revision 75801da5 (ffmpeg): Add pixdescs definitions for planar YUV pixfmts with 16 bits per
- component.
Originally committed as revision 18690 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:46 PM Revision ec32cfd2 (ffmpeg): Make sure we only parse max amount of subpackets (5) in the cook deco...
- Originally committed as revision 18689 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:35 PM Revision da75426b (ffmpeg): Indent
- Originally committed as revision 18688 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:33 PM Revision 0a704b5f (ffmpeg): Remove redundant code
- Originally committed as revision 18687 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:47 AM Revision 9189d7eb (ffmpeg): Add Changelog for Cook multi channel support
- Originally committed as revision 18686 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:46 AM Revision 67da3182 (ffmpeg): Support cook multichannel files.
- Originally committed as revision 18685 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:25 AM Revision 7204850e (ffmpeg): Fix the COOKDEBUG code
- Originally committed as revision 18684 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:20 AM Revision 4a291c90 (ffmpeg): Factor out COOKSubpacket, in preparation for multichannel support.
- Originally committed as revision 18683 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:53 AM Revision 10151b13 (ffmpeg): Add missing pixel format descriptor definitions.
- Originally committed as revision 18682 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:47 AM Revision 3df18b3e (ffmpeg): Get rid of monstrous static table and initialize VLCs for RV3/4 dynam...
- Originally committed as revision 18681 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/24/2009
- 02:09 PM Revision 1c86db80 (ffmpeg): Remove useless assignment during initialization for some decoders
- Originally committed as revision 18680 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:38 PM Revision f83c5773 (ffmpeg): indent
- Originally committed as revision 18679 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:56 AM Revision 4eac2e89 (ffmpeg): Change return type of opt_loglevel() from void to int.
- Patch by Wolfram Gloger: wmglo (your at here) dent med uni (minus) muenchen de
Originally committed as revision 1867... - 06:44 AM Revision 96c5bc46 (ffmpeg): TrueMotion 2 uses its own YUV-like colourspace, so convert output to ...
- Patch by Reimar Döffinger <latinize($name) at (MN's favourite mail provider).de>
Originally committed as revision 18... - 05:52 AM Revision 120ac262 (ffmpeg): cosmetics: remove extra space indentation
- Originally committed as revision 18676 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:50 AM Revision 29ee6355 (ffmpeg): Merge decoding functions for all bitdepths in WavPack decoder
- Originally committed as revision 18675 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:10 AM Revision 68f8d33b (ffmpeg): Support >8bit per component YUV in FFV1.
- decoding becomes slower, encoding becomes faster, with gcc on duron.
some inlining overrides like av_flatten are adde... - 01:50 AM Revision 217d34e3 (ffmpeg): Force speed irrelevant calls to get/put_symbol() to be noinline.
- We need to change decode_line to always_inline because gcc decided not to inline
it anymore once we force some calls ... - 12:26 AM Revision 3788e661 (ffmpeg): Optimize sign handling in get_symbol().
- Originally committed as revision 18672 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/23/2009
- 11:30 PM Revision a39b76ea (ffmpeg): Don't loose bits_per_raw_sample when transcoding.
- Originally committed as revision 18671 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:14 PM Revision 2e418f5e (ffmpeg): Make avcodec_thread_init() set the thread count, even in the case when
- threads support is not enabled. This should avoid the need for
thread_count explicit setting in applications.
Origin... - 10:19 PM Revision 8e86dd12 (ffmpeg): Make reset_ptr() void.
- Originally committed as revision 29229 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 06:44 PM Revision 896873b5 (ffmpeg): avoid possibly uninitialized return value
- (found by clang static analyzer)
Originally committed as revision 18669 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:21 PM Revision 6e0f746d (ffmpeg): Handle WavPack INT32INFO chunks with nonzero post shift
- Originally committed as revision 18668 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:27 PM Revision 0638c2ae (ffmpeg): Add functions for decoding >16 bits WavPack files.
- Based on patches by Laurent Aimar (fenrir >whirlpool< videolan >dit< org)
Originally committed as revision 18667 to ... - 07:44 AM Revision 760db32a (ffmpeg): Shift 9-15 bit samples to use full 16-bit range.
- Patch by Laurent Aimar <fenrir at VLCsite>
Thread: [PATCH] Fixed wavpack 9-15 bits support
Originally committed as r... - 07:14 AM Revision b750fb69 (ffmpeg): Display dimensions should not affect the real size of coded frame, th...
- only avctx->{width,height} and don't touch coded_{width,height} when parsing
them. This fixes the case when coded and...
04/22/2009
- 10:05 PM Revision e1b3d272 (ffmpeg): Remove 2 useless FFMIN().
- Originally committed as revision 18664 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:44 PM Revision 7bdf2eb8 (ffmpeg): Remove apparently redundant code.
- Originally committed as revision 18663 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:37 PM Revision 4fabb60d (ffmpeg): NSV : Add TOC2 parsing and seeking support.
- Originally committed as revision 18662 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:52 PM Revision 6c73a7d0 (ffmpeg): Remove redundant code, found by CSA
- Originally committed as revision 18661 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:27 AM Revision e4ddc8ed (ffmpeg): configure: support Blackfin CPU names with --cpu
- Originally committed as revision 18660 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:39 AM Revision 0e1ccdeb (ffmpeg): It should be #if, not #ifdef
- Originally committed as revision 18659 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:20 AM Revision 21fce71f (ffmpeg): Switch VLC tables in WMV3/VC-1 decoder to new static init method
- Originally committed as revision 18658 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:58 AM Revision f9f2ab82 (ffmpeg): Require 4 instead of 3 frames for detecting mp3,
- fixes misdetection of mpegps_mp3_unrecognized_format.mpg (issue997)
Originally committed as revision 18657 to svn://... - 02:29 AM Revision 0ee51c55 (ffmpeg): Fix 10l typo (usage of PIX_FMT_NE()).
- Should fix FATE, i forgot to commit this.
Originally committed as revision 18656 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:54 AM Revision 445f0a8b (ffmpeg): Update safety check as the maximum pixel size is no longer 4.
- New max size is 16bit * 4 samples (RGBA).
Originally committed as revision 18655 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:50 AM Revision 97f92143 (ffmpeg): Support reading packed YUV422 10bit samples from Sveriges Television ...
- which have AFAIK been created for the jvt:
ftp://vqeg.its.bldrdoc.gov/HDTV/SVT_exports/SVT_YUV10_Exports_/NewMobCal_Y... - 12:04 AM Revision 297b5a3f (ffmpeg): Make read_line() do not depend on put_bits.h and speed up it.
- Originally committed as revision 18653 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/21/2009
- 11:23 PM Revision 9145021d (ffmpeg): Add raw MLP muxer.
- Originally committed as revision 18652 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:53 PM Revision 420df930 (ffmpeg): mlpdec: Don't overallocate buffers.
- Now that max channels and primitive matrices are properly validated, there is
no need to be paranoid that random data... - 10:32 PM Revision 309616b2 (ffmpeg): mlpdec: Validate num_primitive_matrices.
- Originally committed as revision 18650 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:12 PM Revision 868170c4 (ffmpeg): mlpdec: Validate max_channel and max_matrix_channel.
- Originally committed as revision 18649 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:57 PM Revision 46958efe (ffmpeg): mlpdec: Restart header sync must be 0x31ea for MLP.
- Originally committed as revision 18648 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:51 PM Revision 5499a313 (ffmpeg): Add missing header inclusion guard.
- Originally committed as revision 18647 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:15 PM Revision 9401d18f (ffmpeg): Implement a write_line() function.
- Originally committed as revision 18646 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:08 PM Revision fd548e5b (ffmpeg): Remove consume_whitespace() and replace it with direct calls to
- strspn().
Originally committed as revision 18645 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:52 PM Revision 3d10a890 (ffmpeg): Read extended channel configuration when extended AOT is BSAC.
- Originally committed as revision 18644 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:37 PM Revision 0cfa85dd (ffmpeg): Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATIC
- Originally committed as revision 18643 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:35 PM Revision a456df25 (ffmpeg): 100l: VLC table array should not be const
- Originally committed as revision 18642 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:29 PM Revision 7bbd2fb1 (ffmpeg): Remove redundant assignment. err is assigned in every switch case any...
- found by CSA.
Originally committed as revision 18641 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:00 PM Revision 223d996a (ffmpeg): Fix a possibly exploitable buffer overflow.
- Originally committed as revision 18640 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:42 AM Revision f7cf12b2 (ffmpeg): Set flag after VC-1 VLCs are initialized to avoid race condition
- Originally committed as revision 18639 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:24 AM Revision 346802aa (ffmpeg): Remove some useless assignments and variables found by Clang
- Originally committed as revision 18638 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:42 AM Revision 547b6a4c (ffmpeg): Make RV3/4 VLC tables use new static initialization method
- Originally committed as revision 18637 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:08 AM Revision de1275d5 (ffmpeg): Planar 16bit 420 422 444 YUV support (output is only supported in some
- unscaled convertions).
This, like gray16 converts down to 8bit, which is a big FIXME & patch welcome,
we should prese... - 01:02 AM Revision 6c2a8608 (ffmpeg): Add 420,422 and 444 planar 16bit per component pix formats.
- Originally committed as revision 18636 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:08 AM Revision 61a3f379 (ffmpeg): Merge gray->gray converters into planarCopy(), this should also make ...
- useable for other 16bit formats once we support them.
Originally committed as revision 29216 to svn://svn.mplayerhq.... - 12:03 AM Revision 714f32bf (ffmpeg): Add macro to check for 16bit per sample.
- Originally committed as revision 29215 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 12:01 AM Revision b87fae9f (ffmpeg): Make sure src/dst are NULL when they arent used, some code uses this to
- simpify checks.
Originally committed as revision 29214 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
04/20/2009
- 09:05 PM Revision 081aa41d (ffmpeg): Use generic BE check instead of checking for gray16LE.
- Originally committed as revision 29213 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:04 PM Revision c3dc6c5a (ffmpeg): add isBE()
- Originally committed as revision 29212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:06 PM Revision 46ff7a5f (ffmpeg): Fix crash when receiving from SDP
- Originally committed as revision 18635 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:13 PM Revision 0a044f0f (ffmpeg): Make rv40 decoder use new static VLC initialization method
- Originally committed as revision 18634 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:36 PM Revision 40039717 (ffmpeg): Compact and make constant two tables used by Musepack decoders
- Originally committed as revision 18633 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:14 AM Revision 9292bd77 (ffmpeg): Remove example programs with a wildcard expression.
- Originally committed as revision 18632 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:34 AM Revision be1efe59 (ffmpeg): ac3enc: log a warning message if the channel layout is not specified at
- the time of codec initialization.
Originally committed as revision 18631 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/19/2009
- 09:44 PM Revision 26534fe8 (ffmpeg): indent
- Originally committed as revision 18630 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:44 PM Revision 9dc41767 (ffmpeg): Only insert null packets into the video que if there is a video stream.
- Fixes memleak and should fix issue791.
Originally committed as revision 18629 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:24 PM Revision 5aef8462 (ffmpeg): Add zygo fourcc.
- Originally committed as revision 18628 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:41 PM Revision 34365443 (ffmpeg): Indent
- Originally committed as revision 18627 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:40 PM Revision 012e4f5a (ffmpeg): Do not discard truncated packets.
- Based on a patch by Maksym Veremeyenko verem DOT m1stereo AT tv
Originally committed as revision 18626 to svn://svn.... - 08:25 PM Revision b4083171 (ffmpeg): Avoid 100% CPU useage at EOF.
- Originally committed as revision 18625 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:24 PM Revision 75bb7b0a (ffmpeg): Make sure that video frames are flushed at EOF.
- This should fix a regression.
Originally committed as revision 18624 to svn://svn.ffmpeg.org/ffmpeg/trunk - 03:06 PM Revision 120b4557 (ffmpeg): Add channel layout support to the AC-3 encoder.
- Originally committed as revision 18623 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:05 PM Revision bfeca7be (ffmpeg): Add channel layout support to the AC-3 decoder and AC-3 parser.
- Originally committed as revision 18622 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:05 PM Revision be233a56 (ffmpeg): Check that channel layout is compatible with number of channels for
- output audio stream.
Originally committed as revision 18621 to svn://svn.ffmpeg.org/ffmpeg/trunk - 01:29 PM Revision dc1ed614 (ffmpeg): Mark gsize variable as av_unused, fixes the warning:
- libavformat/asfdec.c:995: warning: unused variable ‘gsize’
Originally committed as revision 18620 to svn://svn.ffmpe... - 11:40 AM Revision e0a6d2c3 (ffmpeg): Revert previous removal of gsize variable. It breaks seeking.
- Originally committed as revision 18618 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:55 AM Revision 5967e141 (ffmpeg): Remove unnecessary assignment, found by CSA.
- Originally committed as revision 18617 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/18/2009
- 10:53 PM Revision d1bf6077 (ffmpeg): Add LP zero synthesis filter. Patch by Kenan Gillet.
- Originally committed as revision 18616 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:27 PM Revision b36da2c2 (ffmpeg): Remove 2 useless += at the end of rgb16to15(), found by CSA.
- Originally committed as revision 29189 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 08:23 PM Revision a256445e (ffmpeg): mlpdec: Read context variable to local variable to make code cleaner.
- Originally committed as revision 18615 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:52 PM Revision f95f6ab9 (ffmpeg): mlpdec: {}- and whitespace-related cosmetics.
- Originally committed as revision 18614 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:46 PM Revision 63ad832d (ffmpeg): mlpdec: Use some context arrays with local variables in rematrix_chan...
- Originally committed as revision 18613 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:39 PM Revision 15e6748b (ffmpeg): truehd: Simplify rematrix_channels() as per Michael's original review.
- Originally committed as revision 18612 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:54 PM Revision 95c14b1e (ffmpeg): mlpdec: Make read_matrix_params() take unsigned int substr for consis...
- Originally committed as revision 18611 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:51 PM Revision 5d9e4eaa (ffmpeg): mlpdec: Check for {matrix,filter}_changed as soon as they are increme...
- Originally committed as revision 18610 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:51 PM Revision 1b7bc4a2 (ffmpeg): Add 3 channel layout convenience macros.
- Originally committed as revision 18609 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:26 PM Revision f63f689e (ffmpeg): Avoid code duplication in xan_unpack for the final memcpy.
- Originally committed as revision 18608 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:01 PM Revision 7b7b19b6 (ffmpeg): Remove unused variable gsize, fixes the warning:
- libavformat/asfdec.c:995: warning: unused variable 'gsize'
Originally committed as revision 18607 to svn://svn.ffmpe... - 01:57 PM Revision cc078b5d (ffmpeg): PPC: check for x-form asm constraint support
- Originally committed as revision 18606 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:52 PM Revision a208350c (ffmpeg): Rename swscale_avoption.c to options.c.
- Consistent with lavc and lavf.
Originally committed as revision 29188 to svn://svn.mplayerhq.hu/mplayer/trunk/libsws... - 11:53 AM Revision 0c067dc3 (ffmpeg): Make sws_setColorspaceDetails() return -1 if the destination format is
- not supported.
Originally committed as revision 29187 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 11:45 AM Revision 2d26fa28 (ffmpeg): Move sws_[gs]etColorspaceDetails() documentation from swscale.c to
- swscale.h.
Originally committed as revision 29186 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale - 08:35 AM Revision a00f440f (ffmpeg): Cosmetics : reindent after last commit and remove redundant comment.
- Originally committed as revision 18605 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:34 AM Revision d6ce84b8 (ffmpeg): Add speex tag to nsv_codec_audio_tags.
- Originally committed as revision 18604 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:54 AM Revision 67d04927 (ffmpeg): Change nsvf_index_data to nsvs_file_offset for increased clarity.
- Originally committed as revision 18603 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 AM Revision 9f5ff83f (ffmpeg): PPC asm for AV_RL*()
- PPC is normally big endian but has special little endian load/store
instructions. Using these avoids a separate byte... - 12:00 AM Revision 3c55ce03 (ffmpeg): ARM asm for AV_RN*()
- ARMv6 and later support unaligned loads and stores for single
word/halfword but not double/multiple. GCC is ignorant... - 12:00 AM Revision a6783b89 (ffmpeg): Reorganise intreadwrite.h
- This changes intreadwrite.h to support per-arch implementations of the
various macros allowing us to take advantage o...
04/17/2009
- 08:05 PM Revision d7670f28 (ffmpeg): Use sign_extend function instead of reimplementing it.
- Originally committed as revision 18599 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:01 PM Revision e62f6221 (ffmpeg): Remove a useless "& 0xF"
- Originally committed as revision 18598 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:56 PM Revision 977d8134 (ffmpeg): Use / and % operators instead of reimplementing them with a loop.
- Originally committed as revision 18597 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:49 PM Revision b1e30986 (ffmpeg): Change buffer check to avoid an unlikely pointer arithmetic overflow.
- Originally committed as revision 18596 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:48 PM Revision be509380 (ffmpeg): Simplify xan_huffman_decode by using get_bits
- Originally committed as revision 18595 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:29 PM Revision a4873f7d (ffmpeg): Fix indention, patch by Lars Täuber.
- Originally committed as revision 18594 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:28 PM Revision 6000439c (ffmpeg): Simplify ipvideo_decode_opcodes by using get_bits, this might be slower
- but is not performance-critical anyway.
Originally committed as revision 18593 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:21 PM Revision 28ab90ed (ffmpeg): Remove unused code_counts array from interplavideo.c.
- Originally committed as revision 18592 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:17 PM Revision b24bbbb4 (ffmpeg): Introduce codec id for MPEG-4 ALS and associate it with corresponding
- AudioObjectType. Also bump libavcodec minor version.
Originally committed as revision 18591 to svn://svn.ffmpeg.org/... - 07:14 PM Revision e5986d04 (ffmpeg): Cosmetics to improve xan_unpack readability
- Originally committed as revision 18590 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:07 PM Revision 16cc5a73 (ffmpeg): Fix buffer size check for xan_unpack which was broken by r18586
- Originally committed as revision 18589 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:03 PM Revision c644665f (ffmpeg): Some more simplifications of xan_unpack
- Originally committed as revision 18588 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:56 PM Revision 455fdd2f (ffmpeg): Reindent xan_unpack code
- Originally committed as revision 18587 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:54 PM Revision 948f60fa (ffmpeg): Avoid some code duplication in xan_unpack
- Originally committed as revision 18586 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:28 PM Revision f371abe4 (ffmpeg): Remove useless assignments, at least one found by CSA.
- Originally committed as revision 18585 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:26 PM Revision 59bd7f23 (ffmpeg): Increase buffer padding to avoid most space checks in xan_unpack
- Originally committed as revision 18584 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:24 PM Revision 339cdf96 (ffmpeg): Remove useless init from ff_mpeg4_set_direct_mv() found by CSA.
- Originally committed as revision 18583 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:22 PM Revision 16a5f4ca (ffmpeg): Remove a useless assignment in img_get_alpha_info() found by CSA.
- Originally committed as revision 18582 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:20 PM Revision f8112810 (ffmpeg): Remove redundant assignment in av_picture_copy() found by CSA.
- Originally committed as revision 18581 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:18 PM Revision 551b41d4 (ffmpeg): Remove useless init from aiff_read_header() found by CSA.
- Originally committed as revision 18580 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:16 PM Revision feda8550 (ffmpeg): Remove several useless writes to variables, found by CSA.
- Originally committed as revision 18579 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:12 PM Revision b278a1ed (ffmpeg): Remove useless += from ff_imdct_half_c() found by CSA.
- Originally committed as revision 18578 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:08 PM Revision e8c93839 (ffmpeg): Remove 2 ++ from check_pes() that are useless, found by CSA.
- Originally committed as revision 18577 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:03 PM Revision 4b96f43f (ffmpeg): Change buffer size checks to avoid the very unlikely overflow case.
- Originally committed as revision 18576 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:56 PM Revision 38a7695f (ffmpeg): Remove unused variable from h261_encode_block() found by CSA.
- Originally committed as revision 18575 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:54 PM Revision 5e12701c (ffmpeg): Remove a pointless right-shift in xan decoder.
- Originally committed as revision 18574 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:52 PM Revision 25ef0072 (ffmpeg): Remove 2 useless assignments from ff_rate_control_init() found by CSA.
- Originally committed as revision 18573 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:46 PM Revision 9126aea5 (ffmpeg): Replace bytecopy with the equivalent but faster av_memcpy_backptr.
- Ca. 10% faster xan_unpack on x86_64 decoding of SC_32-part.MVE
Originally committed as revision 18572 to svn://svn.f... - 05:42 PM Revision 4eec2606 (ffmpeg): Remove unused variable from flv_read_metabody() found by CSA.
- Originally committed as revision 18571 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:39 PM Revision 29322398 (ffmpeg): Remove unused variable from slice_buffer_release() found by CSA.
- Originally committed as revision 18570 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:20 PM Revision 44c9efcb (ffmpeg): Use memcpy instead of the very inefficient bytecopy where both are co...
- (i.e. no overlap of src and dst is possible).
Originally committed as revision 18569 to svn://svn.ffmpeg.org/ffmpeg/... - 03:35 PM Revision 110baa2e (ffmpeg): Remove unused variable from wma_decode_block() found by CSA.
- Originally committed as revision 18568 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:33 PM Revision b716c6c6 (ffmpeg): Remove unneeded assignment from av_encode() found by CSA.
- Originally committed as revision 18567 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:15 PM Revision b5ee9c23 (ffmpeg): Remove unused variable from print_report() found by CSA.
- Originally committed as revision 18566 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:13 PM Revision 5ce73e23 (ffmpeg): Remove nonsensical assignment from asf_read_seek() found by CSA.
- Originally committed as revision 18565 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:10 PM Revision 87718654 (ffmpeg): Remove redundant assignment from avcodec_get_pix_fmt_loss() found by ...
- Originally committed as revision 18564 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:08 PM Revision 956177fb (ffmpeg): Remove unused variable in modify_qscale() found by CSA.
- Originally committed as revision 18563 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:03 PM Revision 505b6d11 (ffmpeg): Remove unneeded assignment in ffmpeg.c found by CSA.
- Originally committed as revision 18562 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:01 PM Revision 75eaa91c (ffmpeg): Remove unused variables from slice_buffer_load_line() found by CSA.
- Originally committed as revision 18561 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:59 PM Revision 6081c30b (ffmpeg): Remove 2 unneeded variables from common_init() found by CSA.
- Originally committed as revision 18560 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:51 PM Revision d0d62cc9 (ffmpeg): Remove 2 unused variables from MPV_decode_mb_internal() found by CSA.
- Originally committed as revision 18559 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:43 PM Revision dd08de11 (ffmpeg): Remove unused assignment from j_rev_dct() found by CSA.
- Originally committed as revision 18558 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:42 PM Revision 01d83278 (ffmpeg): Remove unused variable in init_mv_penalty_and_fcode() found by CSA.
- Originally committed as revision 18557 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:38 PM Revision b33d75fd (ffmpeg): Move declarations in sync() closer to where they are used.
- Originally committed as revision 18556 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:16 PM Revision 236580b4 (ffmpeg): Remove unused variable from asf_read_header() found by CSA.
- Originally committed as revision 18555 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:10 PM Revision c994dae1 (ffmpeg): cosmetics: reindent after last commit
- Originally committed as revision 18554 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:09 PM Revision bd4110f9 (ffmpeg): Use new static VLC scheme in Indeo2, Musepack and WNV1 decoders
- Originally committed as revision 18553 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:05 PM Revision 1d0036b0 (ffmpeg): Change another AVERROR(EIO) inot AVERROR_EOF, because it really signa...
- not a stream error. This also fixes an infinite loop on EOS during ASF file
playback, and Michael claims he "likes th... - 01:59 PM Revision 72619760 (ffmpeg): Remvoe useless assignment found by CSA.
- Originally committed as revision 18551 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:57 PM Revision b52b6ae4 (ffmpeg): Remove unused variable from decode_init() found by CSA.
- Originally committed as revision 18550 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:07 PM Revision b0e37369 (ffmpeg): Remove useless assignment in generate_codebook(). Found by Clang stat...
- Originally committed as revision 18549 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:03 PM Revision 806d5e61 (ffmpeg): Remove unused variables from ff_mjpeg_decode_sos() found by CSA.
- Originally committed as revision 18548 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:57 PM Revision c2394854 (ffmpeg): Remove useless assignment from h263_pred_dc() found by the clang stat...
- Originally committed as revision 18547 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:53 PM Revision 6e21a5b1 (ffmpeg): Move declarations in mpeg1_encode_motion() closer to where they are n...
- Originally committed as revision 18546 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:44 PM Revision 2a47a266 (ffmpeg): Useless assignment found by the clang static analyzer.
- Originally committed as revision 18545 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:41 PM Revision 03d5ea54 (ffmpeg): Get rid of an unused variable, found by the clang static analyzer.
- Originally committed as revision 18544 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:37 PM Revision d728e3cd (ffmpeg): Moving variable declarations in asf_build_simple_index() to clarify&p...
- Originally committed as revision 18543 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:43 AM Revision 95f3019a (ffmpeg): ac3dec: reorder output channels to SMPTE channel order
- Originally committed as revision 18542 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:42 AM Revision 8b5ec087 (ffmpeg): Change tgq_decode_mb function arguments from using int8_t to uint8_t,...
- not really change the code (x86_64/gcc-4.3.3 results stay unchanged) but avoids
several casts and an aliasing violati... - 08:39 AM Revision a7c6e117 (ffmpeg): ac3enc: reorder input channels to AC-3 channel order
- Originally committed as revision 18540 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/16/2009
- 04:54 PM Revision 35e2e681 (ffmpeg): Add my public key fingerprint to MAINTAINERS.
- Originally committed as revision 18539 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:46 PM Revision c3481d18 (ffmpeg): Remove unused audio_pts field from ea demuxer struct
- Originally committed as revision 18538 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:39 PM Revision 3f19810d (ffmpeg): Remove unused code from Westwood VQA/AUD demuxer.
- Originally committed as revision 18537 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:34 AM Revision 8bb3d6a6 (ffmpeg): Do not add -fno-common to CFLAGS on DOS, it is unneeded.
- Originally committed as revision 18536 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:39 AM Revision d8f3f340 (ffmpeg): Add guaranteed alignment for loading dest pixels in avg_pixels16_neon
- Originally committed as revision 18535 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:34 AM Revision 2d08f9ea (ffmpeg): VC1 loop filter uses the frame quantizer not the mb quantizer
- Originally committed as revision 18534 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:46 AM Revision 74b14aac (ffmpeg): Support broken avc nal encapsulation.
- Fixes issue987.
Originally committed as revision 18533 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:28 AM Revision 0bc08ed9 (ffmpeg): flacenc: write initial blocksize to STREAMINFO header instead of current
- blocksize.
Originally committed as revision 18532 to svn://svn.ffmpeg.org/ffmpeg/trunk - 12:41 AM Revision 799a0722 (ffmpeg): Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist
- thread "[PATCH] RTSP-MS 15/15: move packet_time_start zero value
assignment in asf.c".
Originally committed as revis...
04/15/2009
- 08:18 PM Revision 7e030c47 (ffmpeg): Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly
- requires this to be clear)
Originally committed as revision 18530 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:37 PM Revision e223a3bd (ffmpeg): [COSMETIC] Correct a minor nit. Should be clearer now.
- Originally committed as revision 18529 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:28 PM Revision 807c4c78 (ffmpeg): Fix possibly harmful outbound addressing. Patch by Kenan Gillet.
- Originally committed as revision 18528 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:10 PM Revision c21c835b (ffmpeg): avg_ pixel functions need to use (dst+pix+1)>>1 to average with existing
- pixels, not (dst+pix)>>1.
This makes the mmx functions bitexact with the C functions.
Originally committed as revisi... - 05:29 PM Revision 29382bc1 (ffmpeg): Check for Decoder_Interface_init() instead of Speech_Decode_Frame_ini...
- trying to enable libamrnb support. The latter function is actually used.
patch by Martin Storsjö, martin martin st
O... - 01:04 PM Revision 30e79845 (ffmpeg): Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,
- Real wants OPTIONS) while the connection is idle, otherwise it will
be aborted after a short period (usually a minute... - 11:51 AM Revision 888505df (ffmpeg): Explain the sort order for changelog entries.
- Originally committed as revision 18524 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:41 AM Revision ddd94932 (ffmpeg): Ensure that there's pages to read for duration calculation in the ogg...
- Originally committed as revision 18523 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:23 AM Revision 99cc7f8a (ffmpeg): Altivec version of avg_no_rnd_vc1_chroma_mc8
- Originally committed as revision 18522 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:22 AM Revision 3992526b (ffmpeg): Split VC1 loop filter into separate functions for h/v and size
- Originally committed as revision 18521 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:20 AM Revision 0e58865d (ffmpeg): Move VC1 loop filter to DSPContext
- Originally committed as revision 18520 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:25 AM Revision 9bf0fdf3 (ffmpeg): VC1: extend MMX qpel MC to include MMX2 avg qpel
- Originally committed as revision 18519 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/14/2009
- 11:56 PM Revision 8013da73 (ffmpeg): VC1: add and use avg_no_rnd chroma MC functions
- Originally committed as revision 18518 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:55 PM Revision c374691b (ffmpeg): Rename put_no_rnd_h264_chroma* to reflect its usage in VC1 only
- Originally committed as revision 18517 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:33 PM Revision 08982bb4 (ffmpeg): Cosmetics: Split long line.
- Originally committed as revision 18516 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:30 PM Revision 899f38df (ffmpeg): Fix two icc warnings #188: enumerated type mixed with another type.
- Originally committed as revision 18515 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 PM Revision 34bcada4 (ffmpeg): Fix icc warning #188: enumerated type mixed with another type.
- Originally committed as revision 18514 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:19 PM Revision 5c463aac (ffmpeg): Fix icc warning #188: enumerated type mixed with another type.
- Originally committed as revision 18513 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:03 PM Revision de5922f1 (ffmpeg): For every line, copy 3*width bytes instead of linesize[0] to avoid
- problems with padding.
Fix issue 959
Originally committed as revision 18512 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:26 PM Revision 6cecd630 (ffmpeg): VC1: Do qpel when needed for both MVs in a B frame
- Originally committed as revision 18511 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:25 PM Revision 44be8d42 (ffmpeg): mingw32: FFmpeg now passes -fno-common automatically.
- Originally committed as revision 18510 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:01 PM Revision e6327fba (ffmpeg): Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC
- qualification task, see "RTP/Vorbis payload implementation (GSoC qual
task)" thread on mailinglist.
Originally commi... - 02:39 PM Revision d648c720 (ffmpeg): whitespace cosmetics: Break some overly long lines.
- Originally committed as revision 29180 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 02:11 PM Revision 39e5f87b (ffmpeg): Do not use abgrToA for both luma and alpha channel in hyscale.
- This fixes RGB32 (et al.) scaling.
Originally committed as revision 29179 to svn://svn.mplayerhq.hu/mplayer/trunk/li... - 01:22 PM Revision 373afbaf (ffmpeg): Increase the SDP buffer size (again!) and also increase the temporary
- buffer size of the fmtp parameter buffer. For Vorbis RT(S)P, these
contain full Vorbis headers, which can be up to 12... - 08:48 AM Revision fe479c9d (ffmpeg): Also copy pixel_aspect when copying the picref in avfilter_start_frame.
- This avoids a division by zero in '[in]fifo,scale[out]'
Originally committed as revision 18507 to svn://svn.ffmpeg.o... - 04:07 AM Revision 184fcc60 (ffmpeg): Mark src constant in copy_block*().
- Originally committed as revision 18506 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:48 AM Revision 22c4c3e0 (ffmpeg): Support audio sample formats than S16 when encoding a small last frame.
- Originally committed as revision 18505 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:20 AM Revision 7c8689ef (ffmpeg): set pkt duration for last smaller frame, should fix alac in m4a muxing
- Originally committed as revision 18504 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:12 AM Revision bee3140a (ffmpeg): fix indentation
- Originally committed as revision 18503 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:12 AM Revision de481d7f (ffmpeg): avoid strcmp NULL, fix segv on mingw
- Originally committed as revision 18502 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/13/2009
- 10:54 PM Revision 1894e741 (ffmpeg): win32, dos: Work around a bug in the GNU toolchain.
- The bug[1] is exposed when gcc decides to put some data in a common
section (i.e. data that will be used by more than... - 09:22 PM Revision c573eb85 (ffmpeg): fix indentation
- Originally committed as revision 18500 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:44 PM Revision ad25b954 (ffmpeg): Fix skip_put_bits() buf_ptr increment.
- Originally committed as revision 18499 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:07 PM Revision 0aed5e9f (ffmpeg): Skip loop iterations which are no-ops due to data1[-lag..-1] being zero.
- Originally committed as revision 18498 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:59 PM Revision fb53b4a0 (ffmpeg): Rename pbBufPtr() to put_bits_ptr().
- The new name is more readable and consistent with the FFmpeg naming
style.
Originally committed as revision 18497 to... - 04:47 PM Revision 084c7cc5 (ffmpeg): Do not use full include path for get_bits.h, since the header is in
- the same directory.
Consistent with r16260.
Originally committed as revision 18496 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:23 PM Revision 437f884d (ffmpeg): flacenc : do not #include libavutil/lls.h since lpc code is now
- separate.
Originally committed as revision 18495 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:20 PM Revision 9106a698 (ffmpeg): Rename bitstream.h to get_bits.h.
- Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:11 PM Revision 309a8bb8 (ffmpeg): alacenc : cosmetics : remove misleading comment
- Originally committed as revision 18493 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:02 AM Revision b3eab9fb (ffmpeg): seek inside buffer when offset is exactly at the end, fix seeking wit...
- Originally committed as revision 18487 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:55 AM Revision 3321cb3f (ffmpeg): move audio buffers declarations and free them in av_exit
- Originally committed as revision 18486 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:47 AM Revision 5973490a (ffmpeg): move freeing code before exiting because of signal
- Originally committed as revision 18485 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:43 AM Revision 3b801075 (ffmpeg): free options contexts in av_exit, valgrind should be happy now
- Originally committed as revision 18484 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:38 AM Revision 1bd280f7 (ffmpeg): Set frame defaults in try_decode_frame.
- Fix:
==22211== Conditional jump or move depends on uninitialised value(s)
==22211== at 0x811E692: ff_print_debug_i... - 03:35 AM Revision 1b661802 (ffmpeg): fix indentation
- Originally committed as revision 18482 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:33 AM Revision e44745f1 (ffmpeg): fix indentation and remove whitespace after return
- Originally committed as revision 18481 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:32 AM Revision e472ea34 (ffmpeg): reindent
- Originally committed as revision 18480 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:29 AM Revision 8fa0ae06 (ffmpeg): Init state to -1 in h264 parser.
- Fix:
==22063== Conditional jump or move depends on uninitialised value(s)
==22063== at 0x811A4B7: ff_find_start_co...
04/12/2009
- 10:49 PM Revision cc3a2486 (ffmpeg): Move addition of MMX-OBJS to OBJS into common.mak instead of duplicat...
- Originally committed as revision 29175 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 10:48 PM Revision c5662879 (ffmpeg): Move addition of MMX-OBJS to OBJS into common.mak instead of duplicat...
- Originally committed as revision 18478 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:43 PM Revision 457eed72 (ffmpeg): whitespace cosmetics: Reindent a few lines and break a few excessivel...
- Originally committed as revision 29174 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
- 09:48 PM Revision 8bf7a510 (ffmpeg): Fix wrong size computation for buffer. Patch is part of
- netgem's changeset.
Originally committed as revision 18477 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:45 PM Revision 5137235e (ffmpeg): Remove gcc_fixes.h. It only contains workarounds for unsupported gcc ...
- Originally committed as revision 18476 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:42 PM Revision 788cca41 (ffmpeg): Remove AltiVec optimizations for Snow. They are hindering the develop...
- of Snow, which is still in flux.
Originally committed as revision 18475 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:43 PM Revision d225a1e2 (ffmpeg): Fix 2 access units in a packet mp4s.
- Fixes issue944 and possibly others.
Originally committed as revision 18474 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:40 PM Revision ead79335 (ffmpeg): Get rid of the non sensical idea of using the current picture for mis...
- reference pictures.
Originally committed as revision 18473 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:21 PM Revision 256299d3 (ffmpeg): Factorize field_end() out.
- Originally committed as revision 18472 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 PM Revision 7824b129 (ffmpeg): Assert that the first list1 entry is a reference frame.
- Originally committed as revision 18471 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:17 PM Revision 238ef6da (ffmpeg): Add a av_fast_malloc function and replace several uses of av_fast_rea...
- thus avoiding potential memleaks and pointless memcpys.
Originally committed as revision 18470 to svn://svn.ffmpeg.o... - 12:25 PM Revision 9bf993a5 (ffmpeg): Use void * instead of uint8_t * for the destination buffer for dsp.bs...
- where easily possible (mimic, eatqi, 4xm).
This allows to avoid a typecast.
Originally committed as revision 18469 t... - 12:03 PM Revision 0c13bbf5 (ffmpeg): av_destruct_packet_nofree deprecation explained in APIchanges
- Originally committed as revision 18468 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 AM Revision 55775b09 (ffmpeg): Use AVERROR(ENOMEM) instead of AVERROR_NOMEM / -1 in eatqi and mimic ...
- Originally committed as revision 18467 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:06 AM Revision 53bd67ec (ffmpeg): Document pbBufPtr().
- Originally committed as revision 18466 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:04 AM Revision c950c25a (ffmpeg): remove useless wrapper
- Originally committed as revision 18465 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:53 AM Revision c96495e7 (ffmpeg): Move ea demuxer messages that are irrelevant to ordinary users from
- AV_LOG_INFO to AV_LOG_DEBUG.
Originally committed as revision 18464 to svn://svn.ffmpeg.org/ffmpeg/trunk - 08:52 AM Revision 7b9677f6 (ffmpeg): remove useless wrapper
- Originally committed as revision 18463 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:49 AM Revision f28c4e75 (ffmpeg): Slightly improve/correct description of wc3_pal_lookup
- Originally committed as revision 18462 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:35 AM Revision b2755007 (ffmpeg): Split bitstream.h, put the bitstream writer stuff in the new file
- put_bits.h.
Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk - 04:01 AM Revision 77daaf67 (ffmpeg): Disable metadata reading. Yes, I would like to know what this code is...
- and this is the easiest way to. It would be a lot of messy code we can drop
if it is useless.
As a sideeffect this fi... - 03:26 AM Revision f79e331f (ffmpeg): Add names for 5.0 and 5.1 back speaker channel layouts.
- Originally committed as revision 18459 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:08 AM Revision ebcf352a (ffmpeg): replace DEBUG_SI with DEBUG and use dprintf
- Originally committed as revision 18458 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:39 AM Revision 495b3766 (ffmpeg): Set stream type to ac3 if registration descriptor is present.
- Based on patch by Nico Sabi, nicola dot sabbi at poste dot it
Originally committed as revision 18457 to svn://svn.ff... - 02:32 AM Revision 4f1db48e (ffmpeg): simplify registration descriptor parsing with bytestream get functions
- Originally committed as revision 18456 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:19 AM Revision a4d2af9b (ffmpeg): Ok, ts demuxer is more complicated than I thought
- Revert r18454 and fix correctly #700
Stop parsing if end of buffer is reached while reading
patch by Björn Axelsson, ... - 01:37 AM Revision 2b97246e (ffmpeg): fix end of buffer check, fix hang_read_header.h264.ts
- Originally committed as revision 18454 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:25 AM Revision a3d23e15 (ffmpeg): fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of ...
- Originally committed as revision 18453 to svn://svn.ffmpeg.org/ffmpeg/trunk
04/11/2009
- 10:38 PM Revision d2e63e8b (ffmpeg): Simplify packet duplication code in ff_interleave_add_packet.
- Behaviour only changes if pkt->destuct neither av_destruct_packet,
av_destruct_packet_nofree nor NULL, in which case ... - 10:04 PM Revision 031e14ea (ffmpeg): Fix initialization of avpkt in output_packet().
- Patch by Thilo Borgmann thilo.surname AT googlemaildotcom.
Originally committed as revision 18451 to svn://svn.ffmpe... - 09:45 PM Revision 7ce04209 (ffmpeg): Fix "unrecognized WC3 chunk" debug output which was broken r18444 due...
- Originally committed as revision 18450 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:14 PM Revision dae24349 (ffmpeg): Fix documentation for avcodec_encode_audio(), in the case of PCM audio
- the output buffer size may be less than FF_MIN_BUFFER_SIZE.
Patch by John Fletcher john.surname AT rd . bbc . co . u... - 09:04 PM Revision 4af615b8 (ffmpeg): Document the 'size' parameter of set_put_bits_buffer_size().
- Originally committed as revision 18448 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:01 PM Revision 930cab59 (ffmpeg): Document ff_put_string().
- Originally committed as revision 18447 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:48 PM Revision cfb9b355 (ffmpeg): wc3movie: return partial packets if not all data can be read.
- This is consistent with other demuxer's behaviour and avoids a memleak.
It also returns the error from av_get_packet ... - 08:08 PM Revision cdbe3798 (ffmpeg): Explain the purpose of the wc3_pal_lookup and the formula that was us...
- calculate it.
Originally committed as revision 18445 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:58 PM Revision f6a708f0 (ffmpeg): Use get_le32/get_be32 in wc3movie demuxer instead of reading everythi...
- a buffer first.
Originally committed as revision 18444 to svn://svn.ffmpeg.org/ffmpeg/trunk - 06:12 PM Revision 147a90a3 (ffmpeg): Replace deprecated FF_MM_MMXEXT flag with FF_MM_MMX2.
- Originally committed as revision 18443 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:54 PM Revision 54b02ccd (ffmpeg): Rename the 'put_zero' parameter of ff_put_string() to
- 'terminate_string'.
Originally committed as revision 18442 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:49 PM Revision 980f5451 (ffmpeg): Add documentation for skip_put_bytes().
- Originally committed as revision 18441 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:47 PM Revision 093364da (ffmpeg): Doxygenate ff_copy_bits().
- Originally committed as revision 18440 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:19 PM Revision 86755e82 (ffmpeg): Factorize declaration for the two variants of put_bits().
- Originally committed as revision 18439 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:16 PM Revision 1b923aa4 (ffmpeg): Two INIT_VLC_USE_STATIC cases Carl missed.
- Originally committed as revision 18438 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:58 PM Revision 78435e99 (ffmpeg): get rid of INIT_VLC_USE_STATIC in h261.
- Originally committed as revision 18437 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:53 PM Revision 76ac7198 (ffmpeg): Get rid of INIT_VLC_USE_STATIC in rv10/rv20.
- Originally committed as revision 18436 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:43 PM Revision 2a0241ae (ffmpeg): Get rid of INIT_VLC_USE_STATIC in 4xm.
- Originally committed as revision 18435 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:40 PM Revision 5338bec6 (ffmpeg): Get rid of INIT_VLC_USE_STATIC in asv1.
- Originally committed as revision 18434 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:29 PM Revision 5cf4331b (ffmpeg): Get rid of INIT_VLC_USE_STATIC in msmpeg4
- Originally committed as revision 18433 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:04 PM Revision 0a73e94f (ffmpeg): Clarify documentation for put_bits_count().
- Originally committed as revision 18432 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:42 PM Revision 80d403fc (ffmpeg): Get rid of av_destruct_packet_nofree and use NULL instead.
- It is still used in comparisons to keep ABI compatibility.
Originally committed as revision 18431 to svn://svn.ffmpe... - 11:47 AM Revision e161e007 (ffmpeg): Use INIT_VLC_USE_STATIC and not its value "1".
- Originally committed as revision 18430 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:41 AM Revision 46e97dc3 (ffmpeg): Reindent
- Originally committed as revision 18429 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:38 AM Revision f772b7fa (ffmpeg): Make electronicarts demuxer return partial frames, this is the default
- behaviour of av_get_packet and should not be override without good reason.
As a side effect this fixes the memleak de...
04/10/2009
- 10:29 PM Revision facf521d (ffmpeg): Document align_put_bits().
- Originally committed as revision 18427 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:27 PM Revision fc660a01 (ffmpeg): Doxygenate flush_put_bits() documentation.
- Originally committed as revision 18426 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:14 PM Revision e46ddebd (ffmpeg): Doxygenate put_bits_count() documentation.
- Originally committed as revision 18425 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:46 PM Revision f77dddfc (ffmpeg): Fix comment: gcc 2.95.3 binaries decode ac3 fine if SSE is available and
- not disabled.
Originally committed as revision 18424 to svn://svn.ffmpeg.org/ffmpeg/trunk - 05:30 PM Revision f7a2aab7 (ffmpeg): Doxygenate init_put_bits().
- Originally committed as revision 18423 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:23 PM Revision 64bde197 (ffmpeg): cosmetics: Rename prn variable to prng (Pseudo Random Number Generator).
- Originally committed as revision 18422 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:16 PM Revision ee30cdab (ffmpeg): Add support to CorePNG P-frames.
- Patch by Thilo Borgmann thilo DOT borgmann A googlemail com.
Originally committed as revision 18421 to svn://svn.ffm... - 05:12 PM Revision cc7b62af (ffmpeg): Replace rand() usage by av_lfg_get().
- Originally committed as revision 18420 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:16 PM Revision a2085ccc (ffmpeg): cosmetics: Align output columns.
- Originally committed as revision 18419 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:30 PM Revision 6752dd5a (ffmpeg): Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free th...
- contexts, this avoids a crash when freeing the H.264 parser context introduced in
r18406, since h->s.avctx is NULL th... - 12:53 PM Revision ede0e475 (ffmpeg): Use the new avcodec_decode_* API.
- Patch by Thilo Borgmann th_lo.borgm_n_@goog_email.co_.
Originally committed as revision 18417 to svn://svn.ffmpeg.or... - 12:49 PM Revision ed54ae08 (ffmpeg): remove useless duplication of what av_new_stream() already does
- Originally committed as revision 18416 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:18 PM Revision 0dccbba0 (ffmpeg): Add 'PNG1' to PNG fourcc codes.
- Patch by Thilo Borgmann thilo DOT borgmann _AT_ gXXglemail.cXm.
Originally committed as revision 18415 to svn://svn.... - 12:07 PM Revision bea18375 (ffmpeg): Use the new avcodec_decode_* API.
- Patch by Thilo Borgmann thilo.borgmann * googlemail ! com.
Originally committed as revision 18414 to svn://svn.ffmpe... - 11:33 AM Revision 222ab26c (ffmpeg): Remove unused variables along with the related warnings.
- Originally committed as revision 18413 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:31 AM Revision cbf1eae9 (ffmpeg): Add forgotten void return type to ff_h264_free_context
- Originally committed as revision 18411 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:29 AM Revision e4732ba9 (ffmpeg): Fix sigill on non-MMX2 CPUs.
- Originally committed as revision 18410 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:07 AM Revision 4f313925 (ffmpeg): Use the new avcodec_decode_* API.
- Patch by Thilo Borgmann name.surname AT googlemail.com.
Originally committed as revision 18409 to svn://svn.ffmpeg.o... - 11:03 AM Revision 655d47c2 (ffmpeg): Make try_decode_frame() use the new avcodec_decode_* API.
- Patch by Thilo Borgmann thilo.borgmann AT g00glemail dot com.
Originally committed as revision 18408 to svn://svn.ff... - 07:17 AM Revision b6b66760 (ffmpeg): Make sure error resilience does not try to use unavailable reference ...
- Fixes the crash described in issue 706.
Originally committed as revision 18407 to svn://svn.ffmpeg.org/ffmpeg/trunk - 07:01 AM Revision 15861962 (ffmpeg): Add a ff_h264_free_context function and call it from the H.264 parser.
- This ensures that the parser will no longer leak memory for all SPS/PPS it encounters.
Originally committed as revis... - 12:09 AM Revision c81185a1 (ffmpeg): Make sure mpeg2 has its height rounded up to 32 as that is needed
- for interlaced stuff.
This might have been exploitable when emu edge was not set though
note this bug has been introd...
Also available in: Atom