|
|
|
@fa2d7473
|
12 years |
diego |
graph2dot: fix printf format specifier
tools/graph2dot.c:85: warning: …
|
|
|
@55751918
|
12 years |
rsbultje |
swscale: yuv2planeX 8bit >=sse2 functions need aligned stack on …
|
|
|
@70a1c800
|
12 years |
rsbultje |
vp8: loopfilter >=sse2 functions need aligned stack on x86-32.
…
|
|
|
@c5183847
|
12 years |
rsbultje |
amr: remove shift out of the AMR_BIT() macro.
MSVC doesn't like the …
|
|
|
@723b266d
|
12 years |
rsbultje |
dsputilenc: group yasm and inline asm function pointer assignment.
|
|
|
@1ce1e636
|
12 years |
rsbultje |
mov: use forward declaration of a function instead of a table.
MSVC …
|
|
|
@2047e40e
|
12 years |
diego |
Clarify Doxygen comment for FF_API_* #defines.
|
|
|
@112971a
|
12 years |
diego |
configure: simplify get_version()
All libs have version headers now, …
|
|
|
@86ab7b0f
|
12 years |
diego |
Create version.h headers for libraries that lack them
|
|
|
@40e61b7b
|
12 years |
diego |
gitignore: Use full path instead of relative path to specify patterns
…
|
|
|
@89b81a1c
|
12 years |
martin |
mpegvideo: remove VLAs
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@8c14f7a
|
12 years |
martin |
Add XTEA encryption support in libavutil
Signed-off-by: Martin …
|
|
|
@bc3dbcc8
|
12 years |
martin |
Add Blowfish encryption support in libavutil
Signed-off-by: Martin …
|
|
|
@143f1e92
|
12 years |
martin |
eval: Add the isinf() function and tests for it
Signed-off-by: Martin …
|
|
|
@25accf9
|
12 years |
mans |
flacdec: move lpc filter to flacdsp
Signed-off-by: Mans Rullgard …
|
|
|
@4a852834
|
12 years |
mans |
flacdec: split off channel decorrelation as flacdsp
Signed-off-by: …
|
|
|
@296d0da8
|
12 years |
martin |
avplay: Add an option for not limiting the input buffer size
For …
|
|
|
@1c840fa2
|
12 years |
anton |
FATE: add a test for WMA cover art.
|
|
|
@8059d3b7
|
12 years |
anton |
FATE: add a test for apetag cover art
|
|
|
@bf2a7f9
|
12 years |
anton |
FATE: add a test for itunes cover art.
|
|
|
@87466f81
|
12 years |
mans |
flacdec: factor out code setting avctx->sample_fmt
|
|
|
@d155b60f
|
12 years |
mans |
flac: make FLAC_CHMODE_* constants consecutive
|
|
|
@93e7ef9a
|
12 years |
mans |
flacdec: allocate sample buffers with av_malloc
The buffers are only …
|
|
|
@0da301e1
|
12 years |
mans |
flacdec: remove curr_bps from FLACContext
This value does not need to …
|
|
|
@983fa8bc
|
12 years |
mans |
fate: add flac encode/decode tests with various options
…
|
|
|
@360aa246
|
12 years |
mans |
flacenc: add option for forcing stereo decorrelation mode
This is …
|
|
|
@30327865
|
12 years |
martin |
ismindex: Verify that all bitrate variants match
In Smooth Streaming, …
|
|
|
@1be8c908
|
12 years |
martin |
ismindex: Properly report errors reading the MFRA atom
Signed-off-by: …
|
|
|
@1a068bfe
|
12 years |
diego |
cosmetics: Consistently use C-style comments with multiple inclusion guards
|
|
|
@4051be6f
|
12 years |
diego |
anm: fix a few Doxygen comments
|
|
|
@09f21198
|
12 years |
diego |
misc typo and wording fixes
|
|
|
@22662ca5
|
12 years |
siretart |
attributes: add av_noreturn
Also use it in the declaration of the …
|
|
|
@a1641e95
|
12 years |
siretart |
attributes: drop pointless define guards
the av_-prefixed attributes …
|
|
|
@06eb4f08
|
12 years |
mans |
configure: do not disable av_always_inline with --enable-small
…
|
|
|
@09a445ce
|
12 years |
lu_zero |
flvdec: initial stream switch support
Codec change midstream gets …
|
|
|
@906f9dce
|
12 years |
lu_zero |
avplay: fix write on freed memory for rawvideo
Do not assume avpacket …
|
|
|
@33895451
|
12 years |
martin |
snow: remove a VLA used for edge emulation
Signed-off-by: Martin …
|
|
|
@fb93e61e
|
12 years |
mans |
x86: lavfi: fix gradfun/yadif build with mmx/sse disabled
These …
|
|
|
@cbd9b2f9
|
12 years |
martin |
snow: remove the runs[] VLA.
Signed-off-by: Martin Storsjö …
|
|
|
@4d8516fd
|
12 years |
martin |
snow: Check mallocs at init
Signed-off-by: Martin Storsjö …
|
|
|
@4719ea7e
|
12 years |
mans |
flacdec: remove redundant setting of avctx->sample_fmt
Signed-off-by: …
|
|
|
@5e745cef
|
12 years |
anton |
asfdec: read attached pictures.
|
|
|
@728d2afa
|
12 years |
anton |
apetag: reindent
|
|
|
@02a951b9
|
12 years |
anton |
apetag: export attached covers as video streams.
|
|
|
@b72767df
|
12 years |
anton |
apetag: fix the amount of data read from binary tags.
Substract the …
|
|
|
@f2e175c7
|
12 years |
anton |
apetag: make sure avio_get_str() doesn't read more than it should.
|
|
|
@a02b8c69
|
12 years |
anton |
mov: read itunes cover art.
|
|
|
@58e57c30
|
12 years |
mans |
snow: remove VLA in mc_block()
Signed-off-by: Mans Rullgard …
|
|
|
@ff8f8dfb
|
12 years |
martin |
intfloat: Don't use designated initializers in the public headers
…
|
|
|
@33bb63c
|
12 years |
martin |
snow: remove a VLA.
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@4aad316b
|
12 years |
diego |
doc: Remind devs to check return values, especially for malloc() et al
|
|
|
@edf35d83
|
12 years |
kostya.shishkov |
MS ATC Screen (aka MSS3) decoder
|
|
|
@a87b17f3
|
12 years |
mans |
vf_yadif: move x86 init code to x86/yadif.c
Signed-off-by: Mans …
|
|
|
@2f0accf1
|
12 years |
mans |
vf_gradfun: move x86 init code to x86/gradfun.c
Signed-off-by: Mans …
|
|
|
@fc31508e
|
12 years |
martin |
roqvideo: Remove a totally unused dspcontext
Signed-off-by: Martin …
|
|
|
@779f8bc
|
12 years |
mans |
smacker: remove some unused code
This removes some code apparently …
|
|
|
@d55e5e6b
|
12 years |
mans |
dsicin: remove dead assignment
Signed-off-by: Mans Rullgard …
|
|
|
@3c928477
|
12 years |
mans |
aacdec: remove dead assignment
Signed-off-by: Mans Rullgard …
|
|
|
@800ab1ba
|
12 years |
mans |
rl2: remove dead assignment
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@1c2c64ed
|
12 years |
mans |
proresenc: make a variable local to the loop where it is used
This …
|
|
|
@4ca6d206
|
12 years |
mans |
alsdec: remove dead assignments
Signed-off-by: Mans Rullgard …
|
|
|
@3893feec
|
12 years |
martin |
opt/eval: Include mathematics.h for NAN/INFINITY
These files use …
|
|
|
@a1245d5c
|
12 years |
martin |
mathematics: Don't use division by zero in NAN/INFINITY macros
Some …
|
|
|
@710bd8a3
|
12 years |
martin |
wma: Lower the maximum number of channels to 2
ff_wma_init is used …
|
|
|
@889c1ec4
|
12 years |
mans |
x86: cpu: clean up check for cpuid instruction support
This adds …
|
|
|
@6263415
|
12 years |
mans |
ARM: generate position independent code to access data symbols
This …
|
|
|
@ceabc13f
|
12 years |
rsbultje |
dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section.
|
|
|
@e915674
|
12 years |
martin |
dnxhdenc: add space between function argument type and comment.
…
|
|
|
@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.
|
|
|