39618 Commits (c3a0b3eb64be441ca897629e8ecd80d5b51fded7)
 

Author SHA1 Message Date
  Anton Khirnov 01d376f598 rv10: check that extradata is large enough 12 years ago
  Anton Khirnov bac8d38c0a rv10: return meaningful error codes. 12 years ago
  Anton Khirnov 69f6f03cd1 rv10: cosmetics, reformat 12 years ago
  Anton Khirnov 34f87a5853 qdm2: check that the FFT size is a power of 2 12 years ago
  Anton Khirnov ecff5acb5a svq1dec: clip motion vectors to the frame size. 12 years ago
  Anton Khirnov b1bb8fb860 svq1dec: check that the reference frame has the same dimensions as the current one 12 years ago
  Anton Khirnov c0771a1ac6 af_channelmap: cosmetics, use an extra local variable to shorten the code 12 years ago
  Anton Khirnov aafed1175d af_channelmap: sanity check input channel indices in all cases. 12 years ago
  Anton Khirnov 7f1fd97636 cmdutils: Fix build with lavfi disabled 12 years ago
  Rafaël Carré 5b27c307e7 flvenc: do not mux more than one stream per type 12 years ago
  Martin Storsjö 6add6272da fate: Set the bitexact flag for vp3/vp5/vp6 tests 12 years ago
  Ronald S. Bultje 015821229f vp3: Use full transpose for all IDCTs 12 years ago
  Martin Storsjö 5941978e71 vp3: bfin: Transpose the IDCTs 12 years ago
  Ronald S. Bultje c46819f229 x86: Move constants to the only place where they are used 12 years ago
  Martin Storsjö c0dcf89887 bfin: Match DEFUN_END macros to the right functions 12 years ago
  Diego Biurrun a3cb865310 x86: dsputil: Move some ifdefs to avoid unused variable warnings 12 years ago
  Diego Biurrun 2004c7c8f7 x86: dsputil: cosmetics: Remove two pointless variable indirections 12 years ago
  Diego Biurrun c51a3a5bd9 x86: dsputil: Refactor some ff_{avg|put}_pixels function declarations 12 years ago
  Diego Biurrun e027032fc6 x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable place 12 years ago
  Diego Biurrun a89c05500f x86: h264qpel: int --> ptrdiff_t for some line_size parameters 12 years ago
  Vittorio Giovara 25882a7ff6 FATE: add a test for the interlace filter 12 years ago
  Vittorio Giovara 3fce136798 lavfi: new interlace filter 12 years ago
  Anton Khirnov 921046008f cmdutils: allow -h filter=<name> to print information about a filter. 12 years ago
  Anton Khirnov e19e8aeeaa avtools: move media_type_string() from avprobe to cmdutils. 12 years ago
  Anton Khirnov dc574658d1 avconv: print filter options in -h full output. 12 years ago
  Anton Khirnov bee2d75b66 avconv: update to the new options syntax. 12 years ago
  Anton Khirnov f160c6a18a lavfi: do not segfault on NULL passed to avfilter_get_by_name() 12 years ago
  Anton Khirnov fa2a34cd40 lavfi: change the filter registering system to match the other libraries 12 years ago
  Anton Khirnov 7e8fe4be5f lavfi: add a function for counting elements in AVFilterPad arrays. 12 years ago
  Anton Khirnov 7cdd737ba8 lavfi: mark filters with dynamic number of inputs or outputs with special flags 12 years ago
  Anton Khirnov 1ba95a9cca lavfi: add avfilter_init_dict() for initializing a filter with a dict. 12 years ago
  Anton Khirnov 48a5adab62 lavfi: add avfilter_init_str() to replace avfilter_init_filter(). 12 years ago
  Anton Khirnov 1565cbc65c lavfi: make avfilter_free() remove the filter from its graph. 12 years ago
  Anton Khirnov 111367263a lavfi: add AVFilterContext.graph. 12 years ago
  Anton Khirnov c2c9801bc9 lavfi: deprecate avfilter_graph_add_filter(). 12 years ago
  Anton Khirnov bc1a985ba0 lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). 12 years ago
  Anton Khirnov 38f0c0781a lavfi: merge avfiltergraph.h into avfilter.h 12 years ago
  Anton Khirnov 4a37d4b3f8 lavfi: add const to the pads parameter of avfilter_pad_get_name/type 12 years ago
  Anton Khirnov 91d2efa7d6 lavfi: add const to AVFilterContext.filter. 12 years ago
  Anton Khirnov f223ad1e00 doc: document the prores encoder options 12 years ago
  Anton Khirnov 93e65e9a6c Cosmetics, restore alphabetic order in atomics lists. 12 years ago
  Anton Khirnov 9e6b5e61a0 img2enc: add an option for overwriting one file with subsequent images 12 years ago
  Diego Biurrun ac9362c5d9 Move misplaced file author information where it belongs 12 years ago
  Anton Khirnov 9de9b828ef lavc: don't overwrite display dimensions with coded dimensions. 12 years ago
  Anton Khirnov 2d6edb2b7e lavc: extend / update the [coded_]{width,height} doxy 12 years ago
  Diego Biurrun 20429ba96e h261: Move encoder/decoder shared table init to common code 12 years ago
  Diego Biurrun 8a776ad90e h261: Move shared data tables from a header to a proper C file 12 years ago
  Ronald S. Bultje b93b27edb0 dsputil: Make dsputil selectable 12 years ago
  Ronald S. Bultje 85deb51a01 h264: Only initialize dsputil if error resilience is enabled 12 years ago
  Ronald S. Bultje 62844c3fd6 h264: Integrate clear_blocks calls with IDCT 12 years ago