]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2013-04-19 Anton Khirnovh264: fully support cropping.
2013-04-19 Anton Khirnovff_get_buffer(): allocate the frame for max(coded,displ...
2013-04-19 Michael Niedermayermp3dec: fallback to generic seeking when a TOC is not...
2013-04-17 Anton Khirnovindeo3: check motion vectors.
2013-04-17 Anton Khirnovindeo3: fix data size check
2013-04-17 Anton Khirnovindeo3: switch parsing the header to bytestream2
2013-04-17 Anton Khirnovrv10: check that extradata is large enough
2013-04-17 Anton Khirnovrv10: return meaningful error codes.
2013-04-17 Anton Khirnovrv10: cosmetics, reformat
2013-04-17 Anton Khirnovqdm2: check that the FFT size is a power of 2
2013-04-17 Anton Khirnovsvq1dec: clip motion vectors to the frame size.
2013-04-17 Anton Khirnovsvq1dec: check that the reference frame has the same...
2013-04-17 Anton Khirnovaf_channelmap: cosmetics, use an extra local variable...
2013-04-17 Anton Khirnovaf_channelmap: sanity check input channel indices in...
2013-04-16 Anton Khirnovcmdutils: Fix build with lavfi disabled
2013-04-16 Rafaël Carréflvenc: do not mux more than one stream per type
2013-04-15 Martin Storsjöfate: Set the bitexact flag for vp3/vp5/vp6 tests
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-12 Diego Biurrunx86: dsputil: Move some ifdefs to avoid unused variable...
2013-04-12 Diego Biurrunx86: dsputil: cosmetics: Remove two pointless variable...
2013-04-12 Diego Biurrunx86: dsputil: Refactor some ff_{avg|put}_pixels functio...
2013-04-12 Diego Biurrunx86: dsputil: ff_h263_*_loop_filter declarations to...
2013-04-12 Diego Biurrunx86: h264qpel: int --> ptrdiff_t for some line_size...
2013-04-11 Vittorio GiovaraFATE: add a test for the interlace filter
2013-04-11 Vittorio Giovaralavfi: new interlace filter
2013-04-11 Anton Khirnovcmdutils: allow -h filter=<name> to print information...
2013-04-11 Anton Khirnovavtools: move media_type_string() from avprobe to cmdutils.
2013-04-11 Anton Khirnovavconv: print filter options in -h full output.
2013-04-11 Anton Khirnovavconv: update to the new options syntax.
2013-04-11 Anton Khirnovlavfi: do not segfault on NULL passed to avfilter_get_b...
2013-04-11 Anton Khirnovlavfi: change the filter registering system to match...
2013-04-11 Anton Khirnovlavfi: add a function for counting elements in AVFilter...
2013-04-11 Anton Khirnovlavfi: mark filters with dynamic number of inputs or...
2013-04-11 Anton Khirnovlavfi: add avfilter_init_dict() for initializing a...
2013-04-11 Anton Khirnovlavfi: add avfilter_init_str() to replace avfilter_init...
2013-04-11 Anton Khirnovlavfi: make avfilter_free() remove the filter from...
2013-04-11 Anton Khirnovlavfi: add AVFilterContext.graph.
2013-04-11 Anton Khirnovlavfi: deprecate avfilter_graph_add_filter().
2013-04-11 Anton Khirnovlavfi: replace avfilter_open() with avfilter_graph_allo...
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.
next