]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2011-02-22 Anton Khirnovavio: rename av_alloc_put_byte -> avio_alloc_context...
2011-02-22 Ronald S. Bultjedsputil: make {add/put/put_signed}_pixels_clamped(...
2011-02-22 Ronald S. BultjeVC1: inline vc1_put_block() in vc1_decode_i_blocks().
2011-02-22 Mans RullgardMakefile: include deps from tools directory
2011-02-22 Mans Rullgardamrnb: use correct size when copying lsf_r array
2011-02-22 Mans Rullgardx86: use raw opcode for xgetbv instruction
2011-02-22 Michael NiedermayerAdd shadow support to the drawtext filter
2011-02-22 Michael Niedermayerfactor draw_glyphs out of drawtext filter
2011-02-22 Michael NiedermayerFix and optimize yuv blend in the drawtext filter
2011-02-22 Michael Niedermayerget rid of divisions in the inner loop of the drawtext...
2011-02-22 Michael Niedermayerfix chroma alpha in the drawtext filter
2011-02-22 Michael NiedermayerSimplify chroma blend in the drawtext filter
2011-02-22 Stefano SabatiniPort drawtext filter by Hemanth from the libavfilter...
2011-02-21 Brandon Minternlavfi: add fade filter
2011-02-21 Stefano Sabatinilavfi: put color source in a dedicated file
2011-02-21 Stefano Sabatinilavfi: add drawutils
2011-02-20 Ronald S. BultjeUpdate version and APIchanges.
2011-02-20 Anton Khirnovavio: move init_put_byte() to a new private header...
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-20 Ronald S. BultjeVC1: don't use vc1_put_block() in vc1_decode_i_blocks_a...
2011-02-20 Mans Rullgardx86: check for AVX support
2011-02-20 Marton BalintMMS: also discover streams in extended stream propertie...
2011-02-20 Ronald S. Bultjedsputil_mmx.c: remove ff_vector128.
2011-02-20 Reimar DöffingerFix invalid reads in VC1 decoder
2011-02-20 David ConradFix VP3 edge emulation
2011-02-20 Young Han Leeaacdec: dsputilize the scalar multiplication in intensi...
2011-02-20 Jason Garrett... VP3: fix decoding of videos with stride > 2048
2011-02-19 Michael NiedermayerFix issue2619.
2011-02-18 Jean-Daniel... targa: fix potential buffer overreads
2011-02-18 Ronald S. BultjeFix PPC build.
2011-02-18 Jason Garrett... VP8: init one less near_mv
2011-02-18 Jason Garrett... Force inlining of avutil common routines
2011-02-18 Jason Garrett... VP8: split out declarations to new header
2011-02-18 Jason Garrett... VP8: faster MV clipping
2011-02-18 Ronald S. Bultjedsputil: move VC1-specific stuff into VC1DSPContext.
2011-02-18 Ronald S. BultjeVC1: simplify a calculation in a loop.
2011-02-18 Ronald S. BultjeVC1: transpose IDCT 8x8 coeffs while reading.
2011-02-18 Martin Storsjöffserver: Try matching the RTSP url without a trailing...
2011-02-18 Janne GrunauAdd SHA1s to APIChanges for av_dump_format, av_parse_ti...
2011-02-18 Anton Khirnovlavf, lavu: bump minor versions and add an APIChanges...
2011-02-18 Anton KhirnovMove find_info_tag to lavu and add av_ prefix to it
2011-02-18 Young Han Leemdct: remove unnecessary multiplication
2011-02-18 Justin Rugglesac3enc: fix bug in stereo rematrixing decision.
2011-02-18 Anton KhirnovReplace remaining uses of parse_date with av_parse_time.
2011-02-18 Stefano SabatiniDeprecate parse_date() in favor of av_parse_time().
2011-02-18 Anton Khirnovlavf: add av_ prefix to dump_format()
2011-02-18 Martin Storsjörtsp: udp_read_packet returning 0 doesn't mean success
2011-02-18 Nicolas Georgeffserver: set the sample aspect ratio
2011-02-18 James Zerndocumentation: add encoders chapter
2011-02-18 Stefano SabatiniIn graph2dot, print more specific audio information...
2011-02-18 Anssi Hannulaspdifenc: set flag AVFMT_NOTIMESTAMPS
2011-02-18 Michael NiedermayerReduce picture size for yadif.
2011-02-18 Michael NiedermayerChange yadif to not use out of picture lines.
2011-02-16 Justin Rugglesac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs...
2011-02-16 Maksym Veremeyenkofix nsvdec.c compilation if DEBUG macro defined
2011-02-16 Balint MartonFix av_find_best_stream when using a program
2011-02-16 Stefano SabatiniDocument audio_resample_close().
2011-02-16 Reimar DöffingerDocument that av_write_header sets stream time_base...
2011-02-16 Janne Grunauspdifenc: update 482d98f69b2eb7a7b0b5054101a43db384e943...
2011-02-16 Justin Rugglesac3enc: change default floor code to 7.
2011-02-16 Max Shakhmetovos_support: fix poll() implementation
2011-02-16 Reinhard TartlerMerge libavcore into libavutil
2011-02-16 Michael Niedermayervbv_delay AVOption for ABI compatibility
2011-02-16 Mans RullgardAPIchanges: update for 55bad0c: vbv_delay
2011-02-16 Christophe... Pass VBV delay to the calling application via ctx
2011-02-15 Peter Rossbinkaudio: remove unused copy of AVCodecContext*
2011-02-15 Peter Rossbinkaudio: fix channel count check
2011-02-15 Maksym Veremeyenkofix nsvdec.c compilation if DEBUG defined
2011-02-15 Young Han Leeaacdec: Implement LTP support.
2011-02-15 Anssi HannulaAPIchanges: update for 12c14cd
2011-02-15 Mans Rullgardmpegtsenc: whitespace cosmetics
2011-02-15 Anssi Hannulampegtsenc: set audio_type according to st->disposition
2011-02-15 Anssi Hannulampegts: set st->disposition according to ISO 639 langua...
2011-02-15 Mans Rullgardapichanges: update for 24a83bd: add AV_DISPOSITION_CLEA...
2011-02-15 Anssi Hannulalavf: add AV_DISPOSITION_CLEAN_EFFECTS flag
2011-02-15 Michael NiedermayerBetter threshold for the gcd based r_frame_rate calcula...
2011-02-14 Tilman BrockFix spelling error.
2011-02-14 Ronald S. Bultjemmst: fix reading uninitialized data for ping packets.
2011-02-14 Mans RullgardUpdate APIchanges for 910b5b8
2011-02-14 Stefano SabatiniRemove disabled legacy code in ffplay.
2011-02-14 Alex Converseaac: remove dead SBR input scaling
2011-02-14 Mans Rullgardasfdec: fix build for big endian targets
2011-02-14 Justin Rugglesac3enc: Add x86-optimized function to speed up log2_tab().
2011-02-14 Peter Rosswtv: ignore empty data_guid chunks
2011-02-14 Anton Khirnovasfdec: split reading stream properties out of asf_read...
2011-02-14 Francesco Cosoletommst: print packet type with error status code message
2011-02-14 Mans Rullgardconfigure: fix non-standard regex used with expr
2011-02-14 Mans Rullgardconfigure: report full gcc version string
2011-02-14 Mans Rullgardconfigure: add cleanws() function
2011-02-14 Loren MerrittFFT: factor a shuffle out of the inner loop and merge...
2011-02-14 Anssi Hannulalavf: print stream disposition in dump_stream_format
2011-02-14 Anssi Hannulaspdifenc: fix byte order on big-endian systems
2011-02-14 Anssi Hannulaspdifenc: IEC 61937 encapsulation of DTS-HD for HDMI
2011-02-14 Peter Rossbink: permute Bink version 'b' quant matrices by invers...
2011-02-14 Peter Rossbink: simplify how quantization matrices are passed...
2011-02-14 Mans RullgardFix MMX rgb24 to yuv conversion with gcc 4.6
2011-02-14 Takashi Mochizukimovenc: Force first sample as SYNC
2011-02-14 Stefano SabatiniMake avfilter_config_links() propagate audio informatio...
2011-02-14 Michael NiedermayerRestructure video filter implemenattion in ffmpeg.c.
2011-02-14 Michael NiedermayerMake truncated mpeg4 GOP header check a bit more specific.
next