|
|
|
@a5e8c41c
|
12 years |
anton |
lavfi: remove 'opaque' parameter from AVFilter.init()
It is not used …
|
|
|
@fbcaceb1
|
12 years |
anton |
mov: do not try to read total disc/track number if data atom is too …
|
|
|
@19ad5673
|
12 years |
anton |
avconv: fix -force_key_frames
parse_forced_keyframes() relies in …
|
|
|
@ea1c5011
|
12 years |
martin |
dxva2_h264: fix signaling of mbaff frames
The MBAFF flag may only be …
|
|
|
@05953348
|
12 years |
mans |
x86: fft: elf64: fix PIC build
In a 64-bit PIC build, external …
|
|
|
@246154a9
|
12 years |
martin |
log: Include io.h on windows
This is required for isatty, which …
|
|
|
@14a34d9
|
12 years |
justin.ruggles |
lavr: x86: merge some branches
|
|
|
@963cdf39
|
12 years |
mans |
x86: cpu: whitespace (mostly) cosmetics
This adds whitespace around …
|
|
|
@8725da49
|
12 years |
mans |
x86: fft: win64: fix stack alignment for memcpy() call
|
|
|
@dc538580
|
12 years |
martin |
wtv: Check the return value from gmtime
On MSVC, gmtime returns NULL …
|
|
|
@82992604
|
12 years |
mans |
x86: fft: convert sse inline asm to yasm
|
|
|
@8123e090
|
12 years |
mans |
x86: place some inline asm under #if HAVE_INLINE_ASM
Signed-off-by: …
|
|
|
@145a8096
|
12 years |
martin |
log: Only include unistd.h if configure found it
MSVC has isatty (in …
|
|
|
@980e65f1
|
12 years |
anton |
ape: create audio stream before reading tags.
Tags may contain …
|
|
|
@a7b8ff94
|
12 years |
anton |
mov: make a length variable larger.
Right now, it's uint16_t, but for …
|
|
|
@f57d2f5
|
12 years |
anton |
image2: Add "start_number" private option to the demuxer
Currently if …
|
|
|
@b5bce20c
|
12 years |
anton |
image2: Add "start_number" private option to the muxer
This adds the …
|
|
|
@fd269d62
|
12 years |
anton |
avconv: remove a forgotten debugging printf.
|
|
|
@df98bf22
|
12 years |
anton |
avconv: use more descriptive names for hardcoded filters.
Also ensure …
|
|
|
@6fc7d9a0
|
12 years |
anton |
avconv: remove redundant handling of async.
Because of a mistake …
|
|
|
@7a8059eb
|
12 years |
anton |
doc/filters: fix typo.
|
|
|
@0b6f9736
|
12 years |
mans |
h264: use asm cabac reader under a generic condition
This removes a …
|
|
|
@fe07c9c6
|
12 years |
diego |
x86: Only use optimizations with cmov if the CPU supports the instruction
|
|
|
@65345a5a
|
12 years |
diego |
x86: Add CPU flag for the i686 cmov instruction
|
|
|
@29686d6e
|
12 years |
mans |
x86: remove unused inline asm macros from dsputil_mmx.h
…
|
|
|
@685f5438
|
12 years |
mans |
x86: move some inline asm macros to the only places they are used
…
|
|
|
@41e637e4
|
12 years |
alex.converse |
lavfi: Add the af_channelmap audio channel mapping filter.
Inspired …
|
|
|
@dc07fb6f
|
12 years |
anton |
lavfi: add join audio filter.
It joins multiple input streams into …
|
|
|
@f75be985
|
12 years |
anton |
lavfi: allow audio filters to request a given number of samples.
This …
|
|
|
@58b049f2
|
12 years |
anton |
lavfi: support automatically inserting the fifo filter when needed.
…
|
|
|
@fa066239
|
12 years |
anton |
lavfi/audio: eliminate ff_default_filter_samples().
It currently does …
|
|
|
@9ee3334
|
12 years |
anton |
libspeexenc: add supported sample rates and channel layouts.
|
|
|
@896bb0d7
|
12 years |
mans |
Replace usleep() calls with av_usleep()
This reduces the dependency …
|
|
|
@d3d3a32
|
12 years |
mans |
lavu: add av_usleep() function
This function implements a delay using …
|
|
|
@f6b4624
|
12 years |
derek.buitenhuis |
utvideo: mark interlaced frames as such
Signed-off-by: Michael …
|
|
|
@88753337
|
12 years |
derek.buitenhuis |
utvideo: Fix interlaced prediction for RGB utvideo.
Signed-off-by: …
|
|
|
@a5a93fa8
|
12 years |
diego |
cosmetics: do not use full path for local headers
|
|
|
@d11baad0
|
12 years |
mans |
lavu/file: include unistd.h only when available
The unistd.h header …
|
|
|
@542920b7
|
12 years |
mans |
configure: check for unistd.h
Signed-off-by: Mans Rullgard …
|
|
|
@539df611
|
12 years |
mans |
log: include unistd.h only when needed
The only symbol this file uses …
|
|
|
@c19e0ebe
|
12 years |
mans |
lavf: include libavutil/time.h instead of redeclaring av_gettime()
…
|
|
|
@1d01fee9
|
12 years |
janne-libav |
fix hardcoded tables compililation caused by missing math constants
…
|
|
|
@67ffcb9
|
12 years |
martin |
lavf: Make codec_tag arrays constant
Signed-off-by: Martin Storsjö …
|
|
|
@89ffd189
|
12 years |
martin |
twinvq: give massive struct a name.
Signed-off-by: Martin Storsjö …
|
|
|
@dc7e336c
|
12 years |
mans |
lavf, lavu: version bumps and APIchanges for av_gettime() move
…
|
|
|
@e026c9b3
|
12 years |
anton |
lavfi/audio: don't set cur_buf in ff_filter_samples().
It's …
|
|
|
@4a97ff2f
|
12 years |
anton |
lavfi/fifo: add audio version of the fifo filter.
|
|
|
@27570e21
|
12 years |
anton |
fifo: fix parenthesis placement.
|
|
|
@394a2a04
|
12 years |
anton |
lavfi: rename vf_fifo.c -> fifo.c
It will be used for audio too.
|
|
|
@a50b7562
|
12 years |
anton |
lavc: remove stats_in from AVCodecContext options table.
Its …
|
|
|
@005c80b6
|
12 years |
kostya.shishkov |
MS Screen 1 decoder
|
|
|
@43886eae
|
12 years |
alex.converse |
aacdec: Fix popping channel layouts.
'channel_layout' not 'channels' …
|
|
|
@61183b5a
|
12 years |
mans |
av_gettime: support Win32 without gettimeofday()
Based on patch by …
|
|
|
@980f81d9
|
12 years |
mans |
Use av_gettime() in various places
Signed-off-by: Mans Rullgard …
|
|
|
@ae0a3016
|
12 years |
mans |
Move av_gettime() to libavutil
Signed-off-by: Mans Rullgard …
|
|
|
@db7d8fb4
|
12 years |
mans |
dct-test: use emms_c() from libavutil instead of duplicating it
|
|
|
@f1f37c70
|
12 years |
mans |
mov: fix operator precedence bug
|
|
|
@a2b186a1
|
12 years |
janne-libav |
mathematics.h: remove a couple of math defines
While these defines …
|
|
|
@6501dcf
|
12 years |
mans |
Remove unnecessary inclusions of [sys/]time.h
Signed-off-by: Mans …
|
|
|
@4e5a5148
|
12 years |
mans |
lavf: remove unnecessary inclusions of unistd.h
These files do not …
|
|
|
@4996e8f
|
12 years |
mans |
bfin: libswscale: add const where appropriate to fix warnings
…
|
|
|
@6bac8971
|
12 years |
mans |
bfin: libswscale: remove unnecessary #includes
Signed-off-by: Mans …
|
|
|
@042b272a
|
12 years |
martin |
udp: Properly check for invalid sockets
If stdin has been closed, 0 …
|
|
|
@bb6c1abb
|
12 years |
martin |
tcp: Check the return value from getsockopt
Make sure we actually …
|
|
|
@a840cdda
|
12 years |
martin |
network: Use av_strerror for getting error messages
Also use …
|
|
|
@860b40f1
|
12 years |
martin |
udp: Properly print error from getnameinfo
getnameinfo doesn't set …
|
|
|
@6aa4e881
|
12 years |
martin |
mmst: Use AVUNERROR() to convert error codes to the right range for …
|
|
|
@56168769
|
12 years |
martin |
network: Pass pointers of the right type to get/setsockopt/ioctlsocket …
|
|
|
@9d811fd8
|
12 years |
martin |
rtmp: Reduce the number of idle posts sent by sleeping 50ms
Rtmpt is …
|
|
|
@4cc2920d
|
12 years |
diego |
flvdec: remove incomplete, disabled seeking code
|
|
|
@be1a839c
|
12 years |
martin |
mem: add support for _aligned_malloc() as found on Windows
The check …
|
|
|
@7146177d
|
12 years |
martin |
lavc: Extend the documentation for avcodec_init_packet
Add a note …
|
|
|
@8703f01
|
12 years |
mans |
flvdec: remove incomplete, disabled seeking code
|
|
|
@51a2b554
|
12 years |
mans |
http: replace atoll() with strtoll()
|
|
|
@ae2bb52c
|
12 years |
mans |
mpegts: remove unused/incomplete/broken seeking code
|
|
|
@ae46fbee
|
12 years |
justin.ruggles |
af_amix: allow float planar sample format as input
|
|
|
@f0ece49e
|
12 years |
justin.ruggles |
af_amix: use AVFloatDSPContext.vector_fmac_scalar()
|
|
|
@82b2df97
|
12 years |
justin.ruggles |
float_dsp: add x86-optimized functions for vector_fmac_scalar()
|
|
|
@cb5042d0
|
12 years |
justin.ruggles |
float_dsp: Move vector_fmac_scalar() from libavcodec to libavutil
|
|
|
@4e4dd717
|
12 years |
justin.ruggles |
lavr: Add x86-optimized function for flt to s32 conversion
|
|
|
@6c63cbfe
|
12 years |
justin.ruggles |
lavr: Add x86-optimized function for flt to s16 conversion
|
|
|
@97ce1ba8
|
12 years |
justin.ruggles |
lavr: Add x86-optimized functions for s32 to flt conversion
|
|
|
@5904f25b
|
12 years |
justin.ruggles |
lavr: Add x86-optimized functions for s32 to s16 conversion
|
|
|
@d721f67d
|
12 years |
justin.ruggles |
lavr: Add x86-optimized functions for s16 to flt conversion
|
|
|
@1168e29d
|
12 years |
justin.ruggles |
lavr: Add x86-optimized function for s16 to s32 conversion
|
|
|
@579fd87b
|
12 years |
martin |
rtpenc: Support packetizing iLBC
Signed-off-by: Martin Storsjö …
|
|
|
@89c39605
|
12 years |
martin |
rtpdec: Add a depacketizer for iLBC
Signed-off-by: Martin Storsjö …
|
|
|
@a2b251a0
|
12 years |
martin |
Implement the iLBC storage file format
Signed-off-by: Martin Storsjö …
|
|
|
@9e74db68
|
12 years |
martin |
mov: Support muxing/demuxing iLBC
The packet size, signalled via …
|
|
|
@3641b04
|
12 years |
martin |
Add support for iLBC decoding/encoding via the external library …
|
|
|
@46743a85
|
12 years |
martin |
rtmp: Don't send every flv packet in a separate HTTP request in RTMPT
…
|
|
|
@bbc80386
|
12 years |
martin |
rtsp: Send mode=record instead of mode=receive
This seems to be the …
|
|
|
@db28b01d
|
12 years |
mans |
dirac: replace compound literal with normal initialiser
…
|
|
|
@f61ce90c
|
12 years |
justin.ruggles |
lavr: add x86-optimized functions for mixing 1-to-2 s16p with flt coeffs
|
|
|
@29f7490c
|
12 years |
justin.ruggles |
lavr: add x86-optimized functions for mixing 1-to-2 fltp with flt coeffs
|
|
|
@3971be0
|
12 years |
justin.ruggles |
Add Dolby/DPLII downmix support to libavresample
Signed-off-by: …
|
|
|
@9fcda25e
|
12 years |
mans |
vorbisdec: replace div/mod in loop with a counter
2x speedup of …
|
|
|
@7457ebee
|
12 years |
mans |
fate: vorbis: add 5.1 surround test
Signed-off-by: Mans Rullgard …
|
|
|
@d77f4af
|
12 years |
martin |
rtpenc: Allow requesting H264 RTP packetization mode 0
This requires …
|
|
|
@becc3c62
|
12 years |
martin |
configure: Sort the library listings in the help text alphabetically
…
|
|
|