source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @c9f5fcd0   12 years martin dsputil: Merge 9-10 bpp functions for get_pixels and draw_edge These …
(edit) @619e0da   12 years martin dsputil: Remove unused 32-bit functions Previously, if dct_bits was …
(edit) @c443117f   12 years martin dsputil: Remove dct_bits dct_bits is never set except in h264, where …
(edit) @54cd5e4f   12 years martin dsputil: Remove hpel functions (moved to hpeldsp) Signed-off-by: …
(edit) @2957d29   12 years martin alpha: hpeldsp: Move half-pel assembly from dsputil to hpeldsp …
(edit) @78ce568e   12 years martin sparc: hpeldsp: Move vis half-pel assembly from dsputil to hpeldsp …
(edit) @278bd205   12 years martin sh4: hpeldsp: Move half-pel assembly from dsputil to hpeldsp …
(edit) @bfb41b50   12 years martin bfin: hpeldsp: Move half-pel assembly from dsputil to hpeldsp …
(edit) @7384b7a7   12 years martin arm: hpeldsp: Move half-pel assembly from dsputil to hpeldsp …
(edit) @47e5a981   12 years martin ppc: hpeldsp: Move half-pel assembly from dsputil to hpeldsp …
(edit) @8db00081   12 years martin x86: hpeldsp: Move half-pel assembly from dsputil to hpeldsp …
(edit) @28bc406c   12 years martin mjpeg: Use hpeldsp instead of dsputil for half-pel functions …
(edit) @1277dc07   12 years martin svq1enc: Use hpeldsp instead of dsputil for half-pel functions …
(edit) @2f6bc5f7   12 years martin svq3: Use hpeldsp instead of dsputil for half-pel functions …
(edit) @f4fed5a2   12 years martin mpegvideo: Use hpeldsp instead of dsputil for half-pel functions This …
(edit) @6caa44aa   12 years martin svq1: Use hpeldsp instead of dsputil for half-pel functions This …
(edit) @c1047003   12 years martin mimic: Use hpeldsp instead of dsputil for half-pel functions …
(edit) @8071264f   12 years martin interplayvideo: Use hpeldsp instead of dsputil for half-pel functions …
(edit) @0f0a11d5   12 years martin bink: Use hpeldsp instead of dsputil for half-pel functions …
(edit) @8f992dc8   12 years martin indeo3: Use hpeldsp instead of dsputil for half-pel functions This …
(edit) @cb7ecb75   12 years martin vp56: Use hpeldsp instead of dsputil for half-pel functions This …
(edit) @3bd062bf   12 years martin vp3: Use hpeldsp instead of dsputil for half-pel functions This makes …
(edit) @68d8238c   12 years martin hpeldsp: Add half-pel functions (currently copies of dsputil) …
(edit) @bc7fbd36   12 years diego fate: cosmetics: More sensible order for entries in video filter file
(edit) @a77aed14   12 years diego fate: Rename video filters file and add separate video filters target
(edit) @b357f1d1   12 years diego fate: Split audio filters into their own separate file
(edit) @3eec1d41   12 years diego fate: Reuse VREF and AREF variables where appropriate
(edit) @5e83d9ac   12 years anton h264: fully support cropping. Based on a patch by Vittorio Giovara …
(edit) @a7f46586   12 years anton ff_get_buffer(): allocate the frame for max(coded,display) dimensions …
(edit) @505642f1   12 years anton mp3dec: fallback to generic seeking when a TOC is not present Fixes …
(edit) @a0a872d   12 years anton indeo3: check motion vectors. Reported-by: Mateusz "j00ru" Jurczyk …
(edit) @34e6af9e   12 years anton indeo3: fix data size check The data offsets are relative to the …
(edit) @66531d63   12 years anton indeo3: switch parsing the header to bytestream2 Also add an …
(edit) @01d376f5   12 years anton rv10: check that extradata is large enough Reported-by: Mateusz …
(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.
Note: See TracRevisionLog for help on using the revision log.