|
|
|
@66a02159
|
12 years |
martin |
x86: fmtconvert: add special asm for float_to_int16_interleave_misc_*
…
|
|
|
@4f2c846d
|
12 years |
martin |
attributes: Add a definition of av_always_inline for MSVC
…
|
|
|
@d3ed1c95
|
12 years |
martin |
cmdutils: Pass the actual chosen encoder to filter_codec_opts
This …
|
|
|
@5a608a23
|
12 years |
martin |
os_support: Add fallback definitions for stat flags
Mingw headers …
|
|
|
@cab2eb87
|
12 years |
martin |
os_support: Rename the poll fallback function to ff_poll
The fallback …
|
|
|
@cdee08e3
|
12 years |
martin |
network: Check for struct pollfd
We need to include winsock2.h here, …
|
|
|
@71078ad
|
12 years |
martin |
os_support: Don't compare a negative number against socket descriptors …
|
|
|
@5aff37d2
|
12 years |
martin |
os_support: Include all the necessary headers for the win32 open …
|
|
|
@f2fd1678
|
12 years |
mans |
x86: vc1: fix and enable optimised loop filter
The problem is that …
|
|
|
@3b1ab197
|
12 years |
martin |
file: Only include unistd.h if it exists
It is included for the …
|
|
|
@f9851130
|
12 years |
martin |
random_seed: Only read /dev/*random if we have unistd.h
unistd.h is …
|
|
|
@e312fcde
|
12 years |
martin |
doc: Indicate that RTMPT is natively implemented in libavformat
…
|
|
|
@dfb57fc5
|
12 years |
martin |
rtpdec: Don't explicitly include unistd.h any longer
unistd.h used to …
|
|
|
@b92c7ee6
|
12 years |
lu_zero |
flv: add support for G.711
Signed-off-by: Luca Barbato …
|
|
|
@433492ac
|
12 years |
diego |
doc: git: Add checklist with test steps to perform before pushing
|
|
|
@1cb34ea4
|
12 years |
diego |
flvenc: K&R formatting cosmetics
|
|
|
@a1128225
|
12 years |
alex.converse |
movenc: Add channel layouts for PCM.
|
|
|
@15358ade
|
12 years |
kostya.shishkov |
mss1: validate number of changeable palette entries
|
|
|
@8f5d573a
|
12 years |
kostya.shishkov |
mss1: report palette changed when some additional colours were decoded
|
|
|
@a5bfa66d
|
12 years |
mans |
x86: fft: replace call to memcpy by a loop
The function call was a …
|
|
|
@75d339e0
|
12 years |
martin |
udp: Support IGMPv3 source specific multicast and source blocking
…
|
|
|
@fa845061
|
12 years |
martin |
dxva2: include dxva.h if found
Apparently, some build environments …
|
|
|
@46df708b
|
12 years |
martin |
libm: Provide fallback definitions for isnan() and isinf()
…
|
|
|
@ef882e46
|
12 years |
martin |
tcp: Pass NULL as hostname to getaddrinfo if the string is empty
This …
|
|
|
@58f3e09e
|
12 years |
martin |
tcp: Set AI_PASSIVE when the socket will be used for listening
…
|
|
|
@c29c1a1b
|
12 years |
anton |
avconv: add an assert to silence an uninitialized variable warning.
…
|
|
|
@74853ed3
|
12 years |
anton |
avconv: shut up an uninitialized variable warning.
The warning …
|
|
|
@61d158c
|
12 years |
anton |
avfiltergraph: shut up uninitialized variable warning.
The warning …
|
|
|
@fd2784c
|
12 years |
anton |
af_join: initialize a variable to shut up gcc warning.
The warning …
|
|
|
@422008ac
|
12 years |
anton |
amix: fix format specifier for AVFilterLink.sample_rate.
It is a …
|
|
|
@1a49a169
|
12 years |
anton |
lavfi: make filters less verbose.
|
|
|
@ce0a9756
|
12 years |
anton |
mpc8: read APE tags.
|
|
|
@acd9948e
|
12 years |
justin.ruggles |
lavr: x86: fix ff_conv_fltp_to_flt_6ch function prototypes
Changed to …
|
|
|
@15333562
|
12 years |
mans |
libm: provide fallback definition for cbrtf() using powf()
This adds …
|
|
|
@4b1b1449
|
12 years |
martin |
network: Don't redefine error codes if they already exist in errno.h
…
|
|
|
@e64bceea
|
12 years |
martin |
configure: Check for sys/time.h
Apparently this include is needed on …
|
|
|
@39dba5aa
|
12 years |
martin |
network: Include unistd.h from network.h
This heaader is required for …
|
|
|
@b8c632a7
|
12 years |
anton |
avconv: don't include vsrc_buffer.h, which doesn't exist anymore
|
|
|
@83ba223
|
12 years |
anton |
lavfi: reorder AVFilterLink fields.
Move private fields to the …
|
|
|
@f892013
|
12 years |
anton |
lavfi: reorder AVFilterContext fields.
Place related fields together, …
|
|
|
@9618080
|
12 years |
anton |
lavfi: reorder AVFilter fields.
Place related fields together, remove …
|
|
|
@f14e6856
|
12 years |
anton |
lavfi: reorder AVFilterBufferRef fields.
Place related fields …
|
|
|
@cb81e291
|
12 years |
anton |
lavfi: reorder AVFilterBuffer fields.
Place related fields together, …
|
|
|
@1961e46c
|
12 years |
anton |
lavfi: remove disabled FF_API_FILTERS_PUBLIC cruft
|
|
|
@5e88b96f
|
12 years |
anton |
lavfi: remove disabled FF_API_DEFAULT_CONFIG_OUTPUT_LINK cruft
|
|
|
@205e9024
|
12 years |
anton |
lavfi: use proper FF_API guards for different deprecated functions
|
|
|
@0b3b9581
|
12 years |
anton |
lavfi: remove disabled FF_API_VSRC_BUFFER_ADD_FRAME cruft
|
|
|
@6c1e065b
|
12 years |
anton |
lavfi: remove disabled FF_API_SAMPLERATE64 cruft
|
|
|
@8d900aa4
|
12 years |
anton |
lavfi: remove disabled FF_API_GRAPH_AVCLASS cruft
|
|
|
@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
|
|
|