]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-10-26 Justin Rugglespcmdec: move number of channels check to pcm_decode_init()
2011-10-26 Justin Rugglespcmdec: remove unnecessary check for sample_fmt change
2011-10-26 Justin Rugglespcmdec: move DVD PCM bits_per_coded_sample check near...
2011-10-26 Justin Rugglespcmdec: do not needlessly set *data_size to 0
2011-10-26 Justin Rugglesalacdec: remove unneeded NULL or zero-size packet checks.
2011-10-26 Justin Rugglesalacdec: simplify buffer allocation by using FF_ALLOC_O...
2011-10-26 Justin Rugglesalacdec: ask for a sample for unsupported sample depths.
2011-10-26 Justin Rugglesalacdec: cosmetics: use 'ch' instead of 'chan' to itera...
2011-10-26 Justin Rugglesalacdec: move some declarations to the top of the function
2011-10-26 Justin Rugglesalacdec: always use get_sbits_long() for uncompressed...
2011-10-26 Justin Rugglesalacdec: remove unneeded local variable
2011-10-26 Justin Rugglesalacdec: remove the numchannels parameter from several...
2011-10-26 Justin Rugglesalacdec: rename 2 functions.
2011-10-26 Justin Rugglesalacdec: move appending of extra_bits to a separate...
2011-10-26 Justin Rugglesalacdec: split stereo decorrelation into a separate...
2011-10-26 Justin Rugglesalacdec: cosmetics: rename 'wasted_bits' to 'extra_bits'.
2011-10-26 Justin Rugglesalacdec: remove unneeded numsamples checks
2011-10-26 Justin Rugglesalacdec: check for buffer allocation failure.
2011-10-26 Justin Rugglesalacdec: allocate per-channel buffers based on channel...
2011-10-26 Justin Rugglesalacdec: read/validate number of channels from the...
2011-10-26 Justin Rugglesalacdec: remove unneeded validation of setinfo_sample_size.
2011-10-26 Justin Rugglesalacdec: set sample_fmt in alac_decode_init()
2011-10-26 Justin Rugglesalacdec: set bytespersample using av_get_bytes_per_sample()
2011-10-26 Janne Grunauthreads: restore has_b_frames in frame_thread_free
2011-10-26 Daniel KangH.264: Cometics to dsputil_mmx.c
2011-10-25 Justin Rugglesg722dec: check output buffer size before decoding
2011-10-25 Justin Rugglesg722dec: cosmetics: reindent/linewrap
2011-10-25 Justin Rugglesg722dec: remove the use of lowres for half-rate decoding.
2011-10-25 Justin Rugglestta: check for extradata allocation failure in tta...
2011-10-25 Justin Rugglestta: check for allocation failure of decode_buffer
2011-10-25 Justin Rugglestta: use correct frame_length calculation.
2011-10-25 Justin Rugglestta: add support for decoding 24-bit sample format
2011-10-25 Justin Rugglescosmetics: indentation
2011-10-25 Justin Rugglestta: remove pointless braces
2011-10-25 Justin Rugglestta: check output buffer size after adjusting frame...
2011-10-25 Justin Rugglestta: fix reading of format in TTA header.
2011-10-25 Justin Rugglestta: remove useless commented-out lines
2011-10-25 Justin Rugglestta: check remaining bitstream size while reading unary...
2011-10-25 Anton Khirnovlavf: deprecate AVStream.stream_copy
2011-10-25 Anton Khirnovavconc: split choose_codec() to choose_decoder/choose_e...
2011-10-25 Anton Khirnovlavf: simplify by using FFMAX/FFMIN.
2011-10-25 Anton Khirnovmpegenc: add preload private option.
2011-10-25 Janne Grunaucosmetics: simplify latm_decode_init
2011-10-25 Janne Grunaulatm: avoid unnecessary reinit of the aac decoder
2011-10-25 Janne Grunauaacdec: initialize sbr context only in new channel...
2011-10-25 Janne Grunauresample: reject unhandled conversions
2011-10-25 Janne Grunauresample: remove unused #define
2011-10-24 Mans Rullgardadpcm: use sign_extend()
2011-10-23 Janne Grunaumpeg12: fix mpeg_decode_slice context parameter type
2011-10-23 Janne GrunauRevert "mpeg12: move full_pel from MpegEncContext to...
2011-10-23 Michael KarcherMove id3v2 tag writing to a separate file.
2011-10-23 Ronald S. Bultjeswscale: add missing colons to x86 assembly yuv2planeX.
2011-10-23 Justin Rugglesg722: split decoder and encoder into separate files
2011-10-23 Justin Rugglescosmetics: remove extra spaces before end-of-statement...
2011-10-23 Justin Rugglesvorbisdec: check output buffer size before writing...
2011-10-23 Justin Ruggleswavpack: calculate bpp using av_get_bytes_per_sample()
2011-10-23 John Stebbinsac3enc: Set max value for mode options correctly
2011-10-23 Anton Khirnovlavc: move get_b_cbp() from h263.h to mpeg4videoenc.c
2011-10-23 Anton Khirnovmpeg12: move closed_gop from MpegEncContext to Mpeg1Context
2011-10-23 Anton Khirnovmpeg12: move full_pel from MpegEncContext to Mpeg1Context
2011-10-23 Anton Khirnovmpeg12: move Mpeg1Context from mpeg12.c to mpeg12.h
2011-10-23 Anton Khirnovmpegvideo: remove some unused variables from MpegEncCon...
2011-10-22 Michael Karcherid3v2: fix doxy comment - 'machine byte order' makes...
2011-10-22 Mashiat Sarker... VC1: restore mistakenly removed code
2011-10-22 Justin Rugglestwinvq: check output buffer size before decoding
2011-10-22 Justin Rugglestwinvq: return an error when the packet size is too...
2011-10-22 Anton Khirnovlavf: export some forgotten symbols with non-av prefixes.
2011-10-22 Ronald S. Bultjeswscale: update altivec yuv2planeX asm to new per-plane...
2011-10-22 Ronald S. Bultjeswscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.
2011-10-22 Kieran Kunhyayuv2planeX10 SIMD
2011-10-22 Ronald S. Bultjeswscale: decide whether to use yuv2plane1/X on a per...
2011-10-22 Ronald S. Bultjeswscale: reintroduce full precision in 16-bit output.
2011-10-22 Kieran KunhyaSplit up yuv2yuvX functions
2011-10-22 Kieran KunhyaSplit out yuv2yuv1 luma and chroma in order to make...
2011-10-22 Dustin Brodylavc: replace references to deprecated AVCodecContext...
2011-10-22 Dustin Brodylavc: translate non-flag-based er options into flag...
2011-10-22 Dustin Brodyadd -err_filter AVOptions to access flag-based error...
2011-10-22 Ronald S. Bultjeh264_weight: initialize "height" function argument...
2011-10-21 Lou Loganpresets: spelling error in libvpx 1080p50_60
2011-10-21 Marton Balintavplay: fix fullscreen behaviour with SDL 1.2.14 on...
2011-10-21 Reimar Döffingerflvdec: Do not call parse_keyframes_index with a NULL...
2011-10-21 Justin Ruggleslibspeexdec: include system headers before local headers
2011-10-21 Justin Ruggleslibspeexdec: return meaningful error codes
2011-10-21 Justin Ruggleslibspeexdec: cosmetics: reindent
2011-10-21 Justin Ruggleslibspeexdec: decode one frame at a time.
2011-10-21 Mans Rullgardswscale: fix signed shift overflows in ff_yuv2rgb_c_ini...
2011-10-21 Anton KhirnovMove timefilter code from lavf to lavd.
2011-10-21 Raivo Hoolmov: add support for hdvd and pgapmetadata atoms
2011-10-21 Raivo Hoolmov: rename function _stik, some indentation cosmetics
2011-10-21 Raivo Hoolmov: rename function _int8 to remove ambiguity, some...
2011-10-21 Raivo Hoolmov: parse the gnre atom
2011-10-21 Justin Rugglesmp3on4: check for allocation failures in decode_init_mp...
2011-10-21 Justin Rugglesmp3on4: create a separate flush function for MP3onMP4.
2011-10-21 Justin Rugglesmp3on4: ensure that the frame channel count does not...
2011-10-21 Justin Rugglesmp3on4: set channel layout
2011-10-21 Justin Rugglesmp3on4: fix the output channel order
2011-10-21 Justin Rugglesmp3on4: allocate temp buffer with av_malloc() instead...
2011-10-21 Justin Rugglesmp3on4: copy MPADSPContext from first context to all...
2011-10-21 Justin Rugglesfmtconvert: port float_to_int16_interleave() 2-channel...
2011-10-21 Justin Rugglesfmtconvert: port int32_to_float_fmul_scalar() x86 inlin...
next