|
|
|
@d3e3ffa
|
13 years |
anton |
rmdec: don't set codec timebase.
It's not supposed to be set outside …
|
|
|
@741a05a2
|
13 years |
anton |
avconv: compute next_pts from input packet duration when possible.
|
|
|
@20922325
|
13 years |
anton |
lavf: estimate frame duration from r_frame_rate.
If r_frame_rate is …
|
|
|
@91b412e7
|
13 years |
anton |
avconv: update InputStream.pts in the streamcopy case.
This was …
|
|
|
@464ccb01
|
13 years |
alex.converse |
indeo3: check per-plane data buffer against input buffer bounds.
…
|
|
|
@fdab793a
|
13 years |
alex.converse |
avconv: Handle audio sync for non-S16 sample formats.
Also fix …
|
|
|
@39a7a5b8
|
13 years |
rsbultje |
pthread: don't increment index on zero-sized packets.
The next call …
|
|
|
@ac47e014
|
13 years |
alex.converse |
adtsenc: Check frame size.
Inspired by work from: Michael Niedermayer …
|
|
|
@a2780518
|
13 years |
alex.converse |
txd: Fix order of operations.
|
|
|
@b94a3b28
|
13 years |
mans |
APIchanges: fill in some blanks
Signed-off-by: Mans Rullgard …
|
|
|
@60084a17
|
13 years |
mans |
timer: fix misspelling of "decicycles"
Signed-off-by: Mans Rullgard …
|
|
|
@c88ebdb4
|
13 years |
diego |
Eliminate pointless 0/NULL initializers in AVCodec and similar …
|
|
|
@1469f94
|
13 years |
diego |
indeo3: cosmetics
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
|
|
@2b45222b
|
13 years |
alex.converse |
md5proto: Fix order of operations.
|
|
|
@999e7ebd
|
13 years |
alex.converse |
dca: Replace oversized unused get_bits() with skip_bits_long().
|
|
|
@1f948745
|
13 years |
lu_zero |
vc1: use an enum for Frame Coding Mode
Document it a little and …
|
|
|
@9270b8a3
|
13 years |
lu_zero |
doc: cleanup filter section
Use the @command{} tag when needed and …
|
|
|
@97980db4
|
13 years |
rsbultje |
indeo3: error out if no motion vector is set.
This fixes a crash on a …
|
|
|
@6b6ee582
|
13 years |
rsbultje |
x86inc: Flag shufps as an floating-point instruction for the AVX …
|
|
|
@0df5e869
|
13 years |
justin.ruggles |
mpegaudio: do not use init_static_data() for initializing tables.
It …
|
|
|
@d9ba767
|
13 years |
mans |
musepack: fix signed shift overflow in mpc_read_packet()
Using an …
|
|
|
@028a2375
|
13 years |
alex.converse |
mov: Make format string match variable type.
|
|
|
@f11b0e95
|
13 years |
alex.converse |
wmavoice: Make format string match variable type.
|
|
|
@498605b4
|
13 years |
rsbultje |
vc1: select interlaced scan table by FCM element
Interlaced videos …
|
|
|
@12bc2050
|
13 years |
rsbultje |
Generalize RIFF INFO tag support; support reading INFO tag in wav
…
|
|
|
@3f5aa7df
|
13 years |
rsbultje |
pthread: track thread existence in a separate variable.
This fixes a …
|
|
|
@7c5ce99b
|
13 years |
mans |
swscale: fix signed overflow in yuv2mono_X_c_template
As old bits are …
|
|
|
@8540dcfd
|
13 years |
mans |
snow: fix integer overflows
The way these values are used, they …
|
|
|
@0e55edcb
|
13 years |
mans |
svq1enc: remove stale altivec-related hack
altivec.h is no longer …
|
|
|
@ff6d9cc5
|
13 years |
mans |
snow: fix signed overflow in byte to 32-bit replication
…
|
|
|
@9d2dd356
|
13 years |
justin.ruggles |
adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()
It …
|
|
|
@a17c3c7d
|
13 years |
justin.ruggles |
avformat: add CRI ADX format demuxer
|
|
|
@27360ccc
|
13 years |
justin.ruggles |
adx: add an ADX parser.
This simplifies the decoder so it doesn't …
|
|
|
@d8cec2d7
|
13 years |
justin.ruggles |
adx: move header decoding to ADX common code
|
|
|
@7ff55d9b
|
13 years |
justin.ruggles |
adx: calculate the number of blocks in a packet
|
|
|
@05c1f11b
|
13 years |
justin.ruggles |
adx: define and use 2 new macro constants BLOCK_SIZE and BLOCK_SAMPLES
|
|
|
@d1745619
|
13 years |
justin.ruggles |
adx: check for unsupported ADX formats
|
|
|
@99423853
|
13 years |
justin.ruggles |
adx: simplify encoding by using put_sbits()
|
|
|
@b237248e
|
13 years |
justin.ruggles |
adx: calculate correct LPC coeffs
Instead of using fixed …
|
|
|
@954d94dd
|
13 years |
justin.ruggles |
adx: use 12-bit coefficients instead of 14-bit to avoid integer overflow
|
|
|
@c52ddc60
|
13 years |
justin.ruggles |
adx: simplify adx_decode() by using get_sbits() to read residual samples
|
|
|
@ca9e4727
|
13 years |
justin.ruggles |
adx: fix the data offset parsing in adx_decode_header()
first 2 bytes …
|
|
|
@837bbd19
|
13 years |
justin.ruggles |
adx: remove unneeded post-decode channel interleaving
instead …
|
|
|
@e2d1eace
|
13 years |
justin.ruggles |
adx: validate header values
|
|
|
@8db67610
|
13 years |
justin.ruggles |
adx: cosmetics: general pretty-printing and comment clean-up
|
|
|
@fbc79a91
|
13 years |
justin.ruggles |
adx: remove useless comments
|
|
|
@e0722d7f
|
13 years |
justin.ruggles |
adx: change short to int16_t
|
|
|
@dd1b9f7c
|
13 years |
justin.ruggles |
adx: rename struct PREV to ADXChannelState
|
|
|
@3a83b246
|
13 years |
mans |
dnxhdenc: fix signed overflows
Signed-off-by: Mans Rullgard …
|
|
|
@b6ae0866
|
13 years |
mans |
dv: simplify bitstream splicing in dv_decode_ac()
This is simpler and …
|
|
|
@b02aa3a8
|
13 years |
mans |
s3tc: fix shift overflow by using unsigned constant
Signed-off-by: …
|
|
|
@f7f892e4
|
13 years |
mans |
svq1enc: fix signed multiplication overflow
This multiplication can …
|
|
|
@e4faa31a
|
13 years |
mans |
svq1dec: use sign_extend()
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@171ec81
|
13 years |
mans |
rv34: fix signed multiplication overflow
Multiply by unsigned …
|
|
|
@e524eadb
|
13 years |
rsbultje |
[PATCH] Fix crash when initializing multi-threaded decoding for …
|
|
|
@3d1af11d
|
13 years |
mans |
sol: use AV_RL32 instead of raw pointer cast
Signed-off-by: Mans …
|
|
|
@b7581b5c
|
13 years |
mans |
cook: use a table for xor key rotation
This is simpler and avoids an …
|
|
|
@644bff6c
|
13 years |
mans |
apedec: fix signed integer overflows
This bit manipulation is …
|
|
|
@93c286e5
|
13 years |
mans |
qtrle: simplify 32-bit decode using intreadwrite macros
…
|
|
|
@3bd1162a
|
13 years |
mans |
gif: fix invalid signed shifts
Signed-off-by: Mans Rullgard …
|
|
|
@7fb55e0b
|
13 years |
anton |
rtjpeg: simplify get_block() by using get_bits_left.
Signed-off-by: …
|
|
|
@7a62ddb6
|
13 years |
anton |
rtjpeg: check get_block return value for error.
This avoids crashes …
|
|
|
@f6afacd
|
13 years |
anton |
nuv: check per-frame header for validity.
Since it contains …
|
|
|
@785baa73
|
13 years |
anton |
nuv: use FFALIGN.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
|
|
|
@1484b5de
|
13 years |
anton |
flicvideo: check extradata_size before accessing extradata.
…
|
|
|
@5ace144f
|
13 years |
anton |
fraps: check for overread.
Signed-off-by: Anton Khirnov …
|
|
|
@51f316a9
|
13 years |
anton |
cook: fix apparent typo in extradata parsing
Signed-off-by: Anton …
|
|
|
@488eec10
|
13 years |
anton |
lavc: update doxy to use nondeprecated API.
|
|
|
@f32dfad9
|
13 years |
martin |
swscale: Readd #define _SVID_SOURCE
This was removed erroneously in …
|
|
|
@019dd236
|
13 years |
mans |
Fix av_get_channel_layout_string() for positions >31
A value shifted …
|
|
|
@be1e8725
|
13 years |
martin |
configure: Store vda lib flags in extralibs instead of ldflags
This …
|
|
|
@cc276c85
|
13 years |
mans |
Make channel layout masks unsigned
It makes more sense for a bit mask …
|
|
|
@00a856e3
|
13 years |
mans |
dca: ARMv6 optimised decode_blockcode()
This is a hand-tuned version …
|
|
|
@035af998
|
13 years |
lu_zero |
nullenc: drop AVFMT_RAWPICTURE from the flags
This makes the two pass …
|
|
|
@117e2a30
|
13 years |
janne-libav |
frame-mt: return consumed packet size in ff_thread_decode_frame
This …
|
|
|
@d14d4d98
|
13 years |
janne-libav |
aacdec: add more fate tests covering SBR and PS
Add all seven test …
|
|
|
@6b34fbba
|
13 years |
mans |
MK(BE)TAG: avoid undefined shifts
Casting the left-most byte to …
|
|
|
@7f1b4270
|
13 years |
lu_zero |
snow: split snow in snowdec and snowenc
The common non inlined code …
|
|
|
@8b7412fe
|
13 years |
anton |
tiffenc: deprecate using compression_level
|
|
|
@f7f18352
|
13 years |
rsbultje |
swscale: fix failing fate tests.
isGray() is left as a FIXME for later.
|
|
|
@185655c6
|
13 years |
rsbultje |
swscale: add support for planar RGB input.
|
|
|
@db431f7e
|
13 years |
rsbultje |
h264: add support for decoding planar RGB images.
|
|
|
@6b0768e2
|
13 years |
rsbultje |
Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].
|
|
|
@bd97b2e1
|
13 years |
rsbultje |
pixfmt: add planar RGB formats.
|
|
|
@bbb46f3e
|
13 years |
justin.ruggles |
libavutil: add utility functions to simplify allocation of audio …
|
|
|
@8889cc4f
|
13 years |
justin.ruggles |
libavutil: add planar sample formats and av_sample_fmt_is_planar()
|
|
|
@aa38cff2
|
13 years |
janne-libav |
avconv: fix segfault at EOF with delayed pictures
At EOF it makes no …
|
|
|
@c1848c4b
|
13 years |
justin.ruggles |
pcmdec: remove unneeded resetting of samples pointer
|
|
|
@06d4e2fa
|
13 years |
anton |
avconv: remove a now unused parameter from output_packet().
|
|
|
@8b0268a8
|
13 years |
anton |
avconv: formatting fixes in output_packet()
|
|
|
@ffa0674e
|
13 years |
anton |
avconv: declare some variables in blocks where they are used
|
|
|
@af8ad892
|
13 years |
anton |
avconv: use the same behavior when decoding audio/video/subs
I.e. if …
|
|
|
@3eedd29b
|
13 years |
anton |
bethsoftvideo: return proper consumed size for palette packets.
Also …
|
|
|
@5872c781
|
13 years |
anton |
cdg: skip packets that don't contain a cdg command.
Signed-off-by: …
|
|
|
@0844b57c
|
13 years |
anton |
crcenc: add flags
AVFMT_NOTIMESTAMPS for crc, as it ignores the …
|
|
|
@e1edfbcb
|
13 years |
anton |
avconv: use vsync 0 for AVFMT_NOTIMESTAMPS formats.
Prevent avconv …
|
|
|
@a94c769d
|
13 years |
anton |
tiffenc: add a private option for selecting compression algorithm
|
|
|
@50efd3ca
|
13 years |
anton |
md5enc: add flags
AVFMT_NOTIMESTAMPS for md5, as it ignores the …
|
|
|
@3a0b72de
|
13 years |
mans |
ARM: remove needless .text/.align directives
The 'function' macro …
|
|
|
@963f6855
|
13 years |
alex.converse |
aacdec: Fix PS in ADTS.
Fixes File1.aac and Bug 80.
|
|
|