|
|
|
@ab294069
|
13 years |
alex.converse |
avio: Check for invalid buffer length.
|
|
|
@5a9ee315
|
13 years |
anton |
mpegenc/mpegtsenc: add muxrate private options.
Deprecate …
|
|
|
@c10731e7
|
13 years |
anton |
lavf: deprecate AVFormatContext.file_size
It's too unreliable to be …
|
|
|
@f0556353
|
13 years |
anton |
mov: add support for TV metadata atoms tves, tvsn and stik
…
|
|
|
@27237d5
|
13 years |
janne-libav |
w32threads: support for frame multithreading
Replace our incomplete …
|
|
|
@b4452298
|
13 years |
mans |
avcodec: remove stray @deprecated comment
Signed-off-by: Mans …
|
|
|
@91038cdb
|
13 years |
mans |
prores: get correct size for coded V plane if alpha is present
The …
|
|
|
@cd14e297
|
13 years |
mans |
prores: do not set pixel format on codec init
The pixel format is not …
|
|
|
@7b68838
|
13 years |
janne-libav |
pthread: prevent updating AVCodecContext from itself in …
|
|
|
@feadcd1b
|
13 years |
janne-libav |
pthread: copy coded frame dimensions in update_context_from_thread
…
|
|
|
@0f0b5d64
|
13 years |
janne-libav |
vp8: prevent read from uninitialized memory in decode_mvs
…
|
|
|
@56535793
|
13 years |
janne-libav |
vp8: force reallocation in update_thread_context after frame size …
|
|
|
@f05c2fb6
|
13 years |
janne-libav |
vp8: fix return value if update_dimensions fails
Signed-off-by: Janne …
|
|
|
@723229c1
|
13 years |
janne-libav |
matroskadec: fix out of bounds write
Signed-off-by: Janne Grunau …
|
|
|
@a62c0f94
|
13 years |
justin.ruggles |
adpcmdec: calculate actual number of output samples for each decoder.
…
|
|
|
@439998e1
|
13 years |
justin.ruggles |
adpcmdec: check remaining buffer size before decoding next block in …
|
|
|
@ff5790c
|
13 years |
justin.ruggles |
adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder.
There …
|
|
|
@8140a128
|
13 years |
justin.ruggles |
adpcmdec: remove unneeded buf_size==0 check.
This is already done by …
|
|
|
@f7f7c194
|
13 years |
justin.ruggles |
adpcmdec: remove unneeded zeroing of *data_size
|
|
|
@d341d5fd
|
13 years |
mans |
dnxhdenc: fixed signed multiplication overflow
The low 32 bits of a …
|
|
|
@05c8f119
|
13 years |
janne-libav |
proresdsp: fix function prototypes.
Signed-off-by: Janne Grunau …
|
|
|
@f78cd0c
|
13 years |
janne-libav |
prores-idct: fix overflow in c code.
Fix the fate ref for …
|
|
|
@8aa80ec5
|
13 years |
janne-libav |
fate: update prores-alpha ref after changing pix_fmt to yuv444p10le
…
|
|
|
@19ec283f
|
13 years |
janne-libav |
prores: add missing feature warning for alpha
|
|
|
@7ad06beb
|
13 years |
alex.converse |
mov: 10l: Terminate string with 0 not '0'
|
|
|
@8fb22c3d
|
13 years |
alex.converse |
mov: Prevent illegal writes when chapter titles are very short.
|
|
|
@f492df09
|
13 years |
diego |
prores: add appropriate -fix_fmt parameter to FATE command
Also …
|
|
|
@2c4e08d
|
13 years |
janne-libav |
riff: always generate a proper WAVEFORMATEX structure in …
|
|
|
@582f2311
|
13 years |
anton |
lavc: add a flag-based error_recognition field to AVCodecContext and …
|
|
|
@ac90a714
|
13 years |
anton |
lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ER
…
|
|
|
@a62d3669
|
13 years |
diego |
prores: add FATE tests
|
|
|
@c4a37885
|
13 years |
diego |
id3v2: reduce the scope of some non-globally-used symbols/structures
|
|
|
@3b78c180
|
13 years |
diego |
id3v2: cosmetics: move some declarations before the places they are used
|
|
|
@617a51f9
|
13 years |
justin.ruggles |
shorten: remove the flush function.
The shorten decoder does not …
|
|
|
@e32dfdaa
|
13 years |
justin.ruggles |
shn: do not allow seeking in the raw shn demuxer.
The demuxer does …
|
|
|
@b631fba9
|
13 years |
justin.ruggles |
avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.
This will …
|
|
|
@050e20a
|
13 years |
justin.ruggles |
avformat: update AVInputFormat allowed flags
|
|
|
@0041cdba
|
13 years |
justin.ruggles |
avformat: don't unconditionally call ff_read_frame_flush() when trying …
|
|
|
@c6ac30c
|
13 years |
justin.ruggles |
truespeech: use sizeof() instead of hardcoded sizes
|
|
|
@6d55506c
|
13 years |
justin.ruggles |
truespeech: remove unneeded variable, 'consumed'
increment the 'buf' …
|
|
|
@b8404893
|
13 years |
justin.ruggles |
truespeech: simplify truespeech_read_frame() by using get_bits()
|
|
|
@5e5ce70f
|
13 years |
justin.ruggles |
truespeech: decode directly to output buffer instead of a temp buffer
|
|
|
@3e7a1767
|
13 years |
justin.ruggles |
truespeech: check to make sure channels == 1
|
|
|
@a8f8db2
|
13 years |
justin.ruggles |
truespeech: check for large enough output buffer rather than …
|
|
|
@595cf1a1
|
13 years |
justin.ruggles |
truespeech: remove unneeded zero-size packet check.
This is already …
|
|
|
@82be06bb
|
13 years |
justin.ruggles |
mlpdec: return meaningful error codes instead of -1
|
|
|
@e1b8d88d
|
13 years |
justin.ruggles |
mlpdec: remove unnecessary wrapper function
|
|
|
@37b67f1
|
13 years |
justin.ruggles |
mlpdec: only calculate output size once
|
|
|
@caa8458
|
13 years |
justin.ruggles |
mlpdec: validate that the reported channel count matches the actual …
|
|
|
@b45eb9d6
|
13 years |
mans |
pcm: reduce pointer type casting
Making 'samples' a pointer to …
|
|
|
@f59bb3d8
|
13 years |
mans |
mathops: remove undefined behaviour from sign_extend()
This function …
|
|
|
@42feaf40
|
13 years |
rsbultje |
vc1: explicitly zero interlaced mode coding variables for progressive …
|
|
|
@47a1d794
|
13 years |
justin.ruggles |
tiffenc: initialize forgotten avctx.
|
|
|
@c74f1f47
|
13 years |
justin.ruggles |
avplay: free the active audio packet at exit.
fixes a memleak
|
|
|
@cb2c4de3
|
13 years |
justin.ruggles |
avplay: free rdft data used for spectrogram analysis.
fixes a memleak
|
|
|
@67bbf07f
|
13 years |
anton |
log.h: make AVClass a named struct
'struct AVClass' is used in the …
|
|
|
@3e68b282
|
13 years |
justin.ruggles |
fix ac3 encoder documentation
some of the mode values were reversed
|
|
|
@50f97219
|
13 years |
diego |
vc1: more prettyprinting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@94e725ca
|
13 years |
diego |
vc1: prettyprint some tables
Signed-off-by: Diego Biurrun …
|
|
|
@b18c68ad
|
13 years |
diego |
vc1: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@492bd1a2
|
13 years |
anton |
AVOptions: bump minor and add APIchanges entry.
|
|
|
@7a6cd995
|
13 years |
anton |
cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()
|
|
|
@145f741e
|
13 years |
anton |
AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
|
|
|
@3b3ea34
|
13 years |
anton |
Remove all uses of deprecated AVOptions API.
|
|
|
@8c5dcaad
|
13 years |
anton |
AVOptions: add av_opt_next, deprecate av_next_option.
Just for naming …
|
|
|
@dca055be
|
13 years |
anton |
AVOptions: add functions for evaluating option strings.
|
|
|
@059a037f
|
13 years |
anton |
AVOptions: split get_number().
Split actual writing to read_number() …
|
|
|
@41d9d51a
|
13 years |
anton |
AVOptions: add av_opt_get*, deprecate av_get*.
New functions can get …
|
|
|
@dac66da6
|
13 years |
anton |
AVOptions: add av_opt_set*().
Deprecate av_set_*
New functions …
|
|
|
@641c7afe
|
13 years |
anton |
AVOptions: add new API for enumerating children.
This will allow the …
|
|
|
@1bca8f4b
|
13 years |
janne-libav |
rv34: move inverse transform functions to DSP context
|
|
|
@cad0c37
|
13 years |
martin |
flvenc: Write the right metadata entry count
No application rely on …
|
|
|
@76b0d03d
|
13 years |
martin |
rtsp: Request that dynamic rate is disabled
DSS enables this …
|
|
|
@30eae325
|
13 years |
martin |
rtsp: Parse the x-Accept-Dynamic-Rate header
Signed-off-by: Martin …
|
|
|
@bfc6db44
|
13 years |
martin |
rtpdec: Add ff_ prefix to all nonstatic symbols
Signed-off-by: Martin …
|
|
|
@318efbfc
|
13 years |
mans |
h264: change unsupported bit depth message to error level
Unsupported …
|
|
|
@07b77fe3
|
13 years |
martin |
rtpdec: Read the packet length for all RTCP packet types
This allows …
|
|
|
@5d6ecf53
|
13 years |
martin |
rtpdec: Fix the minimum packet length for RTCP SR packets
We actually …
|
|
|
@c682514
|
13 years |
mans |
qdm2: fix signed multiplication overflow
This code relies on the …
|
|
|
@5e87222f
|
13 years |
martin |
flvdec: Don't export metadata entries that aren't proper metadata
…
|
|
|
@b204c46d
|
13 years |
martin |
flvdec: Split out setting of numeric fields from storing metadata
…
|
|
|
@46c3c53b
|
13 years |
anton |
libx264: support yuv422/444 output.
|
|
|
@04de1569
|
13 years |
anton |
sws: support yuv444p9/10 output.
|
|
|
@5f3fb599
|
13 years |
justin.ruggles |
fix AC3ENC_OPT_MODE_ON/OFF
The values were reversed.
Signed-off-by: …
|
|
|
@fdba370f
|
13 years |
mans |
h264: fix HRD parameters parsing
The bit_rate_value_minus1 and …
|
|
|
@91f47329
|
13 years |
rsbultje |
prores: implement multithreading.
60% speedup (overall decoding time) …
|
|
|
@e3f530fe
|
13 years |
rsbultje |
prores: idct sse2/sse4 optimizations.
~3.0-3.5x as fast as original C …
|
|
|
@6aa3cac6
|
13 years |
rsbultje |
swscale: use aligned move for storage into temporary buffer.
The …
|
|
|
@92fb52d
|
13 years |
rsbultje |
prores: extract idct into its own dspcontext and merge with put_pixels.
|
|
|
@8babfc03
|
13 years |
mans |
h264: fix invalid shifts in init_cavlc_level_tab()
The level_code …
|
|
|
@88d1e2b2
|
13 years |
mans |
intfloat_readwrite: fix signed addition overflows
These additions …
|
|
|
@30c3d97
|
13 years |
lu_zero |
mov: do not misreport empty stts
Return -1 instead of ENOMEM if …
|
|
|
@5a7ba586
|
13 years |
lu_zero |
mov: cosmetics, fix for and if spacing
|
|
|
@c780b543
|
13 years |
anton |
id3v2: fix NULL pointer dereference
Bug found by Laurent Aimar fenrir …
|
|
|
@2804d320
|
13 years |
anton |
mov: read album_artist atom
Signed-off-by: Anton Khirnov …
|
|
|
@dff41775
|
13 years |
anton |
mov: fix disc/track numbers and totals
Signed-off-by: Anton Khirnov …
|
|
|
@25c27f37
|
13 years |
diego |
doc: fix references to obsolete presets directories for avconv/ffmpeg
|
|
|
@4b7f4908
|
13 years |
diego |
flashsv: return more meaningful error value
|
|
|
@f9a9c8f9
|
13 years |
diego |
flashsv: fix typo in av_log() message
|
|
|
@ff1f89de
|
13 years |
justin.ruggles |
smacker: validate channels and sample format.
|
|
|