source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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
(edit) @fc792308   12 years martin srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH This was missed from …
(edit) @0e729b22   12 years martin rtpdec: Increase max rtp packet size to 8192 This fixes connecting to …
(edit) @350ad50   12 years martin lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500 Signed-off-by: Martin …
(edit) @bc0522df   12 years martin h264pred: Add a few missing const declarations for ff_cropTbl derived …
(edit) @d2ec6ea6   12 years martin lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables …
(edit) @9e0f14f1   12 years martin lavc: Make pointers to ff_cropTbl const There's no point in these …
(edit) @18df366a   12 years martin vp3: Embed idct_permutation array directly in VP3DecoderContext This …
(edit) @610b18e2   12 years martin x86: qpel: Move fullpel and l2 functions to a separate file This way, …
(edit) @0f598457   12 years martin bfin: Make vp3 functions static Signed-off-by: Martin Storsjö …
(edit) @aa8d8953   12 years martin bfin: Don't use the vp3 idct functions if bitexact behaviour is …
(edit) @f4b0d12f   12 years diego x86: sbrdsp: Implement SSE neg_odd_64 Timing on Arrandale: C …
(edit) @a862c7d3   12 years siretart Integrate lcov/gcov into Libav The gcov/lcov are a common toolchain …
(edit) @52cd84d4   12 years diego h261: Move mvmap table to the only place it is used
(edit) @0404ec61   12 years diego h261: cosmetics: Move functions to avoid forward declarations
(edit) @b78f81c8   12 years diego h261: K&R formatting and prettyprinting cosmetics
(edit) @66ac3dbf   12 years diego h261: Move function declarations to h261.h
(edit) @ed16c2db   12 years diego h261: Remove H.261 loop filter from dsputil There is no …
(edit) @ae35d91d   12 years diego h261: Move ff_h261_rl_table_store declaration to header file
(edit) @28a807e2   12 years diego libopenjpeg: Add support for XYZ colorspace, found in DCINEMA frames …
(edit) @8c652645   12 years diego pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit values …
(edit) @5e46f6b5   12 years diego img2: Add j2k file extension for JPEG 2000 Signed-off-by: Diego …
(edit) @f8080bd1   12 years anton xmv: do not leak memory in the error paths in xmv_read_header() CC: …
(edit) @d1016dcc   12 years anton xmv: check audio track parameters validity. Reported-by: Mateusz …
(edit) @b88f902   12 years anton bmv: check for len being valid in bmv_decode_frame(). It can be 0 or …
Note: See TracRevisionLog for help on using the revision log.