source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @bac8d38c   12 years anton rv10: return meaningful error codes. Also improve some error messages.
(edit) @69f6f03   12 years anton rv10: cosmetics, reformat
(edit) @34f87a58   12 years anton qdm2: check that the FFT size is a power of 2 Reported-by: Mateusz …
(edit) @ecff5acb   12 years anton svq1dec: clip motion vectors to the frame size. Fixes invalid reads …
(edit) @b1bb8fb8   12 years anton svq1dec: check that the reference frame has the same dimensions as the …
(edit) @c0771a1a   12 years anton af_channelmap: cosmetics, use an extra local variable to shorten the code
(edit) @aafed117   12 years anton af_channelmap: sanity check input channel indices in all cases. Fixes …
(edit) @7f1fd976   12 years diego cmdutils: Fix build with lavfi disabled Signed-off-by: Diego Biurrun …
(edit) @5b27c307   12 years lu_zero flvenc: do not mux more than one stream per type FLV does not support …
(edit) @6add6272   12 years martin fate: Set the bitexact flag for vp3/vp5/vp6 tests This is required …
(edit) @01582122   12 years martin vp3: Use full transpose for all IDCTs This way, the special IDCT …
(edit) @5941978e   12 years martin vp3: bfin: Transpose the IDCTs While this change isn't bitexact, the …
(edit) @c46819f2   12 years martin x86: Move constants to the only place where they are used …
(edit) @c0dcf898   12 years martin bfin: Match DEFUN_END macros to the right functions Signed-off-by: …
(edit) @a3cb8653   12 years diego x86: dsputil: Move some ifdefs to avoid unused variable warnings
(edit) @2004c7c8   12 years diego x86: dsputil: cosmetics: Remove two pointless variable indirections
(edit) @c51a3a5   12 years diego x86: dsputil: Refactor some ff_{avg|put}_pixels function declarations
(edit) @e027032f   12 years diego x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable place
(edit) @a89c0550   12 years diego x86: h264qpel: int --> ptrdiff_t for some line_size parameters
(edit) @25882a7f   12 years anton FATE: add a test for the interlace filter Signed-off-by: Anton …
(edit) @3fce1367   12 years anton lavfi: new interlace filter Signed-off-by: Anton Khirnov …
(edit) @92104600   12 years anton cmdutils: allow -h filter=<name> to print information about a filter.
(edit) @e19e8aee   12 years anton avtools: move media_type_string() from avprobe to cmdutils. It will …
(edit) @dc574658   12 years anton avconv: print filter options in -h full output.
(edit) @bee2d75b   12 years anton avconv: update to the new options syntax. The separators were changed …
(edit) @f160c6a1   12 years anton lavfi: do not segfault on NULL passed to avfilter_get_by_name()
(edit) @fa2a34cd   12 years anton lavfi: change the filter registering system to match the other …
(edit) @7e8fe4be   12 years anton lavfi: add a function for counting elements in AVFilterPad arrays. …
(edit) @7cdd737b   12 years anton lavfi: mark filters with dynamic number of inputs or outputs with …
(edit) @1ba95a9c   12 years anton lavfi: add avfilter_init_dict() for initializing a filter with a dict.
(edit) @48a5adab   12 years anton lavfi: add avfilter_init_str() to replace avfilter_init_filter(). …
(edit) @1565cbc6   12 years anton lavfi: make avfilter_free() remove the filter from its graph.
(edit) @1113672   12 years anton lavfi: add AVFilterContext.graph. It will be useful in the following …
(edit) @c2c9801b   12 years anton lavfi: deprecate avfilter_graph_add_filter(). Since this function …
(edit) @bc1a985b   12 years anton lavfi: replace avfilter_open() with avfilter_graph_alloc_filter(). …
(edit) @38f0c078   12 years anton lavfi: merge avfiltergraph.h into avfilter.h We do not support using …
(edit) @4a37d4b3   12 years anton lavfi: add const to the pads parameter of avfilter_pad_get_name/type
(edit) @91d2efa7   12 years anton lavfi: add const to AVFilterContext.filter. lavfi should never modify …
(edit) @f223ad1e   12 years anton doc: document the prores encoder options Adapted from the author's …
(edit) @93e65e9a   12 years anton Cosmetics, restore alphabetic order in atomics lists.
(edit) @9e6b5e61   12 years anton img2enc: add an option for overwriting one file with subsequent images …
(edit) @ac9362c5   12 years diego Move misplaced file author information where it belongs
(edit) @9de9b82   12 years anton lavc: don't overwrite display dimensions with coded dimensions.
(edit) @2d6edb2b   12 years anton lavc: extend / update the [coded_]{width,height} doxy
(edit) @20429ba9   12 years diego h261: Move encoder/decoder shared table init to common code
(edit) @8a776ad9   12 years diego h261: Move shared data tables from a header to a proper C file
(edit) @b93b27e   12 years martin dsputil: Make dsputil selectable Signed-off-by: Martin Storsjö …
(edit) @85deb51a   12 years martin h264: Only initialize dsputil if error resilience is enabled It is …
(edit) @62844c3f   12 years martin h264: Integrate clear_blocks calls with IDCT The non-intra-pcm branch …
(edit) @e8cafd27   12 years martin h264: Clear the mb members via memset instead of using dsputil …
(edit) @6d25c9db   12 years martin dsputil: Make square put/avg_pixels functions local to h264qpel Put a …
(edit) @2e81acc6   12 years diego x86inc: Fix number of operands for cmp* instructions cmp{p,s}{s,d} …
(edit) @837112c0   12 years anton af_channelmap: fix uninitialized variable use introduced in …
(edit) @cdac3acb   12 years anton lavfi: add a bump and docs entries for the AVOptions switch
(edit) @8114c101   12 years anton lavfi: add avfilter_get_class(). Useful for examining options, the …
(edit) @4d1f31ea   12 years anton lavfi: make AVFilterContext export filter options.
(edit) @62549f96   12 years anton lavfi: error out when options are provided to a filter that does not …
(edit) @c43a7eca   12 years anton lavfi: remove now unused args parameter from AVFilter.init
(edit) @7b3eb745   12 years anton vsrc_testsrc: switch to an AVOptions-based system.
(edit) @a42d6e6c   12 years anton vsrc_movie: switch to an AVOptions-based system.
(edit) @b7b3302f   12 years anton vsrc_nullsrc: switch to an AVOptions-based system.
(edit) @7bc1a883   12 years anton vsrc_color: switch to an AVOptions-based system.
(edit) @73d5d405   12 years anton split: switch to an AVOptions-based system.
(edit) @b13623e1   12 years anton af_volume: switch to an AVOptions-based system.
(edit) @dd7fc37   12 years anton af_join: switch to an AVOptions-based system. Change the mappings …
(edit) @3f14feb   12 years anton af_channelsplit: switch to an AVOptions-based system.
(edit) @ba8efac9   12 years anton af_channelmap: switch to an AVOptions-based system.
(edit) @b2b25b06   12 years anton af_asyncts: switch to an AVOptions-based system.
(edit) @ac20e3ab   12 years anton af_amix: switch to an AVOptions-based system.
(edit) @7536c671   12 years anton vf_yadif: switch to an AVOptions-based system.
(edit) @b83e9efc   12 years anton vf_unsharp: switch to an AVOptions-based system.
(edit) @0c2466de   12 years anton vf_transpose: switch to an AVOptions-based system.
(edit) @ffea3b00   12 years anton vf_settb: switch to an AVOptions-based system.
(edit) @33b97faa   12 years anton vf_setpts: switch to an AVOptions-based system.
(edit) @95f1f56a   12 years anton vf_select: switch to an AVOptions-based system.
(edit) @40c885c5   12 years anton vf_pad: switch to an AVOptions-based system.
(edit) @9087eaf1   12 years anton vf_overlay: switch to an AVOptions-based system.
(edit) @20b46f8f   12 years anton vf_lut: switch to an AVOptions-based system.
(edit) @ee0e8d4b   12 years anton vf_libopencv: switch to an AVOptions-based system.
(edit) @8c747d4   12 years anton vf_hqdn3d: switch to an AVOptions-based system.
(edit) @7ed833d7   12 years anton vf_gradfun: switch to an AVOptions-based system.
(edit) @c334c113   12 years anton vf_scale: switch to an AVOptions-based system.
(edit) @5aa1a668   12 years anton vf_frei0r: switch to an AVOptions-based system.
(edit) @f13ab299   12 years anton vf_fps: switch to an AVOptions-based system.
(edit) @a39c1540   12 years anton vf_fieldorder: switch to an AVOptions-based system.
(edit) @b9dfee9f   12 years anton vf_fade: switch to an AVOptions-based system.
(edit) @8ec464c6   12 years anton vf_drawtext: switch to an AVOptions-based system.
(edit) @335c3129   12 years anton vf_drawbox: switch to an AVOptions-based system.
(edit) @63e58c55   12 years anton vf_delogo: switch to an AVOptions-based system.
(edit) @460e7b4f   12 years anton vf_cropdetect: switch to an AVOptions-based system.
(edit) @fba0156a   12 years anton vf_crop: switch to an AVOptions-based system.
(edit) @51def31d   12 years anton vf_boxblur: switch to an AVOptions-based system.
(edit) @62dcdb02   12 years anton vf_blackframe: switch to an AVOptions-based system.
(edit) @2831b307   12 years anton vf_aspect: switch to an AVOptions-based system.
(edit) @e67a87ea   12 years anton vf_(no)format: switch to an AVOptions-based system.
(edit) @0af7fe1f   12 years anton af_aformat: switch to an AVOptions-based system.
(edit) @d28cb849   12 years anton buffersrc: switch to an AVOptions-based system.
(edit) @4fa1f52e   12 years anton af_resample: switch to an AVOptions-based system.
(edit) @b439c992   12 years anton lavfi: switch to an AVOptions-based system.
(edit) @56c1b925   12 years kostya.shishkov dfa: implement missing TDLT coding method
Note: See TracRevisionLog for help on using the revision log.