|
|
|
@fb22c237
|
14 years |
rsbultje |
mpegvideo: don't av_malloc(0).
|
|
|
@f8b12459
|
14 years |
rsbultje |
asfdec: fix parsing of packets that overrun into padding.
…
|
|
|
@8ce67bca
|
14 years |
siretart |
Implement fate-rsync target
|
|
|
@e3b540b4
|
14 years |
lu_zero |
Make ffmpeg support generic data stream
The patch is the first step …
|
|
|
@4773d90
|
14 years |
anton |
vp8: frame-multithreading.
Tested on a Mac Pro, 2 CPUs, 2 cores each, …
|
|
|
@975a1447
|
14 years |
diego |
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
…
|
|
|
@6209669d
|
14 years |
diego |
Replace deprecated av_get_pict_type_char() with …
|
|
|
@b178cd76
|
14 years |
diego |
dpx: Do not use DPX encoder for decoding.
10l to the one who hasn't …
|
|
|
@ad1862d6
|
14 years |
diego |
ALPHA: Replace sized int_fast integer types with plain int/unsigned.
…
|
|
|
@e27ce0ee
|
14 years |
siretart |
DPX image encoder
|
|
|
@40662915
|
14 years |
siretart |
DPX decoder: read sample aspect ratio
Signed-off-by: Michael …
|
|
|
@3777ea13
|
14 years |
siretart |
DPX decoder: add buffer size checks.
|
|
|
@63b1866a
|
14 years |
justin.ruggles |
ac3enc: clip large coefficient values and negative exponents rather …
|
|
|
@177fed4e
|
14 years |
justin.ruggles |
ac3enc: do not store a bandwidth code for each channel.
Although AC-3 …
|
|
|
@a1d0f511
|
14 years |
justin.ruggles |
ac3enc: remove bandwidth reduction as fallback for bit allocation …
|
|
|
@ba6bce51
|
14 years |
justin.ruggles |
ac3enc: merge compute_exp_strategy_ch() into compute_exp_strategy()
|
|
|
@4142487
|
14 years |
justin.ruggles |
ac3enc: return error if frame+exponent bits are too large instead of …
|
|
|
@987fe2dc
|
14 years |
justin.ruggles |
ac3enc: differentiate between current block and reference block in …
|
|
|
@6b2636b
|
14 years |
justin.ruggles |
ac3enc: simplify exponent_init() by calculating exponent_group_tab[] …
|
|
|
@e0b33d47
|
14 years |
justin.ruggles |
ac3enc: simplify stereo rematrixing decision options
|
|
|
@a28b0587
|
14 years |
siretart |
Update URL to fate samples
|
|
|
@70892657
|
14 years |
siretart |
AMV: disable DR1 and don't override EMU_EDGE
This works around a …
|
|
|
@7c152a45
|
14 years |
siretart |
lavf: inspect more frames for fps when container time base is coarse
…
|
|
|
@0247bdee
|
14 years |
siretart |
Fix races in default av_log handler
Prevent competing threads from …
|
|
|
@cf3ac543
|
14 years |
diego |
vorbis: Replace sized int_fast integer types with plain int/unsigned.
…
|
|
|
@a734fa57
|
14 years |
diego |
Remove disabled non-optimized code variants.
|
|
|
@e610098e
|
14 years |
diego |
bswap.h: Remove disabled code.
|
|
|
@2e15305b
|
14 years |
diego |
Remove some disabled printf debug cruft.
|
|
|
@09cbf60f
|
14 years |
diego |
Replace more disabled printf() calls by av_dlog().
|
|
|
@03acaa4a
|
14 years |
diego |
tests: Remove disabled code.
|
|
|
@045dd4b9
|
14 years |
diego |
Replace some commented-out debug printf() / av_log() messages with …
|
|
|
@d1be646e
|
14 years |
diego |
vorbisdec: Replace some sizeof(type) by sizeof(*variable).
|
|
|
@a3b7dabb
|
14 years |
diego |
vf_fieldorder: Replace FFmpeg by Libav in license boilerplate.
|
|
|
@5b81e295
|
14 years |
martin |
avio: Fix the deprecated fallback URL-prefixed open flags
While …
|
|
|
@05a18adf
|
14 years |
siretart |
avoid duplicate -lm in .pc files
|
|
|
@62d33dbc
|
14 years |
siretart |
mpeg12: terminate mpeg2_video_profiles arrays
Make …
|
|
|
@f2c85458
|
14 years |
martin |
network: Check POLLERR and POLLHUP in ff_network_wait_fd
Previously, …
|
|
|
@f8fec050
|
14 years |
anton |
mpegtsenc: make PMT PID really start on pmt_start_pid
|
|
|
@f9fb574d
|
14 years |
anton |
nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
…
|
|
|
@87e45ae1
|
14 years |
anton |
rawvideo codec: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BE
…
|
|
|
@c90626b2
|
14 years |
anton |
hflip: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE …
|
|
|
@a1f4d075
|
14 years |
anton |
crop: make the filter accept PIX_FMT_BGR48LE and PIX_FMT_BGR48BE pixel …
|
|
|
@1afbae10
|
14 years |
anton |
libswcale: PIX_FMT_BGR48LE and PIX_FMT_BGR48BE scaler implementation
…
|
|
|
@b2395268
|
14 years |
diego |
vorbisdec: Rename silly "class_" variable to plain "class".
|
|
|
@81afa5a2
|
14 years |
diego |
simple_idct_alpha: Drop some useless casts.
|
|
|
@3fd3632f
|
14 years |
diego |
Simplify av_log_missing_feature().
Do not print the results of the …
|
|
|
@8745e9c4
|
14 years |
justin.ruggles |
ac3enc: remove check for mismatching channels and channel_layout
|
|
|
@688b09fa
|
14 years |
justin.ruggles |
If AVCodecContext.channels is 0 and AVCodecContext.channel_layout is …
|
|
|
@168f9e8c
|
14 years |
justin.ruggles |
If AVCodecContext.channel_layout and AVCodecContext.channels are both …
|
|
|
@3dfc3e70
|
14 years |
justin.ruggles |
cosmetics: indentation
|
|
|
@8b00ab01
|
14 years |
justin.ruggles |
Check AVCodec.supported_samplerates and AVCodec.channel_layouts in …
|
|
|
@767848d
|
14 years |
justin.ruggles |
aacdec: remove sf_scale and sf_offset.
Instead, scalefactors are …
|
|
|
@62717940
|
14 years |
justin.ruggles |
aacdec: use a scale of 2 in the LTP MDCT rather than doubling the …
|
|
|
@d70fa4c4
|
14 years |
justin.ruggles |
Define POW_SF2_ZERO in aac.h and use for ff_aac_pow2sf_tabp[] offsets …
|
|
|
@e4744b59
|
14 years |
justin.ruggles |
Large intensity stereo and PNS indices are legal. Clip them instead of …
|
|
|
@f4e043ff
|
14 years |
rsbultje |
qpeg: use reget_buffer() in decode_frame()
Decoder relies on previous …
|
|
|
@4f0b8059
|
14 years |
rsbultje |
ultimotion: use reget_buffer() in ulti_decode_frame()
Decoder relies …
|
|
|
@4f2954e2
|
14 years |
rsbultje |
smacker: remove unnecessary call to avctx->release_buffer in …
|
|
|
@5eef4afb
|
14 years |
rsbultje |
avparser: don't av_malloc(0).
Signed-off-by: Ronald S. Bultje …
|
|
|
@79ee8977
|
14 years |
justin.ruggles |
ac3enc: correct the flipped sign in the ac3_fixed encoder
|
|
|
@e6ff0648
|
14 years |
diego |
Eliminate pointless '#if 1' statements without matching '#else'.
|
|
|
@9d35fa52
|
14 years |
siretart |
Add AVX FFT implementation.
Signed-off-by: Reinhard Tartler …
|
|
|
@13dfce3d
|
14 years |
siretart |
Increase alignment of av_malloc() as needed by AVX ASM.
…
|
|
|
@33cbfa6f
|
14 years |
siretart |
Update x86inc.asm from x264 to allow AVX emulation using SSE and MMX.
…
|
|
|
@76cd98b4
|
14 years |
siretart |
mjpeg: Detect overreads in mjpeg_decode_scan() and error out.
…
|
|
|
@4bc28232
|
14 years |
anton |
documentation: extend documentation for ffmpeg -aspect option
…
|
|
|
@893722ce
|
14 years |
anton |
APIChanges: update commit hashes for recent additions.
|
|
|
@bebe72f4
|
14 years |
anton |
lavc: deprecate FF_*_TYPE macros in favor of AV_PICTURE_TYPE_* enums
…
|
|
|
@30fe9719
|
14 years |
anton |
aac: add headers needed for log2f()
Signed-off-by: Anton Khirnov …
|
|
|
@6deae83e
|
14 years |
anton |
lavc: remove FF_API_MB_Q cruft
|
|
|
@694c1424
|
14 years |
anton |
lavc: remove FF_API_RATE_EMU cruft
|
|
|
@e7021c0e
|
14 years |
anton |
lavc: remove FF_API_HURRY_UP cruft
|
|
|
@73a4f7c2
|
14 years |
anton |
pad: make the filter parametric
Signed-off-by: Stefano Sabatini …
|
|
|
@0bbb28c7
|
14 years |
anton |
vsrc_movie: add key_frame and pict_type.
Signed-off-by: Roger Pau …
|
|
|
@5eb901cf
|
14 years |
anton |
vsrc_movie: fix leak in request_frame()
Also set movie->picref to …
|
|
|
@10d3940
|
14 years |
anton |
lavfi: add key_frame and pict_type to AVFilterBufferRefVideo.
…
|
|
|
@7a11c82f
|
14 years |
anton |
vsrc_buffer: add sample_aspect_ratio fields to arguments.
This fixes …
|
|
|
@2f84bb42
|
14 years |
anton |
lavfi: add fieldorder filter
Signed-off-by: Stefano Sabatini …
|
|
|
@68e23c08
|
14 years |
anton |
scale: make the filter parametric
Make the filter accept parametric …
|
|
|
@b137bf7d
|
14 years |
anton |
yadif: support 16-bit
Fixes by Michael Niedermayer <michaelni@gmx.at> …
|
|
|
@88312a4d
|
14 years |
anton |
yadif: support more than yuv420p.
and correctly support grey8
…
|
|
|
@d85e18e6
|
14 years |
anton |
yadif: Fix assert() failure
Signed-off-by: Anton Khirnov …
|
|
|
@f80b381b
|
14 years |
anton |
graphparser: add a NULL check on the argument passed to strstr
Fix …
|
|
|
@c61bfc11
|
14 years |
anton |
setdar: prefer "sar" over "par" in log info message
This is more …
|
|
|
@b04d1abb
|
14 years |
anton |
fade: fix draw_slice() check on fade->factor value
draw_slice() …
|
|
|
@9026b27e
|
14 years |
anton |
fade: make draw_slice() chroma check against planes 1 and 2
…
|
|
|
@ba9327ea
|
14 years |
lu_zero |
win32: include the correct header in cmdutils.c
CommandLineToArgvW …
|
|
|
@6ad2bafc
|
14 years |
janne-libav |
ac3: fix memleak in fixed-point encoder
caused by typo in mdct_end
|
|
|
@a14c0824
|
14 years |
diego |
flashsv: Return more meaningful error values.
|
|
|
@46cb2da1
|
14 years |
diego |
flashsv: Employ explicit AVCodec struct initializers.
|
|
|
@23f40a07
|
14 years |
rsbultje |
read AVI palette from the end of extradata
Official AVI specification …
|
|
|
@293fe6da
|
14 years |
diego |
cosmetics: K&R coding style and more whitespace for Flash Screen Video
|
|
|
@2441003d
|
14 years |
diego |
vorbisdec: Employ proper printf format specifiers for uint_fast32_t.
…
|
|
|
@5f85d49b
|
14 years |
martin |
applehttp: Don't export variant_bitrate if it isn't known
If there …
|
|
|
@ac9cf2e5
|
14 years |
martin |
crypto: Use av_freep instead of av_free
Using av_freep is generally …
|
|
|
@50f7c296
|
14 years |
diego |
configure: Add missing libm library dependencies to .pc files.
This …
|
|
|
@dc713546
|
14 years |
diego |
oggdec: reindent after 8f3eebd6
Signed-off-by: Diego Biurrun …
|
|
|
@e9251bb5
|
14 years |
diego |
configure: Add missing libavutil inter-library dependencies to .pc …
|
|
|
@b1ac139d
|
14 years |
martin |
Handle unicode file names on windows
All file names should be in …
|
|
|
@9261e6cf
|
14 years |
martin |
rtp: Rename the open/close functions to alloc/free
This avoids …
|
|
|