source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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. …
(edit) @9fba8ebe   13 years alex.converse mpegps: Handle buffer exhaustion when reading packets.
(edit) @a7758884   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtp: …
(edit) @f7e797aa   13 years michaelni tiffenc: initialize forgotten avctx.
(edit) @43c481e5   13 years michaelni tiffenc: Add forgotten avclass to context.
(edit) @0bc5d4fd   13 years michaelni aacdec: fix channel reconfigs on LATM Fixes Ticket200 Signed-off-by: …
(edit) @b6aaa6d   13 years michaelni aacdec: Make aac-latm closer to the spec (not reading random data …
(edit) @ad51833a   13 years michaelni aacsbr: prevent multiple ff_aac_sbr_ctx_init() Signed-off-by: Michael …
(edit) @abe0dbea   13 years michaelni aacsbr: add a assert0 to check for a inconsistency that occurd during …
(edit) @0c378ea1   13 years lu_zero rtp: factorize dynamic payload type fallback Move the identical code …
(edit) @bafff166   13 years martin flvdec: Ignore the index if it's from a creator known to be different …
(edit) @5e06f743   13 years michaelni MAINTAINERS: loose svn reference Signed-off-by: Michael Niedermayer …
(edit) @3f7dc480   13 years michaelni psxstr: improve probe to not misdetect so much. The score of 50 can …
(edit) @4bd37ca6   13 years stefasab MAINTAINERS: update status of 0.6 release Its current maintainer is …
(edit) @e1b10155   13 years janne-libav cmdutils: move grow_array out of #if CONFIG_AVFILTER fixes programs …
(edit) @cab2860c   13 years Carl Eugen Hoyos Use a colon in the stream description, this matches how -map works now.
(edit) @dc3e76f3   13 years anton avconv: actually set InputFile.rate_emu
(edit) @6d789f50   13 years michaelni flvdec: Inject in stream extradata, into the stream. The code before …
(edit) @9b73fbcf   13 years michaelni h264dec: Decode in stream avc extradata. Signed-off-by: Michael …
(edit) @4ba39683   13 years michaelni h264: pass buffer & size to ff_h264_decode_extradata() Signed-off-by: …
(edit) @57d5d5f6   13 years michaelni Minor documentation clarification regarding AVStream.start_time semantics
(edit) @9815039   13 years michaelni aacdec: disable locking code for parse_adts_frame_header() non zero …
(edit) @d554b33e   13 years lu_zero ratecontrol: update last_qscale_for sooner In order to make …
(edit) @4d4d0e81   13 years diego Fix unnecessary shift with 9/10bit vertical scaling Signed-off-by: …
(edit) @5cc2530f   13 years diego prores: mark prores as intra-only in libavformat/utils.c:is_intra_only()
(edit) @167d3b16   13 years diego prores: return more meaningful error values
Note: See TracRevisionLog for help on using the revision log.