Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-25 | regtests: amv video encoder test | Michael Niedermayer | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-25 | amvenc: another quant table fix | Michael Niedermayer | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-25 | mpegvideo: support encoding with chroma intra tables that differ from luma. | Michael Niedermayer | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-25 | lavf/utils: replace deprecated url_ferror. | Nicolas George | |
2011-09-25 | lavf/utils: use correct format string for int64_t. | Nicolas George | |
2011-09-25 | lavf/utils: use AV_NOWARN_DEPRECATED in compatibility code. | Nicolas George | |
2011-09-25 | lavu/attributes: introduce AV_NOWARN_DEPRECATED. | Nicolas George | |
2011-09-25 | bit: use explicit struct initializers. | Clément Bœsch | |
2011-09-25 | bit: remove unused variable | Michael Niedermayer | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-25 | bit: set AVPacket.pos | Michael Niedermayer | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-25 | bit: loose seekback & wrong bitrate code. | Michael Niedermayer | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-25 | bit: rewrite probe | Michael Niedermayer | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-25 | bit: replace assert() by proper check. | Michael Niedermayer | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-25 | bit: return AVERROR_EOF on eof. | Michael Niedermayer | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-25 | amvenc: fix quant tables | Michael Niedermayer | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-25 | AMV video encoder. | Michael Niedermayer | |
Authors are Vladimir Voroshilov and Dobrica Pavlinušić based on svn blame/log For full details of authorship see http://code.google.com/p/amv-codec-tools/ Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-25 | Add av_calloc() helper. | Laurent Aimar | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-25 | Fix potential pointer arithmetic overflows in rle_unpack() of vmd video decoder. | Laurent Aimar | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-25 | Fix out of bound reads in rle_unpack() of vmd video decoder. | Laurent Aimar | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-25 | Check for out of bound reads in vmd_decode() of vmd video decoder. | Laurent Aimar | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-25 | Removed debug message in the probe function of bit demuxer. | Laurent Aimar | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-25 | Fix potential pointer arithmetic overflows in lz_unpack of vmd video decoder. | Laurent Aimar | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-25 | Prevent out of bound read in lz_unpack in vmd video decoder. | Laurent Aimar | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-24 | Prevent NULL dereferences when the previous frame is missing in vmd video ↵ | Laurent Aimar | |
decoder. Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-24 | Check for invalid update parameters in vmd video decoder. | Laurent Aimar | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-24 | Fix potential overread in vmd audio decoder. | Laurent Aimar | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-24 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | |
* qatar/master: flvdec: Fix invalid pointer deferences when parsing index configure: disable hardware capabilities ELF section with suncc on Solaris x86 Use explicit struct initializers for AVCodec declarations. Use explicit struct initializers for AVOutputFormat/AVInputFormat declarations. adpcmenc: Set bits_per_coded_sample adpcmenc: fix QT IMA ADPCM encoder adpcmdec: Fix QT IMA ADPCM decoder permit decoding of multichannel ADPCM_EA_XAS Fix input buffer size check in adpcm_ea decoder. fft: avoid a signed overflow mpegps: Handle buffer exhaustion when reading packets. Conflicts: libavcodec/adpcm.c libavcodec/adpcmenc.c libavdevice/alsa-audio-enc.c libavformat/flvdec.c libavformat/mpeg.c Merged-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-24 | Add .bit (de)muxer | Vladimir Voroshilov | |
2011-09-24 | Fix segfault in save_bits: | Sascha Sommer | |
use put_bits_count to get the buffer fill state instead of num_saved_bits as num_saved_bits is sometimes reset when frames are lost (Ticket 495) | |||
2011-09-24 | g729dec: disable all cpu acceleration, the code does not provide any alignment. | Michael Niedermayer | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-24 | g729dec: set sample format. | Michael Niedermayer | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-24 | Disable MMX | Vladimir Voroshilov | |
2011-09-24 | Fix comments about implemented codecs | Vladimir Voroshilov | |
2011-09-24 | G.729 .bit file demuxer | Vladimir Voroshilov | |
2011-09-24 | act: remove AVERROR_NOFMT useage. | Michael Niedermayer | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-24 | ACT demuxer | Vladimir Voroshilov | |
2011-09-24 | Adaptive gain control | Vladimir Voroshilov | |
2011-09-24 | G.729 postfilter | Vladimir Voroshilov | |
2011-09-24 | Replace pitch_delay_int with array | Vladimir Voroshilov | |
2011-09-24 | G.729 build environment | Vladimir Voroshilov | |
2011-09-24 | g729dec: Make 2 functions static that are not used outside g729dec.c | Michael Niedermayer | |
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> | |||
2011-09-24 | High-pass filter | Vladimir Voroshilov | |
2011-09-24 | Add G.729D decoder | Vladimir Voroshilov | |
2011-09-24 | Synthesis filter | Vladimir Voroshilov | |
2011-09-24 | Indentation fix after gain codes decoding2 | Vladimir Voroshilov | |
2011-09-24 | Gain pitch and gain code for G729D | Vladimir Voroshilov | |
2011-09-24 | Indentation fix 2 | Vladimir Voroshilov | |
2011-09-24 | Convert gain pitch and gain code to arrays | Vladimir Voroshilov | |
2011-09-24 | Interolate excitation signal | Vladimir Voroshilov | |
2011-09-24 | Fixed- and adaptive-codebook gains | Vladimir Voroshilov | |