]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2013-03-08 Anton KhirnovAVFrame: deprecate all now unused fields
2013-03-08 Anton Khirnovlavc: stop setting AVFrame.motion_subsample_log2
2013-03-08 Anton Khirnovavserver: don't set deprecated options.
2013-03-08 Anton Khirnovavplay: switch to new refcounted frames API
2013-03-08 Anton Khirnovavconv: convert to new refcounted AVFrame API
2013-03-08 Anton Khirnovmpegvideo: drop vismv code
2013-03-08 Anton Khirnovlavc: make up a fake frame channel layout when there...
2013-03-08 Anton Khirnovlavc: limit maximum number of channels to 63
2013-03-08 Anton Khirnovlavc: allow decoders to override frame parameters.
2013-03-08 Anton Khirnovlavc decoders: properly initialize AVFrame.
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-03-08 Anton Khirnovmpegvideo_enc: drop support for reusing the input motio...
2013-03-08 Anton Khirnovlavfi: switch to AVFrame.
2013-03-08 Anton KhirnovAVFrame: add side data.
2013-03-08 Anton KhirnovMove AVFrame from lavc to lavu.
2013-03-08 Anton Khirnovlavc: move AVFrame.hwaccel_picture_private to Picture.
2013-03-08 Anton Khirnovpthread: avoid copying input packets when possible.
2013-03-08 Anton Khirnovavpacket: use AVBuffer to allow refcounting the packets.
2013-03-08 Anton KhirnovAVBuffer: add a new API for buffer pools
2013-03-08 Anton Khirnovlavu: add a new API for reference-counted data buffers.
2013-03-08 Ronald S. Bultjelavu: add support for atomic operations.
2013-03-08 Alexander Kojevnikovmp3dec: Fix VBR bit rate parsing
2013-03-07 Martin Storsjöavstring: Fix isxdigit to not accept non-hex characters
2013-03-07 Diego Biurrunconfigure: Add missing videodsp dependencies to some...
2013-03-07 Diego Biurrunbuild: cosmetics: Group hw accelerator Makefile entries...
2013-03-07 Diego Biurrunconfigure: Add missing h264chroma dependencies to vp5...
2013-03-07 Diego BiurrunAdd missing error_resilience includes to files that...
2013-03-07 Martin Storsjömpegvideo: Conditionally build error_resilience bits
2013-03-07 Diego Biurrunbuild: Fix error_resilience code dependencies
2013-03-07 Reimar DöffingerUse the avstring.h locale-independent character type...
2013-03-07 Reimar Döffingeravstring: Add locale independent versions of some ctype...
2013-03-07 Ronald S. Bultjelavc: Deprecate the deinterlace functions in libavcodec
2013-03-07 Ronald S. Bultjeh264: Integrate draw_horiz_band into ff_h264_draw_horiz...
2013-03-07 Stefano Sabatinilavc: Prettify printing of codec tags containing non...
2013-03-07 Martin Storsjöh264: Rename the jpeg_420 pixfmt list to match the...
2013-03-06 Martin Storsjöavconv: Make sure the encoder exists before inspecting...
2013-03-06 Carl Eugen... cavs: Add a dependency on h264chroma
2013-03-06 Ronald S. Bultjelavc: Split out ff_hwaccel_pixfmt_list_420[] over indiv...
2013-03-06 Diego Biurrunavcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO...
2013-03-06 Luca Barbatoshorten: use the unsigned type where needed
2013-03-06 Luca Barbatoshorten: report meaningful errors
2013-03-06 Luca Barbatoshorten: K&R formatting cosmetics
2013-03-06 Michael Niedermayershorten: set invalid channels count to 0
2013-03-06 Luca Barbatovorbisdec: check memory allocations
2013-03-05 Luca Barbatoh264: check for luma and chroma bit dept being equal
2013-03-05 Diego Biurrunhwaccel: consistent name prefixes for start_frame/end_f...
2013-03-05 Diego Biurrunconfigure: Use check_builtin() where appropriate
2013-03-05 Diego Biurrunconfigure: Add check_builtin convenience function
2013-03-05 Diego Biurrunconfigure: Add sanitize_var_name convenience function
2013-03-05 Diego Biurrunconfigure: Fix silly typo in logging command of check_s...
2013-03-04 Janne Grunaufate: remove last incomplete frame from mpeg2-field...
2013-03-02 Martin Storsjörtpdec: Initialize some variables to silence compiler...
2013-03-02 Anton Khirnovh264: set ref_count to 0 for intra slices.
2013-03-02 Anton Khirnovh264: on reference overflow, reset the reference count...
2013-03-02 Anton Khirnovh264: do not copy ref count/ref2frm when updating per...
2013-03-01 Martin Storsjöflvdec: Check the return value of a malloc
2013-03-01 Martin Storsjöflvdec: Don't read the VP6 header byte when setting...
2013-03-01 Diego Biurrunlls: Do not return from void functions
2013-03-01 Diego Biurrunlls: #ifndef --> #if in FF_API_ version guard
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...
next