source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @813784a8   12 years derek.buitenhuis sws: disable yuv2rgb warning for planar rgb. planar rgb formats do …
(edit) @7b41c24c   12 years derek.buitenhuis sws: dont enable chrSrcHSubSample for planar RGB This code path is …
(edit) @e58013d   12 years derek.buitenhuis sws: use planarRgbToRgbWrapper only for 8bit per component The …
(edit) @d6d5ef55   12 years derek.buitenhuis sws: GBRP9, GBRP10, and GBRP16 output support Signed-off-by: Michael …
(edit) @81726a4f   12 years anton FATE: add tests for additional flavors of asf cover art
(edit) @1ef0e8a6   12 years anton asfdec: do not assume every AVStream has a corresponding ASFStream …
(edit) @f5fac6f7   12 years anton asfdec: support reading ID3v2 tags in ASF files Yes, these files do …
(edit) @db0a9432   12 years anton avplay: apply the stream sample_aspect_ratio to decoded video frames …
(edit) @84b721d   12 years anton asfdec: also read Metadata Library Object In some ASF files this …
(edit) @61f9ad2d   12 years anton asfdec: read the full Metadata Object, not just aspect ratio …
(edit) @36fab50e   12 years anton asfdec: silence a warning Signed-off-by: Vladimir Pantelic …
(edit) @8658e1c6   12 years diego mss4, ra288: Remove unused DSPContext local codec context members
(edit) @5d3d39c7   12 years diego dsputil: Move fdct function declarations to dct.h
(edit) @218aefce   12 years diego dsputil: Move LOCAL_ALIGNED macros to libavutil
(edit) @059866eb   12 years diego dsputil: Move WRAPPER8_16_SQ macro to the only place it is used
(edit) @bf6b3ec9   12 years diego dsputil: Move rnd_avg inline functions to a separate header
(edit) @b9c2408b   12 years diego dsputil: Remove commented-out, unused function declarations
(edit) @35685a3c   12 years diego dsputil: Move ff_shrink* function declarations to separate header
(edit) @75d5156a   12 years diego dsputil: Move ff_svq3 function declarations to a separate header
(edit) @6a443040   12 years diego dsputil: Move ff_h264_idct function declarations to a separate header
(edit) @b9ba5253   12 years diego dsputil: Move copy_block functions to a separate header
(edit) @9e31729d   12 years diego dsputil: Drop unused functions copy_block{2|4|16}
(edit) @b9ee5f2   12 years diego indeo3: replace use of copy_block4 with put_pixels The destination is …
(edit) @ed62e6e3   12 years diego mjpegdec: use put_pixels instead of copy_block8 Signed-off-by: Mans …
(edit) @b5b7b75e   12 years diego dsputil: Move get_penalty_factor() to the only place it is used.
(edit) @0b016eb9   12 years diego dsputil: Move ff_block_permute to mpegvideo_enc
(edit) @a1d3673   12 years martin dsputil: x86: Fix compile error Accidentally prefixed ff_ with …
(edit) @659d4ba5   12 years lu_zero dsputil: x86: Convert h263 loop filter to yasm Signed-off-by: Luca …
(edit) @12b54a1f   12 years anton mpegvideo: remove an unused function parameter
(edit) @605b047b   12 years anton rv10: improve buffer size check. Check slice count and input buffer …
(edit) @c5fcdb44   12 years anton error_resilience: remove a useless if() and FIXME pp_time is never …
(edit) @9782c77   12 years anton h264: remove silly macros They serve no useful purpose and wreak all …
(edit) @ca1fe6c0   12 years anton h263: remove an unused parameter from ff_h263_decode_init_vlc
(edit) @9d083d64   12 years anton flac: add channel layout masks for streams with 7 or 8 channels. They …
(edit) @41244e1   12 years anton flac: don't check the number of channels before setting the channel …
(edit) @a846dccb   12 years martin h264chroma: x86: Fix building with yasm disabled Signed-off-by: …
(edit) @82bd04b1   12 years diego rv34: Drop now unnecessary dsputil dependencies
(edit) @79dad2a   12 years diego dsputil: Separate h264chroma
(edit) @293065bd   12 years anton mpegvideo: initialize dummy reference frames. Do not rely on …
(edit) @dff6197d   12 years anton nuv: do not rely on get_buffer() initializing the frame.
(edit) @39a9fdd0   12 years anton yop: initialize palette to 0 The FATE sample contains some pixels …
(edit) @8136f234   12 years anton yop: check for input overreads. CC:libav-stable@libav.org
(edit) @06cf597   12 years anton yop: check that extradata is large enough. CC:libav-stable@libav.org
(edit) @89f11f49   12 years anton qtrle: fix the topmost line for 1bit Signed-off-by: Anton Khirnov …
(edit) @685e6f2e   12 years anton xxan: properly handle odd heights. Duplicate the last one or two …
(edit) @2cd40680   12 years anton fraps: fix off-by one bug for version 1. CC:libav-stable@libav.org
(edit) @da7baaa   12 years anton aasc: fix output for msrle compression. The bottom line was invalid …
(edit) @9bd6375d   12 years anton msrledec: check bounds before constructing a possibly invalid pointer, …
(edit) @6a39985   12 years anton cmdutils: remove ansi from the list of broken codecs. It's not …
(edit) @238614de   12 years anton cdgraphics: do not rely on get_buffer() initializing the frame. …
(edit) @6ed9fc44   12 years anton svq1: replace struct svq1_frame_size with an array. It is used as an …
(edit) @99162f8   12 years anton vf_yadif: silence a warning. clang says: …
(edit) @48a4ffa7   12 years diego asf: K&R formatting cosmetics
(edit) @77bcb896   12 years kostya.shishkov vc1dec: use codec_id instead of codec_tag for VC1IMAGE the rest of …
(edit) @b2a722a8   12 years lu_zero sh4: drop unused functions {avg,put}_pixels4_c are not used.
(edit) @620289a2   12 years diego sh4: Fix silly type vs. variable name search and replace typo
(edit) @70b348ec   12 years diego configure: Group all hwaccels together in a separate variable
(edit) @c9f933b5   12 years diego Add av_cold attributes to arch-specific init functions
(edit) @25841dfe   12 years diego Use ptrdiff_t instead of int for {avg, put}_pixels line_size …
(edit) @e66240f2   12 years diego avfilter: x86: consistent filenames for filter optimizations
(edit) @d9df93ef   12 years anton mpegvideo: simplify REBASE_PICTURE Always evaluate to NULL when the …
(edit) @76d90125   12 years diego vf_hqdn3d: x86: Add proper arch optimization initialization
(edit) @6c1a7d07   12 years diego Use proper "" quotes for local header #includes
(edit) @4eef2ed7   12 years diego ppc: fmtconvert: Drop two unused variables.
(edit) @9ec89710   12 years anton bink demuxer: set framerate.
(edit) @1730ca2e   12 years anton bink demuxer: check malloc return value
(edit) @f2960097   12 years anton bink: fix a check for the first frame. Packet pts is a very …
(edit) @8787847d   12 years diego doc/developer: Drop obsolete MPlayer reference
(edit) @8b0fda18   12 years diego doc/developer: Add ISC license to list of acceptable licenses
(edit) @cb30bf7f   12 years diego doc/developer: Add web links for all suggested licenses
(edit) @52acd791   12 years diego x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp
(edit) @197252f1   12 years diego configure: Add a comment indicating why uclibc is checked before glibc
(edit) @29f1fa74   12 years diego configure: Move newlib libc check before mingw libc check On Cygwin …
(edit) @0f5b0b41   12 years diego avisynth: Change demuxer name to avoid conflicts with AVS
(edit) @a65f965c   12 years martin mpegvideo: Do REBASE_PICTURE with byte pointers REBASE_PICTURE (more …
(edit) @a5ba798c   12 years diego dsputil: remove unused functions copy_block{2, 4, 8, 16}.
(edit) @61d36761   12 years martin movenc: Simplify code by using avio_wb24 Signed-off-by: Martin …
(edit) @4e0bc996   12 years lu_zero bfin: unbreak compilation Added a missing header file.
(edit) @7194330b   12 years anton vf_delogo: fix copying the input frame. CC:libav-stable@libav.org
(edit) @f81c37e4   12 years anton vf_delogo: fix an uninitialized read. CC:libav-stable@libav.org
(edit) @76e74e4   12 years anton h264: remove obsolete comment.
(edit) @47318953   12 years anton mpegvideo: remove some unused variables from Picture.
(edit) @231fd1ed   12 years anton utvideoenc/v410enc: do not set AVFrame.reference. That field will be …
(edit) @e6b1c3bb   12 years anton pthread: make ff_thread_release_buffer idempotent. I.e. don't do …
(edit) @729b3714   12 years anton mvi: set framerate This container does not store timestamps and thus …
(edit) @aec50f7   12 years anton rawdec: use AVPALETTE_SIZE instead of magic constants.
(edit) @e6da5d2   12 years anton mimic: remove a pointless cast.
(edit) @30d62507   12 years anton mdec: return meaningful error codes.
(edit) @f713411   12 years anton mdec: cosmetics, reformat
(edit) @098eed95   12 years anton mdec: merge mdec_common_init() into decode_init(). There is no point …
(edit) @f1c39594   12 years anton eatgv: use fixed-width types where appropriate.
(edit) @c59211b4   12 years diego x86: Simplify some arch conditionals
(edit) @438ea561   12 years lu_zero bfin: Separate VP3 initialization code
(edit) @f550583c   12 years lu_zero bfin: update VP3 idct The block must be set to 0.
(edit) @834e9fb0   12 years martin x86: hpeldsp: Fix a typo, use the right register This makes the code …
(edit) @4839fbe2   12 years lu_zero shorten: fix array subscript is below array bounds warning …
(edit) @05b0998f   12 years lu_zero dsputil: Fix error by not using redzone and register name …
(edit) @4eb93bed   12 years derek.buitenhuis swscale: GBRP output support Signed-off-by: Michael Niedermayer …
(edit) @2026eb1   12 years martin arm: vp8: Fix the plain-armv6 version of vp8_luma_dc_wht This makes …
(edit) @96753bd0   12 years lu_zero dsputil: x86: Correct the number of registers used in …
Note: See TracRevisionLog for help on using the revision log.