]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2014-01-22 Diego Biurrunconfigure: Set default HOSTCFLAGS/HOSTCPPFLAGS after...
2014-01-21 Michael Niedermayerrgb2rgb_template: add MMX/SSE2/AVX-optimized deinterlea...
2014-01-21 Michael Niedermayerswscale/x86/rgb2rgb: add support for AVX
2014-01-21 Michael Niedermayerswscale: add nv12/nv21->yuv420 converter
2014-01-21 Michael Niedermayerswscale: fix stride used in planarToNv12Wrapper()
2014-01-21 Anton Khirnovlavc: do not force the emu edge flag
2014-01-21 Kostya Shishkovdxtory: change error code for unexpected slice configur...
2014-01-21 Kostya Shishkovdxtory: correctly handle YUV slices with average odd...
2014-01-21 Diego Biurrundxva2: Use correct printf format strings
2014-01-21 Diego Biurrundxva2: Add missing #includes
2014-01-21 Sam Lantingadxva2: Log errors verbosely
2014-01-21 Sam Lantingadxva2: Retry IDirectXVideoDecoder_BeginFrame()
2014-01-21 Luca Barbatohevc: Bound check cu_qp_delta
2014-01-21 Luca Barbatohevc: Bound check slice_qp
2014-01-21 Luca Barbatohevc: Prevent some integer overflows
2014-01-21 Guillaume Martreshevc: Remove useless clip
2014-01-21 Guillaume Martreshevc: clip pixels when transquant bypass is used
2014-01-21 Luca Barbatohevc: Use uint64 to check for tile dimensions
2014-01-21 Michael Niedermayerhevc: Fix modulo operations
2014-01-21 Michael Niedermayerhevc: check that VPS referenced from SPS exists
2014-01-20 Michael Niedermayervc1: Always reset numref when parsing a new frame header.
2014-01-20 Martin Storsjörtmpproto: Send a full, absolute timestamp if it isn...
2014-01-20 Martin Storsjörtmpproto: Avoid using uninitialized memory
2014-01-20 Justin Rugglesmov: do not set avg_frame_rate in the demuxer
2014-01-20 Anton Khirnovlavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edg...
2014-01-20 Anton Khirnovmpegvideo: allocate edges when encoding.
2014-01-20 Anton Khirnovlavc: allow the caller to override dimensions in ff_get...
2014-01-19 Tim Walkereac3: cosmetics, re-indent.
2014-01-19 Tim Walker(e)ac3: clip surround mix level indexes.
2014-01-19 Tim Walker(e)ac3: parse and store the Lt/Rt and LFE mix levels.
2014-01-19 Tim Walkerac3: set default matrix encoding modes in parse_frame_h...
2014-01-18 Anton Khirnovh264: check that an IDR NAL only contains I slices
2014-01-18 Anton Khirnovh264: reset num_reorder_frames if it is invalid
2014-01-18 Anton Khirnovh264: reset ref count if decoding the slice header...
2014-01-18 Anton Khirnovh264: prevent two matching fields from being both a...
2014-01-18 Anton Khirnovh264: do not call field_end if we do not have a current...
2014-01-18 Anton Khirnovh264: limit allowed pred modes in ff_h264_check_intra_p...
2014-01-18 Anton Khirnovh264: reset first_field if frame_start() fails for...
2014-01-18 Reinhard TartlerPrepare for 10_alpha2 Release
2014-01-17 Michael Niedermayeravisynth: fix setting packet properties
2014-01-17 Anton Khirnovbuffersrc: handle non-refcounted frames in av_buffersrc...
2014-01-17 Anton Khirnovyuv4mpeg: set average frame rate
2014-01-17 Anton Khirnovavconv: print a warning when falling back to default...
2014-01-17 Anton Khirnovmp3enc: allow omitting the id3v2 header with -id3v2_ver...
2014-01-17 Anton Khirnovmp3enc: add an option for disabling the Xing frame.
2014-01-17 Luca Barbatodoxy: Document better the available AVFrame flags
2014-01-17 Luca Barbatodoxy: Add AVFrame to the structured modules
2014-01-17 Martin Storsjöaviocat: Add support for specifying the input duration
2014-01-17 Martin Storsjöaviocat: Check the argv array length before reading...
2014-01-15 Diego Biurrunx86: dsputil: Simplify xvmc deprecation conditional
2014-01-15 Diego Biurrunbuild: Add separate hidden config option for the intrax...
2014-01-15 Janne Grunauaarch64: port neon clobber test from arm
2014-01-15 Janne Grunauaarch64: h264 (bi)weight NEON optimizations
2014-01-15 Janne Grunauaarch64: h264 loop filter NEON optimizations
2014-01-15 Janne Grunauaarch64: hpeldsp NEON optimizations
2014-01-15 Janne Grunauaarch64: h264 qpel NEON optimizations
2014-01-15 Janne Grunauaarch64: h264 idct NEON assembler optimizations
2014-01-15 Janne Grunauaarch64: h264 chroma motion compensation NEON optimizations
2014-01-15 Janne Grunauaarch64: add cpuflags support for NEON and VFP
2014-01-15 Janne Grunaudct-test: test ff_simple_idct_neon only on ARM for now
2014-01-15 Martin Storsjömov: Free an earlier allocated array if allocating...
2014-01-15 Martin Storsjömov: Free intermediate arrays in the normal cleanup...
2014-01-14 Janne Grunauaarch64: bswap inline assembly
2014-01-14 Janne Grunauaarch64: configure: set arch dependent features
2014-01-14 Janne Grunaucabac: remove leftovers from the cabac encoder
2014-01-14 Tomas Härdinmxf: Fix potential leak in mxf_read_local_tags()
2014-01-14 Tomas Härdinmxf: Correctly support files from Pinnacle Thunder
2014-01-14 Michael Niedermayermxf: Fix a possible leak of extradata
2014-01-14 Luca Barbatomxf: Use av_malloc_array
2014-01-14 Luca Barbatomxf: Drop unnecessary checks
2014-01-14 Marton Balintmxf: Fix off by one error in d10 aes3 decoding
2014-01-14 Luca Barbatomxf: Do not use int to check the seek position
2014-01-14 Reimar Döffingermxf: Set AV_FIELD_PROGRESSIVE
2014-01-13 Robert Krügervf_yadif: Relicense from GPL to LGPL
2014-01-13 Diego Biurrunx86: Consistently use cpu flag detection macros in...
2014-01-13 Diego Biurrunarm: Use full filenames as multiple inclusion guards
2014-01-13 Anton Khirnovlavf: make av_probe_input_buffer more robust
2014-01-13 Anton Khirnovlavf: use a fixed width type
2014-01-13 Anton Khirnovlavf: simplify handling of offset in av_probe_input_buu...
2014-01-13 Martin Storsjöx86/arm: Add clobber tests to libavresample
2014-01-13 Tim Walkervc1: Enable the interlaced B-frame codepath.
2014-01-13 Michael Niedermayervc1: Add avg_no_rnd_vc1_chroma_mc4_c()
2014-01-13 Luca Barbatovc1: Factorize out chroma MC
2014-01-12 Luca Barbatovc1dsp: K&R formatting cosmetics
2014-01-11 Benjamin Larssonflv: Workaround for buggy Omnia A/XE encoder
2014-01-10 Martin Storsjöarm: Add an option for making sure NEON registers aren...
2014-01-10 Martin Storsjöfate: Explicitly specify the rgb555le pixel format...
2014-01-09 Vittorio Giovaraavutil: do not use avcodec header in frame.h
2014-01-09 Vittorio Giovaraavfilter: fix leaks on error in ff_filter_frame
2014-01-09 Vittorio Giovaraavfilter: add needs_writable field to the internal...
2014-01-09 Vittorio Giovaraavfilter: add documentation for needs_writable
2014-01-09 Vittorio Giovarafate: add framepack filter test
2014-01-09 Vittorio Giovaralavfi: add framepack filter
2014-01-09 Justin Rugglesflac muxer: add option to disable writing the global...
2014-01-09 Maxim PolijakowskiATRAC3+ decoder
2014-01-09 Diego Biurrunx86: hpeldsp: Add missing av_cold attribute to init...
2014-01-09 Diego Biurrunx86: avcodec: Add a bunch of missing #includes for...
2014-01-09 Diego Biurrunac3tab.h: #include the correct headers
2014-01-09 Anton Khirnovmjpegdec: apply flipping after decoding, not before
2014-01-09 Guillaume Martreshevc: fix decoding of one PU wide files
next