|
|
|
@c292f6a2
|
12 years |
diego |
build: Factor out error resilience dependencies to …
|
|
|
@6961bdfa
|
12 years |
diego |
x86: avcodec: Consistently name all init files
|
|
|
@33e11284
|
12 years |
martin |
Add more missing includes after removing the implicit common.h
…
|
|
|
@70766c21
|
12 years |
martin |
Add some more missing includes after removing the implicit common.h
…
|
|
|
@1d9c2dc
|
12 years |
martin |
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö …
|
|
|
@93f257db
|
12 years |
martin |
rtmp: Automatically compute the hash for SWFVerification
…
|
|
|
@635ac8e1
|
12 years |
martin |
rtmp: Add support for SWFVerification
Specifies how the server …
|
|
|
@661454aa
|
12 years |
anton |
api-example: use new video encoding API.
|
|
|
@29cfdd3
|
12 years |
diego |
x86: avcodec: Appropriately name files containing only init functions
|
|
|
@be129589
|
12 years |
diego |
mpegvideo_mmx_template: drop some commented-out cruft
|
|
|
@4cf40283
|
12 years |
diego |
libavresample: add mix level normalization option
Provides an option …
|
|
|
@11928d24
|
12 years |
diego |
w32pthreads: Add missing #includes to make header compile standalone
|
|
|
@fb7e7808
|
12 years |
martin |
rtmp: Gracefully ignore _checkbw errors by tracking them
…
|
|
|
@8b6a5a79
|
12 years |
martin |
rtmp: Do not send _checkbw calls as notifications
The _checkbw calls …
|
|
|
@c0f4cf77
|
12 years |
lu_zero |
prores: interlaced ProRes encoding
Signed-off-by: Luca Barbato …
|
|
|
@0d230e93
|
12 years |
mans |
g723.1: simplify scale_vector()
It is impossible for bits to be 15 …
|
|
|
@a4b8fc3a
|
12 years |
mans |
g723.1: simplify normalize_bits()
This function is always called with …
|
|
|
@063910f5
|
12 years |
diego |
vda: cosmetics: fix Doxygen comment formatting
Signed-off-by: Diego …
|
|
|
@694be29f
|
12 years |
diego |
vda: better frame allocation
Signed-off-by: Diego Biurrun …
|
|
|
@dc87ac55
|
12 years |
diego |
vda: Merge implementation into one file
Signed-off-by: Diego Biurrun …
|
|
|
@3c379706
|
12 years |
diego |
vda: support synchronous decoding
Note that the symbols used to run …
|
|
|
@cfc680ab
|
12 years |
diego |
vda: Reuse the bitstream buffer and reallocate it only if needed
…
|
|
|
@ad08dfd5
|
12 years |
diego |
build: Factor out mpegvideo encoding dependencies to …
|
|
|
@0af85d57
|
12 years |
martin |
avprobe: Include libm.h for the log2 fallback
Signed-off-by: Martin …
|
|
|
@cee03436
|
12 years |
lu_zero |
proresenc: use the edge emulation buffer
Prevents reading past the …
|
|
|
@fb96c1c5
|
12 years |
lu_zero |
rtmp: handle bytes read reports
0x03 (bytes read report) is a known …
|
|
|
@fe5fba44
|
12 years |
diego |
configure: Fix typo in mpeg2video/svq1 decoder dependency declaration
|
|
|
@d752509b
|
12 years |
mans |
Use log2(x) instead of log(x) / log(2)
Signed-off-by: Mans Rullgard …
|
|
|
@90540c2d
|
12 years |
mans |
x86: swscale: fix fragile memory accesses
To access data at multiple …
|
|
|
@10b83cb6
|
12 years |
mans |
x86: swscale: remove disabled code
This code has been disabled since …
|
|
|
@480178a2
|
12 years |
mans |
x86: yadif: fix asm with suncc
Under some circumstances, suncc will …
|
|
|
@8ec0204e
|
12 years |
mans |
x86: cabac: allow building with suncc
This fixes two issues …
|
|
|
@c8252e80
|
12 years |
mans |
x86: mlpdsp: avoid taking address of void
This code contains a C …
|
|
|
@87fa05a0
|
12 years |
mans |
ARM: intmath: use native-size return types for clipping functions
…
|
|
|
@69665bd6
|
12 years |
mans |
g723.1: do not pass large structs by value
Signed-off-by: Mans …
|
|
|
@138914dc
|
12 years |
mans |
g723.1: do not bounce intermediate values via memory
Although a …
|
|
|
@cbcf1b41
|
12 years |
mans |
g723.1: declare a variable in the block it is used
Signed-off-by: …
|
|
|
@35b533e
|
12 years |
mans |
g723.1: avoid saving/restoring excitation
Writing the scaled …
|
|
|
@4b728b47
|
12 years |
mans |
g723.1: avoid unnecessary memcpy() in residual_interp()
…
|
|
|
@f645710c
|
12 years |
mans |
g723.1: make postfilter write directly to output buffer
…
|
|
|
@19532643
|
12 years |
mans |
g723.1: drop unnecessary variable buf_ptr in formant_postfilter()
…
|
|
|
@b2af2c4b
|
12 years |
mans |
g723.1: make scale_vector() output to a separate buffer
…
|
|
|
@783da0d6
|
12 years |
mans |
g723.1: make autocorr_max() work on an arbitrary buffer
…
|
|
|
@37161051
|
12 years |
mans |
g723.1: do not needlessly use int64_t
Signed-off-by: Mans Rullgard …
|
|
|
@47c73a7
|
12 years |
mans |
g723.1: use saturating addition functions
Use saturating addition …
|
|
|
@4aca716
|
12 years |
mans |
g723.1: optimise scale_vector()
Firstly, nothing in this function can …
|
|
|
@1eb1f6f2
|
12 years |
mans |
g723.1: remove useless uses of MUL64()
The operands in both cases are …
|
|
|
@5a43eba9
|
12 years |
mans |
g723.1: remove unnecessary argument 'shift' from dot_product()
The …
|
|
|
@8b0de734
|
12 years |
mans |
g723.1: deobfuscate "(x << 4) - x" to "15 * x"
The compiler performs …
|
|
|
@fddc5b9b
|
12 years |
mans |
celp: optimise ff_celp_lp_synthesis_filter()
Adding instead of …
|
|
|
@6c4975ea
|
12 years |
mans |
libavutil: add saturating addition functions
Fixed-point audio codecs …
|
|
|
@17c11cef
|
12 years |
derek.buitenhuis |
cllc: Implement ARGB support
Signed-off-by: Derek Buitenhuis …
|
|
|
@7fda47d
|
12 years |
derek.buitenhuis |
cllc: Add support for QRGB
Signed-off-by: Derek Buitenhuis …
|
|
|
@f4bb38cc
|
12 years |
derek.buitenhuis |
cllc: Rename some funcs to represent what they actually do
This is in …
|
|
|
@3b9e832e
|
12 years |
diego |
x86: Drop silly "_yasm" suffixes from filenames
|
|
|
@f30ff542
|
12 years |
diego |
doc: Clarify licensing issues arising from external libraries
|
|
|
@bdefe22b
|
12 years |
martin |
lavf: Detect discontinuities in timestamps for …
|
|
|
@30c26c24
|
12 years |
martin |
lavf: Initialize the stream info timestamps in avformat_new_stream
…
|
|
|
@6e9bbc65
|
12 years |
anton |
id3v2: Match PIC mimetype/format case-insensitively
Some files' …
|
|
|
@575db883
|
12 years |
diego |
configure: Rename check_asm() to more fitting check_inline_asm()
|
|
|
@e017c875
|
12 years |
diego |
fate: Only test enabled filters
This fixes running FATE without …
|
|
|
@3aa696e8
|
12 years |
diego |
avresample: De-doxygenize some comments where Doxygen is not appropriate
|
|
|
@f5ce90f2
|
12 years |
martin |
rtmp: split chunk_size var into in_chunk_size and out_chunk_size
…
|
|
|
@a8103503
|
12 years |
martin |
rtmp: Factorize the code by adding find_tracked_method
Also fix the …
|
|
|
@885da7b
|
12 years |
anton |
lavf: simplify is_intra_only() by using codec descriptors.
|
|
|
@51efed15
|
12 years |
anton |
lavc: add an intra-only codec property.
|
|
|
@c223d799
|
12 years |
anton |
lavc: add codec descriptors.
They describe properties that are …
|
|
|
@2ff67c90
|
12 years |
anton |
lavc: fix mixing CODEC_ID/AV_CODEC_ID in C++ code.
C++ does not allow …
|
|
|
@33de86db
|
12 years |
mans |
dict: move struct AVDictionary definition to dict.c
This makes struct …
|
|
|
@987170cb
|
12 years |
mans |
dict: add av_dict_count()
This adds a function to retrieve the number …
|
|
|
@05c36e0e
|
12 years |
mans |
g723.1: fix addition overflow
This addition must be done as 64-bit to …
|
|
|
@52aa3015
|
12 years |
mans |
g723.1: simplify and fix multiplication overflow
In 16-bit …
|
|
|
@e141cf2
|
12 years |
mans |
g723.1: deobfuscate an expression
(x << 2) - x is just an …
|
|
|
@e2b7c578
|
12 years |
mans |
g723.1: remove unused #includes
Signed-off-by: Mans Rullgard …
|
|
|
@0d735ca2
|
12 years |
mans |
ARM: add missing "cc" clobber in av_clipl_int32_arm()
Signed-off-by: …
|
|
|
@3eebc1e1
|
12 years |
lu_zero |
rtmp: Factorize the code by adding handle_invoke_error
Signed-off-by: …
|
|
|
@71036a3a
|
12 years |
lu_zero |
rtmp: Factorize the code by adding handle_invoke_status
…
|
|
|
@5e6001db
|
12 years |
lu_zero |
rtmp: Factorize the code by adding handle_invoke_result
…
|
|
|
@54918d03
|
12 years |
mans |
libavutil: remove unused av_abort() macro
Signed-off-by: Mans …
|
|
|
@6d3783d1
|
12 years |
mans |
ffmenc: replace if/abort with assert()
The condition is trivially …
|
|
|
@1c4ab37c
|
12 years |
mans |
libavutil: drop offsetof() fallback definition
The only compiler I …
|
|
|
@d913fd1f
|
12 years |
mans |
libavutil: drop fallback definitions of INTxx_MIN/MAX
This list is …
|
|
|
@83c93fe7
|
12 years |
martin |
configure: Check for a sctp struct instead of just the header
This …
|
|
|
@c72f12cb
|
12 years |
diego |
configure: suncc: Add -xc99 to dependency flags, required on Solaris
|
|
|
@804d7a1a
|
12 years |
diego |
doxygen: Fix function parameter names to match the code
|
|
|
@52561d01
|
12 years |
diego |
doc: Drop obsolete shared libs cflags hint to workaround Cygwin gcc bugs
|
|
|
@90f7e617
|
12 years |
diego |
swf: Move shared table out of the header file
|
|
|
@2804ba6a
|
12 years |
diego |
swf: Move swf_audio_codec_tags table to the only place it is used
|
|
|
@84f9d78a
|
12 years |
kostya.shishkov |
fate: add G.723.1 decoder tests
|
|
|
@0db9eba4
|
12 years |
mans |
motion_est: drop inline from sad_hpel_motion_search()
This function …
|
|
|
@5bf7bc62
|
12 years |
mans |
motion_est: remove unused macros
Signed-off-by: Mans Rullgard …
|
|
|
@74f82f92
|
12 years |
mans |
motion_est: remove useless no_motion_search() function
At both places …
|
|
|
@f9150c8a
|
12 years |
janne-libav |
lagarith: frame multithreading
About 2x speedup going from 1 to 2 …
|
|
|
@36a8c430
|
12 years |
diego |
doxygen: qdm2: Drop documentation for non-existing function parameters
|
|
|
@24d3796d
|
12 years |
diego |
build: add HOSTOBJS to SUBDIR_VARS list
Even though HOSTOBJS are not …
|
|
|
@f69f4036
|
12 years |
mans |
mpegvideo: reduce excessive inlining of mpeg_motion()
The main …
|
|
|
@7a851153
|
12 years |
mans |
mpegvideo: convert mpegvideo_common.h to a .c file
This file defines …
|
|
|
@18bbca1f
|
12 years |
mans |
build: factor out mpegvideo.o dependencies to CONFIG_MPEGVIDEO
This …
|
|
|
@d7a4f8f8
|
12 years |
mans |
Move MASK_ABS macro to libavcodec/mathops.h
This macro is only used …
|
|
|
@070a402b
|
12 years |
mans |
x86: move MANGLE() and related macros to libavutil/x86/asm.h
These …
|
|
|