|
|
|
@6699d074
|
13 years |
justin.ruggles |
avcodec: add av_get_exact_bits_per_sample() function
This only …
|
|
|
@27c7ca9c
|
13 years |
anton |
lavf: deobfuscate read_frame_internal().
Split off packet parsing …
|
|
|
@dcee8115
|
13 years |
anton |
lavf: make read_from_packet_buffer() more flexible.
Make packet …
|
|
|
@52b0943f
|
13 years |
anton |
lavf: factorize freeing a packet buffer.
|
|
|
@c9dbac36
|
13 years |
diego |
Fix format string vulnerability detected by -Wformat-security.
…
|
|
|
@0a41f47d
|
13 years |
diego |
dv: Do not redundantly initialize struct members to zero.
|
|
|
@356ee8d7
|
13 years |
diego |
x86: clean up ff_dsputil_init_mmx()
This splits ff_dsputil_init_mmx() …
|
|
|
@3faa141d
|
13 years |
anton |
cmdutils: use new avcodec_is_decoder/encoder() functions.
Fixes …
|
|
|
@44fe77b3
|
13 years |
anton |
lavc: make codec_is_decoder/encoder() public.
|
|
|
@02beb982
|
13 years |
anton |
lavc: deprecate AVCodecContext.sub_id.
In most places where it's …
|
|
|
@87392b1f
|
13 years |
anton |
libcdio: add a forgotten AVClass to the private context.
|
|
|
@1c97b5c4
|
13 years |
rsbultje |
swscale: remove "cpu flags" from -sws_flags description.
|
|
|
@4db4b53d
|
13 years |
kostya.shishkov |
proresenc: give user a possibility to alter some encoding parameters
…
|
|
|
@1ba08c94
|
13 years |
justin.ruggles |
vorbisenc: add output buffer overwrite protection
|
|
|
@fe78470a
|
13 years |
justin.ruggles |
libopencore-amrnbenc: fix end-of-stream handling
Use CODEC_CAP_DELAY …
|
|
|
@b0350c1c
|
13 years |
justin.ruggles |
ra144enc: fix end-of-stream handling
Use CODEC_CAP_DELAY and …
|
|
|
@29e2c853
|
13 years |
justin.ruggles |
nellymoserenc: zero any leftover packet bytes
fixes writing of …
|
|
|
@6c7a0162
|
13 years |
justin.ruggles |
nellymoserenc: use proper MDCT overlap delay
|
|
|
@3e9cd8b4
|
13 years |
rsbultje |
qpeg: Use bytestream2 functions to prevent buffer overreads.
…
|
|
|
@dccb2cd3
|
13 years |
rsbultje |
swscale: make %rep unconditional.
Fixes pre-processing with latest …
|
|
|
@b4188f0d
|
13 years |
rsbultje |
vp8: convert simple loopfilter x86 assembly to use named arguments.
|
|
|
@8476ca3b
|
13 years |
rsbultje |
vp8: convert idct x86 assembly to use named arguments.
|
|
|
@21ffc78f
|
13 years |
rsbultje |
vp8: convert mc x86 assembly to use named arguments.
|
|
|
@28170f1a
|
13 years |
rsbultje |
vp8: convert loopfilter x86 assembly to use cpuflags().
|
|
|
@e25be471
|
13 years |
rsbultje |
vp8: convert idct/mc x86 assembly to use cpuflags().
|
|
|
@8249a23f
|
13 years |
rsbultje |
swscale: remove now unnecessary hack.
|
|
|
@0f53d0cf
|
13 years |
rsbultje |
x86inc: don't "bake" stack_offset in named arguments.
Signed-off-by: …
|
|
|
@6aa6e3e8
|
13 years |
justin.ruggles |
fate: Add sunrast regression test
Signed-off-by: Derek Buitenhuis …
|
|
|
@51ddf35c
|
13 years |
justin.ruggles |
wmaenc: fix m/s stereo encoding for the first frame
We need to set …
|
|
|
@8ed7488e
|
13 years |
justin.ruggles |
wmaenc: return s->block_align instead of recalculating it
|
|
|
@5d652e06
|
13 years |
justin.ruggles |
wmaenc: check final frame size against output packet size
Currently …
|
|
|
@dfc4fded
|
13 years |
justin.ruggles |
wmaenc: require a large enough output buffer to prevent overwrites
…
|
|
|
@1ec075cf
|
13 years |
justin.ruggles |
wmaenc: limit allowed sample rate to 48kHz
ff_wma_init() allows up to …
|
|
|
@c2b8dea1
|
13 years |
justin.ruggles |
wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZE
This is near …
|
|
|
@b7beabab
|
13 years |
justin.ruggles |
tiertexseq: set correct block_align for audio
|
|
|
@f9cf91d8
|
13 years |
justin.ruggles |
tiertexseq: set audio stream start time to 0
Update FATE test to …
|
|
|
@0883109b
|
13 years |
justin.ruggles |
voc/avs: Do not change the sample rate mid-stream.
Also, set the time …
|
|
|
@4da374f8
|
13 years |
justin.ruggles |
segafilm: use the sample rate as the time base for audio streams
|
|
|
@ea289186
|
13 years |
justin.ruggles |
ea: fix audio pts
The time base is 1 / sample_rate, not 90000. …
|
|
|
@01be6fa9
|
13 years |
justin.ruggles |
psx-str: fix audio pts
Each packet has 18 sectors with 224/channels …
|
|
|
@d0ab5850
|
13 years |
justin.ruggles |
vqf: set packet duration
Fixes timestamp calculation.
The FATE …
|
|
|
@101c369b
|
13 years |
justin.ruggles |
tta demuxer: set packet duration
|
|
|
@0b8b7db0
|
13 years |
justin.ruggles |
mpegaudio_parser: do not ignore information from the first parsed …
|
|
|
@6776a8f1
|
13 years |
justin.ruggles |
mpegaudio_parser: be less picky about the start position
…
|
|
|
@5a9b952
|
13 years |
justin.ruggles |
thp: set audio packet durations
|
|
|
@5602a464
|
13 years |
justin.ruggles |
avcodec: add a Vorbis parser to get packet duration
This also allows …
|
|
|
@737ca448
|
13 years |
justin.ruggles |
vorbisdec: read the previous window flag for long windows
When …
|
|
|
@7fb6c92
|
13 years |
anton |
lavc: free the output packet when encoding failed or produced no output.
|
|
|
@e42e9b0e
|
13 years |
anton |
lavc: preserve avpkt->destruct in ff_alloc_packet().
Also, don't …
|
|
|
@c179c9e1
|
13 years |
anton |
lavc: clarify the meaning of AVCodecContext.frame_number.
|
|
|
@1aa70898
|
13 years |
alex.converse |
mpegts: Pad the packet buffer in handle_packet().
This allows it to …
|
|
|
@4df36969
|
13 years |
alex.converse |
mpegts: Do not call read_sl_header() when no bytes remain in the …
|
|
|
@9d87374e
|
13 years |
rsbultje |
amrwb: remove duplicate arguments from extrapolate_isf().
Prevents …
|
|
|
@154b8bb
|
13 years |
rsbultje |
amrwb: error out early if mode is invalid.
Prevents using the invalid …
|
|
|
@291c9b6
|
13 years |
rsbultje |
h264: change underread for 10bit QPEL to overread.
This prevents us …
|
|
|
@9c239f6
|
13 years |
rsbultje |
matroska: check buffer size for RM-style byte reordering.
Found-by: …
|
|
|
@45549339
|
13 years |
rsbultje |
vp8: disable mmx functions with sse/sse2 counterparts on x86-64.
…
|
|
|
@bd66f073
|
13 years |
rsbultje |
vp8: change int stride to ptrdiff_t stride.
On 64bit platforms with …
|
|
|
@349b7977
|
13 years |
rsbultje |
wma: fix invalid buffer size assumptions causing random overreads.
…
|
|
|
@9d25f1f6
|
13 years |
diego |
Windows Media Audio Lossless decoder
Decodes 16-bit WMA Lossless …
|
|
|
@9243ec4a
|
13 years |
alex.converse |
rv10/20: Fix slice overflow with checked bitstream reader.
|
|
|
@71db86d5
|
13 years |
alex.converse |
h263dec: Disallow width/height changing with frame threads.
Fixes …
|
|
|
@2f652853
|
13 years |
alex.converse |
rv10/20: Fix a buffer overread caused by losing track of the remaining …
|
|
|
@1697c29d
|
13 years |
alex.converse |
rmdec: Honor .RMF tag size rather than assuming 18.
|
|
|
@b087ce2b
|
13 years |
martin |
g722: Fix the QMF scaling
This fixes clipping if the encoder input …
|
|
|
@56bf24ad
|
13 years |
anton |
r3d: don't set codec timebase.
It's not supposed to be set by …
|
|
|
@efec3bc6
|
13 years |
anton |
electronicarts: set timebase for tgv video.
The container has no …
|
|
|
@e39400c3
|
13 years |
anton |
electronicarts: parse the framerate for cmv video.
|
|
|
@1bb3990b
|
13 years |
anton |
ogg: don't set codec timebase
Demuxers are not supposed to set it.
|
|
|
@1d3144c
|
13 years |
anton |
electronicarts: don't set codec timebase
Demuxers are not supposed to …
|
|
|
@10a6e0c3
|
13 years |
anton |
avs: don't set codec timebase
Demuxers are not supposed to set it. …
|
|
|
@f604eab3
|
13 years |
kostya.shishkov |
wavpack: Fix an integer overflow
Integer Overflow Checker detected an …
|
|
|
@36697be1
|
13 years |
diego |
swscale: K&R formatting cosmetics for PowerPC code (part II/II)
|
|
|
@c05e2be
|
13 years |
alex.converse |
mp3dec: Fix reading file size and frames in VBRI headers
The fields …
|
|
|
@1c4717be
|
13 years |
diego |
mjpegdec: use correct variable in av_log invocation
…
|
|
|
@75c553eb
|
13 years |
diego |
rmdec: adjust printf format string specifier to fix warning
…
|
|
|
@324deaa2
|
13 years |
diego |
Replace AVFrame pointer type punning by proper struct member assignments.
|
|
|
@47c0ac96
|
13 years |
diego |
Replace AVFrame pointer casts by proper struct member accesses.
|
|
|
@562b6c74
|
13 years |
diego |
Remove unnecessary AVFrame pointer casts.
|
|
|
@2f4b476e
|
13 years |
diego |
msmpeg4: Split encoding backend code off from general backend code.
|
|
|
@eb727387
|
13 years |
anton |
lavc: shrink encoded video packet size after encoding.
Based on a …
|
|
|
@0ce4fe48
|
13 years |
rsbultje |
h264: error out on invalid bitdepth.
Fixes invalid reads while …
|
|
|
@cc412b71
|
13 years |
alex.converse |
aacsbr: use a swap index for the Y matrix rather than copy buffers.
…
|
|
|
@63c9de64
|
13 years |
rsbultje |
huffyuv: do not abort on unknown pix_fmt; instead, return an error.
…
|
|
|
@bd17a40a
|
13 years |
rsbultje |
lcl: return negative error codes on decode_init() errors.
Found-by: …
|
|
|
@984b914c
|
13 years |
martin |
rtpenc: Use MB info side data for splitting H263 packets for RFC 2190
…
|
|
|
@bdc1220e
|
13 years |
martin |
h263enc: Add an option for outputting info about MBs as side data
…
|
|
|
@442c1320
|
13 years |
martin |
avpacket: Add a function for shrinking already allocated side data
…
|
|
|
@5cd1337f
|
13 years |
rsbultje |
nellymoserdec: Saner and faster IMDCT windowing
Signed-off-by: Ronald …
|
|
|
@882abda5
|
13 years |
rsbultje |
amrnbdec: check frame size before decoding.
Found-by: Mateusz "j00ru" …
|
|
|
@8a9faf33
|
13 years |
rsbultje |
cscd: use negative error values to indicate decode_init() failures.
…
|
|
|
@d1604b3d
|
13 years |
rsbultje |
h264: prevent overreads in intra PCM decoding.
Found-by: Mateusz …
|
|
|
@f240df6a
|
13 years |
justin.ruggles |
FATE: do not decode audio in the nuv test.
We already have sufficient …
|
|
|
@929dd8c1
|
13 years |
justin.ruggles |
dxa: set audio stream time base using the sample rate
|
|
|
@aa831c40
|
13 years |
justin.ruggles |
psx-str: do not allow seeking by bytes
|
|
|
@bdbf1fa4
|
13 years |
justin.ruggles |
asfdec: Do not set AVCodecContext.frame_size
|
|
|
@4bf6775e
|
13 years |
justin.ruggles |
vqf: set packet parameters after av_new_packet()
Otherwise the values …
|
|
|
@9b4cd586
|
13 years |
rsbultje |
mpegaudiodec: use DSPUtil.butterflies_float().
Signed-off-by: Ronald …
|
|
|
@841c1717
|
13 years |
justin.ruggles |
FATE: add mp3 test for sample that exhibited false overreads
related …
|
|
|
@31b132c0
|
13 years |
justin.ruggles |
fate: add cdxl test for bit line plane arrangement
Signed-off-by: …
|
|
|