|
|
|
@1b4580d1
|
14 years |
michaelni |
Fix duplicate & droped frame in Californication.S02E01.HDTV.XviD-NoTV.avi
|
|
|
@d667be2c
|
14 years |
Carl Eugen Hoyos |
Attribute used is correctly supported by the Intel C compiler since …
|
|
|
@a5b13b14
|
14 years |
Carl Eugen Hoyos |
Use macro INTEL_COMPILER instead of ICC.
ICC is not supported …
|
|
|
@42ccd2fc
|
14 years |
michaelni |
Use --sysroot flag for clang
Although not documented, clang does …
|
|
|
@65ad2c61
|
14 years |
baptiste.coudurier |
In mov muxer, fix adpcm mono muxing, patch by Alex Converse
|
|
|
@4ea02a9a
|
14 years |
baptiste.coudurier |
In mpegts demuxer, do not output known sized packet if an unbounded …
|
|
|
@e9634db
|
14 years |
michaelni |
ARM: VP8: fix build on systems with global symbol prefix
…
|
|
|
@cf9c227e
|
14 years |
michaelni |
ARM: fix vp8 neon with pic enabled
The assembler emits literal pools …
|
|
|
@bbd289a
|
14 years |
michaelni |
configure: document FATE_SAMPLES env var in --help text
…
|
|
|
@1a9fc2b9
|
14 years |
michaelni |
fate: get samples location from env var if not explicitly set
Use the …
|
|
|
@4e815a8b
|
14 years |
michaelni |
movenc: remove uses of deprecated API.
Replace put_tag() with …
|
|
|
@aaa71a3e
|
14 years |
michaelni |
store pasp atom for all types of quicktime movie
Signed-off-by: Luca …
|
|
|
@eea04021
|
14 years |
michaelni |
reindent after tapt patch
Signed-off-by: Luca Barbato …
|
|
|
@3b2c4ce1
|
14 years |
michaelni |
use tapt atom for sample aspect ratio
Signed-off-by: Luca Barbato …
|
|
|
@c3afa4db
|
14 years |
michaelni |
bink: prevent overflows within binkidct by using int-sized …
|
|
|
@6a22f82c
|
14 years |
michaelni |
bink: decode audio track identifiers into AVStream.id
Signed-off-by: …
|
|
|
@4913af0c
|
14 years |
michaelni |
Bink version 'b' audio decoder
Signed-off-by: Ronald S. Bultje …
|
|
|
@8d09fc19
|
14 years |
michaelni |
binkaudio: simplify frame_len_bits and frame_len calculation
…
|
|
|
@408ee5a9
|
14 years |
michaelni |
binkaudio: remove unnecessary loop
decode_init sets bands[0] == 2, so …
|
|
|
@23d82139
|
14 years |
michaelni |
binkaudio: perform band table scaling in decode_init
Signed-off-by: …
|
|
|
@777b365c
|
14 years |
michaelni |
bink: set audio stream codec_tag such that binkaudio decoder can …
|
|
|
@22c679d3
|
14 years |
michaelni |
bink: use LOCAL_ALIGNED for aligned stack data
Signed-off-by: Mans …
|
|
|
@a63ba973
|
14 years |
michaelni |
dxva2: define required feature selection macros
Signed-off-by: Mans …
|
|
|
@f183cfeb
|
14 years |
michaelni |
OS/2: lxlite should use stdout
This causes lxlite to use stdout …
|
|
|
@3308ddfb
|
14 years |
michaelni |
avio: deprecate put_tag
it's not used internally anymore and …
|
|
|
@a1b7979
|
14 years |
michaelni |
lavf: replace remaining uses of put_tag with avio_write
…
|
|
|
@eac4e4d9
|
14 years |
michaelni |
avienc: replace &tag[0] with tag.
Signed-off-by: Ronald S. Bultje …
|
|
|
@32442930
|
14 years |
michaelni |
lavf: use a new ffio_wfourcc macro instead of put_tag() where possible …
|
|
|
@853daff6
|
14 years |
michaelni |
dca: use EXT_AUDIO_ID field to determine core extensions
This avoids …
|
|
|
@1e898e7d
|
14 years |
michaelni |
vmdaudio: output 8-bit audio as AV_SAMPLE_FMT_U8.
There is no need to …
|
|
|
@f3618b01
|
14 years |
michaelni |
vmdaudio: remove unnecessary fields from VmdAudioContext and use the …
|
|
|
@5e7c422d
|
14 years |
michaelni |
vmdaudio: add out_bps to VmdAudioContext and use it to replace …
|
|
|
@504dff8e
|
14 years |
michaelni |
vmdaudio: simplify vmdaudio_decode_frame() by handling block_type …
|
|
|
@83e94d50
|
14 years |
michaelni |
cosmetics: reindent after previous commit
Signed-off-by: Ronald S. …
|
|
|
@fb0e3c2
|
14 years |
michaelni |
vmdaudio: move all silence chunk handling to vmdaudio_loadsound().
…
|
|
|
@6f3c837f
|
14 years |
michaelni |
cosmetics: remove debugging cruft
Signed-off-by: Ronald S. Bultje …
|
|
|
@684512e1
|
14 years |
michaelni |
cosmetics: reindent after previous commit
Signed-off-by: Ronald S. …
|
|
|
@aa236250
|
14 years |
michaelni |
vmdaudio: simplify buffer pointer and header size handling.
…
|
|
|
@b4b5e922
|
14 years |
michaelni |
vmdaudio: set *data_size to zero when skipping small packets and add a …
|
|
|
@ebed7b68
|
14 years |
michaelni |
vmdaudio: validate block type
Signed-off-by: Ronald S. Bultje …
|
|
|
@149d3687
|
14 years |
michaelni |
vmdaudio: use macros and a local variable for block type.
…
|
|
|
@2be17a71
|
14 years |
michaelni |
vmdaudio: correct the silent chunk count in the first block.
This …
|
|
|
@c11c7922
|
14 years |
michaelni |
vmdaudio: output audio samples for standalone silent blocks.
…
|
|
|
@2ac19b75
|
14 years |
michaelni |
vmdaudio: remove duplicated code by merging mono and stereo decoding.
…
|
|
|
@994e445a
|
14 years |
michaelni |
vmdaudio: fix raw_block_size calculation.
The size should depend on …
|
|
|
@dca85c8
|
14 years |
Carl Eugen Hoyos |
Mark MS-MPEG4v1 encoder as experimental.
The encoder has never …
|
|
|
@82142490
|
14 years |
Carl Eugen Hoyos |
Add libmpcodecs to the list of libavfilter subdirectories.
|
|
|
@a1c4b65b
|
14 years |
michaelni |
lavf: update documentation of AVOutputFormat.flags
Signed-off-by: …
|
|
|
@8311150
|
14 years |
michaelni |
Make FF_DEBUG_DCT_COEFF output coeffs via av_log() instead of just via …
|
|
|
@374eb2ba
|
14 years |
michaelni |
lavf: postpone removal of deprecated avio functions
Signed-off-by: …
|
|
|
@1f5e9ede
|
14 years |
michaelni |
lavf: postpone removal of public metadata conversion API
…
|
|
|
@4c262dc1
|
14 years |
michaelni |
avienc: fix AVI stream index for files with >10 streams
Fixes issue …
|
|
|
@ebb92e07
|
14 years |
michaelni |
avio: rename url_fopen/fclose -> avio_open/close.
Signed-off-by: …
|
|
|
@c24a403
|
14 years |
michaelni |
libavformat: Remove FF_NETERRNO()
Map EAGAIN and EINTR from …
|
|
|
@8e35f5d4
|
14 years |
michaelni |
Add more AVC Intra FOURCCs
Also change the comments a bit since the …
|
|
|
@4f84e728
|
14 years |
michaelni |
aacdec: Reduce the size of buf_mdct.
It was doubled in size for the …
|
|
|
@ad9b2a41
|
14 years |
michaelni |
Remove old VCSs from version.sh
(cherry picked from commit …
|
|
|
@352cb0da
|
14 years |
michaelni |
mpegtsenc: use correct PES stream_id for AAC
This adds the AAC codec …
|
|
|
@51e7c932
|
14 years |
michaelni |
spdifenc.c: fix compile because of missing include avio_internal.h. …
|
|
|
@644b66cd
|
14 years |
michaelni |
vp8: ppc: fix invalid reads in altivec epel mc
The 4-tap filters …
|
|
|
@e407f417
|
14 years |
michaelni |
ppc: fix vc1 inverse transform, unbreak build
GCC 4.3 and later are …
|
|
|
@2df9d000
|
14 years |
michaelni |
avio: make put_nbyte internal.
Signed-off-by: Ronald S. Bultje …
|
|
|
@e9eb8d0b
|
14 years |
michaelni |
avio: avio: avio_ prefixes for put_* functions
In the name of …
|
|
|
@e48fe14a
|
14 years |
michaelni |
targa: prevent integer overflow in bufsize check.
(cherry picked from …
|
|
|
@d4e321d9
|
14 years |
michaelni |
avio: make get_partial_buffer internal.
Signed-off-by: Ronald S. …
|
|
|
@e63a3628
|
14 years |
michaelni |
avio: avio_ prefixes for get_* functions
In the name of consistency: …
|
|
|
@6a786b15
|
14 years |
michaelni |
VC1: merge idct8x8, coeff adjustments and put_pixels.
Merging these …
|
|
|
@90ed2776
|
14 years |
michaelni |
avio: rename av_alloc_put_byte -> avio_alloc_context for consistency
…
|
|
|
@34bb0575
|
14 years |
michaelni |
dsputil: make {add/put/put_signed}_pixels_clamped() non-static. …
|
|
|
@713f4904
|
14 years |
michaelni |
VC1: inline vc1_put_block() in vc1_decode_i_blocks().
Advantage is …
|
|
|
@5effda08
|
14 years |
michaelni |
Makefile: include deps from tools directory
This ensures the tools …
|
|
|
@46382ae2
|
14 years |
michaelni |
amrnb: use correct size when copying lsf_r array
lsf_r is an array of …
|
|
|
@f1f79211
|
14 years |
michaelni |
x86: use raw opcode for xgetbv instruction
This allows the CPU …
|
|
|
@f9c61974
|
14 years |
michaelni |
Add shadow support to the drawtext filter
Signed-off-by: Michael …
|
|
|
@a64a2c5f
|
14 years |
michaelni |
factor draw_glyphs out of drawtext filter
Signed-off-by: Michael …
|
|
|
@bccea088
|
14 years |
michaelni |
Fix and optimize yuv blend in the drawtext filter
Signed-off-by: …
|
|
|
@7d279022
|
14 years |
michaelni |
get rid of divisions in the inner loop of the drawtext filter
…
|
|
|
@476aaec6
|
14 years |
michaelni |
fix chroma alpha in the drawtext filter
Signed-off-by: Michael …
|
|
|
@edbaedf7
|
14 years |
michaelni |
Simplify chroma blend in the drawtext filter
Signed-off-by: Michael …
|
|
|
@bd8e7503
|
14 years |
michaelni |
Port drawtext filter by Hemanth from the libavfilter soc repo, with …
|
|
|
@704865f
|
14 years |
michaelni |
lavfi: add fade filter
Port fade filter from libavfilter soc repo, …
|
|
|
@fd0b42cc
|
14 years |
michaelni |
lavfi: put color source in a dedicated file
Move the color source …
|
|
|
@bcfd9e82
|
14 years |
michaelni |
lavfi: add drawutils
Add drawutils.h and drawutils.c, and use them in …
|
|
|
@bbcaaf75
|
14 years |
michaelni |
Update version and APIchanges.
Update libavformat/version.h and …
|
|
|
@ae99313a
|
14 years |
michaelni |
avio: move init_put_byte() to a new private header and rename it
…
|
|
|
@471fe57
|
14 years |
michaelni |
avio: rename ByteIOContext to AVIOContext.
Signed-off-by: Ronald S. …
|
|
|
@a8858ee1
|
14 years |
michaelni |
VC1: don't use vc1_put_block() in vc1_decode_i_blocks_adv().
Advanced …
|
|
|
@cdeba2de
|
14 years |
michaelni |
x86: check for AVX support
This adds configure and runtime checks for …
|
|
|
@91861ce
|
14 years |
michaelni |
MMS: also discover streams in extended stream properties object
…
|
|
|
@6a717eb4
|
14 years |
michaelni |
dsputil_mmx.c: remove ff_vector128.
Remove ff_vector128, it is …
|
|
|
@c614d32e
|
14 years |
michaelni |
Fix invalid reads in VC1 decoder
Patch discussed and taken from …
|
|
|
@0cfcbf21
|
14 years |
michaelni |
Fix VP3 edge emulation
With negative stride, the start of the …
|
|
|
@695f39c8
|
14 years |
michaelni |
aacdec: dsputilize the scalar multiplication in intensity stereo …
|
|
|
@d1472386
|
14 years |
michaelni |
VP3: fix decoding of videos with stride > 2048
Also remove …
|
|
|
@5c20c81b
|
14 years |
michaelni |
Fix issue2619.
regression introduced in …
|
|
|
@7782cb20
|
14 years |
michaelni |
targa: fix potential buffer overreads
Signed-off-by: Mans Rullgard …
|
|
|
@56cbc5f1
|
14 years |
michaelni |
Fix PPC build.
(cherry picked from commit …
|
|
|
@1d37e908
|
14 years |
michaelni |
VP8: init one less near_mv
This one didn't actually need to be …
|
|
|
@545dc699
|
14 years |
michaelni |
Force inlining of avutil common routines
On some versions of gcc, …
|
|
|
@8e624c1
|
14 years |
michaelni |
VP8: split out declarations to new header
(cherry picked from commit …
|
|
|