|
|
|
@69e7ad8d
|
13 years |
rsbultje |
mov: Avoid divide by zero in edit list dts handling
Signed-off-by: …
|
|
|
@9a173575
|
13 years |
rsbultje |
utvideo: account for coupled lines in YUV420 format
Luma slices in …
|
|
|
@8370e426
|
13 years |
rsbultje |
vp3: fix oob read for negative tokens and memleaks on error.
|
|
|
@bfa0f965
|
13 years |
rsbultje |
vp8: fix overflow in segmentation map caching.
|
|
|
@38a4be3f
|
13 years |
rsbultje |
lavf: use number of output pictures for delay checks.
This fixes …
|
|
|
@640d5f1c
|
13 years |
rsbultje |
Fix decoding of lossless 4:2:2 H.264
Signed-off-by: Ronald S. Bultje …
|
|
|
@fdb5314e
|
13 years |
rsbultje |
Fix decoding of lossless 10-bit 4:4:4 H.264
Signed-off-by: Ronald S. …
|
|
|
@61856d06
|
13 years |
alex.converse |
probe: Restore identification of files with very large id3 tags and no …
|
|
|
@7a773d4d
|
13 years |
alex.converse |
probe: Remove id3 tag presence as a criteria to do file extension …
|
|
|
@ca65932b
|
13 years |
alex.converse |
mpegts: MP4 SL support
|
|
|
@c5302670
|
13 years |
alex.converse |
mpegts: MP4 OD support
|
|
|
@4682a1dc
|
13 years |
alex.converse |
mpegts: Add support for Sections in PMT
|
|
|
@fec28364
|
13 years |
alex.converse |
mpegts: Replace the MP4 descriptor parser with a recursive parser.
|
|
|
@c3bc6096
|
13 years |
alex.converse |
mpegts: Add support for multiple mp4 descriptors
|
|
|
@476d04a5
|
13 years |
alex.converse |
mpegts: Parse mpeg2 SL descriptors.
|
|
|
@77b5c82b
|
13 years |
alex.converse |
isom: Add MPEG4SYSTEMS dummy object type indication.
|
|
|
@bc2dd367
|
13 years |
janne-libav |
aacdec: allow output reconfiguration on channel changes
Locking the …
|
|
|
@f3db0f7
|
13 years |
justin.ruggles |
nellymoserenc: take float input samples instead of int16
This avoids …
|
|
|
@77c8ef9a
|
13 years |
justin.ruggles |
nellymoserdec: use dsp functions for overlap and windowing
|
|
|
@8c9581f0
|
13 years |
justin.ruggles |
nellymoserdec: do not fail if there is extra data in the packet
…
|
|
|
@0aaa85db
|
13 years |
justin.ruggles |
nellymoserdec: fail if output buffer is too small
avoids silently …
|
|
|
@f19305fe
|
13 years |
justin.ruggles |
nellymoserdec: remove pointless buffer size check.
|
|
|
@854eadcc
|
13 years |
anton |
lavf: add init_put_byte() to the list of visible symbols.
|
|
|
@c12ef64d
|
13 years |
janne-libav |
seek-test: free options dictionary after use
|
|
|
@8fa9730
|
13 years |
lu_zero |
snow: do not draw_edge if emu_edge is set
Fix segfault on emu edge, …
|
|
|
@d830264a
|
13 years |
janne-libav |
tools/pktdumper: update to recent avformat api
|
|
|
@d88e9f1c
|
13 years |
janne-libav |
seek-test: update to recent avformat api
|
|
|
@813907d
|
13 years |
justin.ruggles |
wmavoice: move output buffer size check to synth_superframe().
this …
|
|
|
@d0640765
|
13 years |
justin.ruggles |
wmavoice: only set data_size to 0 when necessary
|
|
|
@1db6437f
|
13 years |
justin.ruggles |
wmapro: fix strict-aliasing violations by using av_alias32
Also fix …
|
|
|
@b8b4c9c
|
13 years |
justin.ruggles |
wmapro: use FmtConvertContext.float_interleave() to interleave output …
|
|
|
@d0b1b1c5
|
13 years |
justin.ruggles |
wmadec: consolidate 2 output buffer size checks into 1 check
|
|
|
@9a332644
|
13 years |
justin.ruggles |
apedec: assert that s->samples is not negative before trying to decode
|
|
|
@0927154
|
13 years |
justin.ruggles |
apedec: use FFALIGN macro for internal data buffer size
|
|
|
@5b8009f4
|
13 years |
justin.ruggles |
apedec: do not keep incrementing the input data pointer past the end …
|
|
|
@a4c32c9
|
13 years |
justin.ruggles |
apedec: check for input buffer overflow while reading frame header
|
|
|
@fd244ae3
|
13 years |
justin.ruggles |
apedec: use unsigned int for offset
avoids implementation-defined …
|
|
|
@89ec474a
|
13 years |
justin.ruggles |
apedec: remove pointless increment of 'buf'
The variable is not used …
|
|
|
@52d4fb2
|
13 years |
justin.ruggles |
apedec: set s->currentframeblocks after validating nblocks
|
|
|
@2cab5784
|
13 years |
justin.ruggles |
apedec: use unsigned int for 'nblocks' and make sure that it's within …
|
|
|
@b7e51457
|
13 years |
justin.ruggles |
apedec: do not set s->samples until after validation.
This prevents …
|
|
|
@11ca8b2d
|
13 years |
justin.ruggles |
apedec: check for data buffer realloc failure
|
|
|
@91b71460
|
13 years |
justin.ruggles |
apedec: return meaningful error values in ape_decode_frame()
|
|
|
@c6defb41
|
13 years |
justin.ruggles |
apedec: correct an error message
|
|
|
@da55e098
|
13 years |
justin.ruggles |
apedec: cosmetics
break some excessively long lines and remove space …
|
|
|
@f64e0a2f
|
13 years |
justin.ruggles |
apedec: return meaningful error codes from ape_decode_init()
|
|
|
@75007813
|
13 years |
justin.ruggles |
apedec: check for filter buffer allocation failure
|
|
|
@b9d6b02
|
13 years |
justin.ruggles |
apedec: use memcpy for pseudo-stereo mode
|
|
|
@3c25209
|
13 years |
justin.ruggles |
apedec: remove unneeded check for zero-size packet.
This is already …
|
|
|
@9a174562
|
13 years |
anton |
lavf: move private fields in AVStream to the end at next bump.
|
|
|
@df968050
|
13 years |
anton |
lavf: move private fields in AVFormatContext to the end at next bump.
|
|
|
@a2faa951
|
13 years |
anton |
lavf: make some seeking functions private
Specifically …
|
|
|
@ec6d7431
|
13 years |
justin.ruggles |
mp3on4: do not needlessly set data_size to 0
|
|
|
@99975966
|
13 years |
justin.ruggles |
mp3adu: return error instead of just consuming bad packets
|
|
|
@e2e6c879
|
13 years |
justin.ruggles |
mpegaudiodec: check output data size based on avctx->frame_size
|
|
|
@512557b2
|
13 years |
justin.ruggles |
avcodec: remove avcodec_parse_frame and deprecate associated elements. …
|
|
|
@cd816d9b
|
13 years |
justin.ruggles |
mpegaudiodec: cosmetics: basic pretty-printing
|
|
|
@c17e534f
|
13 years |
justin.ruggles |
mpegaudiodec: remove frame_count field from MPADecodeContext.
Its …
|
|
|
@dac15a03
|
13 years |
justin.ruggles |
mpegaudiodec: return AVERROR return codes instead of -1
|
|
|
@4be1e1df
|
13 years |
justin.ruggles |
mpegaudiodec: Skip only bad frames instead of the whole packet.
On …
|
|
|
@15946eb8
|
13 years |
anton |
lavc: remove "legacy" mpegvideo decoder.
|
|
|
@cf543c6
|
13 years |
janne-libav |
iv8: assemble packets to return complete frames
|
|
|
@c4b97fbd
|
13 years |
lu_zero |
pulse: documentation
Specify avoptions and how to use pactl to list …
|
|
|
@0de9c41f
|
13 years |
lu_zero |
pulse: introduce pulseaudio input
It currently use the simple api and …
|
|
|
@82ed4f1e
|
13 years |
justin.ruggles |
remove the zork pcm seek test
this was forgotten when the encoder was …
|
|
|
@4a6a29a7
|
13 years |
justin.ruggles |
libopencore-amr: check output buffer size before decoding
|
|
|
@345d15d2
|
13 years |
justin.ruggles |
libopencore-amr: remove unneeded buf_size==0 check.
…
|
|
|
@402c9878
|
13 years |
justin.ruggles |
libopencore-amr: remove unneeded frame_count field.
Use …
|
|
|
@71ccfb3f
|
13 years |
justin.ruggles |
aac_latm: remove unneeded check for zero-size packet.
This is already …
|
|
|
@f1901180
|
13 years |
justin.ruggles |
pcmdec: fix output buffer size check by calculating the actual output …
|
|
|
@154cd253
|
13 years |
justin.ruggles |
pcmdec: move codec-specific variable declarations to the corresponding …
|
|
|
@0093f96d
|
13 years |
justin.ruggles |
pcmdec: return buf_size instead of src-buf.
The values will always be …
|
|
|
@85579b63
|
13 years |
justin.ruggles |
avcodec: remove the Zork PCM encoder.
The Zork PCM decoder does not …
|
|
|
@67a3b67c
|
13 years |
justin.ruggles |
pcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting all samples by 8.
|
|
|
@06af335a
|
13 years |
justin.ruggles |
pcmenc: remove unneeded sample_fmt check.
It is already checked by …
|
|
|
@d94e29ca
|
13 years |
justin.ruggles |
pcmdec: move number of channels check to pcm_decode_init()
|
|
|
@83efd765
|
13 years |
justin.ruggles |
pcmdec: remove unnecessary check for sample_fmt change
|
|
|
@381e195b
|
13 years |
justin.ruggles |
pcmdec: move DVD PCM bits_per_coded_sample check near to the code that …
|
|
|
@6b94711f
|
13 years |
justin.ruggles |
pcmdec: do not needlessly set *data_size to 0
|
|
|
@30f3e7b5
|
13 years |
justin.ruggles |
alacdec: remove unneeded NULL or zero-size packet checks.
This is …
|
|
|
@68f7e9cd
|
13 years |
justin.ruggles |
alacdec: simplify buffer allocation by using FF_ALLOC_OR_GOTO()
|
|
|
@b316af7a
|
13 years |
justin.ruggles |
alacdec: ask for a sample for unsupported sample depths.
Also return …
|
|
|
@63cf54d
|
13 years |
justin.ruggles |
alacdec: cosmetics: use 'ch' instead of 'chan' to iterate channels
|
|
|
@01200f12
|
13 years |
justin.ruggles |
alacdec: move some declarations to the top of the function
|
|
|
@c3a92412
|
13 years |
justin.ruggles |
alacdec: always use get_sbits_long() for uncompressed samples
|
|
|
@b46e58f7
|
13 years |
justin.ruggles |
alacdec: remove unneeded local variable
|
|
|
@7080533c
|
13 years |
justin.ruggles |
alacdec: remove the numchannels parameter from several functions.
…
|
|
|
@cb50329f
|
13 years |
justin.ruggles |
alacdec: rename 2 functions.
Now they only do stereo interleaving.
|
|
|
@c39bddd3
|
13 years |
justin.ruggles |
alacdec: move appending of extra_bits to a separate function.
This …
|
|
|
@e739d351
|
13 years |
justin.ruggles |
alacdec: split stereo decorrelation into a separate function.
It is …
|
|
|
@d251c85d
|
13 years |
justin.ruggles |
alacdec: cosmetics: rename 'wasted_bits' to 'extra_bits'.
The bits …
|
|
|
@dbbb9262
|
13 years |
justin.ruggles |
alacdec: remove unneeded numsamples checks
|
|
|
@53df079a
|
13 years |
justin.ruggles |
alacdec: check for buffer allocation failure.
Also rearranges some …
|
|
|
@e5e4f92b
|
13 years |
justin.ruggles |
alacdec: allocate per-channel buffers based on channel count.
reduces …
|
|
|
@dcaa83a0
|
13 years |
justin.ruggles |
alacdec: read/validate number of channels from the extradata.
check …
|
|
|
@47e9c75b
|
13 years |
justin.ruggles |
alacdec: remove unneeded validation of setinfo_sample_size.
It is …
|
|
|
@0f26f3d5
|
13 years |
justin.ruggles |
alacdec: set sample_fmt in alac_decode_init()
|
|
|
@aec83833
|
13 years |
justin.ruggles |
alacdec: set bytespersample using av_get_bytes_per_sample()
|
|
|
@d6174bfe
|
13 years |
janne-libav |
threads: restore has_b_frames in frame_thread_free
Otherwise the …
|
|
|
@ded3e9f0
|
13 years |
rsbultje |
H.264: Cometics to dsputil_mmx.c
Add whitespace.
Signed-off-by: …
|
|
|