2013-02-07 |
Daniel Kang | dsputil: x86: Fix compile error |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Daniel Kang | dsputil: x86: Convert h263 loop filter to yasm |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Anton Khirnov | mpegvideo: remove an unused function parameter |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Anton Khirnov | rv10: improve buffer size check. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Anton Khirnov | error_resilience: remove a useless if() and FIXME |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Anton Khirnov | h264: remove silly macros |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Anton Khirnov | h263: remove an unused parameter from ff_h263_decode_in... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Tim Walker | flac: add channel layout masks for streams with 7 or... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Tim Walker | flac: don't check the number of channels before setting... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Martin Storsjö | h264chroma: x86: Fix building with yasm disabled |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Diego Biurrun | rv34: Drop now unnecessary dsputil dependencies |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Diego Biurrun | dsputil: Separate h264chroma |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Anton Khirnov | mpegvideo: initialize dummy reference frames. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Anton Khirnov | nuv: do not rely on get_buffer() initializing the frame. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Anton Khirnov | yop: initialize palette to 0 |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Anton Khirnov | yop: check for input overreads. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Anton Khirnov | yop: check that extradata is large enough. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Kostya Shishkov | qtrle: fix the topmost line for 1bit |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Kostya Shishkov | xxan: properly handle odd heights. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Anton Khirnov | fraps: fix off-by one bug for version 1. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Anton Khirnov | aasc: fix output for msrle compression. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Anton Khirnov | msrledec: check bounds before constructing a possibly... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Anton Khirnov | cmdutils: remove ansi from the list of broken codecs. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Anton Khirnov | cdgraphics: do not rely on get_buffer() initializing... |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Anton Khirnov | svq1: replace struct svq1_frame_size with an array. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Anton Khirnov | vf_yadif: silence a warning. |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Diego Biurrun | asf: K&R formatting cosmetics |
commit | commitdiff | tree | snapshot |
2013-02-06 |
Vladimir Pantelic | vc1dec: use codec_id instead of codec_tag for VC1IMAGE |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Luca Barbato | sh4: drop unused functions |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Diego Biurrun | sh4: Fix silly type vs. variable name search and replac... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Diego Biurrun | configure: Group all hwaccels together in a separate... |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Diego Biurrun | Add av_cold attributes to arch-specific init functions |
commit | commitdiff | tree | snapshot |
2013-02-05 |
Diego Biurrun | Use ptrdiff_t instead of int for {avg, put}_pixels... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Diego Biurrun | avfilter: x86: consistent filenames for filter optimiza... |
commit | commitdiff | tree | snapshot |
2013-02-04 |
Anton Khirnov | mpegvideo: simplify REBASE_PICTURE |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Diego Biurrun | vf_hqdn3d: x86: Add proper arch optimization initialization |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Diego Biurrun | Use proper "" quotes for local header #includes |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Diego Biurrun | ppc: fmtconvert: Drop two unused variables. |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Anton Khirnov | bink demuxer: set framerate. |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Anton Khirnov | bink demuxer: check malloc return value |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Anton Khirnov | bink: fix a check for the first frame. |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Diego Biurrun | doc/developer: Drop obsolete MPlayer reference |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Diego Biurrun | doc/developer: Add ISC license to list of acceptable... |
commit | commitdiff | tree | snapshot |
2013-02-01 |
Diego Biurrun | doc/developer: Add web links for all suggested licenses |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Diego Biurrun | x86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Diego Biurrun | configure: Add a comment indicating why uclibc is check... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Diego Biurrun | configure: Move newlib libc check before mingw libc... |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Diego Biurrun | avisynth: Change demuxer name to avoid conflicts with AVS |
commit | commitdiff | tree | snapshot |
2013-01-31 |
Martin Storsjö | mpegvideo: Do REBASE_PICTURE with byte pointers |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Ronald S. Bultje | dsputil: remove unused functions copy_block{2, 4, 8... |
commit | commitdiff | tree | snapshot |
2013-01-30 |
Martin Storsjö | movenc: Simplify code by using avio_wb24 |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Luca Barbato | bfin: unbreak compilation |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Anton Khirnov | vf_delogo: fix copying the input frame. |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Anton Khirnov | vf_delogo: fix an uninitialized read. |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Anton Khirnov | h264: remove obsolete comment. |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Anton Khirnov | mpegvideo: remove some unused variables from Picture. |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Anton Khirnov | utvideoenc/v410enc: do not set AVFrame.reference. |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Anton Khirnov | pthread: make ff_thread_release_buffer idempotent. |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Anton Khirnov | mvi: set framerate |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Anton Khirnov | rawdec: use AVPALETTE_SIZE instead of magic constants. |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Anton Khirnov | mimic: remove a pointless cast. |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Anton Khirnov | mdec: return meaningful error codes. |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Anton Khirnov | mdec: cosmetics, reformat |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Anton Khirnov | mdec: merge mdec_common_init() into decode_init(). |
commit | commitdiff | tree | snapshot |
2013-01-29 |
Anton Khirnov | eatgv: use fixed-width types where appropriate. |
commit | commitdiff | tree | snapshot |
2013-01-28 |
Diego Biurrun | x86: Simplify some arch conditionals |
commit | commitdiff | tree | snapshot |
2013-01-28 |
Diego Biurrun | bfin: Separate VP3 initialization code |
commit | commitdiff | tree | snapshot |
2013-01-28 |
Luca Barbato | bfin: update VP3 idct |
commit | commitdiff | tree | snapshot |
2013-01-28 |
Michael Niedermayer | x86: hpeldsp: Fix a typo, use the right register |
commit | commitdiff | tree | snapshot |
2013-01-28 |
Luca Barbato | shorten: fix array subscript is below array bounds... |
commit | commitdiff | tree | snapshot |
2013-01-28 |
Daniel Kang | dsputil: Fix error by not using redzone and register... |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Michael Niedermayer | swscale: GBRP output support |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Martin Storsjö | arm: vp8: Fix the plain-armv6 version of vp8_luma_dc_wht |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Daniel Kang | dsputil: x86: Correct the number of registers used... |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Daniel Kang | dsputil: add missing HAVE_YASM guard |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Rémi Denis... | hwaccel: do not offer unsupported pixel formats |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Rémi Denis... | vdpau: add missing pixel format for H.264 |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Daniel Kang | dsputil: x86: Convert mpeg4 qpel and dsputil avg to... |
commit | commitdiff | tree | snapshot |
2013-01-27 |
Ronald S. Bultje | Move H264/QPEL specific asm from dsputil.asm to h264_qp... |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Luca Barbato | doc: update the reference for the title |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Anton Khirnov | mpegvideo_enc: fix indentation in load_input_picture() |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Anton Khirnov | mpegvideo_enc: do not modify the input frame. |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Anton Khirnov | mjpegdec: fix indentation |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Anton Khirnov | rawdec: cosmetics, reformat |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Anton Khirnov | mimic: return meaningful error codes. |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Anton Khirnov | mimic: cosmetics, reformat |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Anton Khirnov | iff: drop ff_ prefix from a static function. |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Anton Khirnov | pngdec: cosmetics, reformat. |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Anton Khirnov | dxa: return meaningful error codes. |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Anton Khirnov | eatgq: cosmetics, reformat. |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Anton Khirnov | eatgq: return meaningful error codes. |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Anton Khirnov | eatgv: cosmetics, reformat |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Anton Khirnov | eatgv: return meaningful error codes. |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Anton Khirnov | cyuv: return meaningful error codes. |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Anton Khirnov | txd: return meaningful error codes. |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Anton Khirnov | dnxhdenc: fix invalid reads in dnxhd_mb_var_thread(). |
commit | commitdiff | tree | snapshot |
2013-01-26 |
Diego Biurrun | x86: h264qpel: Move stray comment to the right spot... |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Michael Karcher | atrac3: use correct loop variable in add_tonal_components() |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Luca Barbato | doc: document libx264 options and mappings |
commit | commitdiff | tree | snapshot |
2013-01-25 |
Gavriloaie... | libx264: introduce -x264-params private option |
commit | commitdiff | tree | snapshot |
next |