]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2012-11-06 Paul B Maholwavpack: use more meaningful error codes
2012-11-06 Stefano Sabatini.gitignore: ignore *.3 files as well
2012-11-06 Stefano Sabatinidoc/Makefile: remove .3 file with make clean
2012-11-06 Alexander Strasserdoc/libavcodec: do not say multimedia streams in the...
2012-11-06 Alexander Strasserdoc/libavcodec: improve wording in description
2012-11-06 Stefano Sabatinidoc/ffserver: fix typos/reword paragraphs about FFM...
2012-11-06 Stefano Sabatiniexamples/muxing: fix typo: allocated -> allocate
2012-11-06 Michael NiedermayerMerge remote-tracking branch 'cus/stable'
2012-11-06 Michael Niedermayerimg2enc: support 16bit per sample yuv in split planes.
2012-11-06 Michael NiedermayerMAINTAINERS: fix entry for img2
2012-11-06 Michael Niedermayerimg2enc: support storing alpha planes too in split...
2012-11-06 Michael Niedermayerimg2enc: Fix yuva with yuv split planes.
2012-11-06 Michael Niedermayerimg2enc: check pix_fmt for split planes mode.
2012-11-06 Michael Niedermayerimg2enc: ensure that the codec is rawvideo for split...
2012-11-06 Stefano Sabatiniexamples/demuxing: fix braino
2012-11-06 Stefano Sabatiniexamples/demuxing: dump input information *after* tryin...
2012-11-05 Paul B Maholfate: add more pix_fmt tests for xwd
2012-11-05 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-05 Michael NiedermayerMerge commit '5ff998a233d759d0de83ea6f95c383d03d25d88e'
2012-11-05 Michael NiedermayerMerge commit '930e26a3ea9d223e04bac4cdde13697cec770031'
2012-11-05 Martin Storsjörtmpproto: Use av_strlcat instead of strncat
2012-11-05 Paul B Maholavrndec: use more meaningful error codes
2012-11-05 Paul B Mahollavf/avr: make .long_name consistent with others
2012-11-05 Paul B Maholcljr: use meaningful error code
2012-11-05 Justin RugglesFATE: add a 24-bit FLAC encoding test
2012-11-05 Justin Rugglesflacenc: use uint64_t for bit counts
2012-11-05 Justin RugglesFATE: rename FLAC tests from flac-* to flac-16-*
2012-11-05 Justin Rugglesflacenc: remove wasted trailing 0 bits
2012-11-05 Justin Rugglesflacenc: use RICE2 entropy coding mode for 24-bit
2012-11-05 Justin Rugglesflacenc: add 24-bit encoding
2012-11-05 Justin Rugglesflacdsp: move lpc encoding from FLAC encoder to FLACDSP...
2012-11-05 Justin Ruggleslavu: add av_ctz() for trailing zero bit count
2012-11-05 Justin Rugglesflacenc: use a separate buffer for byte-swapping for...
2012-11-05 Michael Niedermayerudp: check ff_socket_nonblock() return code
2012-11-05 Diego Biurrunfate: aac: Place LATM tests and general AAC tests in...
2012-11-05 Diego Biurrunbuild: The A64 muxer depends on rawenc.o for ff_raw_wri...
2012-11-05 Diego Biurrunx86: h264qpel: Only define mmxext QPEL functions if...
2012-11-05 Michael Niedermayersegment: fix null ptr deref
2012-11-05 Paul B MaholAVR demuxer
2012-11-05 Piotr Bandurskidpcm: use AV_LOG_ERROR for error message.
2012-11-05 Piotr Bandurskiriff: add "lsvm" FourCC for H263.
2012-11-05 Michael Niedermayerdocs/ffserver: document ffm/ffm2
2012-11-05 Michael Niedermayerffm: redesign header format to make it extensible
2012-11-05 Paul B Maholfate: add more pix_fmt tests for pam
2012-11-05 Diego Biurrunx86: PABSW: port to cpuflags
2012-11-05 Diego Biurrunx86: vc1dsp: port to cpuflags
2012-11-05 Martin Storsjörtmp: Use av_strlcat instead of strncat
2012-11-05 Paul B Mahollavfi: stop using -1 instead use AV_PIX_FMT_NONE/AV_SAM...
2012-11-05 Michael Niedermayerframe_thread_encoder: fix handling of case where the...
2012-11-05 Paul B Maholfate: add smjpegenc test
2012-11-05 Clément Bœschlavf/srtdec: recognize subtitles starting at event...
2012-11-05 Carl Eugen... Write tiff tag YCbCrPositioning if chroma_sample_locati...
2012-11-05 Michael Niedermayerfate: try to fix mxpeg failures
2012-11-04 Paul B Maholpnm: cosmetics: reindent
2012-11-04 Paul B Maholpnm: remove duplicated check for maxval > 255
2012-11-04 Michael Niedermayerfilmstripenc: fix rounding that caused fate failure
2012-11-04 Michael Niedermayeroggenc: remove unneeded null check.
2012-11-04 Michael Niedermayeross: warn when non block mode cannot be enabled.
2012-11-04 Paul B Maholpnm: remove nonsense code
2012-11-04 Paul B Maholfate: add MxPEG test
2012-11-04 Paul B Maholcdxl: add read_probe function
2012-11-04 Paul B Maholfate: add some missing dependencies
2012-11-04 Michael Niedermayerivi_common: dc_transform is needed for intra
2012-11-04 Michael Niedermayerff_ac3_apply_rematrixing: set flags to NULL
2012-11-04 Marton Balintffplay: adjust external clock speed based on buffer...
2012-11-04 Stefano Sabatinilavu: drop disabled FF_API_OLD_TC_ADJUST_FRAMENUM code
2012-11-04 Stefano Sabatinidoc/libavcodec: apply misc minor typo fixes
2012-11-04 Stefano Sabatinilavfi/scale: declare the filter private class
2012-11-04 Paul B Mahollcldec: fix decoding of uncompressed rgb24 sample
2012-11-04 Paul B Maholsmush: improve probing
2012-11-04 Michael Niedermayeraacsbr: fix integer overflow
2012-11-04 Carl Eugen... Support new transparency colour-spaces with libopenjpeg.
2012-11-04 Paul B Maholindeo3: move get_buffer() above decode_plane() calls
2012-11-04 Michael Niedermayerffserver: zero dest_addr
2012-11-04 Michael Niedermayersab_diamond_search: add assert to double check the...
2012-11-04 Stefano Sabatinidoc: add libavcodec.texi
2012-11-04 Nicolas Georgecmdutils: allow to set the report file name.
2012-11-04 Nicolas Georgelavu/opt: implement av_opt_get_key_value().
2012-11-04 Nicolas Georgelavu/opt: parse key into a mallocated buffer.
2012-11-04 Michael NiedermayerRevert "cmdutils: allow specifying the file for -report"
2012-11-04 Paul B Maholvocenc: fix 10l regression
2012-11-04 Paul B Maholvocenc: abort if unsupported codec is used
2012-11-04 Michael Niedermayertransform: give avfilter_transform() a return value...
2012-11-04 Michael Niedermayermovenc: remove unneeded check
2012-11-04 Michael Niedermayercook: fix use of uninitialized variable
2012-11-03 Stefano Sabatinilavfi/earwax: add missing NULL check in filter_samples()
2012-11-03 Stefano Sabatiniadd tools/fourcc2pixfmt to .gitignore
2012-11-03 Stefano Sabatinilavc/xfaceenc: prefer do{}while() over for(){} construc...
2012-11-03 Michael Niedermayerfate: add filmstrip test
2012-11-03 Xidorn Quanamr_decode_fix_avctx should not return value
2012-11-03 Stefano Sabatinilswr/swresample: adopt globally consistent rules for...
2012-11-03 Stefano Sabatinilavc/options_table: force non-negative bitrate range
2012-11-03 Michael Niedermayercrystalhd: fix missing braces warning
2012-11-03 Michael Niedermayeravstring: fix compiler warning about freeing const...
2012-11-03 Nicolas Georgedoc/faq: make the -sameq question more explicit.
2012-11-03 Nicolas Georgedoc/faq: explain why -sameq is gone.
2012-11-03 Paul B Maholwestwood_aud: remove stale comment
2012-11-03 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2012-11-03 Michael NiedermayerMerge commit '9221efef7968463f3e3d9ce79ea72eaca082e73f'
2012-11-03 Michael NiedermayerMerge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'
next