|
|
|
@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 …
|
|
|
@c318626
|
12 years |
mans |
x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
This puts …
|
|
|
@122d5c52
|
12 years |
alex.converse |
aacdec: Don't fall back to the old output configuration when no old …
|
|
|
@f89584ca
|
12 years |
martin |
rtmp: Add message tracking
Signed-off-by: Martin Storsjö …
|
|
|
@1243c722
|
12 years |
martin |
rtsp: Support mpegts in raw udp packets
This is basically the same …
|
|
|
@df8cf076
|
12 years |
martin |
rtsp: Support receiving plain data over UDP without any RTP …
|
|
|
@c864e461
|
12 years |
martin |
rtpdec: Remove an unused include
Signed-off-by: Martin Storsjö …
|
|
|
@bfb82fcd
|
12 years |
martin |
rtpenc: Remove an av_abort() that depends on user-supplied data
…
|
|
|
@7ca14c73
|
12 years |
anton |
vsrc_movie: discourage its use with avconv.
|
|
|
@ab296097
|
12 years |
anton |
avconv: allow no input files.
It is now possible to use lavfi sources.
|
|
|
@a5fd7c60
|
12 years |
anton |
avconv: prevent invalid reads in transcode_init()
|
|
|
@57d24225
|
12 years |
anton |
avconv: rename OutputStream.is_past_recording_time to finished.
The …
|
|
|
@0c00fd80
|
12 years |
anton |
avconv: split the code for processing input packets out of transcode()
|
|
|
@f154ef1a
|
12 years |
anton |
avconv: send EOF to lavfi even if flushing the decoder fails
|
|
|
@cc2133b6
|
12 years |
anton |
avconv: get rid of pointless temporary variable.
|
|
|
@83916029
|
12 years |
anton |
avconv: simplify transcode().
Operate with a pointer to InputFile …
|
|
|
@c0fbf971
|
12 years |
anton |
avconv: cosmetics
Replace for (;foo == 0;) with while (!foo)
This is …
|
|
|
@0b26ef42
|
12 years |
anton |
avconv: replace no_packet array in transcode() with a var in …
|
|
|
@bed43d58
|
12 years |
anton |
avconv: remove unused variable from InputFile.
|
|
|
@d64901f
|
12 years |
anton |
avconv: remove commented out cruft.
|
|
|
@a4f50110
|
12 years |
anton |
avconv: maintain sync on lavfi outputs.
Before this commit, …
|
|
|
@5864eb42
|
12 years |
diego |
build: cosmetics: Reorder some lists in a more logical fashion
|
|
|
@197439c1
|
12 years |
diego |
x86: pngdsp: Fix assembly for OS/2
The a.out object format does not …
|
|
|
@69ac6400
|
12 years |
janne-libav |
fate: add test for RTjpeg in nuv with frameheader
Renames the old …
|
|
|
@82613564
|
12 years |
lu_zero |
rtmp: send check_bw as notification
Set the transactionId to 0 to …
|
|
|
@e78e6c37
|
12 years |
kostya.shishkov |
g723_1: clip argument for 15-bit version of normalize_bits()
It …
|
|
|
@f86b2f36
|
12 years |
kostya.shishkov |
g723_1: use all LPC vectors in formant postfilter
Due to some mistake …
|
|
|
@385ec296
|
12 years |
anton |
id3v2: Support v2.2 PIC
id3 v2.2 uses image format ("JPG","PNG") …
|
|
|
@1a4b5567
|
12 years |
anton |
avplay: fix build with lavfi disabled.
Issue introduced in 67339f6e.
…
|
|
|
@fe2147e9
|
12 years |
anton |
avconv: split configuring filter configuration to a separate file.
|
|
|
@f5e66827
|
12 years |
anton |
avconv: split option parsing into a separate file.
|
|
|
@8f2aa89a
|
12 years |
kostya.shishkov |
mpc8: do not leave padding after last frame in buffer for the next …
|
|
|
@94364b7
|
12 years |
anton |
mpegaudioenc: list supported channel layouts.
|
|
|
@927e92cd
|
12 years |
anton |
mpegaudiodec: don't print an error on > 1 frame in a packet.
It's a …
|
|
|
@5702c867
|
12 years |
anton |
api-example: update to new audio encoding API.
|
|
|
@154caa67
|
12 years |
mans |
configure: add --enable/disable-random option
This allows creating …
|
|
|
@578344f7
|
12 years |
diego |
doc: cygwin: Update list of FATE package requirements
|
|
|
@a2b4d1df
|
12 years |
diego |
build: Remove all installed headers and header directories on uninstall
|
|
|
@dfd9159f
|
12 years |
mans |
build: change checkheaders to use regular build rules
Many compilers …
|
|
|
@00cb52c6
|
12 years |
martin |
rtmp: Add a new option 'rtmp_subscribe'
This option specifies the …
|
|
|
@f9e77c17
|
12 years |
martin |
rtmp: Add support for subscribing live streams
When streaming live …
|
|
|
@12127b65
|
12 years |
martin |
rtmp: Factorize simultaneous URLProtocol / AVClass declarations with a …
|
|
|
@ec9d2c15
|
12 years |
mans |
ARM: use Q/R inline asm operand modifiers only if supported
Some …
|
|
|