|
|
|
@ba9d174
|
13 years |
michaelni |
bit: remove more unused variables
Signed-off-by: Michael Niedermayer …
|
|
|
@136a663c
|
13 years |
michaelni |
bit: use AVERROR_INVALIDDATA
Signed-off-by: Michael Niedermayer …
|
|
|
@9a27dc1c
|
13 years |
michaelni |
regtests: amv video encoder test
Signed-off-by: Michael Niedermayer …
|
|
|
@a2eae0f
|
13 years |
michaelni |
amvenc: another quant table fix
Signed-off-by: Michael Niedermayer …
|
|
|
@2aaf32f5
|
13 years |
michaelni |
mpegvideo: support encoding with chroma intra tables that differ from …
|
|
|
@73a52874
|
13 years |
nicolas.george |
lavf/utils: replace deprecated url_ferror.
|
|
|
@86af9628
|
13 years |
nicolas.george |
lavf/utils: use correct format string for int64_t.
|
|
|
@9c98af13
|
13 years |
nicolas.george |
lavf/utils: use AV_NOWARN_DEPRECATED in compatibility code.
|
|
|
@fb1c30b7
|
13 years |
nicolas.george |
lavu/attributes: introduce AV_NOWARN_DEPRECATED.
|
|
|
@6f8c8fa
|
13 years |
Clément Bœsch |
bit: use explicit struct initializers.
|
|
|
@bf85b909
|
13 years |
michaelni |
bit: remove unused variable
Signed-off-by: Michael Niedermayer …
|
|
|
@a5e84927
|
13 years |
michaelni |
bit: set AVPacket.pos
Signed-off-by: Michael Niedermayer …
|
|
|
@fa15b1e7
|
13 years |
michaelni |
bit: loose seekback & wrong bitrate code.
Signed-off-by: Michael …
|
|
|
@dfc571ff
|
13 years |
michaelni |
bit: rewrite probe
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@21922dc5
|
13 years |
michaelni |
bit: replace assert() by proper check.
Signed-off-by: Michael …
|
|
|
@fc9d6035
|
13 years |
michaelni |
bit: return AVERROR_EOF on eof.
Signed-off-by: Michael Niedermayer …
|
|
|
@a2f27818
|
13 years |
michaelni |
amvenc: fix quant tables
Signed-off-by: Michael Niedermayer …
|
|
|
@f2f28861
|
13 years |
michaelni |
AMV video encoder.
Authors are Vladimir Voroshilov and Dobrica …
|
|
|
@ccecab4a
|
13 years |
michaelni |
Add av_calloc() helper.
Signed-off-by: Michael Niedermayer …
|
|
|
@35cb6854
|
13 years |
michaelni |
Fix potential pointer arithmetic overflows in rle_unpack() of vmd …
|
|
|
@4749e074
|
13 years |
michaelni |
Fix out of bound reads in rle_unpack() of vmd video decoder.
…
|
|
|
@e07377e
|
13 years |
michaelni |
Check for out of bound reads in vmd_decode() of vmd video decoder.
…
|
|
|
@3b26daed
|
13 years |
michaelni |
Removed debug message in the probe function of bit demuxer.
…
|
|
|
@78cb39d2
|
13 years |
michaelni |
Fix potential pointer arithmetic overflows in lz_unpack of vmd video …
|
|
|
@5127f465
|
13 years |
michaelni |
Prevent out of bound read in lz_unpack in vmd video decoder.
…
|
|
|
@6a6383be
|
13 years |
michaelni |
Prevent NULL dereferences when the previous frame is missing in vmd …
|
|
|
@e7aed128
|
13 years |
michaelni |
Check for invalid update parameters in vmd video decoder.
…
|
|
|
@00cbe9e4
|
13 years |
michaelni |
Fix potential overread in vmd audio decoder.
Signed-off-by: Michael …
|
|
|
@eae3cf06
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
flvdec: …
|
|
|
@0f2297a9
|
13 years |
michaelni |
Add .bit (de)muxer
|
|
|
@780d4547
|
13 years |
saschasommer |
Fix segfault in save_bits:
use put_bits_count to get the buffer fill …
|
|
|
@43e05685
|
13 years |
michaelni |
g729dec: disable all cpu acceleration, the code does not provide any …
|
|
|
@91c5f81b
|
13 years |
michaelni |
g729dec: set sample format.
Signed-off-by: Michael Niedermayer …
|
|
|
@5d5b3e52
|
13 years |
michaelni |
Disable MMX
|
|
|
@8db3b856
|
13 years |
michaelni |
Fix comments about implemented codecs
|
|
|
@5df643c5
|
13 years |
michaelni |
G.729 .bit file demuxer
|
|
|
@fb98b712
|
13 years |
michaelni |
act: remove AVERROR_NOFMT useage.
Signed-off-by: Michael Niedermayer …
|
|
|
@6080553e
|
13 years |
michaelni |
ACT demuxer
|
|
|
@68233767
|
13 years |
michaelni |
Adaptive gain control
|
|
|
@aca516cd
|
13 years |
michaelni |
G.729 postfilter
|
|
|
@16bbb8df
|
13 years |
michaelni |
Replace pitch_delay_int with array
|
|
|
@bfbfe56f
|
13 years |
michaelni |
G.729 build environment
|
|
|
@ce7c9548
|
13 years |
michaelni |
g729dec: Make 2 functions static that are not used outside g729dec.c
…
|
|
|
@c458bff9
|
13 years |
michaelni |
High-pass filter
|
|
|
@e610c5f3
|
13 years |
michaelni |
Add G.729D decoder
|
|
|
@b7c7fc33
|
13 years |
michaelni |
Synthesis filter
|
|
|
@4920a1a9
|
13 years |
michaelni |
Indentation fix after gain codes decoding2
|
|
|
@0b42463a
|
13 years |
michaelni |
Gain pitch and gain code for G729D
|
|
|
@12081d05
|
13 years |
michaelni |
Indentation fix 2
|
|
|
@f7980a7b
|
13 years |
michaelni |
Convert gain pitch and gain code to arrays
|
|
|
@f830d1b7
|
13 years |
michaelni |
Interolate excitation signal
|
|
|
@0a333788
|
13 years |
michaelni |
Fixed- and adaptive-codebook gains
|
|
|
@7fadc015
|
13 years |
michaelni |
Frame erasure support for fixed-codebook vectors
|
|
|
@9297c782
|
13 years |
michaelni |
Fixed-codebook vector decoding
|
|
|
@70efd101
|
13 years |
michaelni |
Add packet_type
|
|
|
@50cad256
|
13 years |
michaelni |
Frame erasure support for pitch delay decoding
|
|
|
@d1a643e7
|
13 years |
michaelni |
Doxy for LSF erasure case
|
|
|
@b29e5a67
|
13 years |
michaelni |
doxy comments for LSF array
|
|
|
@cd3e282
|
13 years |
michaelni |
Indentation fix in LSF
|
|
|
@388f2255
|
13 years |
michaelni |
Frame erasure support for LSF decoding
|
|
|
@a5e0c4dd
|
13 years |
michaelni |
Revert "g729: Merge g729.h into g729dec.c."
This reverts commit …
|
|
|
@0b61af73
|
13 years |
michaelni |
Restore WIP g729 code that has been remvoed by diego biurrun.
…
|
|
|
@1aad9cd9
|
13 years |
michaelni |
vp56:Fix error recovery code on size changes in vp5/6 decoder
…
|
|
|
@91f10449
|
13 years |
michaelni |
vp6:Reset the internal state when aborting key frames header parsing …
|
|
|
@2b4e49d4
|
13 years |
martin |
flvdec: Fix invalid pointer deferences when parsing index
…
|
|
|
@57764c69
|
13 years |
michaelni |
h264: Check for out of bounds reads in ff_h264_decode_extradata().
…
|
|
|
@87a74f47
|
13 years |
janne-libav |
configure: disable hardware capabilities ELF section with suncc on …
|
|
|
@87f5e797
|
13 years |
stefasab |
vf_drawtext: use ctx for expressing outlink and dtext in end_frame
…
|
|
|
@3de68420
|
13 years |
stefasab |
vf_drawtext: perform misc cosmetics changes to uninit
In particular: …
|
|
|
@275516f8
|
13 years |
stefasab |
vf_drawtext: set string defaults in the options array
Simplify.
|
|
|
@482ce0ce
|
13 years |
stefasab |
vf_drawtext: make x and y options parametric
Address trac issue #378.
|
|
|
@163854bc
|
13 years |
stefasab |
vf_drawtext: drop text wrapping feature
Or in other word, do not go …
|
|
|
@d7d587db
|
13 years |
stefasab |
vf_drawtext: fix missed update in docs
|
|
|
@86714887
|
13 years |
diego |
Use explicit struct initializers for AVCodec declarations.
|
|
|
@30b4ee79
|
13 years |
diego |
Use explicit struct initializers for AVOutputFormat/AVInputFormat …
|
|
|
@9569a3c
|
13 years |
michaelni |
Add new pix_fmt RGBA64
|
|
|
@3715e675
|
13 years |
michaelni |
ffplay: fix order of operations for sdl audio open.
Fixes Ticket149
…
|
|
|
@9ff6d079
|
13 years |
justin.ruggles |
adpcmenc: Set bits_per_coded_sample
|
|
|
@b304244b
|
13 years |
justin.ruggles |
adpcmenc: fix QT IMA ADPCM encoder
Signed-off-by: Michael Niedermayer …
|
|
|
@bf334535
|
13 years |
justin.ruggles |
adpcmdec: Fix QT IMA ADPCM decoder
Signed-off-by: Michael Niedermayer …
|
|
|
@3a549eb8
|
13 years |
justin.ruggles |
permit decoding of multichannel ADPCM_EA_XAS
Signed-off-by: Michael …
|
|
|
@ffe92ff9
|
13 years |
justin.ruggles |
Fix input buffer size check in adpcm_ea decoder.
Unfortunately the …
|
|
|
@c2d3f561
|
13 years |
alex.converse |
fft: avoid a signed overflow
As a signed integer, 1<<31 overflows, so …
|
|
|
@3419d9b8
|
13 years |
michaelni |
postproc: fix compilation failure, now really
forgot git add ...
…
|
|
|
@d16ebec7
|
13 years |
michaelni |
postproc: Fix compilation failure.
…
|
|
|
@9fba8ebe
|
13 years |
alex.converse |
mpegps: Handle buffer exhaustion when reading packets.
|
|
|
@a7758884
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rtp: …
|
|
|
@f7e797aa
|
13 years |
michaelni |
tiffenc: initialize forgotten avctx.
|
|
|
@43c481e5
|
13 years |
michaelni |
tiffenc: Add forgotten avclass to context.
|
|
|
@0bc5d4fd
|
13 years |
michaelni |
aacdec: fix channel reconfigs on LATM
Fixes Ticket200
Signed-off-by: …
|
|
|
@b6aaa6d
|
13 years |
michaelni |
aacdec: Make aac-latm closer to the spec (not reading random data …
|
|
|
@ad51833a
|
13 years |
michaelni |
aacsbr: prevent multiple ff_aac_sbr_ctx_init()
Signed-off-by: Michael …
|
|
|
@abe0dbea
|
13 years |
michaelni |
aacsbr: add a assert0 to check for a inconsistency that
occurd during …
|
|
|
@0c378ea1
|
13 years |
lu_zero |
rtp: factorize dynamic payload type fallback
Move the identical code …
|
|
|
@bafff166
|
13 years |
martin |
flvdec: Ignore the index if it's from a creator known to be different
…
|
|
|
@5e06f743
|
13 years |
michaelni |
MAINTAINERS: loose svn reference
Signed-off-by: Michael Niedermayer …
|
|
|
@3f7dc480
|
13 years |
michaelni |
psxstr: improve probe to not misdetect so much.
The score of 50 can …
|
|
|
@4bd37ca6
|
13 years |
stefasab |
MAINTAINERS: update status of 0.6 release
Its current maintainer is …
|
|
|
@e1b10155
|
13 years |
janne-libav |
cmdutils: move grow_array out of #if CONFIG_AVFILTER
fixes programs …
|
|
|
@cab2860c
|
13 years |
Carl Eugen Hoyos |
Use a colon in the stream description, this matches how -map works now.
|
|
|