source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @58c61492   13 years michaelni g729dec: fix warnings: libavcodec/g729postfilter.c: In function …
(edit) @82d99e0b   13 years michaelni g729dec: Fix warnings: libavcodec/g729dec.c: In function …
(edit) @1c4712db   13 years michaelni g729dec: Add ff_ prefix to g729_postfilter() and …
(edit) @9b3df9b6   13 years Carl Eugen Hoyos G.729 decoding is supported.
(edit) @e8b8b038   13 years Carl Eugen Hoyos AMV encoding is supported.
(edit) @ef8756da   13 years Carl Eugen Hoyos Support LZW and ZLIB compressed 4bpp tiff samples. Fixes ticket #439
(edit) @baad01d   13 years eclipse7 h264: improve checks before calling ff_h264_decode_extradata The …
(edit) @715f259b   13 years eclipse7 h264: ff_h264_decode_extradata: check buffer args The buffer size …
(edit) @424bcc46   13 years Reimar.Doeffinger Compile x86/swscale_template with -mno-red-zone. Replaces a very …
(edit) @d8289ff9   13 years michaelni ffmpeg: increase bit_buffer_size, the header size is clearly too small …
(edit) @251345a3   13 years michaelni cosmetics, remove unused and rename variables for consistency
(edit) @1a0770f3   13 years michaelni tiffenc: Enable RGB48LE (16-bit) encoding support
(edit) @72381b2b   13 years michaelni tiffdec: add RGB48 (16bit) support
(edit) @035320a5   13 years michaelni dnxhdenc: remove unneeded entries from array. Signed-off-by: Michael …
(edit) @b8bad984   13 years michaelni dnxhdenc: optimize whats left of dnxhd_switch_matrix() Signed-off-by: …
(edit) @ba9d174   13 years michaelni bit: remove more unused variables Signed-off-by: Michael Niedermayer …
(edit) @136a663c   13 years michaelni bit: use AVERROR_INVALIDDATA Signed-off-by: Michael Niedermayer …
(edit) @9a27dc1c   13 years michaelni regtests: amv video encoder test Signed-off-by: Michael Niedermayer …
(edit) @a2eae0f   13 years michaelni amvenc: another quant table fix Signed-off-by: Michael Niedermayer …
(edit) @2aaf32f5   13 years michaelni mpegvideo: support encoding with chroma intra tables that differ from …
(edit) @73a52874   13 years nicolas.george lavf/utils: replace deprecated url_ferror.
(edit) @86af9628   13 years nicolas.george lavf/utils: use correct format string for int64_t.
(edit) @9c98af13   13 years nicolas.george lavf/utils: use AV_NOWARN_DEPRECATED in compatibility code.
(edit) @fb1c30b7   13 years nicolas.george lavu/attributes: introduce AV_NOWARN_DEPRECATED.
(edit) @6f8c8fa   13 years Clément Bœsch bit: use explicit struct initializers.
(edit) @bf85b909   13 years michaelni bit: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @a5e84927   13 years michaelni bit: set AVPacket.pos Signed-off-by: Michael Niedermayer …
(edit) @fa15b1e7   13 years michaelni bit: loose seekback & wrong bitrate code. Signed-off-by: Michael …
(edit) @dfc571ff   13 years michaelni bit: rewrite probe Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @21922dc5   13 years michaelni bit: replace assert() by proper check. Signed-off-by: Michael …
(edit) @fc9d6035   13 years michaelni bit: return AVERROR_EOF on eof. Signed-off-by: Michael Niedermayer …
(edit) @a2f27818   13 years michaelni amvenc: fix quant tables Signed-off-by: Michael Niedermayer …
(edit) @f2f28861   13 years michaelni AMV video encoder. Authors are Vladimir Voroshilov and Dobrica …
(edit) @ccecab4a   13 years michaelni Add av_calloc() helper. Signed-off-by: Michael Niedermayer …
(edit) @35cb6854   13 years michaelni Fix potential pointer arithmetic overflows in rle_unpack() of vmd …
(edit) @4749e074   13 years michaelni Fix out of bound reads in rle_unpack() of vmd video decoder. …
(edit) @e07377e   13 years michaelni Check for out of bound reads in vmd_decode() of vmd video decoder. …
(edit) @3b26daed   13 years michaelni Removed debug message in the probe function of bit demuxer. …
(edit) @78cb39d2   13 years michaelni Fix potential pointer arithmetic overflows in lz_unpack of vmd video …
(edit) @5127f465   13 years michaelni Prevent out of bound read in lz_unpack in vmd video decoder. …
(edit) @6a6383be   13 years michaelni Prevent NULL dereferences when the previous frame is missing in vmd …
(edit) @e7aed128   13 years michaelni Check for invalid update parameters in vmd video decoder. …
(edit) @00cbe9e4   13 years michaelni Fix potential overread in vmd audio decoder. Signed-off-by: Michael …
(edit) @eae3cf06   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: flvdec: …
(edit) @0f2297a9   13 years michaelni Add .bit (de)muxer
(edit) @780d4547   13 years saschasommer Fix segfault in save_bits: use put_bits_count to get the buffer fill …
(edit) @43e05685   13 years michaelni g729dec: disable all cpu acceleration, the code does not provide any …
(edit) @91c5f81b   13 years michaelni g729dec: set sample format. Signed-off-by: Michael Niedermayer …
(edit) @5d5b3e52   13 years michaelni Disable MMX
(edit) @8db3b856   13 years michaelni Fix comments about implemented codecs
(edit) @5df643c5   13 years michaelni G.729 .bit file demuxer
(edit) @fb98b712   13 years michaelni act: remove AVERROR_NOFMT useage. Signed-off-by: Michael Niedermayer …
(edit) @6080553e   13 years michaelni ACT demuxer
(edit) @68233767   13 years michaelni Adaptive gain control
(edit) @aca516cd   13 years michaelni G.729 postfilter
(edit) @16bbb8df   13 years michaelni Replace pitch_delay_int with array
(edit) @bfbfe56f   13 years michaelni G.729 build environment
(edit) @ce7c9548   13 years michaelni g729dec: Make 2 functions static that are not used outside g729dec.c …
(edit) @c458bff9   13 years michaelni High-pass filter
(edit) @e610c5f3   13 years michaelni Add G.729D decoder
(edit) @b7c7fc33   13 years michaelni Synthesis filter
(edit) @4920a1a9   13 years michaelni Indentation fix after gain codes decoding2
(edit) @0b42463a   13 years michaelni Gain pitch and gain code for G729D
(edit) @12081d05   13 years michaelni Indentation fix 2
(edit) @f7980a7b   13 years michaelni Convert gain pitch and gain code to arrays
(edit) @f830d1b7   13 years michaelni Interolate excitation signal
(edit) @0a333788   13 years michaelni Fixed- and adaptive-codebook gains
(edit) @7fadc015   13 years michaelni Frame erasure support for fixed-codebook vectors
(edit) @9297c782   13 years michaelni Fixed-codebook vector decoding
(edit) @70efd101   13 years michaelni Add packet_type
(edit) @50cad256   13 years michaelni Frame erasure support for pitch delay decoding
(edit) @d1a643e7   13 years michaelni Doxy for LSF erasure case
(edit) @b29e5a67   13 years michaelni doxy comments for LSF array
(edit) @cd3e282   13 years michaelni Indentation fix in LSF
(edit) @388f2255   13 years michaelni Frame erasure support for LSF decoding
(edit) @a5e0c4dd   13 years michaelni Revert "g729: Merge g729.h into g729dec.c." This reverts commit …
(edit) @0b61af73   13 years michaelni Restore WIP g729 code that has been remvoed by diego biurrun. …
(edit) @1aad9cd9   13 years michaelni vp56:Fix error recovery code on size changes in vp5/6 decoder …
(edit) @91f10449   13 years michaelni vp6:Reset the internal state when aborting key frames header parsing …
(edit) @2b4e49d4   13 years martin flvdec: Fix invalid pointer deferences when parsing index …
(edit) @57764c69   13 years michaelni h264: Check for out of bounds reads in ff_h264_decode_extradata(). …
(edit) @87a74f47   13 years janne-libav configure: disable hardware capabilities ELF section with suncc on …
(edit) @87f5e797   13 years stefasab vf_drawtext: use ctx for expressing outlink and dtext in end_frame …
(edit) @3de68420   13 years stefasab vf_drawtext: perform misc cosmetics changes to uninit In particular: …
(edit) @275516f8   13 years stefasab vf_drawtext: set string defaults in the options array Simplify.
(edit) @482ce0ce   13 years stefasab vf_drawtext: make x and y options parametric Address trac issue #378.
(edit) @163854bc   13 years stefasab vf_drawtext: drop text wrapping feature Or in other word, do not go …
(edit) @d7d587db   13 years stefasab vf_drawtext: fix missed update in docs
(edit) @86714887   13 years diego Use explicit struct initializers for AVCodec declarations.
(edit) @30b4ee79   13 years diego Use explicit struct initializers for AVOutputFormat/AVInputFormat …
(edit) @9569a3c   13 years michaelni Add new pix_fmt RGBA64
(edit) @3715e675   13 years michaelni ffplay: fix order of operations for sdl audio open. Fixes Ticket149 …
(edit) @9ff6d079   13 years justin.ruggles adpcmenc: Set bits_per_coded_sample
(edit) @b304244b   13 years justin.ruggles adpcmenc: fix QT IMA ADPCM encoder Signed-off-by: Michael Niedermayer …
(edit) @bf334535   13 years justin.ruggles adpcmdec: Fix QT IMA ADPCM decoder Signed-off-by: Michael Niedermayer …
(edit) @3a549eb8   13 years justin.ruggles permit decoding of multichannel ADPCM_EA_XAS Signed-off-by: Michael …
(edit) @ffe92ff9   13 years justin.ruggles Fix input buffer size check in adpcm_ea decoder. Unfortunately the …
(edit) @c2d3f561   13 years alex.converse fft: avoid a signed overflow As a signed integer, 1<<31 overflows, so …
(edit) @3419d9b8   13 years michaelni postproc: fix compilation failure, now really forgot git add ... …
(edit) @d16ebec7   13 years michaelni postproc: Fix compilation failure. …
Note: See TracRevisionLog for help on using the revision log.