]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2013-04-11 Anton Khirnovlavfi: merge avfiltergraph.h into avfilter.h
2013-04-11 Anton Khirnovlavfi: add const to the pads parameter of avfilter_pad_...
2013-04-11 Anton Khirnovlavfi: add const to AVFilterContext.filter.
2013-04-11 Anton Khirnovdoc: document the prores encoder options
2013-04-11 Anton KhirnovCosmetics, restore alphabetic order in atomics lists.
2013-04-11 Anton Khirnovimg2enc: add an option for overwriting one file with...
2013-04-11 Diego BiurrunMove misplaced file author information where it belongs
2013-04-10 Anton Khirnovlavc: don't overwrite display dimensions with coded...
2013-04-10 Anton Khirnovlavc: extend / update the [coded_]{width,height} doxy
2013-04-10 Diego Biurrunh261: Move encoder/decoder shared table init to common...
2013-04-10 Diego Biurrunh261: Move shared data tables from a header to a proper...
2013-04-10 Ronald S. Bultjedsputil: Make dsputil selectable
2013-04-10 Ronald S. Bultjeh264: Only initialize dsputil if error resilience is...
2013-04-10 Ronald S. Bultjeh264: Integrate clear_blocks calls with IDCT
2013-04-10 Martin Storsjöh264: Clear the mb members via memset instead of using...
2013-04-10 Ronald S. Bultjedsputil: Make square put/avg_pixels functions local...
2013-04-09 Christophe... x86inc: Fix number of operands for cmp* instructions
2013-04-09 Anton Khirnovaf_channelmap: fix uninitialized variable use introduce...
2013-04-09 Anton Khirnovlavfi: add a bump and docs entries for the AVOptions...
2013-04-09 Anton Khirnovlavfi: add avfilter_get_class().
2013-04-09 Anton Khirnovlavfi: make AVFilterContext export filter options.
2013-04-09 Anton Khirnovlavfi: error out when options are provided to a filter...
2013-04-09 Anton Khirnovlavfi: remove now unused args parameter from AVFilter...
2013-04-09 Anton Khirnovvsrc_testsrc: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvsrc_movie: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvsrc_nullsrc: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvsrc_color: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovsplit: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovaf_volume: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovaf_join: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovaf_channelsplit: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovaf_channelmap: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovaf_asyncts: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovaf_amix: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_yadif: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_unsharp: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_transpose: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_settb: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_setpts: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_select: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_pad: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_overlay: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_lut: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_libopencv: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_hqdn3d: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_gradfun: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_scale: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_frei0r: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_fps: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_fieldorder: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_fade: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_drawtext: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_drawbox: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_delogo: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_cropdetect: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_crop: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_boxblur: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_blackframe: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_aspect: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovvf_(no)format: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovaf_aformat: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovbuffersrc: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovaf_resample: switch to an AVOptions-based system.
2013-04-09 Anton Khirnovlavfi: switch to an AVOptions-based system.
2013-04-09 Kostya Shishkovdfa: implement missing TDLT coding method
2013-04-09 Martin Storsjösrtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH
2013-04-09 Andrew Van Tilrtpdec: Increase max rtp packet size to 8192
2013-04-09 Andrew Van Tillavf: Use RTP_MAX_PACKET_LENGTH instead of 1500
2013-04-08 Martin Storsjöh264pred: Add a few missing const declarations for...
2013-04-08 Ronald S. Bultjelavc: Move ff_cropTbl and ff_zigzag_direct from dsputil...
2013-04-08 Martin Storsjölavc: Make pointers to ff_cropTbl const
2013-04-08 Ronald S. Bultjevp3: Embed idct_permutation array directly in VP3Decode...
2013-04-08 Ronald S. Bultjex86: qpel: Move fullpel and l2 functions to a separate...
2013-04-08 Martin Storsjöbfin: Make vp3 functions static
2013-04-08 Martin Storsjöbfin: Don't use the vp3 idct functions if bitexact...
2013-04-05 Christophe... x86: sbrdsp: Implement SSE neg_odd_64
2013-04-05 Reinhard TartlerIntegrate lcov/gcov into Libav
2013-04-05 Diego Biurrunh261: Move mvmap table to the only place it is used
2013-04-05 Diego Biurrunh261: cosmetics: Move functions to avoid forward declar...
2013-04-05 Diego Biurrunh261: K&R formatting and prettyprinting cosmetics
2013-04-05 Diego Biurrunh261: Move function declarations to h261.h
2013-04-05 Diego Biurrunh261: Remove H.261 loop filter from dsputil
2013-04-05 Diego Biurrunh261: Move ff_h261_rl_table_store declaration to header...
2013-04-04 Nicolas Bertrandlibopenjpeg: Add support for XYZ colorspace, found...
2013-04-04 Nicolas Bertrandpixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit values
2013-04-04 Nicolas Bertrandimg2: Add j2k file extension for JPEG 2000
2013-04-04 Anton Khirnovxmv: do not leak memory in the error paths in xmv_read_...
2013-04-04 Anton Khirnovxmv: check audio track parameters validity.
2013-04-04 Anton Khirnovbmv: check for len being valid in bmv_decode_frame().
2013-04-04 Anton Khirnovid3v2: pad the APIC packets as required by lavc.
2013-04-04 Anton Khirnovdfa: check for invalid access in decode_wdlt().
2013-04-04 Anton Khirnovlavf: make sure stream probe data gets freed.
2013-04-04 Anton Khirnovavfiltergraph: set deprecated filter_count.
2013-04-04 Anton Khirnovopt: check the return values of av_get_token for ENOMEM.
2013-04-04 Peter Meerwalddoc: Fix best_nb_channells typo
2013-04-03 Luca Barbatomatroska: pass the lace size to the matroska_parse_rm_audio
2013-04-03 Luca Barbatomatroska: fix a corner case in ebml-lace parsing
2013-04-03 Dale Curtismatroska: Update the available size after lace parsing
2013-04-03 Luca Barbatoclang: use -fsantize=address and -fsanitize=thread
2013-04-03 Anton Khirnovavfiltergraph: check for sws opts being non-NULL before...
next