|
|
|
@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 …
|
|
|
@625e9309
|
14 years |
michaelni |
VP8: faster MV clipping
(cherry picked from commit …
|
|
|
@9a1ced3
|
14 years |
michaelni |
dsputil: move VC1-specific stuff into VC1DSPContext.
(cherry picked …
|
|
|
@6c0d9369
|
14 years |
michaelni |
VC1: simplify a calculation in a loop.
(cherry picked from commit …
|
|
|
@2739dc5d
|
14 years |
michaelni |
VC1: transpose IDCT 8x8 coeffs while reading.
(cherry picked from …
|
|
|
@003c32e7
|
14 years |
michaelni |
ffserver: Try matching the RTSP url without a trailing slash
If the …
|
|
|
@b2f893ac
|
14 years |
michaelni |
Add SHA1s to APIChanges for av_dump_format, av_parse_time and …
|
|
|
@0ef52334
|
14 years |
michaelni |
lavf, lavu: bump minor versions and add an APIChanges entry for av_ …
|
|
|
@1b98107c
|
14 years |
michaelni |
Move find_info_tag to lavu and add av_ prefix to it
Signed-off-by: …
|
|
|
@9c9912b9
|
14 years |
michaelni |
mdct: remove unnecessary multiplication
3*n4 was already calculated …
|
|
|
@6159bd0d
|
14 years |
michaelni |
ac3enc: fix bug in stereo rematrixing decision.
The rematrixing …
|
|
|
@ee60e04c
|
14 years |
michaelni |
Replace remaining uses of parse_date with av_parse_time.
…
|
|
|
@40c3fe2c
|
14 years |
michaelni |
Deprecate parse_date() in favor of av_parse_time().
The new …
|
|
|
@0ebf4754
|
14 years |
michaelni |
lavf: add av_ prefix to dump_format()
Signed-off-by: Mans Rullgard …
|
|
|
@09e22efc
|
14 years |
michaelni |
rtsp: udp_read_packet returning 0 doesn't mean success
If …
|
|
|
@34c340d
|
14 years |
michaelni |
ffserver: set the sample aspect ratio
Hi.
It seems that ffserver …
|
|
|
@728d56e8
|
14 years |
michaelni |
documentation: add encoders chapter
Signed-off-by: Janne Grunau …
|
|
|
@5d329e2e
|
14 years |
michaelni |
In graph2dot, print more specific audio information for audio links.
…
|
|
|
@2613c811
|
14 years |
michaelni |
spdifenc: set flag AVFMT_NOTIMESTAMPS
There are no timestamps in IEC …
|
|
|
@02d08035
|
14 years |
michaelni |
Reduce picture size for yadif.
Signed-off-by: Michael Niedermayer …
|
|
|
@bad82d3d
|
14 years |
michaelni |
Change yadif to not use out of picture lines.
Fixes issue2272.
…
|
|
|
@20a2a3da
|
14 years |
michaelni |
ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().
…
|
|
|
@c4461aa8
|
14 years |
michaelni |
fix nsvdec.c compilation if DEBUG macro defined
Signed-off-by: Ronald …
|
|
|
@33af787d
|
14 years |
michaelni |
Fix av_find_best_stream when using a program
The current …
|
|
|
@20bc55ce
|
14 years |
michaelni |
Document audio_resample_close().
Signed-off-by: Janne Grunau …
|
|
|
@438198e7
|
14 years |
michaelni |
Document that av_write_header sets stream time_base to a value of it …
|
|
|
@fabb93e3
|
14 years |
michaelni |
spdifenc: update 482d98f69b2eb7a7b0b5054101a43db384e9432b to the …
|
|
|
@660ab0e6
|
14 years |
michaelni |
ac3enc: change default floor code to 7.
This is to match the value in …
|
|
|
@a41aebf1
|
14 years |
michaelni |
os_support: fix poll() implementation
Our poll implementation does …
|
|
|
@7ffe76e5
|
14 years |
michaelni |
Merge libavcore into libavutil
Done to keep ABI compatible. Otherwise …
|
|
|
@fad8143
|
14 years |
michaelni |
vbv_delay AVOption for ABI compatibility
Signed-off-by: Michael …
|
|
|
@2f6c6a34
|
14 years |
michaelni |
APIchanges: update for 55bad0c: vbv_delay
Signed-off-by: Mans …
|
|
|
@b6d07000
|
14 years |
michaelni |
Pass VBV delay to the calling application via ctx
VBV delay is useful …
|
|
|
@c4c9fb46
|
14 years |
michaelni |
binkaudio: remove unused copy of AVCodecContext*
Signed-off-by: Mans …
|
|
|
@13690156
|
14 years |
michaelni |
binkaudio: fix channel count check
Perform validity check on …
|
|
|
@73b3b522
|
14 years |
michaelni |
fix nsvdec.c compilation if DEBUG defined
Signed-off-by: Ronald S. …
|
|
|
@ece6cca1
|
14 years |
michaelni |
aacdec: Implement LTP support.
Ported from gsoc svn.
(cherry picked …
|
|
|
@d3c4829a
|
14 years |
michaelni |
APIchanges: update for 12c14cd
Signed-off-by: Mans Rullgard …
|
|
|
@5c878d4b
|
14 years |
michaelni |
mpegtsenc: whitespace cosmetics
Signed-off-by: Mans Rullgard …
|
|
|
@932a45a
|
14 years |
michaelni |
mpegtsenc: set audio_type according to st->disposition
Signed-off-by: …
|
|
|
@e2db6b59
|
14 years |
michaelni |
mpegts: set st->disposition according to ISO 639 language descriptor
…
|
|
|
@3c9fcab5
|
14 years |
michaelni |
apichanges: update for 24a83bd: add AV_DISPOSITION_CLEAN_EFFECTS flag
…
|
|
|
@2ea7e1f
|
14 years |
michaelni |
lavf: add AV_DISPOSITION_CLEAN_EFFECTS flag
Signed-off-by: Mans …
|
|
|
@e24c05cd
|
14 years |
michaelni |
Better threshold for the gcd based r_frame_rate calculation.
Fixes …
|
|
|
@ee028bbd
|
14 years |
michaelni |
Fix spelling error.
Signed-off-by: Ronald S. Bultje …
|
|
|
@e8431451
|
14 years |
michaelni |
mmst: fix reading uninitialized data for ping packets.
Fixes errors …
|
|
|
@30391c6b
|
14 years |
michaelni |
Update APIchanges for 910b5b8
Signed-off-by: Mans Rullgard …
|
|
|
@9d375bf5
|
14 years |
michaelni |
Remove disabled legacy code in ffplay.
The code was setting aspect …
|
|
|
@4a7d9924
|
14 years |
michaelni |
aac: remove dead SBR input scaling
It has been unused since …
|
|
|
@288b62b1
|
14 years |
michaelni |
asfdec: fix build for big endian targets
Signed-off-by: Mans Rullgard …
|
|
|
@7539a1fe
|
14 years |
michaelni |
ac3enc: Add x86-optimized function to speed up log2_tab().
…
|
|
|
@e590448c
|
14 years |
michaelni |
wtv: ignore empty data_guid chunks
Signed-off-by: Ronald S. Bultje …
|
|
|
@607f5fe5
|
14 years |
michaelni |
asfdec: split reading stream properties out of asf_read_header()
This …
|
|
|
@2594d75f
|
14 years |
michaelni |
mmst: print packet type with error status code message
Signed-off-by: …
|
|
|
@e0099fda
|
14 years |
michaelni |
configure: fix non-standard regex used with expr
The colon operator …
|
|
|
@48e05567
|
14 years |
michaelni |
configure: report full gcc version string
This makes the cc_ident …
|
|
|
@8429368d
|
14 years |
michaelni |
configure: add cleanws() function
This function removes leading and …
|
|
|
@11ab1e40
|
14 years |
michaelni |
FFT: factor a shuffle out of the inner loop and merge it into …
|
|
|
@709946b3
|
14 years |
michaelni |
lavf: print stream disposition in dump_stream_format
Signed-off-by: …
|
|
|
@af1e8ffd
|
14 years |
michaelni |
spdifenc: fix byte order on big-endian systems
There is a check for …
|
|
|
@ec0a6889
|
14 years |
michaelni |
spdifenc: IEC 61937 encapsulation of DTS-HD for HDMI
Signed-off-by: …
|
|
|
@f20886e4
|
14 years |
michaelni |
bink: permute Bink version 'b' quant matrices by inverse scan order
…
|
|
|
@a093650
|
14 years |
michaelni |
bink: simplify how quantization matrices are passed to …
|
|
|
@4064d770
|
14 years |
michaelni |
Fix MMX rgb24 to yuv conversion with gcc 4.6
When built with gcc 4.6, …
|
|
|