source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @0eedf5d7   12 years lu_zero dsputil: add missing HAVE_YASM guard Fix compile error under …
(edit) @78bc4d6   12 years lu_zero hwaccel: do not offer unsupported pixel formats Signed-off-by: Luca …
(edit) @ec0e9200   12 years lu_zero vdpau: add missing pixel format for H.264 Signed-off-by: Luca Barbato …
(edit) @71155d7b   12 years lu_zero dsputil: x86: Convert mpeg4 qpel and dsputil avg to yasm …
(edit) @f90ff77   12 years rsbultje Move H264/QPEL specific asm from dsputil.asm to h264_qpel_*.asm.
(edit) @fe1057e0   12 years lu_zero doc: update the reference for the title The recent texi2html exports …
(edit) @04f4dbc2   12 years anton mpegvideo_enc: fix indentation in load_input_picture()
(edit) @3f47d316   12 years anton mpegvideo_enc: do not modify the input frame.
(edit) @7bcaeb40   12 years anton mjpegdec: fix indentation
(edit) @0ce033f   12 years anton rawdec: cosmetics, reformat
(edit) @b965cb90   12 years anton mimic: return meaningful error codes.
(edit) @a0cabd0a   12 years anton mimic: cosmetics, reformat
(edit) @04e12496   12 years anton iff: drop ff_ prefix from a static function.
(edit) @9221c0af   12 years anton pngdec: cosmetics, reformat. Also remove a commented out line.
(edit) @edb2426   12 years anton dxa: return meaningful error codes.
(edit) @adf0110d   12 years anton eatgq: cosmetics, reformat.
(edit) @f337c290   12 years anton eatgq: return meaningful error codes.
(edit) @4b7598e2   12 years anton eatgv: cosmetics, reformat
(edit) @ade40280   12 years anton eatgv: return meaningful error codes.
(edit) @0859eaa   12 years anton cyuv: return meaningful error codes.
(edit) @6837bd6   12 years anton txd: return meaningful error codes.
(edit) @69c25c92   12 years anton dnxhdenc: fix invalid reads in dnxhd_mb_var_thread(). Do not assume …
(edit) @033a86f9   12 years diego x86: h264qpel: Move stray comment to the right spot and clarify it
(edit) @0e3afacd   12 years justin.ruggles atrac3: use correct loop variable in add_tonal_components() …
(edit) @ded3673d   12 years lu_zero doc: document libx264 options and mappings
(edit) @29b553c1   12 years lu_zero libx264: introduce -x264-params private option It is a shortcut to …
(edit) @38c1466c   12 years lu_zero dict: add av_dict_parse_string() Can be used to set multiple …
(edit) @5ea5ffc9   12 years lu_zero doc: support multitable in texi2pod
(edit) @0b55b16a   12 years lu_zero avfilter: allow setpts filter to use wallclock time for calculations …
(edit) @b85a5e87   12 years lu_zero lavu: Add av_strnstr() This is a length limited version of strstr() …
(edit) @a84fb6e0   12 years lu_zero h264: Allow discarding the cropping information from SPS Some 3D …
(edit) @33552a5f   12 years diego arm: Add mathops.h to ARCH_HEADERS list It is an arch-specific header …
(edit) @4333df63   12 years diego avstring: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @2c10e2a2   12 years diego build: Make the H.264 parser select h264qpel It is required for …
(edit) @c5c2060c   12 years janne-libav x86: h264qpel: add cpu flag checks for init function The code was …
(edit) @6bdb841b   12 years janne-libav h264: copy h264qpel dsp context to slice thread copies
(edit) @8e148b87   12 years janne-libav arm: h264qpel: use neon h264 qpel functions only if supported
(edit) @e9d81735   12 years lu_zero dsputil: Separate h264 qpel The sh4 optimizations are removed, …
(edit) @7a95afe4   12 years lu_zero doc: fix dependencies in pod generation The script can and will change.
(edit) @528878ee   12 years diego openbsd: configure: Stop enabling PIC by default Previously PIC was …
(edit) @4a4a7e13   12 years martin rtpenc_chain: Use the original AVFormatContext for getting payload …
(edit) @93211717   12 years martin rtp: Make sure the output format pointer is set Not sure if this …
Note: See TracRevisionLog for help on using the revision log.