]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2013-01-30 Martin Storsjömovenc: Simplify code by using avio_wb24
2013-01-29 Luca Barbatobfin: unbreak compilation
2013-01-29 Anton Khirnovvf_delogo: fix copying the input frame.
2013-01-29 Anton Khirnovvf_delogo: fix an uninitialized read.
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 Khirnovmvi: set framerate
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 Michael Niedermayerswscale: GBRP output support
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... hwaccel: do not offer unsupported pixel formats
2013-01-27 Rémi Denis... vdpau: 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 Luca Barbatodoc: update the reference for the title
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 Luca Barbatodoc: document libx264 options and mappings
2013-01-25 Gavriloaie... libx264: introduce -x264-params private option
2013-01-25 Justin Rugglesdict: add av_dict_parse_string()
2013-01-25 Luca Barbatodoc: support multitable in texi2pod
2013-01-25 Vladimir Pantelicavfilter: allow setpts filter to use wallclock time...
2013-01-25 Vladimir Panteliclavu: Add av_strnstr()
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 Luca Barbatoavstring: K&R formatting cosmetics
2013-01-24 Diego Biurrunbuild: Make the H.264 parser select h264qpel
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-24 Luca Barbatodoc: fix dependencies in pod generation
2013-01-24 Diego Biurrunopenbsd: configure: Stop enabling PIC by default
2013-01-24 Martin Storsjörtpenc_chain: Use the original AVFormatContext for...
2013-01-24 Martin Storsjörtp: Make sure the output format pointer is set
2013-01-23 Martin Storsjöwmv2: Propagate the wmv2 idct permutation type to the...
2013-01-23 Martin Storsjörtp: Make sure priv_data is set before reading it
2013-01-23 Xi Wangrtpenc: fix overflow checking in avc_mp4_find_startcode()
2013-01-23 Xi Wangrtmp: fix buffer overflows in ff_amf_tag_contents()
2013-01-23 Xi Wangrtmp: fix multiple broken overflow checks
2013-01-23 Martin Storsjöfloat_dsp: Include config.h for redefining restrict
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 Martin Storsjörtpenc: Start the sequence numbers from a random offset
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 Jindrich Makovickaavidec: use sensible error codes instead of -1
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
next