|
|
|
@53e35fd3
|
14 years |
justin.ruggles |
ac3enc: add num_rematrixing_bands to AC3EncodeContext and use it …
|
|
|
@b35743ff
|
14 years |
justin.ruggles |
ac3: define AC3_MAX_CPL_BANDS and use it in ac3dec.h
|
|
|
@a2704c97
|
14 years |
rsbultje |
avio: add avio_tell macro as a replacement for url_ftell
…
|
|
|
@e16ead07
|
14 years |
rsbultje |
lavf: deprecate get_strz() in favor of avio_get_str
Signed-off-by: …
|
|
|
@41d8555f
|
14 years |
rsbultje |
avio: add avio_get_str()
Signed-off-by: Ronald S. Bultje …
|
|
|
@fd085bc
|
14 years |
rsbultje |
avio: fix fourcc if any character is >=0x80.
Fixes issue 2638.
|
|
|
@8cf9a09d
|
14 years |
rsbultje |
vp3-mt: fix deadlock when first frame is not a keyframe.
|
|
|
@ff1efc52
|
14 years |
mans |
threads: allow thread count of zero
This moves setting the thread …
|
|
|
@fb985071
|
14 years |
mans |
vc1: fix decoding when end sequence is present
Signed-off-by: Mans …
|
|
|
@5e33e7bd
|
14 years |
lu_zero |
ffmpeg: Use av_pkt_dump_log2
This makes dumped packet timestamps …
|
|
|
@863c4716
|
14 years |
lu_zero |
libavformat: Add av_pkt_dump{, _log}2, taking an AVStream parameter
…
|
|
|
@e360ada2
|
14 years |
lu_zero |
aviobuf: Write new data at s->buf_end in fill_buffer
In most cases, …
|
|
|
@06ed4873
|
14 years |
mans |
movenc: use correct tag for dvcpro hd
Signed-off-by: Mans Rullgard …
|
|
|
@99bbc781
|
14 years |
mans |
dnxhd: allow encoding with Avid Nitris compatibility.
Signed-off-by: …
|
|
|
@fffdee89
|
14 years |
mans |
movenc: fix tkhd height for imx
Signed-off-by: Mans Rullgard …
|
|
|
@0300db8a
|
14 years |
rsbultje |
avio: deprecate url_fskip
avio_seek should be used instead
…
|
|
|
@e356fc57
|
14 years |
rsbultje |
lavf: replace all uses of url_fskip with avio_seek
Signed-off-by: …
|
|
|
@6b4aa5da
|
14 years |
rsbultje |
avio: avio_ prefix for url_fseek
Signed-off-by: Ronald S. Bultje …
|
|
|
@76d8846c
|
14 years |
rsbultje |
huffyuv: Add multithreading support
Signed-off-by: Ronald S. Bultje …
|
|
|
@ad9791e1
|
14 years |
rsbultje |
pthreads: Fix bug introduced with thread_safe_callbacks
For intra …
|
|
|
@00ba041c
|
14 years |
mans |
Use --sysroot flag for clang
Although not documented, clang does …
|
|
|
@0b32da90
|
14 years |
mans |
ARM: VP8: fix build on systems with global symbol prefix
…
|
|
|
@8b454c35
|
14 years |
mans |
ARM: fix vp8 neon with pic enabled
The assembler emits literal pools …
|
|
|
@52b3cc6
|
14 years |
mans |
configure: document FATE_SAMPLES env var in --help text
…
|
|
|
@aa3805a4
|
14 years |
mans |
fate: get samples location from env var if not explicitly set
Use the …
|
|
|
@13ff92d1
|
14 years |
rsbultje |
movenc: remove uses of deprecated API.
Replace put_tag() with …
|
|
|
@d184c86c
|
14 years |
lu_zero |
store pasp atom for all types of quicktime movie
Signed-off-by: Luca …
|
|
|
@77d207cb
|
14 years |
lu_zero |
reindent after tapt patch
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
|
|
|
@ea1afa12
|
14 years |
lu_zero |
use tapt atom for sample aspect ratio
Signed-off-by: Luca Barbato …
|
|
|
@e211e25
|
14 years |
rsbultje |
bink: prevent overflows within binkidct by using int-sized …
|
|
|
@588a3ffd
|
14 years |
rsbultje |
bink: decode audio track identifiers into AVStream.id
Signed-off-by: …
|
|
|
@ccfcddb
|
14 years |
rsbultje |
Bink version 'b' audio decoder
Signed-off-by: Ronald S. Bultje …
|
|
|
@8a8c283e
|
14 years |
rsbultje |
binkaudio: simplify frame_len_bits and frame_len calculation
…
|
|
|
@a304def1
|
14 years |
rsbultje |
binkaudio: remove unnecessary loop
decode_init sets bands[0] == 2, so …
|
|
|
@582ac86d
|
14 years |
rsbultje |
binkaudio: perform band table scaling in decode_init
Signed-off-by: …
|
|
|
@f0ca29eb
|
14 years |
rsbultje |
bink: set audio stream codec_tag such that binkaudio decoder can …
|
|
|
@8997bb88
|
14 years |
mans |
bink: use LOCAL_ALIGNED for aligned stack data
Signed-off-by: Mans …
|
|
|
@04973f80
|
14 years |
mans |
dxva2: define required feature selection macros
Signed-off-by: Mans …
|
|
|
@cc4e9d2a
|
14 years |
mans |
OS/2: lxlite should use stdout
This causes lxlite to use stdout …
|
|
|
@61840b43
|
14 years |
rsbultje |
avio: deprecate put_tag
it's not used internally anymore and …
|
|
|
@bbc413f9
|
14 years |
rsbultje |
lavf: replace remaining uses of put_tag with avio_write
…
|
|
|
@99f42c27
|
14 years |
rsbultje |
avienc: replace &tag[0] with tag.
Signed-off-by: Ronald S. Bultje …
|
|
|
@0abdb293
|
14 years |
rsbultje |
lavf: use a new ffio_wfourcc macro instead of put_tag() where possible …
|
|
|
@7e06e0ed
|
14 years |
mans |
dca: use EXT_AUDIO_ID field to determine core extensions
This avoids …
|
|
|
@1108f899
|
14 years |
rsbultje |
vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.
There is no need to …
|
|
|
@2ec7862d
|
14 years |
rsbultje |
vmdaudio: remove unnecessary fields from VmdAudioContext and use the …
|
|
|
@1e86d685
|
14 years |
rsbultje |
vmdaudio: add out_bps to VmdAudioContext and use it to replace …
|
|
|
@1574eff3
|
14 years |
rsbultje |
vmdaudio: simplify vmdaudio_decode_frame() by handling block_type …
|
|
|
@ba9516cc
|
14 years |
rsbultje |
cosmetics: reindent after previous commit
Signed-off-by: Ronald S. …
|
|
|
@762b386e
|
14 years |
rsbultje |
vmdaudio: move all silence chunk handling to vmdaudio_loadsound().
…
|
|
|
@8e9027d2
|
14 years |
rsbultje |
cosmetics: remove debugging cruft
Signed-off-by: Ronald S. Bultje …
|
|
|
@868f2f4d
|
14 years |
rsbultje |
cosmetics: reindent after previous commit
Signed-off-by: Ronald S. …
|
|
|
@2d213695
|
14 years |
rsbultje |
vmdaudio: simplify buffer pointer and header size handling.
…
|
|
|
@7a4fb3fd
|
14 years |
rsbultje |
vmdaudio: set *data_size to zero when skipping small packets and add a …
|
|
|
@22f893e1
|
14 years |
rsbultje |
vmdaudio: validate block type
Signed-off-by: Ronald S. Bultje …
|
|
|
@dd1af513
|
14 years |
rsbultje |
vmdaudio: use macros and a local variable for block type.
…
|
|
|
@6989cb2d
|
14 years |
rsbultje |
vmdaudio: correct the silent chunk count in the first block.
This …
|
|
|
@9b73f786
|
14 years |
rsbultje |
vmdaudio: output audio samples for standalone silent blocks.
…
|
|
|
@1328d433
|
14 years |
rsbultje |
vmdaudio: remove duplicated code by merging mono and stereo decoding.
…
|
|
|
@a58bcb40
|
14 years |
rsbultje |
vmdaudio: fix raw_block_size calculation.
The size should depend on …
|
|
|
@4acc94e9
|
14 years |
rsbultje |
avienc: fix AVI stream index for files with >10 streams
Fixes issue …
|
|
|
@22a3212e
|
14 years |
rsbultje |
avio: rename url_fopen/fclose -> avio_open/close.
Signed-off-by: …
|
|
|
@28c4741a
|
14 years |
rsbultje |
libavformat: Remove FF_NETERRNO()
Map EAGAIN and EINTR from …
|
|
|
@8f935b92
|
14 years |
rsbultje |
Add more AVC Intra FOURCCs
Also change the comments a bit since the …
|
|
|
@e22910b2
|
14 years |
alex.converse |
aacdec: Reduce the size of buf_mdct.
It was doubled in size for the …
|
|
|
@203df50d
|
14 years |
alex.converse |
Remove old VCSs from version.sh
|
|
|
@6c065f0a
|
14 years |
mans |
mpegtsenc: use correct PES stream_id for AAC
This adds the AAC codec …
|
|
|
@0f86fcab
|
14 years |
rsbultje |
spdifenc.c: fix compile because of missing include avio_internal.h.
|
|
|
@e0e46cae
|
14 years |
mans |
vp8: ppc: fix invalid reads in altivec epel mc
The 4-tap filters …
|
|
|
@381efba0
|
14 years |
mans |
ppc: fix vc1 inverse transform, unbreak build
GCC 4.3 and later are …
|
|
|
@0ac8e2bf
|
14 years |
rsbultje |
avio: make put_nbyte internal.
Signed-off-by: Ronald S. Bultje …
|
|
|
@77eb5504
|
14 years |
rsbultje |
avio: avio: avio_ prefixes for put_* functions
In the name of …
|
|
|
@78e2380a
|
14 years |
rsbultje |
targa: prevent integer overflow in bufsize check.
|
|
|
@b3db9cee
|
14 years |
rsbultje |
avio: make get_partial_buffer internal.
Signed-off-by: Ronald S. …
|
|
|
@b7effd4e
|
14 years |
rsbultje |
avio: avio_ prefixes for get_* functions
In the name of consistency: …
|
|
|
@f8bed30d
|
14 years |
rsbultje |
VC1: merge idct8x8, coeff adjustments and put_pixels.
Merging these …
|
|
|
@8d9ac969
|
14 years |
rsbultje |
avio: rename av_alloc_put_byte -> avio_alloc_context for consistency
…
|
|
|
@484a337c
|
14 years |
rsbultje |
dsputil: make {add/put/put_signed}_pixels_clamped() non-static.
|
|
|
@bbfd2e7a
|
14 years |
rsbultje |
VC1: inline vc1_put_block() in vc1_decode_i_blocks().
Advantage is …
|
|
|
@c8c0189d
|
14 years |
mans |
lavfi: put color source in a dedicated file
Move the color source …
|
|
|
@5ad06110
|
14 years |
mans |
lavfi: add drawutils
Add drawutils.h and drawutils.c, and use them in …
|
|
|
@08df7f86
|
14 years |
mans |
Makefile: include deps from tools directory
This ensures the tools …
|
|
|
@1efa772e
|
14 years |
mans |
amrnb: use correct size when copying lsf_r array
lsf_r is an array of …
|
|
|
@ef669538
|
14 years |
mans |
x86: use raw opcode for xgetbv instruction
This allows the CPU …
|
|
|
@d2bbf82e
|
14 years |
rsbultje |
Update version and APIchanges.
Update libavformat/version.h and …
|
|
|
@e731b8d8
|
14 years |
rsbultje |
avio: move init_put_byte() to a new private header and rename it
…
|
|
|
@ae628ec
|
14 years |
rsbultje |
avio: rename ByteIOContext to AVIOContext.
Signed-off-by: Ronald S. …
|
|
|
@70aa916
|
14 years |
rsbultje |
VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().
Advanced …
|
|
|
@87f1355f
|
14 years |
mans |
x86: check for AVX support
This adds configure and runtime checks for …
|
|
|
@74d6871d
|
14 years |
rsbultje |
MMS: also discover streams in extended stream properties object
…
|
|
|
@bf6fa732
|
14 years |
rsbultje |
dsputil_mmx.c: remove ff_vector128.
Remove ff_vector128, it is …
|
|
|
@2bbec1ed
|
14 years |
siretart |
Fix invalid reads in VC1 decoder
Patch discussed and taken from …
|
|
|
@a89f4ca0
|
14 years |
jason |
Fix VP3 edge emulation
With negative stride, the start of the …
|
|
|
@9707f84f
|
14 years |
alex.converse |
aacdec: dsputilize the scalar multiplication in intensity stereo
|
|
|
@902685b8
|
14 years |
jason |
VP3: fix decoding of videos with stride > 2048
Also remove …
|
|
|
@351423a
|
14 years |
mans |
targa: fix potential buffer overreads
Signed-off-by: Mans Rullgard …
|
|
|
@ed040f35
|
14 years |
rsbultje |
Fix PPC build.
|
|
|
@891b1f15
|
14 years |
jason |
VP8: init one less near_mv
This one didn't actually need to be …
|
|
|
@eb3755a
|
14 years |
jason |
Force inlining of avutil common routines
On some versions of gcc, …
|
|
|
@bcf4568f
|
14 years |
jason |
VP8: split out declarations to new header
|
|
|