]> git.sesse.net Git - ffmpeg/history - libavcodec
yop: initialize palette to 0
[ffmpeg] / libavcodec /
2013-02-06 Anton Khirnovyop: initialize palette to 0
2013-02-06 Anton Khirnovyop: check for input overreads.
2013-02-06 Anton Khirnovyop: check that extradata is large enough.
2013-02-06 Kostya Shishkovqtrle: fix the topmost line for 1bit
2013-02-06 Kostya Shishkovxxan: properly handle odd heights.
2013-02-06 Anton Khirnovfraps: fix off-by one bug for version 1.
2013-02-06 Anton Khirnovaasc: fix output for msrle compression.
2013-02-06 Anton Khirnovmsrledec: check bounds before constructing a possibly...
2013-02-06 Anton Khirnovcdgraphics: do not rely on get_buffer() initializing...
2013-02-06 Anton Khirnovsvq1: replace struct svq1_frame_size with an array.
2013-02-06 Vladimir Pantelicvc1dec: use codec_id instead of codec_tag for VC1IMAGE
2013-02-05 Luca Barbatosh4: drop unused functions
2013-02-05 Diego Biurrunsh4: Fix silly type vs. variable name search and replac...
2013-02-05 Diego BiurrunAdd av_cold attributes to arch-specific init functions
2013-02-05 Diego BiurrunUse ptrdiff_t instead of int for {avg, put}_pixels...
2013-02-04 Anton Khirnovmpegvideo: simplify REBASE_PICTURE
2013-02-01 Diego BiurrunUse proper "" quotes for local header #includes
2013-02-01 Diego Biurrunppc: fmtconvert: Drop two unused variables.
2013-02-01 Anton Khirnovbink: fix a check for the first frame.
2013-01-31 Diego Biurrunx86: hpel: Move {avg,put}_pixels16_sse2 to hpeldsp
2013-01-31 Martin Storsjömpegvideo: Do REBASE_PICTURE with byte pointers
2013-01-30 Ronald S. Bultjedsputil: remove unused functions copy_block{2, 4, 8...
2013-01-29 Luca Barbatobfin: unbreak compilation
2013-01-29 Anton Khirnovh264: remove obsolete comment.
2013-01-29 Anton Khirnovmpegvideo: remove some unused variables from Picture.
2013-01-29 Anton Khirnovutvideoenc/v410enc: do not set AVFrame.reference.
2013-01-29 Anton Khirnovpthread: make ff_thread_release_buffer idempotent.
2013-01-29 Anton Khirnovrawdec: use AVPALETTE_SIZE instead of magic constants.
2013-01-29 Anton Khirnovmimic: remove a pointless cast.
2013-01-29 Anton Khirnovmdec: return meaningful error codes.
2013-01-29 Anton Khirnovmdec: cosmetics, reformat
2013-01-29 Anton Khirnovmdec: merge mdec_common_init() into decode_init().
2013-01-29 Anton Khirnoveatgv: use fixed-width types where appropriate.
2013-01-28 Diego Biurrunx86: Simplify some arch conditionals
2013-01-28 Diego Biurrunbfin: Separate VP3 initialization code
2013-01-28 Luca Barbatobfin: update VP3 idct
2013-01-28 Michael Niedermayerx86: hpeldsp: Fix a typo, use the right register
2013-01-28 Luca Barbatoshorten: fix array subscript is below array bounds...
2013-01-28 Daniel Kangdsputil: Fix error by not using redzone and register...
2013-01-27 Martin Storsjöarm: vp8: Fix the plain-armv6 version of vp8_luma_dc_wht
2013-01-27 Daniel Kangdsputil: x86: Correct the number of registers used...
2013-01-27 Daniel Kangdsputil: add missing HAVE_YASM guard
2013-01-27 Rémi Denis-Courmonthwaccel: do not offer unsupported pixel formats
2013-01-27 Rémi Denis-Courmontvdpau: add missing pixel format for H.264
2013-01-27 Daniel Kangdsputil: x86: Convert mpeg4 qpel and dsputil avg to...
2013-01-27 Ronald S. BultjeMove H264/QPEL specific asm from dsputil.asm to h264_qp...
2013-01-26 Anton Khirnovmpegvideo_enc: fix indentation in load_input_picture()
2013-01-26 Anton Khirnovmpegvideo_enc: do not modify the input frame.
2013-01-26 Anton Khirnovmjpegdec: fix indentation
2013-01-26 Anton Khirnovrawdec: cosmetics, reformat
2013-01-26 Anton Khirnovmimic: return meaningful error codes.
2013-01-26 Anton Khirnovmimic: cosmetics, reformat
2013-01-26 Anton Khirnoviff: drop ff_ prefix from a static function.
2013-01-26 Anton Khirnovpngdec: cosmetics, reformat.
2013-01-26 Anton Khirnovdxa: return meaningful error codes.
2013-01-26 Anton Khirnoveatgq: cosmetics, reformat.
2013-01-26 Anton Khirnoveatgq: return meaningful error codes.
2013-01-26 Anton Khirnoveatgv: cosmetics, reformat
2013-01-26 Anton Khirnoveatgv: return meaningful error codes.
2013-01-26 Anton Khirnovcyuv: return meaningful error codes.
2013-01-26 Anton Khirnovtxd: return meaningful error codes.
2013-01-26 Anton Khirnovdnxhdenc: fix invalid reads in dnxhd_mb_var_thread().
2013-01-26 Diego Biurrunx86: h264qpel: Move stray comment to the right spot...
2013-01-25 Michael Karcheratrac3: use correct loop variable in add_tonal_components()
2013-01-25 Gavriloaie Eugen... libx264: introduce -x264-params private option
2013-01-25 Vittorio Giovarah264: Allow discarding the cropping information from SPS
2013-01-24 Diego Biurrunarm: Add mathops.h to ARCH_HEADERS list
2013-01-24 Janne Grunaux86: h264qpel: add cpu flag checks for init function
2013-01-24 Janne Grunauh264: copy h264qpel dsp context to slice thread copies
2013-01-24 Janne Grunauarm: h264qpel: use neon h264 qpel functions only if...
2013-01-24 Mans Rullgarddsputil: Separate h264 qpel
2013-01-23 Martin Storsjöwmv2: Propagate the wmv2 idct permutation type to the...
2013-01-23 Ronald S. Bultjedsputil: remove one array dimension from avg_no_rnd_pix...
2013-01-23 Ronald S. Bultjedsputil: remove 9/10 bits hpel functions.
2013-01-23 Ronald S. Bultjedsputil: remove some never-assigned function pointers...
2013-01-23 Ronald S. Bultjedsputil: remove avg_no_rnd_pixels8.
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2013-01-23 Ronald S. Bultjevorbisdsp: convert x86 simd functions from inline asm...
2013-01-23 Ronald S. Bultjevp3dsp: don't do aligned reads on input.
2013-01-22 Tim Walkermlp_parser: cosmetics: re-indent.
2013-01-22 Tim Walkermlp: implement support for AVCodecContext.request_chann...
2013-01-22 Tim Walkermlp_parser: account for AVCodecContext.request_channels...
2013-01-22 Tim Walkermlpdec: set the channel layout.
2013-01-22 Tim Walkermlpdec: TrueHD: use Libav channel order.
2013-01-22 Tim Walkermlp: store the channel layout for each substream.
2013-01-22 Diego Biurrunarm: Add some missing header #includes
2013-01-22 Ronald S. Bultjefloatdsp: move scalarproduct_float from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move butterflies_float from dsputil to avfloa...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_reverse from dsputil to...
2013-01-22 Ronald S. Bultjefloatdsp: move vector_fmul_add from dsputil to avfloatdsp.
2013-01-22 Michael Smithproresdec: support mixed interlaced/non-interlaced...
2013-01-22 Ronald S. Bultjevp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSP...
2013-01-21 Diego Biurrunx86: ac3: Fix HAVE_MMXEXT condition to only refer to...
2013-01-21 Luca BarbatoRevert "fate: Use wmv2 IDCT for wmv2 tests"
2013-01-21 Diego Biurrunget_bits/put_bits: K&R formatting cosmetics
2013-01-21 Daniel Kangdsputilenc: x86: Convert pixel inline asm to yasm
2013-01-21 Brad Smithlibgsm: detect libgsm header path
2013-01-21 Ronald S. Bultjefate: Use wmv2 IDCT for wmv2 tests
2013-01-21 Ronald S. Bultjevorbisdsp: change block_size type from int to intptr_t.
2013-01-21 Ronald S. Bultjelavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under...
next