]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-08-31 Stefano Sabatiniconfigure: add decimate filter dependency on avcodec
2012-08-31 Stefano Sabatinilavfi: port decimate libmpcodecs filter
2012-08-31 Stefano Sabatinilavfi/mp=decimate: fix off-by-one logic in diff_C(...
2012-08-31 Stefano Sabatinilavfi/mp: remove smartblur filter
2012-08-31 Michael Niedermayerflvdec: remove duplicate return
2012-08-31 Michael Niedermayervf_mp: fix duplicate return
2012-08-31 Carl Eugen... Add some missing _EXTERNAL suffixes to yasm source...
2012-08-31 Michael Niedermayerbuffersink: remove stray ;
2012-08-31 Michael Niedermayerbintext: remove stray ;
2012-08-31 Michael Niedermayerdsicinav: fix signed integer overflow
2012-08-31 Michael Niedermayerffplay: get rid of void casts in the option table
2012-08-31 Michael Niedermayerffplay: fix function parameters
2012-08-31 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-31 Michael NiedermayerMerge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'
2012-08-31 Carl Eugen... Write TIFF Tag ExtraSamples when encoding pix_fmts...
2012-08-31 Carl Eugen... Cosmetics: Reorder pix_fmts in tiffenc.c.
2012-08-31 Carl Eugen... Simplify setting colour space for mono* when encoding...
2012-08-31 Alberto DelmásMSS1 and MSS2: set final pixel format after common...
2012-08-31 Alberto DelmásMSS2 decoder
2012-08-31 Michael Niedermayerv4l2: fix compile on systems that lack V4L2_PIX_FMT_CPIA1
2012-08-31 Mans Rullgardconfigure: handle --disable-asm before check_deps
2012-08-30 Diego Biurrunx86: Split inline and external assembly #ifdefs
2012-08-30 Diego Biurrunconfigure: x86: Separate inline from standalone assembl...
2012-08-30 Stephan HilbAdd CPiA video decoder
2012-08-30 Michael Niedermayerffmpeg: Fix assert failure
2012-08-30 Michael Niedermayerfind_stream_info: update last_dts more often
2012-08-30 Martin Storsjöpktdumper: Use a custom define instead of PATH_MAX...
2012-08-30 Martin Storsjöpktdumper: Use av_strlcpy instead of strncpy
2012-08-30 Martin Storsjöpktdumper: Use sizeof(variable) instead of the direct...
2012-08-30 Stefano Sabatiniexamples/scaling_video: add logging in case of image...
2012-08-30 Stefano Sabatiniexamples/muxing: remove pointless #undef exit
2012-08-30 Michael Niedermayerfaxcompr: fix byte alignment case
2012-08-30 Stefano Sabatiniexamples/scaling_video: consistently use printf rather...
2012-08-30 Stefano Sabatiniexamples/scaling_video: add file doxy
2012-08-30 Stefano Sabatiniexamples/Makefile: give priority to pkg-config flags
2012-08-30 Diego Biurrunx86: Fix linking with some or all of yasm, mmx, optimiz...
2012-08-30 Diego Biurrunconfigure: Add more fine-grained SSE CPU capabilities...
2012-08-30 Diego Biurrunavfilter: x86: Use more precise compile template names
2012-08-30 Diego Biurrunx86: cosmetics: Comment some #endifs for better readability
2012-08-30 Kostya Shishkovg723_1: add comfort noise generation
2012-08-30 Michael Niedermayerlibvorbisdec: fix const nitpick warning
2012-08-30 Michael Niedermayerutvideoenc: Switch to dsputils' median prediction
2012-08-30 Michael Niedermayerutvideoenc: Avoid writing into the input picture
2012-08-30 Michael Niedermayermp3enc: fix const correctness
2012-08-30 Michael Niedermayerutvideoenc: remove unused variable
2012-08-30 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-30 Anton Khirnovavtools: remove the distinction between func_arg and...
2012-08-30 Anton Khirnovavconv: make the -passlogfile option per-stream.
2012-08-30 Anton Khirnovavconv: make the -pass option per-stream.
2012-08-30 Anton Khirnovcmdutils: make -codecs print lossy/lossless flags.
2012-08-30 Anton Khirnovlavc: add lossy/lossless codec properties.
2012-08-30 Michael Niedermayerswscale: fix usePal()
2012-08-30 Michael Niedermayerdnxhdenc: fix pointer type warning
2012-08-30 Michael Niedermayerwmalosslessdec: remove unused variable
2012-08-30 Michael Niedermayeravfiltergraph: kill uninitialized variable warning
2012-08-30 Michael Niedermayerflvenc: kill a uninitialized variable warning.
2012-08-30 Michael Niedermayerac3dec: fix uninitialized var warning
2012-08-30 Michael Niedermayervsrc_testsrc: fix uninitilaized variable bug
2012-08-30 Michael Niedermayervf_framestep: fix uninitilaized variable bug
2012-08-30 Michael Niedermayerswscale.c: remove unused variable
2012-08-30 Michael Niedermayerwmavoice: switch to av_assert
2012-08-29 Michael Niedermayermov: fix av_log int type
2012-08-29 Michael Niedermayeraacdec: fix priming/skip for AAC HE/HE2
2012-08-29 Michael Niedermayeraacdec: pass AVPacket to aac_decode_frame_int()
2012-08-29 Michael Niedermayeraudio_frame_que: remove broken code that is specific...
2012-08-29 Ramiro Polladshow: allow user to specify audio buffer size
2012-08-29 Nicolas Georgelavfi/af_atempo: use av_malloc for rDFT buffers.
2012-08-29 Philip LangdaleAdd missing codec descriptor for timingless subrip.
2012-08-29 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-08-29 Michael NiedermayerMerge commit 'd488c3bcbaf7ddda42597e014deb661a7e9e2112'
2012-08-29 Mans Rullgardbuild: allow non-standard variations of linker -l/...
2012-08-29 Michael Niedermayerlavc: protect calls to frame_thread_encoder by HAVE_THREADS
2012-08-29 Paul B Maholexr: fix decoding ZIP16 and height not multiple of 16
2012-08-29 Anton KhirnovAdd reminders to update the codec descriptor list with...
2012-08-29 Michael Niedermayerframe_thread_encoder: pass frame pict type and quality
2012-08-29 Michael Niedermayerframe_thread_encoder: pass private options
2012-08-28 Mans Rullgardbuild: export filtered -lz flag in config.mak
2012-08-28 Mans Rullgardbuild: add separate setting for host linker
2012-08-28 Mans Rullgardconfigure: probe_cc: use separate variable for linker...
2012-08-28 Andrey UtkinAdd 'timeout' option to UDP protocol
2012-08-28 Diego Biurrunx86: Always compile files with functions that are calle...
2012-08-28 Diego Biurrunx86: mpegvideoenc: fix linking with --disable-mmx
2012-08-28 Brad Smithconfigure: support Bitrig OS
2012-08-28 Diego Biurrunx86: mpegvideoenc: Do not abuse HAVE_ variables for...
2012-08-28 Andrey UtkinAdd 'rw_timeout' into URLContext
2012-08-28 Ronald S. Bultjeyuv2rgb: handle line widths that are not a multiple...
2012-08-28 Martin Storsjögraph2dot: Use the fallback getopt implementation if...
2012-08-28 Martin Storsjötools: Include io.h for open/read/write/close if unistd...
2012-08-28 Martin Storsjötestprogs: Remove unused includes
2012-08-28 Martin Storsjöqt-faststart: Use other seek/tell functions on MSVC...
2012-08-28 Martin Storsjöismindex: Include direct.h for _mkdir on windows
2012-08-28 Nicolas Georgeffmpeg: count finished streams for last stats line.
2012-08-28 Michael Niedermayerrtpenc_xiph: switch to av_assert
2012-08-28 Martin Storsjösdp: Use static const char arrays instead of pointers...
2012-08-28 Clément Bœschgitignore: add scaling_video example.
2012-08-28 Stefano Sabatiniexamples/Makefile: remove duplicated -f switch
2012-08-28 Stefano Sabatiniexamples: add scaling_video example
2012-08-28 Jérémy Tranlavfi: add smartblur filter
2012-08-28 Nicolas Georgeffmpeg: report max time of unfinished streams in stats.
2012-08-28 Diego Biurrunx86: avcodec: Drop silly "_mmx" suffixes from filenames
next