|
|
|
@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
…
|
|
|
@d9669eab
|
12 years |
mans |
dwt: remove variable-length arrays
Signed-off-by: Mans Rullgard …
|
|
|
@8e50c57d
|
12 years |
martin |
RTMPT protocol support
This adds two protocols, but one of them is an …
|
|
|
@35127bf1
|
12 years |
martin |
http: Properly handle chunked transfer-encoding for replies to post …
|
|
|
@eb564b23
|
12 years |
martin |
http: Fail reading if the connection has gone away
This can happen if …
|
|
|
@eb3918c1
|
12 years |
martin |
amr: Mark an array const
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@634e874d
|
12 years |
martin |
amr: More space cleanup
This was missed in the previous cleanup …
|
|
|
@e9ef88fb
|
12 years |
martin |
rtpenc: Fix memory leaks in the muxer open function
Also return a …
|
|
|
@5f26d4d4
|
12 years |
martin |
amr: Cosmetic cleanup
Add spaces around operators, fix brace …
|
|
|
@44fdf37c
|
12 years |
martin |
mov_chan: Fix operator precedence by adding parentheses
…
|
|
|
@f404c7dc
|
12 years |
diego |
doc: Add missing protocols to list of supported protocols.
|
|
|
@a7cc78cb
|
12 years |
martin |
tcp: Check the listen call
Signed-off-by: Martin Storsjö …
|
|
|
@ae702edf
|
12 years |
anton |
flacdec: read attached pictures.
|
|
|
@a5db8e4a
|
12 years |
anton |
lavf: don't segfault when a NULL filename is passed to …
|
|
|
@fbc57405
|
12 years |
janne-libav |
af_resample: fix format modifier in debug string for FF_API_SAMPLERATE64
|
|
|
@1cdcf043
|
12 years |
janne-libav |
segment: remove unnecessary <strings.h> include
|
|
|
@16b85259
|
12 years |
janne-libav |
fate: add snow hpel tests
Signed-off-by: Janne Grunau …
|
|
|
@d246c18e
|
12 years |
diego |
Avoid C99 variable declarations within for statements.
We generally …
|
|
|
@7dc747f5
|
12 years |
martin |
rtmp: Read and handle incoming packets while writing data
This makes …
|
|
|
@d2d193c
|
12 years |
lu_zero |
doc: document THREAD_TYPE fate variable
|
|
|
@d1beee07
|
12 years |
martin |
rtpdec: Don't require frames to start with a Mode A packet
While …
|
|
|
@9034b0ed
|
12 years |
anton |
avconv: don't try to free threads that were not initialized.
|
|
|
@8517e9c4
|
12 years |
martin |
rtmp: Add a new option 'rtmp_buffer', for setting the client buffer …
|
|
|
@9477c035
|
12 years |
martin |
rtmp: Set the client buffer time to 3s instead of 0.26s
This …
|
|
|
@c2d38bea
|
12 years |
martin |
rtmp: Handle server bandwidth packets
Signed-off-by: Martin Storsjö …
|
|
|
@9ff930aa
|
12 years |
martin |
rtmp: Display a verbose message when an unknown packet type is …
|
|
|
@9cdf74f9
|
12 years |
anton |
lavfi/audio: use av_samples_copy() instead of custom code.
Fixes a …
|
|
|
@ce03b088
|
12 years |
anton |
configure: add all filters hardcoded into avconv to avconv_deps
|
|
|
@24b2f4ed
|
12 years |
anton |
avfiltergraph: remove a redundant call to avfilter_get_by_name().
|
|
|
@2f296e39
|
12 years |
anton |
lavfi: allow building without swscale.
|
|
|
@a4880283
|
12 years |
diego |
build: Do not delete tests/vsynth2 directory, which is no longer created.
|
|
|
@9baeff95
|
12 years |
anton |
lavfi: replace AVFilterContext.input/output_count with …
|
|
|
@9d0bfc50
|
12 years |
anton |
lavfi: make AVFilterPad opaque after two major bumps.
It will allow …
|
|
|
@84b9fbe0
|
12 years |
anton |
lavfi: add avfilter_pad_get_type() and avfilter_pad_get_name().
This …
|
|
|