|
|
|
@b536c7a3
|
13 years |
mans |
ARM: fix external symbol refs in rv40 asm
External symbol references …
|
|
|
@566ee0ea
|
13 years |
martin |
westwood: Make sure audio header info is present when parsing audio …
|
|
|
@1b35af32
|
13 years |
martin |
libgsm: Reset the MS mode of GSM in the flush function
The mode is …
|
|
|
@8637af8d
|
13 years |
martin |
libgsm: Set options on the right object
This fixes regressions in …
|
|
|
@f7de5235
|
13 years |
mans |
ARM: dca: disable optimised decode_blockcodes() for old gcc
Old gcc …
|
|
|
@115a5730
|
13 years |
martin |
applehttp: Properly clean up if unable to probe a segment
This avoids …
|
|
|
@c41b9842
|
13 years |
martin |
applehttp: Avoid reading uninitialized memory
Signed-off-by: Martin …
|
|
|
@61ad9a4b
|
13 years |
diego |
fate: Replace misleading "aac" in the name of an ADTS test with "adts".
|
|
|
@80726be4
|
13 years |
diego |
fate: Drop pointless "-an" from pictor test command.
|
|
|
@d69a03ef
|
13 years |
diego |
fate: split off image codec FATE tests into their own file
|
|
|
@b998aec4
|
13 years |
diego |
fate: split off WMA codec FATE tests into their own file
|
|
|
@86027674
|
13 years |
diego |
fate: split off lossless video and audio FATE tests into their own files
|
|
|
@f8c47cb8
|
13 years |
diego |
fate: split off qtrle codec FATE tests into their own file
|
|
|
@42de665d
|
13 years |
diego |
fate: split off Ut Video codec FATE tests into their own file
|
|
|
@753a5063
|
13 years |
diego |
fate: split off screen codec FATE tests into their own file
|
|
|
@bad3817
|
13 years |
diego |
fate: split off Real Inc. codec FATE tests into their own file
|
|
|
@bf692357
|
13 years |
diego |
fate: split off AC-3 codec FATE tests into their own file
|
|
|
@4f820131
|
13 years |
lu_zero |
mpegvideo: remove abort() in ff_find_unused_picture()
Signed-off-by: …
|
|
|
@71ce7602
|
13 years |
mans |
rv40: NEON optimised loop filter strength selection
Signed-off-by: …
|
|
|
@d8edf1b5
|
13 years |
mans |
rv40: rearrange loop filter functions
This splits the loop filter …
|
|
|
@3e0b1c9a
|
13 years |
diego |
configure: cosmetics: sort some lists where appropriate
|
|
|
@3c62a71
|
13 years |
diego |
swscale_mmx: drop no longer required parameters from VSCALEX macros
|
|
|
@52de07e
|
13 years |
diego |
swscale: Mark yuv2planeX_8_mmx as MMX2; it contains MMX2 instructions.
|
|
|
@88b9735
|
13 years |
diego |
build: conditionally compile x86 H.264 chroma optimizations
|
|
|
@80f6c0bb
|
13 years |
diego |
v410 encoder and decoder
v410 is a packed 10-bit 4:4:4 YCbCr format …
|
|
|
@86ae5124
|
13 years |
diego |
doc: make developer.texi point to correct fate doc
Signed-off-by: …
|
|
|
@144904e9
|
13 years |
diego |
build: rename subdir.mak ---> library.mak
|
|
|
@0d9bd2d5
|
13 years |
diego |
configure: do not manually enable protocols
Protocols are handled …
|
|
|
@a99273eb
|
13 years |
martin |
ulti: Fix invalid reads
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@4badb386
|
13 years |
lu_zero |
lavf: dealloc private options in av_write_trailer
Fix the …
|
|
|
@d32eed5c
|
13 years |
lu_zero |
yadif: support 10bit YUV
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
|
|
@4f3667ba
|
13 years |
lu_zero |
vc1: mark with ER_MB_ERROR bits overconsumption
This patch is a …
|
|
|
@63ccd466
|
13 years |
lu_zero |
lavc: introduce ER_MB_END and ER_MB_ERROR
Simplify a little error …
|
|
|
@5bf2ac2b
|
13 years |
lu_zero |
error_resilience: use the ER_ namespace
Add the namespace to …
|
|
|
@878dda5
|
13 years |
mans |
build: move inclusion of subdir.mak to main subdir loop
…
|
|
|
@4722a03
|
13 years |
mans |
rv34: NEON optimised 4x4 dequant
Signed-off-by: Mans Rullgard …
|
|
|
@40901fc1
|
13 years |
mans |
rv34: move 4x4 dequant to RV34DSPContext
Signed-off-by: Mans Rullgard …
|
|
|
@5cd56e19
|
13 years |
alex.converse |
aacdec: Use intfloat.h rather than local punning union.
|
|
|
@58c42af7
|
13 years |
diego |
doxygen: misc consistency, spelling and wording fixes
|
|
|
@8b494b7b
|
13 years |
diego |
vcr1: drop unnecessary emms_c() calls without MMX code
Signed-off-by: …
|
|
|
@cd3716b9
|
13 years |
anton |
Replace all uses of av_close_input_file() with avformat_close_input().
|
|
|
@52660454
|
13 years |
anton |
lavf: add avformat_close_input().
It sets the supplied …
|
|
|
@3a7f7678
|
13 years |
anton |
lavf: deprecate av_close_input_stream().
And remove all its uses.
|
|
|
@59826cab
|
13 years |
anton |
lavf doxy: add some basic demuxing documentation.
|
|
|
@ccbc1068
|
13 years |
anton |
lavf doxy: add some general lavf information.
|
|
|
@abf2c2d7
|
13 years |
anton |
lavf doxy: add misc utility functions to a group.
|
|
|
@c8dffc02
|
13 years |
anton |
lavf doxy: add av_guess_codec/format to the encoding group.
|
|
|
@469c62d0
|
13 years |
anton |
lavf doxy: add core functions to a doxy group.
|
|
|
@1be32305
|
13 years |
anton |
Add basic libavdevice documentation.
|
|
|
@5b22d6e1
|
13 years |
anton |
lavc: convert error_recognition to err_recognition.
Signed-off-by: …
|
|
|
@f6cf4be8
|
13 years |
janne-libav |
avconv: update -map option help text
|
|
|
@f1dba9e4
|
13 years |
martin |
x86: Require 7 registers for the cabac asm
The change in 599b4c6ef …
|
|
|
@5b0d35ea
|
13 years |
mans |
x86: bswap: remove test for bswap instruction
Firstly, this test …
|
|
|
@f64c2e71
|
13 years |
mans |
bswap: make generic implementation more compiler-friendly
With these …
|
|
|
@5695ae46
|
13 years |
mans |
h264: remove useless cast
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@179ae53f
|
13 years |
mans |
proresdec: fix decode_slice() prototype
Make the function prototype …
|
|
|
@599b4c6e
|
13 years |
mans |
x86: cabac: replace explicit memory references with "m" operands
This …
|
|
|
@b11ce856
|
13 years |
justin.ruggles |
avplay: don't request a stereo downmix
Multi-channel output works …
|
|
|
@4424fe9c
|
13 years |
mans |
wmapro: use av_float2int()
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@a09bb3ba
|
13 years |
mans |
lavc: avoid invalid memcpy() in avcodec_default_release_buffer()
When …
|
|
|
@3383a53e
|
13 years |
mans |
lavu: replace int/float punning functions
The existing functions …
|
|
|
@5b3265a7
|
13 years |
anton |
lavfi: install libavfilter/vsrc_buffer.h
It declares API necessary …
|
|
|
@373211d8
|
13 years |
mans |
Remove extraneous semicolons
These semicolons cause invalid empty …
|
|
|
@0ebd4083
|
13 years |
martin |
sdp: Restore the original mp4 format h264 extradata if converted
If …
|
|
|
@e0a3c287
|
13 years |
martin |
rtpenc: Add support for mp4 format h264
Signed-off-by: Martin Storsjö …
|
|
|
@4dbac18e
|
13 years |
martin |
rtpenc: Simplify code by introducing a separate end pointer
Also …
|
|
|
@e2484fb6
|
13 years |
martin |
movenc: Use the actual converted sample for RTP hinting
If an annex b …
|
|
|
@da9cea77
|
13 years |
diego |
Fix a bunch of common typos.
|
|
|
@2e87b4c5
|
13 years |
anton |
Warn about avserver being broken.
Also remove mentions of it from …
|
|
|
@5bf6638
|
13 years |
anton |
avconv: drop code for special handling of avserver streams.
It's …
|
|
|
@e745d752
|
13 years |
anton |
rawdec: don't set codec timebase.
It's not supposed to be set outside …
|
|
|
@489a7b0
|
13 years |
anton |
lavf doxy: add muxing stuff to lavf_encoding group
|
|
|
@370f27d
|
13 years |
anton |
lavf doxy: add demuxing stuff to lavf_decoding group
|
|
|
@28b4c06b
|
13 years |
anton |
lavf doxy: expand/reword metadata API doxy.
|
|
|
@eca06cbe
|
13 years |
anton |
lavf doxy: add installed headers to groups.
|
|
|
@fb42db7c
|
13 years |
anton |
lavf doxy: add avio groups into the lavf_io group.
|
|
|
@e4f4a1f9
|
13 years |
anton |
lavf doxy: rename lavf I/O group to lavf_io.
|
|
|
@b262a059
|
13 years |
anton |
lavf doxy: add metadata docs to the main lavf group
|
|
|
@8bd1f1a4
|
13 years |
justin.ruggles |
ttadec: check channel count as read from extradata.
fixes …
|
|
|
@7d18d17a
|
13 years |
diego |
Add CLJR encoding and decoding regression tests
Signed-off-by: Diego …
|
|
|
@65c10114
|
13 years |
diego |
cljr: remove unused code
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
|
|
@3c1f608
|
13 years |
justin.ruggles |
flacdec: Support for tracks in cuesheet metadata block
Signed-off-by: …
|
|
|
@8d61eef9
|
13 years |
janne-libav |
ptx: fix inverted check for sufficient data
Fix regression introduced …
|
|
|
@28101f6
|
13 years |
justin.ruggles |
flac muxer: fix writing of file header and STREAMINFO header from …
|
|
|
@2b53e696
|
13 years |
janne-libav |
ptx: emit a warning on insufficient picture data
Return the whole …
|
|
|
@97334f10
|
13 years |
janne-libav |
utvideo: add fate tests covering all codec variants
Signed-off-by: …
|
|
|
@708060d7
|
13 years |
lu_zero |
doc: update to refer to avconv
|
|
|
@0395d37
|
13 years |
lu_zero |
doc: remove some stale entries from the faq
Some entries should be …
|
|
|
@19341c58
|
13 years |
anton |
Dxtory capture format decoder
Signed-off-by: Anton Khirnov …
|
|
|
@4c386333
|
13 years |
justin.ruggles |
isom: sort and pretty-print codec_movaudio_tags[]
original order is …
|
|
|
@7714770d
|
13 years |
justin.ruggles |
isom: remove pointless comments in codec_movaudio_tags[]
|
|
|
@21ebf2d4
|
13 years |
justin.ruggles |
isom: remove commented-out tag for vorbis
|
|
|
@60cd802
|
13 years |
justin.ruggles |
movenc: write 'chan' tag for AC-3 in MOV
|
|
|
@1fdf18f4
|
13 years |
justin.ruggles |
mov: add support for reading and writing the 'chan' tag
This …
|
|
|
@b2890f5e
|
13 years |
justin.ruggles |
audioconvert: add some additional channel and channel layout macros
|
|
|
@1d2449a6
|
13 years |
justin.ruggles |
audioconvert: change 7.1 "wide" layout to use side surround channels
|
|
|
@8e8c5131
|
13 years |
justin.ruggles |
movenc: simplify handling of pcm vs. adpcm vs. other compressed codecs …
|
|
|
@d5837d7
|
13 years |
lu_zero |
doc: update documentation to use avconv
|
|
|
@ca410b4e
|
13 years |
lu_zero |
doc: update demuxers section
Cleanup tags usage and update …
|
|
|
@9bdfe9ac
|
13 years |
lu_zero |
doc: extend external library coverage
|
|
|