]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-09-10 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-10 Stefano Sabatiniffprobe: simplify default printer
2012-09-10 Diego Biurrunx86: dsputil: Only compile motion_est code when encoder...
2012-09-09 Mans Rullgardmem: fix typo in check for __ICC
2012-09-09 Mans Rullgardfate: mp3: drop redundant CMP setting
2012-09-09 Reinhard Nisslaacdec.c: fix some comments
2012-09-09 Samuel Pitoisetrtp: Depacketization of JPEG (RFC 2435)
2012-09-09 Martin StorsjöRename ff_put_string to avpriv_put_string
2012-09-09 Samuel Pitoisetmjpeg: Rename some symbols to avpriv_* instead of ff_*
2012-09-09 Derek Buitenhuisfile: Add S_ISFIFO compatability macro
2012-09-09 Michael Niedermayerx86/mpegaudiodec: fix compilation failure on cygwin...
2012-09-09 Derek Buitenhuisdsputil_template: Reindent after recent change
2012-09-09 Michael Niedermayerx86/h264dsp_init: put a HAVE_YASM back
2012-09-09 Luca Barbatoyadif: cosmetics
2012-09-09 Michael Niedermayertiff/doubles2str: check for truncation
2012-09-09 Michael Niedermayertiff/doubles2str: factor out component_len
2012-09-09 Michael Niedermayergxfenc: assert that the to be written data has not...
2012-09-09 Michael Niedermayergxfenc: dont duplicate buffer size
2012-09-09 Michael Niedermayerffprobe: avoid unsafe usage of the snprintf() return...
2012-09-09 Michael Niedermayersrtdec: fix unsafe snprintf() return usage
2012-09-09 Michael Niedermayerass: assert that the timsstamps fitted in the buffers
2012-09-09 Michael Niedermayerffmpeg_filter: fix unsafe snprintf() usage
2012-09-09 Michael Niedermayerffserver: fix unsafe snprintf() return usage.
2012-09-09 Michael Niedermayerffserver: increase buffer size in http_send_too_busy_re...
2012-09-09 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-09 Michael Niedermayeraacpsy: use exp2(f) instead of pow(f)(2,...)
2012-09-09 Michael Niedermayerffprobe: use exp2 instead of pow(2, ...)
2012-09-09 Michael Niedermayerimc: use exp2 instead of pow(2,...)
2012-09-09 Stefano Sabatinilavu/samplefmt: fix/clarify documentation for av_sample...
2012-09-09 Stefano Sabatinilavu/samplefmt: add note regarding buf validity in...
2012-09-09 Stefano Sabatinilavfi: drop deprecated and pointless avfilter_default_e...
2012-09-09 Derek Buitenhuisdsputil/me/pixels: Actually use av_restrict
2012-09-09 Michael Niedermayermpeg4videodec: Fix "warning: dc_pred_dir may be used...
2012-09-09 Michael Niedermayersmush: read subversion for version==1 too.
2012-09-09 Michael Niedermayerswr: add av_cold to init/free functions
2012-09-08 Martin Storsjöswscale: Provide the right alignment for external mmx asm
2012-09-08 Michael Niedermayerdct-test: fix order of evaluation bug
2012-09-08 Michael Niedermayerffserver: fix order of evaluation bugs
2012-09-08 Michael Niedermayerswr/auto_matrix: treat a single channel as mono instead...
2012-09-08 Michael Niedermayerswr/auto_matrix: treat stereo downmix like stereo.
2012-09-08 Michael Niedermayerswr/auto_matrix: add clean layout function
2012-09-08 Michael Niedermayerswr/auto_matrix: move layouts to local variables
2012-09-08 Diego Biurrunx86: Replace checks for CPU extensions and flags by...
2012-09-08 Derek Buitenhuisrandom_seed: Replace a VLA with a normal array
2012-09-08 Mans Rullgardconfigure: msvc: fix/simplify setting of flags for...
2012-09-08 Hendrik Leppkesx86: mlpdsp: mlp_filter_channel_x86 requires inline asm
2012-09-08 Michael Niedermayeryuv4mpeg: fix potential alignment bug
2012-09-08 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-08 Michael Niedermayerffio_read: dont spam the user at EOF with a truncation...
2012-09-08 Daniel Verkampflashsv2enc: only encode diff blocks when needed
2012-09-08 Michael Niedermayermpegts: Fix potential memory leak in mpegts_read_packet()
2012-09-08 Michael Niedermayeravio: replace ETIMEDOUT by EIO
2012-09-07 Martin Storsjömov_chan: Only set the channel_layout if setting it...
2012-09-07 Martin Storsjömov_chan: Reindent an incorrectly indented line
2012-09-07 Carl Eugen... mp2 muxer: mark as AVFMT_NOTIMESTAMPS.
2012-09-07 Michael Niedermayerflashsv2enc: remove experimental flag, the encoder...
2012-09-07 Michael Niedermayerlibswr: remove redundant ARCH_X86, MMX* implicates X86
2012-09-07 Derek Buitenhuisswsresample: Fix unprotected inline asm
2012-09-07 Derek Buitenhuisvf_mp: Do not build if inline assembly is not available
2012-09-07 Derek Buitenhuisdshow: Change WINBOOL to BOOL
2012-09-07 Michael Niedermayerflashsv2enc: move blockbuffer realloc to reconfigure_at...
2012-09-07 Michael Niedermayerflashv2enc: reallocate not only on block count changes...
2012-09-07 Derek Buitenhuisflashsv2enc: Replace a VLA with a heap alloc
2012-09-07 Michael Niedermayerflashsv2enc: fix prev-Z-prime encoding
2012-09-07 Justin Rugglesx86: float_dsp: fix ff_vector_fmac_scalar_avx() on...
2012-09-07 Derek Buitenhuisvf_idet: Remove emms
2012-09-07 Michael Niedermayerproresdec2: avoid VLA and use SliceContext instead.
2012-09-07 Derek Buitenhuiscache: Only include unistd.h if it exists
2012-09-07 Ronald S. Bultjefile: Only include unistd.h if it exists
2012-09-07 Ronald S. Bultjerandom_seed: Only read /dev/*random if we have unistd.h
2012-09-07 Ronald S. Bultjertpdec: Don't explicitly include unistd.h any longer
2012-09-07 Derek Buitenhuiswtvdec: Remove unused strings.h header
2012-09-07 Derek Buitenhuisvf_colormatrix: Drop unused strings.h header
2012-09-07 Diego Biurrunx86: more specific checks for availability of required...
2012-09-07 Michael NiedermayerMakefile: remove old codec_names.h on distclean
2012-09-07 Michael Niedermayergitignore: codec_names.h is no more
2012-09-07 Stefano Sabatinilavd/sdl: decrease debug info notice log level from...
2012-09-07 Stefano Sabatinilavd/sdl: remove trailing dot in messages
2012-09-07 Stefano Sabatinilavf/utils: fix typo in has_codec_parameters
2012-09-07 Tomas Härdinimg2dec: Don't leave AVIOContexts open on zero byte...
2012-09-07 Diego Biurrunx86: avcodec: Drop silly "_mmx" suffix from dsputil...
2012-09-07 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-09-07 Michael Niedermayerlavf: factor codec id forcing out
2012-09-07 Michael Niedermayerlavfi: add qp_table_size
2012-09-07 Diego Biurrunfate: Drop redundant setting of FUZZ to 1
2012-09-07 Mans Rullgardcavsdsp: set idct permutation independently of dsputil
2012-09-07 Mans Rullgardx86: allow using add_hfyu_median_prediction_cmov on...
2012-09-07 Michael Niedermayerfaxcompr: fix out of array read
2012-09-07 Stefano Sabatinilavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_...
2012-09-07 Ramiro Pollalavd/dshow: use AV_OPT_TYPE_IMAGE_SIZE
2012-09-07 Ramiro Pollalavd/dshow: support video codec and pixel format selection
2012-09-07 Stefano Sabatinilavu/opt: reindent after last commit
2012-09-07 Samuel Pitoisetmov_chan: Pass a separate AVIOContext for reading
2012-09-07 Anton Khirnovaf_asyncts: check return value from lavr when flushing.
2012-09-07 Michael Niedermayerlavfi: 10l fix () placement
2012-09-07 Michael Niedermayerlavfi: factor copy_video_props() out
2012-09-07 Michael Niedermayerlibavfilter: pass QP table through the filter chain
2012-09-06 Ben Jacksonlavc/vp6: Disable deblock filtering for Simple Profile
2012-09-06 Michael NiedermayerAdd Dolby/DPLII downmix support to libswresample
2012-09-06 Michael Niedermayerswr: update rematrix coeffs to match AC-3
next