|
|
|
@f4fed5a2
|
12 years |
martin |
mpegvideo: Use hpeldsp instead of dsputil for half-pel functions
This …
|
|
|
@6caa44aa
|
12 years |
martin |
svq1: Use hpeldsp instead of dsputil for half-pel functions
This …
|
|
|
@c1047003
|
12 years |
martin |
mimic: Use hpeldsp instead of dsputil for half-pel functions
…
|
|
|
@8071264f
|
12 years |
martin |
interplayvideo: Use hpeldsp instead of dsputil for half-pel functions
…
|
|
|
@0f0a11d5
|
12 years |
martin |
bink: Use hpeldsp instead of dsputil for half-pel functions
…
|
|
|
@8f992dc8
|
12 years |
martin |
indeo3: Use hpeldsp instead of dsputil for half-pel functions
This …
|
|
|
@cb7ecb75
|
12 years |
martin |
vp56: Use hpeldsp instead of dsputil for half-pel functions
This …
|
|
|
@3bd062bf
|
12 years |
martin |
vp3: Use hpeldsp instead of dsputil for half-pel functions
This makes …
|
|
|
@68d8238c
|
12 years |
martin |
hpeldsp: Add half-pel functions (currently copies of dsputil)
…
|
|
|
@bc7fbd36
|
12 years |
diego |
fate: cosmetics: More sensible order for entries in video filter file
|
|
|
@a77aed14
|
12 years |
diego |
fate: Rename video filters file and add separate video filters target
|
|
|
@b357f1d1
|
12 years |
diego |
fate: Split audio filters into their own separate file
|
|
|
@3eec1d41
|
12 years |
diego |
fate: Reuse VREF and AREF variables where appropriate
|
|
|
@5e83d9ac
|
12 years |
anton |
h264: fully support cropping.
Based on a patch by Vittorio Giovara …
|
|
|
@a7f46586
|
12 years |
anton |
ff_get_buffer(): allocate the frame for max(coded,display) dimensions
…
|
|
|
@505642f1
|
12 years |
anton |
mp3dec: fallback to generic seeking when a TOC is not present
Fixes …
|
|
|
@a0a872d
|
12 years |
anton |
indeo3: check motion vectors.
Reported-by: Mateusz "j00ru" Jurczyk …
|
|
|
@34e6af9e
|
12 years |
anton |
indeo3: fix data size check
The data offsets are relative to the …
|
|
|
@66531d63
|
12 years |
anton |
indeo3: switch parsing the header to bytestream2
Also add an …
|
|
|
@01d376f5
|
12 years |
anton |
rv10: check that extradata is large enough
Reported-by: Mateusz …
|
|
|
@bac8d38c
|
12 years |
anton |
rv10: return meaningful error codes.
Also improve some error messages.
|
|
|
@69f6f03
|
12 years |
anton |
rv10: cosmetics, reformat
|
|
|
@34f87a58
|
12 years |
anton |
qdm2: check that the FFT size is a power of 2
Reported-by: Mateusz …
|
|
|
@ecff5acb
|
12 years |
anton |
svq1dec: clip motion vectors to the frame size.
Fixes invalid reads …
|
|
|
@b1bb8fb8
|
12 years |
anton |
svq1dec: check that the reference frame has the same dimensions as the …
|
|
|
@c0771a1a
|
12 years |
anton |
af_channelmap: cosmetics, use an extra local variable to shorten the code
|
|
|
@aafed117
|
12 years |
anton |
af_channelmap: sanity check input channel indices in all cases.
Fixes …
|
|
|
@7f1fd976
|
12 years |
diego |
cmdutils: Fix build with lavfi disabled
Signed-off-by: Diego Biurrun …
|
|
|
@5b27c307
|
12 years |
lu_zero |
flvenc: do not mux more than one stream per type
FLV does not support …
|
|
|
@6add6272
|
12 years |
martin |
fate: Set the bitexact flag for vp3/vp5/vp6 tests
This is required …
|
|
|
@01582122
|
12 years |
martin |
vp3: Use full transpose for all IDCTs
This way, the special IDCT …
|
|
|
@5941978e
|
12 years |
martin |
vp3: bfin: Transpose the IDCTs
While this change isn't bitexact, the …
|
|
|
@c46819f2
|
12 years |
martin |
x86: Move constants to the only place where they are used
…
|
|
|
@c0dcf898
|
12 years |
martin |
bfin: Match DEFUN_END macros to the right functions
Signed-off-by: …
|
|
|
@a3cb8653
|
12 years |
diego |
x86: dsputil: Move some ifdefs to avoid unused variable warnings
|
|
|
@2004c7c8
|
12 years |
diego |
x86: dsputil: cosmetics: Remove two pointless variable indirections
|
|
|
@c51a3a5
|
12 years |
diego |
x86: dsputil: Refactor some ff_{avg|put}_pixels function declarations
|
|
|
@e027032f
|
12 years |
diego |
x86: dsputil: ff_h263_*_loop_filter declarations to a more suitable place
|
|
|
@a89c0550
|
12 years |
diego |
x86: h264qpel: int --> ptrdiff_t for some line_size parameters
|
|
|
@25882a7f
|
12 years |
anton |
FATE: add a test for the interlace filter
Signed-off-by: Anton …
|
|
|
@3fce1367
|
12 years |
anton |
lavfi: new interlace filter
Signed-off-by: Anton Khirnov …
|
|
|
@92104600
|
12 years |
anton |
cmdutils: allow -h filter=<name> to print information about a filter.
|
|
|
@e19e8aee
|
12 years |
anton |
avtools: move media_type_string() from avprobe to cmdutils.
It will …
|
|
|
@dc574658
|
12 years |
anton |
avconv: print filter options in -h full output.
|
|
|
@bee2d75b
|
12 years |
anton |
avconv: update to the new options syntax.
The separators were changed …
|
|
|
@f160c6a1
|
12 years |
anton |
lavfi: do not segfault on NULL passed to avfilter_get_by_name()
|
|
|
@fa2a34cd
|
12 years |
anton |
lavfi: change the filter registering system to match the other …
|
|
|
@7e8fe4be
|
12 years |
anton |
lavfi: add a function for counting elements in AVFilterPad arrays.
…
|
|
|
@7cdd737b
|
12 years |
anton |
lavfi: mark filters with dynamic number of inputs or outputs with …
|
|
|
@1ba95a9c
|
12 years |
anton |
lavfi: add avfilter_init_dict() for initializing a filter with a dict.
|
|
|
@48a5adab
|
12 years |
anton |
lavfi: add avfilter_init_str() to replace avfilter_init_filter().
…
|
|
|
@1565cbc6
|
12 years |
anton |
lavfi: make avfilter_free() remove the filter from its graph.
|
|
|
@1113672
|
12 years |
anton |
lavfi: add AVFilterContext.graph.
It will be useful in the following …
|
|
|
@c2c9801b
|
12 years |
anton |
lavfi: deprecate avfilter_graph_add_filter().
Since this function …
|
|
|
@bc1a985b
|
12 years |
anton |
lavfi: replace avfilter_open() with avfilter_graph_alloc_filter().
…
|
|
|
@38f0c078
|
12 years |
anton |
lavfi: merge avfiltergraph.h into avfilter.h
We do not support using …
|
|
|
@4a37d4b3
|
12 years |
anton |
lavfi: add const to the pads parameter of avfilter_pad_get_name/type
|
|
|
@91d2efa7
|
12 years |
anton |
lavfi: add const to AVFilterContext.filter.
lavfi should never modify …
|
|
|
@f223ad1e
|
12 years |
anton |
doc: document the prores encoder options
Adapted from the author's …
|
|
|
@93e65e9a
|
12 years |
anton |
Cosmetics, restore alphabetic order in atomics lists.
|
|
|
@9e6b5e61
|
12 years |
anton |
img2enc: add an option for overwriting one file with subsequent images …
|
|
|
@ac9362c5
|
12 years |
diego |
Move misplaced file author information where it belongs
|
|
|
@9de9b82
|
12 years |
anton |
lavc: don't overwrite display dimensions with coded dimensions.
|
|
|
@2d6edb2b
|
12 years |
anton |
lavc: extend / update the [coded_]{width,height} doxy
|
|
|
@20429ba9
|
12 years |
diego |
h261: Move encoder/decoder shared table init to common code
|
|
|
@8a776ad9
|
12 years |
diego |
h261: Move shared data tables from a header to a proper C file
|
|
|
@b93b27e
|
12 years |
martin |
dsputil: Make dsputil selectable
Signed-off-by: Martin Storsjö …
|
|
|
@85deb51a
|
12 years |
martin |
h264: Only initialize dsputil if error resilience is enabled
It is …
|
|
|
@62844c3f
|
12 years |
martin |
h264: Integrate clear_blocks calls with IDCT
The non-intra-pcm branch …
|
|
|
@e8cafd27
|
12 years |
martin |
h264: Clear the mb members via memset instead of using dsputil
…
|
|
|
@6d25c9db
|
12 years |
martin |
dsputil: Make square put/avg_pixels functions local to h264qpel
Put a …
|
|
|
@2e81acc6
|
12 years |
diego |
x86inc: Fix number of operands for cmp* instructions
cmp{p,s}{s,d} …
|
|
|
@837112c0
|
12 years |
anton |
af_channelmap: fix uninitialized variable use introduced in …
|
|
|
@cdac3acb
|
12 years |
anton |
lavfi: add a bump and docs entries for the AVOptions switch
|
|
|
@8114c101
|
12 years |
anton |
lavfi: add avfilter_get_class().
Useful for examining options, the …
|
|
|
@4d1f31ea
|
12 years |
anton |
lavfi: make AVFilterContext export filter options.
|
|
|
@62549f96
|
12 years |
anton |
lavfi: error out when options are provided to a filter that does not …
|
|
|
@c43a7eca
|
12 years |
anton |
lavfi: remove now unused args parameter from AVFilter.init
|
|
|
@7b3eb745
|
12 years |
anton |
vsrc_testsrc: switch to an AVOptions-based system.
|
|
|
@a42d6e6c
|
12 years |
anton |
vsrc_movie: switch to an AVOptions-based system.
|
|
|
@b7b3302f
|
12 years |
anton |
vsrc_nullsrc: switch to an AVOptions-based system.
|
|
|
@7bc1a883
|
12 years |
anton |
vsrc_color: switch to an AVOptions-based system.
|
|
|
@73d5d405
|
12 years |
anton |
split: switch to an AVOptions-based system.
|
|
|
@b13623e1
|
12 years |
anton |
af_volume: switch to an AVOptions-based system.
|
|
|
@dd7fc37
|
12 years |
anton |
af_join: switch to an AVOptions-based system.
Change the mappings …
|
|
|
@3f14feb
|
12 years |
anton |
af_channelsplit: switch to an AVOptions-based system.
|
|
|
@ba8efac9
|
12 years |
anton |
af_channelmap: switch to an AVOptions-based system.
|
|
|
@b2b25b06
|
12 years |
anton |
af_asyncts: switch to an AVOptions-based system.
|
|
|
@ac20e3ab
|
12 years |
anton |
af_amix: switch to an AVOptions-based system.
|
|
|
@7536c671
|
12 years |
anton |
vf_yadif: switch to an AVOptions-based system.
|
|
|
@b83e9efc
|
12 years |
anton |
vf_unsharp: switch to an AVOptions-based system.
|
|
|
@0c2466de
|
12 years |
anton |
vf_transpose: switch to an AVOptions-based system.
|
|
|
@ffea3b00
|
12 years |
anton |
vf_settb: switch to an AVOptions-based system.
|
|
|
@33b97faa
|
12 years |
anton |
vf_setpts: switch to an AVOptions-based system.
|
|
|
@95f1f56a
|
12 years |
anton |
vf_select: switch to an AVOptions-based system.
|
|
|
@40c885c5
|
12 years |
anton |
vf_pad: switch to an AVOptions-based system.
|
|
|
@9087eaf1
|
12 years |
anton |
vf_overlay: switch to an AVOptions-based system.
|
|
|
@20b46f8f
|
12 years |
anton |
vf_lut: switch to an AVOptions-based system.
|
|
|
@ee0e8d4b
|
12 years |
anton |
vf_libopencv: switch to an AVOptions-based system.
|
|
|
@8c747d4
|
12 years |
anton |
vf_hqdn3d: switch to an AVOptions-based system.
|
|
|