]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-02-08 Anton Khirnovrawenc: switch to encode2().
2012-02-08 Anton Khirnovpixdesc: mark pseudopaletted formats with a special...
2012-02-08 Anton Khirnovavconv: switch to avcodec_encode_video2().
2012-02-08 Anton Khirnovlibx264: implement encode2().
2012-02-08 Anton Khirnovlibx264: split extradata writing out of encode_nals().
2012-02-08 Anton Khirnovlavc: add avcodec_encode_video2() that encodes from...
2012-02-08 Ronald S. Bultjecmdutils: update copyright year to 2012.
2012-02-08 Ronald S. Bultjeswscale: sign-extend integer function argument to qword...
2012-02-08 Haruhiko Yamagatax86inc: support yasm -f win64 flag also.
2012-02-08 Ronald S. Bultjeh264: manually save/restore XMM registers for functions...
2012-02-08 Henrik Gramnerx86inc: allow manual use of WIN64_SPILL_XMM.
2012-02-08 Alex Converseaacdec: Use correct speaker order for 7.1.
2012-02-08 Alex Converseaacdec: Remove incorrect comment.
2012-02-08 Alex Converseaacdec: Simplify output configuration.
2012-02-08 Diego BiurrunRemove Sun medialib glue code.
2012-02-07 Ronald S. Bultjedsputil: set STRIDE_ALIGN to 16 for x86 also.
2012-02-07 Ronald S. Bultjepngdsp: swap argument inversion.
2012-02-07 Ronald S. Bultjeswscale: make yuv2yuv1 use named registers.
2012-02-07 Michael Kostylevh264: mark h264_idct_add8_10 with number of XMM registers.
2012-02-07 Ronald S. Bultjeswscale: fix V plane memory location in bilinear/unscal...
2012-02-07 Ronald S. Bultjevp8: always update next_framep[] before returning from...
2012-02-07 Anton Khirnovavconv: estimate next_dts from framerate if it is set.
2012-02-07 Anton Khirnovavconv: better next_dts usage.
2012-02-07 Anton Khirnovavconv: rename InputStream.pts to last_dts.
2012-02-07 Anton Khirnovavconv: reduce overloading for InputStream.pts.
2012-02-07 Anton Khirnovavconv: rename InputStream.next_pts to next_dts.
2012-02-07 Anton Khirnovavconv: rework -t handling for encoding.
2012-02-07 Anton Khirnovavconv: set encoder timebase for subtitles.
2012-02-07 Anton Khirnovpva-demux test: add -vn
2012-02-07 Diego Biurrunswscale: K&R formatting cosmetics for SPARC code
2012-02-07 Justin Rugglesapedec: allow the user to set the maximum number of...
2012-02-07 Justin Rugglesapedec: do not unnecessarily zero output samples for...
2012-02-07 Justin Rugglesapedec: allocate a single flat buffer for decoded samples
2012-02-07 Justin Rugglesapedec: use sizeof(field) instead of sizeof(type)
2012-02-07 Ronald S. Bultjeswscale: split C output functions into separate file.
2012-02-07 Ronald S. Bultjeswscale: Split C input functions into separate file.
2012-02-06 Aneesh Dograbytestream: Add bytestream2 writing API.
2012-02-06 Paul B MaholRevert "v210enc: use FFALIGN()"
2012-02-06 Diego Biurrundoxygen: Do not include license boilerplates in Doxygen...
2012-02-06 Justin Rugglesavplay: reset decoder flush state when seeking
2012-02-06 Justin Rugglesape: skip packets with invalid size
2012-02-06 Justin Rugglesape: calculate final packet size instead of guessing
2012-02-06 Justin Rugglesape: stop reading after the last frame has been read
2012-02-06 Justin Rugglesape: return AVERROR_EOF instead of AVERROR(EIO) when...
2012-02-06 Justin Rugglesape: return error if seeking to the current packet...
2012-02-06 Kieran Kunhyaavcodec: Clarify AVFrame member documentation.
2012-02-06 Paul B Maholv210dec: check for coded_frame allocation failure
2012-02-06 Paul B Maholv210enc: use stride as it is already calculated
2012-02-06 Paul B Maholv210enc: use FFALIGN()
2012-02-06 Paul B Maholv210enc: return proper AVERROR codes instead of -1
2012-02-06 Paul B Maholv210enc: do not set coded_frame->key_frame
2012-02-06 Paul B Maholv210enc: check for coded_frame allocation failure
2012-02-06 Andrey Utkindrawtext: add 'fix_bounds' option on coords fixing
2012-02-06 Andrey Utkindrawtext: fix text_{w, h} expression vars
2012-02-05 Andrey Utkindrawtext: add missing braces around an if() block.
2012-02-04 Paul B Maholape: fix seeking
2012-02-04 Paul B Maholapedec: 8bit and 24bit support
2012-02-03 Justin Rugglesdsputil: remove debug message in dsputil_init().
2012-02-03 Alex Conversemovdec: Avoid av_malloc(0) in stss
2012-02-03 Diego Biurrunbuild: Drop YASM-OBJS-FFT from SUBDIR_VARS.
2012-02-03 Diego Biurrunbuild: Drop unused X86-OBJS variable.
2012-02-03 Anton Khirnovavconv: remove debugging cruft from do_video_out().
2012-02-03 Anton Khirnovavconv: factorize setting stream_index for the output...
2012-02-03 Anton Khirnovframe{crc/md5}: set the stream timebase from codec...
2012-02-03 Justin Rugglesapedec: remove unneeded #include of get_bits.h and...
2012-02-03 Justin Rugglesapedec: av_fast_malloc() instead of av_realloc()
2012-02-03 Justin Rugglesapedec: fix handling of packet sizes that are not a...
2012-02-02 Anton Khirnovlibx264: fix indentation.
2012-02-02 Ronald S. Bultjevorbis: fix overflows in floor1[] vector and inverse...
2012-02-02 Ronald S. Bultjewin64: add a XMM clobber test configure option.
2012-02-02 Martin Storsjömovdec: Parse the dvc1 atom
2012-02-02 Mans RullgardARM: ac3: fix ac3_bit_alloc_calc_bap_armv6
2012-02-02 Diego Biurrunswscale: K&R formatting cosmetics for Blackfin code
2012-02-02 Piotr Bandurskifrwu: lowercase the FRWU codec name
2012-02-02 Janne Grunaumovdec: fix dts generation in fragmented files
2012-02-02 Mans Rullgardfate: make acodec-ac3_fixed test output raw AC3
2012-02-02 Janne GrunauAPIchanges: add missing commit hashes
2012-02-02 Ronald S. Bultjeswscale: implement MMX, SSE2 and AVX functions for...
2012-02-02 Paul B Maholra144enc: drop pointless "encoder" from .long_name
2012-02-02 Justin Rugglesbethsoftvideo: fix palette reading.
2012-02-02 Justin Rugglesmpc7: use av_fast_padded_malloc()
2012-02-02 Justin Rugglesmpc7: simplify handling of packet sizes that are not...
2012-02-02 Paul B Maholdoc: decoding Forward Uncompressed is supported
2012-02-02 Justin RugglesFix a typo in the x86 asm version of ff_vector_clip_int32()
2012-02-01 Justin Rugglespcmenc: Do not set avpkt->size.
2012-02-01 Justin Rugglesff_alloc_packet: modify the size of the packet to match...
2012-02-01 Paul B Maholfrwu: Employ more meaningful return values.
2012-02-01 Reimar Döffingerfraps: Use av_fast_padded_malloc() instead of av_realloc()
2012-02-01 Reimar Döffingermjpegdec: use av_fast_padded_malloc()
2012-02-01 Reimar Döffingereatqi: use av_fast_padded_malloc()
2012-02-01 Reimar Döffingerasv1: use av_fast_padded_malloc()
2012-02-01 Janne Grunauavcodec: Add av_fast_padded_malloc().
2012-02-01 Ronald S. Bultjeswscale: enable dithering in MMX functions.
2012-02-01 Ronald S. Bultjeswscale: make rgb24 function macros slightly smaller.
2012-02-01 Diego Biurrunavcodec.h: Remove some disabled cruft.
2012-02-01 Ronald S. Bultjeswscale: remove obsolete comment.
2012-02-01 Diego Biurrunswscale-test: Drop unused argc and argv arguments from...
2012-02-01 Paul B Maholzmbv: Employ more meaningful return values.
2012-02-01 Paul B Maholzmbvenc: Employ more meaningful return values.
2012-02-01 Janne Grunauvc1: prevent null pointer dereference on broken files
next