|
|
|
@f0cbab2a
|
12 years |
michaelni |
prores_kostya: fix incorrect picture_size field.
Signed-off-by: …
|
|
|
@a22c996a
|
12 years |
michaelni |
Add ICO muxer
Signed-off-by: Michael Bradshaw …
|
|
|
@aec9390a
|
12 years |
michaelni |
Check for avio fail in avformat_write_header, av_write_frame
With …
|
|
|
@7427d1ca
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
g723.1: …
|
|
|
@0e05908c
|
12 years |
michaelni |
vda: fix make checkheaders.
Signed-off-by: Michael Niedermayer …
|
|
|
@a32fa21d
|
12 years |
stefasab |
lavfi/asetnsamples: push as many frames as ready
Signed-off-by: …
|
|
|
@0d230e93
|
12 years |
mans |
g723.1: simplify scale_vector()
It is impossible for bits to be 15 …
|
|
|
@a4b8fc3a
|
12 years |
mans |
g723.1: simplify normalize_bits()
This function is always called with …
|
|
|
@063910f5
|
12 years |
diego |
vda: cosmetics: fix Doxygen comment formatting
Signed-off-by: Diego …
|
|
|
@694be29f
|
12 years |
diego |
vda: better frame allocation
Signed-off-by: Diego Biurrun …
|
|
|
@dc87ac55
|
12 years |
diego |
vda: Merge implementation into one file
Signed-off-by: Diego Biurrun …
|
|
|
@3c379706
|
12 years |
diego |
vda: support synchronous decoding
Note that the symbols used to run …
|
|
|
@cfc680ab
|
12 years |
diego |
vda: Reuse the bitstream buffer and reallocate it only if needed
…
|
|
|
@082b745d
|
12 years |
nicolas.george |
filter_design: document ownership and permissions.
|
|
|
@271ddb11
|
12 years |
nicolas.george |
lavfi: use min_perms and rej_perms for out pads.
There are several …
|
|
|
@67a804b9
|
12 years |
nicolas.george |
dvdsubenc: reindent after recent commit.
|
|
|
@2d3acbfe
|
12 years |
nicolas.george |
lavc: add const to AVCodecContext.codec_descriptor.
|
|
|
@9bb936a8
|
12 years |
nicolas.george |
lavc: reimplement avcodec_get_name with descriptors.
|
|
|
@690ef618
|
12 years |
nicolas.george |
ffmpeg: copy subtitles frame dimensions.
The sub-movtextenc ref file …
|
|
|
@e4f4d99d
|
12 years |
nicolas.george |
ffmpeg: make -s work for subtitles too.
Some codecs allow to encode …
|
|
|
@17e40236
|
12 years |
nicolas.george |
dvdsubenc: set frame size in extradata.
|
|
|
@b1511e00
|
12 years |
nicolas.george |
lavf: probe PGS subtitles definition.
The resolution is in the …
|
|
|
@2dedd8f4
|
12 years |
nicolas.george |
dvdsubenc: make it usable for transcoding.
DVD subtitles packets can …
|
|
|
@0cad101e
|
12 years |
nicolas.george |
ffmpeg: add an option to fix subtitles durations.
With this option, …
|
|
|
@ad08dfd5
|
12 years |
diego |
build: Factor out mpegvideo encoding dependencies to …
|
|
|
@1bfa349a
|
12 years |
michaelni |
vda: merge implementation into one file.
Signed-off-by: Michael …
|
|
|
@7f3dfd20
|
12 years |
michaelni |
vda: support synchronous decoding.
Note that the symbols used to run …
|
|
|
@47682ddc
|
12 years |
michaelni |
more verbose error messages at configure time
Signed-off-by: …
|
|
|
@e47d979
|
12 years |
michaelni |
asfdec: ignore too tiny indexes
Fixes Ticket1521
Signed-off-by: …
|
|
|
@0af85d57
|
12 years |
martin |
avprobe: Include libm.h for the log2 fallback
Signed-off-by: Martin …
|
|
|
@cee03436
|
12 years |
lu_zero |
proresenc: use the edge emulation buffer
Prevents reading past the …
|
|
|
@fb96c1c5
|
12 years |
lu_zero |
rtmp: handle bytes read reports
0x03 (bytes read report) is a known …
|
|
|
@5e3900c7
|
12 years |
michaelni |
hls: Initialize stream_offset before find_stream_info.
find stream …
|
|
|
@cc913f74
|
12 years |
michaelni |
hls: check that the streams have been initialized before checking …
|
|
|
@fe5fba44
|
12 years |
diego |
configure: Fix typo in mpeg2video/svq1 decoder dependency declaration
|
|
|
@d752509b
|
12 years |
mans |
Use log2(x) instead of log(x) / log(2)
Signed-off-by: Mans Rullgard …
|
|
|
@ffda8f0f
|
12 years |
michaelni |
Proresenc: add multithreading support
Signed-off-by: Michael …
|
|
|
@90540c2d
|
12 years |
mans |
x86: swscale: fix fragile memory accesses
To access data at multiple …
|
|
|
@10b83cb6
|
12 years |
mans |
x86: swscale: remove disabled code
This code has been disabled since …
|
|
|
@480178a2
|
12 years |
mans |
x86: yadif: fix asm with suncc
Under some circumstances, suncc will …
|
|
|
@8ec0204e
|
12 years |
mans |
x86: cabac: allow building with suncc
This fixes two issues …
|
|
|
@c8252e80
|
12 years |
mans |
x86: mlpdsp: avoid taking address of void
This code contains a C …
|
|
|
@87fa05a0
|
12 years |
mans |
ARM: intmath: use native-size return types for clipping functions
…
|
|
|
@603221eb
|
12 years |
michaelni |
g723_1dec: inline normalize_bits() in scale vector and optimize it.
…
|
|
|
@20035fa2
|
12 years |
michaelni |
g723_1dec: remove dead code that leaked in from libav
It appears …
|
|
|
@84d29df0
|
12 years |
michaelni |
g723_1dec: remove unneeded cliping that leaked in from merge from …
|
|
|
@a9040a11
|
12 years |
michaelni |
g723_1dec: avoid memcpy
Signed-off-by: Michael Niedermayer …
|
|
|
@d8c3170
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (22 …
|
|
|
@bd70a527
|
12 years |
onemda |
paf: prevent invalid write
Closes #1631.
Signed-off-by: Paul B Mahol …
|
|
|
@c3da2c19
|
12 years |
stefasab |
build: extend documentation building mechanism
Allow to select …
|
|
|
@ae60d2c8
|
12 years |
stefasab |
lavfi: add hue filter
This is a port of the MPlayer hue filter …
|
|
|
@03e8944f
|
12 years |
nicolas.george |
lavc: add missing codec descriptors.
|
|
|
@f594dafc
|
12 years |
nicolas.george |
tools: add a script to find missing codec descriptors.
|
|
|
@71060007
|
12 years |
michaelni |
h264_cavlc: switch forgotten assert to av_assert
Signed-off-by: …
|
|
|
@e9d0ab57
|
12 years |
michaelni |
h264: fix x264 build detection
Fixes Ticket1503
Signed-off-by: …
|
|
|
@69665bd6
|
12 years |
mans |
g723.1: do not pass large structs by value
Signed-off-by: Mans …
|
|
|
@138914dc
|
12 years |
mans |
g723.1: do not bounce intermediate values via memory
Although a …
|
|
|
@cbcf1b41
|
12 years |
mans |
g723.1: declare a variable in the block it is used
Signed-off-by: …
|
|
|
@35b533e
|
12 years |
mans |
g723.1: avoid saving/restoring excitation
Writing the scaled …
|
|
|
@4b728b47
|
12 years |
mans |
g723.1: avoid unnecessary memcpy() in residual_interp()
…
|
|
|
@f645710c
|
12 years |
mans |
g723.1: make postfilter write directly to output buffer
…
|
|
|
@19532643
|
12 years |
mans |
g723.1: drop unnecessary variable buf_ptr in formant_postfilter()
…
|
|
|
@b2af2c4b
|
12 years |
mans |
g723.1: make scale_vector() output to a separate buffer
…
|
|
|
@783da0d6
|
12 years |
mans |
g723.1: make autocorr_max() work on an arbitrary buffer
…
|
|
|
@37161051
|
12 years |
mans |
g723.1: do not needlessly use int64_t
Signed-off-by: Mans Rullgard …
|
|
|
@47c73a7
|
12 years |
mans |
g723.1: use saturating addition functions
Use saturating addition …
|
|
|
@4aca716
|
12 years |
mans |
g723.1: optimise scale_vector()
Firstly, nothing in this function can …
|
|
|
@1eb1f6f2
|
12 years |
mans |
g723.1: remove useless uses of MUL64()
The operands in both cases are …
|
|
|
@5a43eba9
|
12 years |
mans |
g723.1: remove unnecessary argument 'shift' from dot_product()
The …
|
|
|
@8b0de734
|
12 years |
mans |
g723.1: deobfuscate "(x << 4) - x" to "15 * x"
The compiler performs …
|
|
|
@fddc5b9b
|
12 years |
mans |
celp: optimise ff_celp_lp_synthesis_filter()
Adding instead of …
|
|
|
@6c4975ea
|
12 years |
mans |
libavutil: add saturating addition functions
Fixed-point audio codecs …
|
|
|
@ed8d827a
|
12 years |
michaelni |
riffenc: fix aac
Fixes Ticket1435
Signed-off-by: Michael Niedermayer …
|
|
|
@5c0d8bc4
|
12 years |
stefasab |
lavfi: add avfilter_get_class() and iteration callbacks
Allow …
|
|
|
@a25346e
|
12 years |
stefasab |
lavu/opt.h: add AV_OPT_FLAG_FILTERING_PARAM macro
|
|
|
@3239382a
|
12 years |
stefasab |
doc/texi2pod: add "use warnings" directive
The script was previously …
|
|
|
@118bd609
|
12 years |
Reimar.Doeffinger |
Optimized unscaled yuvp9/yuvp10 -> yuvp16 conversion.
About 30% …
|
|
|
@bb707392
|
12 years |
michaelni |
oggparsetheora: fix metadata parsing
Fixes Ticket1508
Signed-off-by: …
|
|
|
@17c11cef
|
12 years |
derek.buitenhuis |
cllc: Implement ARGB support
Signed-off-by: Derek Buitenhuis …
|
|
|
@ba752dc
|
12 years |
derek.buitenhuis |
cllc: Implement ARGB support
Signed-off-by: Derek Buitenhuis …
|
|
|
@7fda47d
|
12 years |
derek.buitenhuis |
cllc: Add support for QRGB
Signed-off-by: Derek Buitenhuis …
|
|
|
@f4bb38cc
|
12 years |
derek.buitenhuis |
cllc: Rename some funcs to represent what they actually do
This is in …
|
|
|
@21d62c47
|
12 years |
derek.buitenhuis |
cllc: Add support for QRGB
Signed-off-by: Derek Buitenhuis …
|
|
|
@4637009e
|
12 years |
derek.buitenhuis |
cllc: Rename some funcs to represent what they actually do
This is in …
|
|
|
@ab0ea7cb
|
12 years |
michaelni |
ffplay: avoid SDL_atoi()
It appears this function is not available …
|
|
|
@d70231f0
|
12 years |
michaelni |
Fix reading past the end of frame buffer.
Signed-off-by: Michael …
|
|
|
@bd922050
|
12 years |
michaelni |
mov: remux AALP tag
AALP(AALP001) tag is present in 32bpp files …
|
|
|
@bbe1a468
|
12 years |
michaelni |
fate: split asyncts from aresample test
Signed-off-by: Michael …
|
|
|
@3b9e832e
|
12 years |
diego |
x86: Drop silly "_yasm" suffixes from filenames
|
|
|
@d5c90ff2
|
12 years |
michaelni |
lavf: reimplement is_intra_only() by using the AVCodecContext codec …
|
|
|
@da74e883
|
12 years |
michaelni |
lavc: add codec_descriptor field to AVCodecContext.
This can be used …
|
|
|
@d0bf3bf1
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavf: …
|
|
|
@f30ff542
|
12 years |
diego |
doc: Clarify licensing issues arising from external libraries
|
|
|
@bdefe22b
|
12 years |
martin |
lavf: Detect discontinuities in timestamps for …
|
|
|
@30c26c24
|
12 years |
martin |
lavf: Initialize the stream info timestamps in avformat_new_stream
…
|
|
|
@6e9bbc65
|
12 years |
anton |
id3v2: Match PIC mimetype/format case-insensitively
Some files' …
|
|
|
@6fd7bf7b
|
12 years |
michaelni |
sgidec: fix error free end detection.
Fixes Ticket1506
Signed-off-by: …
|
|
|
@39c56ef9
|
12 years |
michaelni |
sgidec: correct end pointer
Signed-off-by: Michael Niedermayer …
|
|
|
@c5ea3a00
|
12 years |
michaelni |
ffmpeg: Do not discard slightly invalid timestamps.
Fixes Ticket1627
…
|
|
|
@15e4bd65
|
12 years |
michaelni |
vc1dec: support debug & FF_DEBUG_PICT_INFO.
Signed-off-by: Michael …
|
|
|