|
|
|
@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.
|
|
|
@7ed833d7
|
12 years |
anton |
vf_gradfun: switch to an AVOptions-based system.
|
|
|
@c334c113
|
12 years |
anton |
vf_scale: switch to an AVOptions-based system.
|
|
|
@5aa1a668
|
12 years |
anton |
vf_frei0r: switch to an AVOptions-based system.
|
|
|
@f13ab299
|
12 years |
anton |
vf_fps: switch to an AVOptions-based system.
|
|
|
@a39c1540
|
12 years |
anton |
vf_fieldorder: switch to an AVOptions-based system.
|
|
|
@b9dfee9f
|
12 years |
anton |
vf_fade: switch to an AVOptions-based system.
|
|
|
@8ec464c6
|
12 years |
anton |
vf_drawtext: switch to an AVOptions-based system.
|
|
|
@335c3129
|
12 years |
anton |
vf_drawbox: switch to an AVOptions-based system.
|
|
|
@63e58c55
|
12 years |
anton |
vf_delogo: switch to an AVOptions-based system.
|
|
|
@460e7b4f
|
12 years |
anton |
vf_cropdetect: switch to an AVOptions-based system.
|
|
|
@fba0156a
|
12 years |
anton |
vf_crop: switch to an AVOptions-based system.
|
|
|
@51def31d
|
12 years |
anton |
vf_boxblur: switch to an AVOptions-based system.
|
|
|
@62dcdb02
|
12 years |
anton |
vf_blackframe: switch to an AVOptions-based system.
|
|
|
@2831b307
|
12 years |
anton |
vf_aspect: switch to an AVOptions-based system.
|
|
|
@e67a87ea
|
12 years |
anton |
vf_(no)format: switch to an AVOptions-based system.
|
|
|
@0af7fe1f
|
12 years |
anton |
af_aformat: switch to an AVOptions-based system.
|
|
|
@d28cb849
|
12 years |
anton |
buffersrc: switch to an AVOptions-based system.
|
|
|
@4fa1f52e
|
12 years |
anton |
af_resample: switch to an AVOptions-based system.
|
|
|
@b439c992
|
12 years |
anton |
lavfi: switch to an AVOptions-based system.
|
|
|
@56c1b925
|
12 years |
kostya.shishkov |
dfa: implement missing TDLT coding method
|
|
|
@fc792308
|
12 years |
martin |
srtp: Include rtpdec.h for RTP_MAX_PACKET_LENGTH
This was missed from …
|
|
|
@0e729b22
|
12 years |
martin |
rtpdec: Increase max rtp packet size to 8192
This fixes connecting to …
|
|
|
@350ad50
|
12 years |
martin |
lavf: Use RTP_MAX_PACKET_LENGTH instead of 1500
Signed-off-by: Martin …
|
|
|
@bc0522df
|
12 years |
martin |
h264pred: Add a few missing const declarations for ff_cropTbl derived …
|
|
|
@d2ec6ea6
|
12 years |
martin |
lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables
…
|
|
|
@9e0f14f1
|
12 years |
martin |
lavc: Make pointers to ff_cropTbl const
There's no point in these …
|
|
|
@18df366a
|
12 years |
martin |
vp3: Embed idct_permutation array directly in VP3DecoderContext
This …
|
|
|
@610b18e2
|
12 years |
martin |
x86: qpel: Move fullpel and l2 functions to a separate file
This way, …
|
|
|
@0f598457
|
12 years |
martin |
bfin: Make vp3 functions static
Signed-off-by: Martin Storsjö …
|
|
|
@aa8d8953
|
12 years |
martin |
bfin: Don't use the vp3 idct functions if bitexact behaviour is …
|
|
|
@f4b0d12f
|
12 years |
diego |
x86: sbrdsp: Implement SSE neg_odd_64
Timing on Arrandale:
C …
|
|
|
@a862c7d3
|
12 years |
siretart |
Integrate lcov/gcov into Libav
The gcov/lcov are a common toolchain …
|
|
|
@52cd84d4
|
12 years |
diego |
h261: Move mvmap table to the only place it is used
|
|
|
@0404ec61
|
12 years |
diego |
h261: cosmetics: Move functions to avoid forward declarations
|
|
|
@b78f81c8
|
12 years |
diego |
h261: K&R formatting and prettyprinting cosmetics
|
|
|
@66ac3dbf
|
12 years |
diego |
h261: Move function declarations to h261.h
|
|
|
@ed16c2db
|
12 years |
diego |
h261: Remove H.261 loop filter from dsputil
There is no …
|
|
|
@ae35d91d
|
12 years |
diego |
h261: Move ff_h261_rl_table_store declaration to header file
|
|
|
@28a807e2
|
12 years |
diego |
libopenjpeg: Add support for XYZ colorspace, found in DCINEMA frames
…
|
|
|
@8c652645
|
12 years |
diego |
pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit values
…
|
|
|
@5e46f6b5
|
12 years |
diego |
img2: Add j2k file extension for JPEG 2000
Signed-off-by: Diego …
|
|
|
@f8080bd1
|
12 years |
anton |
xmv: do not leak memory in the error paths in xmv_read_header()
CC: …
|
|
|
@d1016dcc
|
12 years |
anton |
xmv: check audio track parameters validity.
Reported-by: Mateusz …
|
|
|
@b88f902
|
12 years |
anton |
bmv: check for len being valid in bmv_decode_frame().
It can be 0 or …
|
|
|