]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2013-04-17 Clément Bœschffplay: use format title metadata to set window caption.
2013-04-17 Paul B Mahollavfi/histeq: fix out of array write
2013-04-17 Michael Niedermayerrmdec: dont return uninitialized data
2013-04-16 Carl Eugen... Remove two anonymous arrays.
2013-04-16 Carl Eugen... ass_split: Do not use the function name as a parameter...
2013-04-16 Michael Niedermayerbutterflies_float: replace 2 lea by 2 add
2013-04-16 Christophe... x86: float dsp: butterflies_float SSE
2013-04-16 Paul B Mahollavfi/il: remove pointless store
2013-04-16 Paul B Mahollavfi/earwax: remove pointless store
2013-04-16 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-04-16 Paul B Mahollibaacpluc: remove unused code
2013-04-16 Paul B Mahollavfi/stereo3d: remove pointless store
2013-04-16 Paul B Maholsgirledec: remove unused headers
2013-04-16 Paul B Mahollavc: avcodec_open2(): pass context to av_log()
2013-04-16 Stefano Sabatinidoc/filters: fix sentence in setsar/setdar docs
2013-04-16 Stefano Sabatinilavfi/aspect: fix weird copyright notice
2013-04-16 Stefano Sabatinilavfi/split: use AVFILTER_DEFINE_CLASS to define class
2013-04-16 Anton Khirnovcmdutils: Fix build with lavfi disabled
2013-04-16 Michael Niedermayermjpegdec: fix overlapping memcpy with upscale_v
2013-04-16 Paul B Mahollibaacplus: support for float sample format
2013-04-16 Michael Niedermayersws: Skip ff_yuv2rgb_c_init_tables() when the output...
2013-04-16 Michael Niedermayeravcodec/c93: Check for block overlap.
2013-04-16 Michael Niedermayeravutil/avutil_version: Run checks just once
2013-04-16 Paul B Mahollavfi/interlace: remove now unused av_opt_free() call
2013-04-16 Michael Niedermayeravutil/pixdesc: check for component overlap
2013-04-16 Michael Niedermayeravutil/pixdesc: check step/depth against each other
2013-04-16 Michael Niedermayeravutil/pixdesc: support for self-checking the descriptors
2013-04-16 Michael Niedermayeravutil/pixdesc: fix rgb0 descriptors
2013-04-16 Paul B Mahollibaacplus: set supported profiles
2013-04-16 Paul B Mahollibaacplus: set supported channel_layouts
2013-04-16 Michael Niedermayersws/fill_rgb2yuv_table: use ROUNDED_DIV
2013-04-16 Michael Niedermayersws/fill_rgb2yuv_table: increase precission to 32bit
2013-04-16 Michael Niedermayersws/fill_rgb2yuv_table: avoid 2 divisions
2013-04-16 Paul B Mahollibaacplus: remove FF_API_OLD_ENCODE_AUDIO cruft
2013-04-16 Rafaël Carréflvenc: do not mux more than one stream per type
2013-04-16 Michael Niedermayersws: fix alignment of rgb2yuv
2013-04-16 Michael Niedermayerfate: fix histogram test, try #2
2013-04-15 Michael NiedermayerMerge remote-tracking branch 'qatar/master'
2013-04-15 Michael NiedermayerMerge commit '015821229f96bf7e677f2a711a58dbea3009f574'
2013-04-15 Michael NiedermayerMerge commit '5941978e71d2c3a8e2a7e87951e081e0b2e77da9'
2013-04-15 Michael NiedermayerMerge commit 'c46819f2299c73cd1bfa8ef04d08b0153a5699d3'
2013-04-15 Michael NiedermayerMerge commit 'c0dcf89887f7fbdd7a8502bc7c715f50157562cb'
2013-04-15 Stefano Sabatinidoc/filters: merge asplit and split documentation
2013-04-15 Stefano Sabatinilavfi/split: fix minor documentation issues
2013-04-15 Clément Bœschlavfi/drawtext: make options array more readable.
2013-04-15 Michael Niedermayersws/x86: update RENAME(rgb24toyv12)() to using the...
2013-04-15 Michael Niedermayervf_histogram: avoid floats, unbreak fate
2013-04-15 Clément Bœschdoc/filters: add a curves example with psfile.
2013-04-15 Michael Niedermayerswr/rematrix: use av_calloc()
2013-04-15 Michael Niedermayerpca: use av_calloc()
2013-04-15 Michael Niedermayerpca: use sizeof(variable) instead of sizeos(TYPE)
2013-04-15 Paul B MaholFATE: add a test for the histogram filter
2013-04-15 Paul B Maholdoc/filters: move aphaser to right(audio) chapter
2013-04-15 Paul B Mahollavfi/histogram: remove pointless store
2013-04-15 Paul B Mahollavfi/noise: remove pointless store
2013-04-15 Clément Bœschlavfi/curves: fix memleak after master component dition.
2013-04-15 Michael Niedermayerdeshake: fix off by 2 error
2013-04-15 Michael Niedermayervf_deshake: Fix crash with r*=64
2013-04-15 Martin Storsjöfate: Set the bitexact flag for vp3/vp5/vp6 tests
2013-04-15 Michael Niedermayerdfa: support decoding version=1.0
2013-04-15 Clément Bœschlavfi/curves: add support for Photoshop curves files...
2013-04-15 Clément Bœschlavfi/curves: add support for master component.
2013-04-15 Ronald S. Bultjevp3: Use full transpose for all IDCTs
2013-04-15 Martin Storsjövp3: bfin: Transpose the IDCTs
2013-04-15 Ronald S. Bultjex86: Move constants to the only place where they are...
2013-04-15 Martin Storsjöbfin: Match DEFUN_END macros to the right functions
2013-04-15 Michael Niedermayersws: remove forgotten FAST_BGR2YV12 define
2013-04-15 Reimar DöffingerAdd thread-safe wrapper for get_format().
2013-04-15 Reimar DöffingerFix compilation on ARM with android gcc 4.7
2013-04-15 Michael Niedermayersws/x86: remove 8bit rgb2yuv coefficient case for rgb24...
2013-04-15 Michael Niedermayersws: Update rgb24toyv12_c() to user supplied rgb2yuv...
2013-04-15 Michael Niedermayersws/"rgb2rgb": drop RGB2YUV_SHIFT
2013-04-14 Michael Niedermayersws/x86: update rgba->yuv to use user supplied table
2013-04-14 Michael Niedermayersws/x86: update rgb/bgr->yuv code to use provided coeff...
2013-04-14 Michael Niedermayersws: init input_rgb2yuv_table depending on yuv colorspace
2013-04-14 Michael Niedermayersws: move RGB2YUV_SHIFT to swscale_internal.h
2013-04-14 Clément Bœschlavf/libquvi: fix error reporting.
2013-04-14 Clément Bœschlavfi/aphaser: silence uninitialized variable warnings.
2013-04-14 Paul B Mahollavfi/negate: stop calling lut_init() as that function...
2013-04-14 Paul B Mahollavfi/testsrc: unbreak smptebars only build
2013-04-14 Clément Bœschlavf: remove some flushing in write_packet muxers callb...
2013-04-14 Stefano Sabatinidoc/filters: remove mention to telecine mp filter
2013-04-14 Clément Bœschlavfi: add missing periods in filter descriptions.
2013-04-14 Stefano Sabatiniffmpeg: show error message in case of av_buffersrc_add_...
2013-04-14 Stefano Sabatinidoc: document -opencl_options option in ff* tools manuals
2013-04-14 Clément BœschAdd avpriv_dsputil_init() and use it in lavfi where...
2013-04-14 Michael Niedermayersws/input: replace hardcoded rgb2yuv coefficients by...
2013-04-14 Michael Niedermayerswscale/output: fix alpha scale in the new functions
2013-04-14 Michael Niedermayersws/output: add yuv2rgb_full_1_c_template()
2013-04-14 Clément Bœschdoc/filters: move mpdecimate doc to a more appropriate...
2013-04-14 Clément Bœschlavfi: port IVTC filters from vapoursynth.
2013-04-14 Clément Bœschlavfi: rename decimate to mpdecimate.
2013-04-14 Michael Niedermayersws/output: add +yuv2rgb_full_2_c_template()
2013-04-14 Michael Niedermayersws/output: factor yuv2rgb_write_full() out
2013-04-14 Clément Bœschlavfi/smptehdbars: fix priv_class pointer.
2013-04-14 Clément Bœschlavfi/testsrc: grammar fix in comment after 03e2ec32.
2013-04-14 Paul B Mahollavfi: add smptehdbars source
2013-04-13 Paul B Maholdoc/filters: move telecine from audio to video filters
2013-04-13 Clément Bœschlavu/dict: cosmetic realign.
2013-04-13 James Almerlog: Remove redundant va_list creation from missing_fea...
next