]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2013-02-28 Diego BiurrunRevert "Move H264/QPEL specific asm from dsputil.asm...
2013-02-28 Luca Barbatolls: mark max_order as unsigned short
2013-02-28 Luca Barbatolls: move to the private namespace
2013-02-28 Luca Barbatolls: K&R formatting cosmetics
2013-02-28 Martin Storsjöavconv: Apply codec options to streams that are copied...
2013-02-28 Martin Storsjöcmdutils: Allow calling filter_codec_opts without a...
2013-02-28 Martin Storsjöpnm: Use av_pix_fmt_desc_get instead of accessing the...
2013-02-27 Martin Storsjölavf: Add a fate test for the noproxy pattern matching
2013-02-27 Martin Storsjölavf: Handle the environment variable no_proxy more...
2013-02-27 Diego BiurrunLICENSE: Move (L)GPLv3 explanation block to a more...
2013-02-27 Derek Buitenhuisswscale: Add support for unscaled 8-bit Packed RGB...
2013-02-26 Diego Biurrunx86: dsputil: Drop some unused function #defines
2013-02-26 Diego Biurrunx86: dsputil: Drop aliasing of ff_put_pixels8_mmx to...
2013-02-26 Diego Biurrunx86: vc1dsp: Move ff_avg_vc1_mspel_mc00_mmxext out...
2013-02-26 Martin Storsjöx86: dsputil_mmx: Remove leftover inline assembly fragments
2013-02-25 Diego Biurrunconfigure: icc: Drop nonsense adding of cpuflags to...
2013-02-25 Diego BiurrunRemove unnecessary dsputil.h #includes
2013-02-25 Diego BiurrunFix a number of incorrect intmath.h #includes.
2013-02-25 Justin Rugglesavconv: remove an unused variable
2013-02-25 Justin Rugglescmdutils: only use libavresample when it is enabled
2013-02-25 Justin Ruggleslibschroedinger: cosmetics: rename variable avccontext...
2013-02-25 Justin Rugglesvorbisenc: cosmetics: rename variable avccontext to...
2013-02-25 Justin Rugglesvorbisdec: cosmetics: rename variable avccontext to...
2013-02-25 Diego Biurrunconfigure: Identify icc compiler with a less ambiguous...
2013-02-25 Diego Biurrunconfigure: Separate "ln" command line arguments
2013-02-25 Luca Barbatovorbisdec: Accept 0 amplitude_bits
2013-02-25 Luca Barbatovorbisdec: Add missing checks
2013-02-25 Luca Barbatovorbisdec: cosmetics
2013-02-25 Michael Niedermayervorbisdec: Error on bark_map_size equal to 0.
2013-02-24 Diego Biurrundsputil_alpha.h: Add missing stddef.h header to fix...
2013-02-23 Mans Rullgardconfigure: List external libs used using print_enabled()
2013-02-23 Mans Rullgardconfigure: Move list of external libs to a separate...
2013-02-23 Diego Biurrunconfigure: Move x11grab option to a more suitable place...
2013-02-23 Justin Ruggleslavr: allow setting internal_sample_fmt option by string
2013-02-23 Justin Ruggleslavr: Add "resample_cutoff" option as a duplicate of...
2013-02-23 Justin Rugglesavconv: pass libavresample options to AVFilterGraph
2013-02-23 Justin Ruggleslavfi: connect libavresample options to af_resample...
2013-02-23 Justin Rugglesac3dec: validate channel output mode against channel...
2013-02-23 Diego Biurrunconfigure: Fix vaapi/vda/vdpau dependency declarations
2013-02-23 Diego Biurrunconfigure: Refactor dxva2api.h dependency declarations
2013-02-23 Diego Biurrunbuild: Add proper infrastructure for adding and checkin...
2013-02-23 Diego Biurrunconfigure: Simplify VDPAU header check
2013-02-23 Diego Biurrunconfigure: Simplify VDA header and extralibs check
2013-02-23 Mans Rullgardconfigure: Do not redundantly list enabled hwaccel...
2013-02-23 Diego Biurrunconfigure: Add print_3_columns helper function and...
2013-02-23 Diego Biurrundoc: developer: Allow tabs in the vim configuration...
2013-02-23 Diego BiurrunRemove pointless av_cold attributes in header files
2013-02-23 Kostya Shishkovpnm: add high-bitdepth PGMYUV support for both encoder...
2013-02-23 John Van Sicklelibx264: change i_qfactor to use x264cli's default
2013-02-23 Anton Khirnovqtrle: use AV_LOG_ERROR in an error message.
2013-02-23 Anton Khirnovqtrle: cosmetics, reformat CHECK_PIXEL_PTR() macro
2013-02-23 Anton Khirnovqtrle: add more checks against pixel_ptr being negative.
2013-02-23 Anton Khirnovcavs: initialize various context tables to 0
2013-02-23 Anton Khirnovmlpdec: do not try to allocate a zero-sized output...
2013-02-23 Anton Khirnovmov: use the format context for logging.
2013-02-23 Anton Khirnovflicvideo: avoid an infinite loop in byte run compression
2013-02-23 Anton Khirnovloco: check that there is data left after decoding...
2013-02-23 Anton Khirnovlagarith: avoid infinite loop in lag_rac_refill()
2013-02-23 Anton Khirnovav_memcpy_backptr: avoid an infinite loop for back = 0
2013-02-23 Anton Khirnov4xm: check the return value of read_huffman_tables().
2013-02-21 Matt Wolenetzx86: h264: Don't use redzone in AVX h264_deblock on...
2013-02-20 Diego Biurrundxva2: Add missing #define to make header compile stand...
2013-02-20 Diego Biurrunarm: vp8: Add missing #includes for header to compile...
2013-02-20 Vicente Jimenez... doc: filters: Correct BNF FILTER description
2013-02-19 Diego Biurrunintreadwrite: tomi: Add missing attributes.h #include...
2013-02-19 Diego Biurrunbuild: Ensure that output directories for header object...
2013-02-19 Martin Storsjöh264: Get rid of unnecessary casts
2013-02-19 Ronald S. Bultjeh264/svq3: Stop using draw_edges
2013-02-19 Ronald S. Bultjeh264: Don't store intra pcm samples in h->mb
2013-02-19 Ronald S. Bultjeget_bits: Return pointer to buffer that is the result...
2013-02-19 Ronald S. Bultjeh264: Add add_pixels4/8() to h264dsp, and remove add_pi...
2013-02-19 Ronald S. Bultjeh264chroma: Remove duplicate 9/10 bit functions
2013-02-19 Ronald S. Bultjex86: Use simple nop codes for <= sse (rather than ...
2013-02-19 Ronald S. Bultjevp56: Remove clear_blocks call, and clear alpha plane...
2013-02-18 Daniel Kangx86: dsputil: Fix h263 loop filter link error in some...
2013-02-18 Daniel Kangx86: dsputil: int --> ptrdiff_t for ff_put_pixels16_mmx...
2013-02-18 Vicente Jimenez... doc: Fix some obsolete references to av* tools as ff...
2013-02-18 Matti Hamalainensvq3: unbreak decoding
2013-02-17 Luca Barbatobuild: make audio_frame_queue a stand-alone component
2013-02-17 Diego Biurrunbuild: The libopencore-amrnb encoder depends on audio_f...
2013-02-17 Diego Biurrunlibopencore-amrwb: Make AMR-WB ifdeffery more precise
2013-02-17 Diego Biurrunlibopencore-amr: Conditionally compile decoder and...
2013-02-17 Diego Biurrunlibopencore-amrnb: cosmetics: Group all encoder-related...
2013-02-17 Luca Barbatodsputil: convert remaining op_pixels_func
2013-02-17 Michael Niedermayerroqvideodec: check dimensions validity
2013-02-17 Michael Niedermayervqavideo: check chunk sizes before reading chunks
2013-02-17 Michael Niedermayerqdm2: check array index before use, fix out of array...
2013-02-17 Anton Khirnoverror_resilience: add required headers.
2013-02-15 Anton Khirnovh264: deMpegEncContextize
2013-02-15 Anton Khirnovmpegvideo: split ff_draw_horiz_band().
2013-02-15 Anton Khirnoverror_resilience: decouple ER from MpegEncContext
2013-02-15 Anton Khirnovsvq3: remove a pointless if()
2013-02-15 Anton Khirnovh264: remove a pointless if()
2013-02-15 Anton Khirnovh264: simplify calls to ff_er_add_slice().
2013-02-15 Anton Khirnovget_buffer(): do not initialize the data.
2013-02-15 Anton Khirnovvf_yadif: fix out-of line reads
2013-02-15 Anton Khirnovvf_yadif: factorize initializing the filtering callbacks
2013-02-15 Diego Biurrunsparc: dsputil: Simplify high_bit_depth checks
2013-02-14 Diego Biurrunh264idct: Replace duplicate scan8 table by appropriate...
2013-02-14 Diego Biurrunavutil: Ensure that emms_c is always defined, even...
next