|
|
|
@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: …
|
|
|
@07a18097
|
13 years |
rsbultje |
vmnc: return error on decode_init() failure.
Found-by: Mateusz …
|
|
|
@a45a1ea5
|
13 years |
justin.ruggles |
libvorbis: add/update error messages
also use AVERROR codes for some …
|
|
|
@592c4dbc
|
13 years |
justin.ruggles |
libvorbis: use AVFifoBuffer for output packet buffer
simplifies the …
|
|
|
@1fe7c1be
|
13 years |
justin.ruggles |
libvorbis: remove unneeded e_o_s check
vorbis_bitrate_flushpacket() …
|
|
|
@94025d8a
|
13 years |
justin.ruggles |
libvorbis: check return values for functions that can return errors
|
|
|
@c5063e03
|
13 years |
justin.ruggles |
libvorbis: use float input instead of s16
libvorbis takes float …
|
|
|
@f15c4281
|
13 years |
justin.ruggles |
libvorbis: do not flush libvorbis analysis if dsp state was not …
|
|
|
@147ff24a
|
13 years |
justin.ruggles |
libvorbis: use VBR by default, with default quality of 3
|
|
|
@182d4f1f
|
13 years |
justin.ruggles |
libvorbis: fix use of minrate/maxrate AVOptions
- enable the options …
|
|
|
@eb35ef29
|
13 years |
justin.ruggles |
libvorbis: cosmetics: renaming/pretty-printing/comments/unused code
|
|
|
@4e99501f
|
13 years |
justin.ruggles |
(e)ac3enc: select a default bit rate based on the channel layout
|
|
|
@6aeea1df
|
13 years |
justin.ruggles |
ac3enc: choose the closest bit rate to the one requested instead of failing
|
|
|
@78e9852a
|
13 years |
rsbultje |
rpza: error out on buffer overreads.
Found-by: Mateusz "j00ru" …
|
|
|
@e54ae60e
|
13 years |
rsbultje |
qtrle: return error on decode_init() failure.
Found-by: Mateusz …
|
|
|
@791de61b
|
13 years |
rsbultje |
swscale: fix another integer overflow.
Found-by: Mateusz "j00ru" …
|
|
|
@85b221e4
|
13 years |
martin |
dpxenc: Don't include the libavcodec ident if bitexact mode is enabled …
|
|
|
@07ec1f21
|
13 years |
martin |
rtpenc: Fix setting the max packet size
This fixes cases where the …
|
|
|
@32253747
|
13 years |
anton |
Add a minor bump, changelog/APIchanges entry and some documentation …
|
|
|
@2dfea120
|
13 years |
anton |
mp3enc: write attached pictures (APIC).
|
|
|
@c68148b1
|
13 years |
anton |
mp3enc: move mp3_write_xing() further up in the file.
It will be need …
|
|
|
@ba445f55
|
13 years |
anton |
id3v2enc: add a function for writing attached pictures.
Unused so far.
|
|
|
@24fe1a3b
|
13 years |
anton |
id3v2enc: fix writing frame sizes for ID3v2.3
Frame sizes in ID3v2.3 …
|
|
|
@411225aa
|
13 years |
anton |
id3v2enc: split ff_id3v2_write().
This will allow writing the tag in …
|
|
|
@c199817
|
13 years |
anton |
id3v2enc: make id3v2_put_size take only an AVIOContext.
It has no …
|
|
|
@393fd0d8
|
13 years |
anton |
id3v2: remove unused ff_id3v2_read().
Rename ff_id3v2_read_all to …
|
|
|
@079ea6ca
|
13 years |
anton |
lavf: export id3v2 attached pictures as streams.
|
|
|
@dd2a4bcf
|
13 years |
anton |
lavf: generic code for exporting attached pictures.
|
|
|
@a93b09cb
|
13 years |
anton |
id3v2: read attached pictures and export them in ID3v2ExtraMeta.
|
|
|
@b73ad746
|
13 years |
anton |
lavf: move CodecMime from matroska.h to internal.h
it will be useful …
|
|
|
@eaea76d7
|
13 years |
anton |
swfdec: do not set codec timebase.
It is not supposed to be set …
|
|
|
@12b812d
|
13 years |
kostya.shishkov |
prores: store and retrieve extended colourspace information
Based on …
|
|
|
@c7084182
|
13 years |
kostya.shishkov |
proresenc: correct edge emulation
Signed-off-by: Kostya Shishkov …
|
|
|
@235d6932
|
13 years |
kostya.shishkov |
prores: handle 444 chroma in right order
ProRes codes chroma blocks …
|
|
|
@23bfcc06
|
13 years |
anton |
mpegvideo_enc: add quantizer_noise_shaping private option.
Deprecate …
|
|
|
@16b7557b
|
13 years |
anton |
lavc: deprecate AVCodecContext.inter_threshold.
It's unused.
|
|
|
@4f07f819
|
13 years |
anton |
lavc: deprecate AVCodecContext.color_table_id.
It's currently only …
|
|
|
@e0f6841
|
13 years |
anton |
avplay: remove an unused variable.
|
|
|
@63efd83a
|
13 years |
anton |
mpegvideo_enc: add chroma/luma_elim_threshold private options.
…
|
|
|
@af3d804f
|
13 years |
anton |
mpegvideo_enc: add cbp_rd flag to mpv_flags.
Deprecate CODEC_FLAG_CBP_RD.
|
|
|
@ff71a383
|
13 years |
anton |
mpegvideo_enc: add qp_rd flag to mpv_flags.
Deprecate CODEC_FLAG_QP_RD.
|
|
|