source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a67cb012   13 years michaelni resample: Fix overflow Found-by: Jim Radford Signed-off-by: Michael …
(edit) @3e437583   13 years michaelni vf_scale: Request an aligned buffer. Fixes Ticket594 Signed-off-by: …
(edit) @d7dcd96a   13 years michaelni vf_pad: Fix alignment of get_video_buffer() Signed-off-by: Michael …
(edit) @d18fd13f   13 years michaelni avfilter: add named constamt to indicate the amount of alignment that …
(edit) @4d34b6c1   13 years michaelni avfilter: add flag to indicate that alignment is needed …
(edit) @173715d   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (35 …
(edit) @1c5670db   13 years michaelni Timecode v2 muxer (cherry picked from commit …
(edit) @fc3203fc   13 years michaelni doc: tiny spelling fix Found-by & newspelling-by: pasteeater …
(edit) @748f921a   13 years michaelni VP8: Unroll decoding segment update
(edit) @ba3830e8   13 years michaelni VP8: Remove no longer used vp8_rac_get_tree_with_offset
(edit) @742d218b   13 years michaelni avidec: Return correct error code from avi_sync() in case of IO error. …
(edit) @7d7e3023   13 years michaelni doc: document -moov_size Signed-off-by: Michael Niedermayer …
(edit) @3a56169f   13 years michaelni movenc: reserved_moov_size, which allows placing moov at the begin of …
(edit) @4a6a29a7   13 years justin.ruggles libopencore-amr: check output buffer size before decoding
(edit) @345d15d2   13 years justin.ruggles libopencore-amr: remove unneeded buf_size==0 check. …
(edit) @402c9878   13 years justin.ruggles libopencore-amr: remove unneeded frame_count field. Use …
(edit) @71ccfb3f   13 years justin.ruggles aac_latm: remove unneeded check for zero-size packet. This is already …
(edit) @f1901180   13 years justin.ruggles pcmdec: fix output buffer size check by calculating the actual output …
(edit) @154cd253   13 years justin.ruggles pcmdec: move codec-specific variable declarations to the corresponding …
(edit) @0093f96d   13 years justin.ruggles pcmdec: return buf_size instead of src-buf. The values will always be …
(edit) @85579b63   13 years justin.ruggles avcodec: remove the Zork PCM encoder. The Zork PCM decoder does not …
(edit) @67a3b67c   13 years justin.ruggles pcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting all samples by 8.
(edit) @06af335a   13 years justin.ruggles pcmenc: remove unneeded sample_fmt check. It is already checked by …
(edit) @d94e29ca   13 years justin.ruggles pcmdec: move number of channels check to pcm_decode_init()
(edit) @83efd765   13 years justin.ruggles pcmdec: remove unnecessary check for sample_fmt change
(edit) @381e195b   13 years justin.ruggles pcmdec: move DVD PCM bits_per_coded_sample check near to the code that …
(edit) @6b94711f   13 years justin.ruggles pcmdec: do not needlessly set *data_size to 0
(edit) @30f3e7b5   13 years justin.ruggles alacdec: remove unneeded NULL or zero-size packet checks. This is …
(edit) @68f7e9cd   13 years justin.ruggles alacdec: simplify buffer allocation by using FF_ALLOC_OR_GOTO()
(edit) @b316af7a   13 years justin.ruggles alacdec: ask for a sample for unsupported sample depths. Also return …
(edit) @63cf54d   13 years justin.ruggles alacdec: cosmetics: use 'ch' instead of 'chan' to iterate channels
(edit) @01200f12   13 years justin.ruggles alacdec: move some declarations to the top of the function
(edit) @c3a92412   13 years justin.ruggles alacdec: always use get_sbits_long() for uncompressed samples
(edit) @b46e58f7   13 years justin.ruggles alacdec: remove unneeded local variable
(edit) @7080533c   13 years justin.ruggles alacdec: remove the numchannels parameter from several functions. …
(edit) @cb50329f   13 years justin.ruggles alacdec: rename 2 functions. Now they only do stereo interleaving.
(edit) @c39bddd3   13 years justin.ruggles alacdec: move appending of extra_bits to a separate function. This …
(edit) @e739d351   13 years justin.ruggles alacdec: split stereo decorrelation into a separate function. It is …
(edit) @d251c85d   13 years justin.ruggles alacdec: cosmetics: rename 'wasted_bits' to 'extra_bits'. The bits …
(edit) @dbbb9262   13 years justin.ruggles alacdec: remove unneeded numsamples checks
(edit) @53df079a   13 years justin.ruggles alacdec: check for buffer allocation failure. Also rearranges some …
(edit) @e5e4f92b   13 years justin.ruggles alacdec: allocate per-channel buffers based on channel count. reduces …
(edit) @dcaa83a0   13 years justin.ruggles alacdec: read/validate number of channels from the extradata. check …
(edit) @47e9c75b   13 years justin.ruggles alacdec: remove unneeded validation of setinfo_sample_size. It is …
(edit) @0f26f3d5   13 years justin.ruggles alacdec: set sample_fmt in alac_decode_init()
(edit) @aec83833   13 years justin.ruggles alacdec: set bytespersample using av_get_bytes_per_sample()
(edit) @d6174bfe   13 years janne-libav threads: restore has_b_frames in frame_thread_free Otherwise the …
(edit) @4416931f   13 years michaelni snow: emu edge support Fixes Ticket592 Signed-off-by: Michael …
(edit) @ded3e9f0   13 years rsbultje H.264: Cometics to dsputil_mmx.c Add whitespace. Signed-off-by: …
(edit) @c881df33   13 years michaelni h264: Guess receovery points. Fixes Ticket561 Signed-off-by: Michael …
(edit) @51bfaa21   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (22 …
(edit) @f5fdb12d   13 years michaelni pulse: Change application name to LIBAVFORMAT_IDENT This should be …
(edit) @4e15960c   13 years michaelni ffmpeg: add rmvol command line option to set swr rematrix volume. …
(edit) @2f86566a   13 years michaelni rematrix: add parameter to tune volume Signed-off-by: Michael …
(edit) @b1470d7a   13 years michaelni rematrix: change type of integers from 16 to 32bit to allow increasing …
(edit) @1e40b2c2   13 years michaelni rematrix: add type for coefficients Signed-off-by: Michael …
(edit) @9f9b2ab1   13 years stefasab vsrc_testsrc: fix off-by-one logic when detecting the EOF time in …
(edit) @e403a97a   13 years michaelni h264: 10l fix, missing () after replacing % by & Signed-off-by: …
(edit) @1ca13360   13 years michaelni testsrc seconds display is out-by-one frame Without this patch each …
(edit) @a3a85721   13 years justin.ruggles g722dec: check output buffer size before decoding
(edit) @4e419737   13 years justin.ruggles g722dec: cosmetics: reindent/linewrap
(edit) @d0a19696   13 years justin.ruggles g722dec: remove the use of lowres for half-rate decoding. It is …
(edit) @f540ca22   13 years justin.ruggles tta: check for extradata allocation failure in tta demuxer
(edit) @2f1d212f   13 years justin.ruggles tta: check for allocation failure of decode_buffer
(edit) @b5050539   13 years justin.ruggles tta: use correct frame_length calculation. using a floating-point …
(edit) @c6056d40   13 years justin.ruggles tta: add support for decoding 24-bit sample format Note that this …
(edit) @8664682d   13 years justin.ruggles cosmetics: indentation
(edit) @7b7a74a1   13 years justin.ruggles tta: remove pointless braces
(edit) @e6923f68   13 years justin.ruggles tta: check output buffer size after adjusting frame length for last frame
(edit) @b16960a8   13 years justin.ruggles tta: fix reading of format in TTA header. TTA does not support float …
(edit) @4d3e7a75   13 years justin.ruggles tta: remove useless commented-out lines
(edit) @35f9d8c2   13 years justin.ruggles tta: check remaining bitstream size while reading unary value
(edit) @3d813e4c   13 years anton lavf: deprecate AVStream.stream_copy It's only used in avconv, so it …
(edit) @1b648c7c   13 years anton avconc: split choose_codec() to choose_decoder/choose_encoder. …
(edit) @a7503430   13 years anton lavf: simplify by using FFMAX/FFMIN.
(edit) @f172132f   13 years anton mpegenc: add preload private option. Deprecate AVFormatContext.preload.
(edit) @cf88cf17   13 years michaelni Remove CELT / Opus confusion in labels, doc and comments. The …
(edit) @28287045   13 years janne-libav cosmetics: simplify latm_decode_init
(edit) @785f876c   13 years janne-libav latm: avoid unnecessary reinit of the aac decoder
(edit) @80e36425   13 years janne-libav aacdec: initialize sbr context only in new channel elements
(edit) @b2e56e08   13 years janne-libav resample: reject unhandled conversions audio_resample can not reduce …
(edit) @ec1ce86e   13 years janne-libav resample: remove unused #define
(edit) @02ac6a65   13 years nicolas.george libcelt_dec: whitespace cosmetics.
(edit) @61b1805f   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: add …
(edit) @f0a7b67a   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: adpcm: …
(edit) @d54af906   13 years Marton Balint ffplay: add frame drop statistics Signed-off-by: Marton Balint …
(edit) @8f17a8ef   13 years Marton Balint ffplay: consider estimated time of filter in early frame drop …
(edit) @223cba6e   13 years Marton Balint ffplay: reimplement early frame drop This patch reimplements early …
(edit) @f44c8165   13 years michaelni libcelt_dec: set sample_fmt. This fixes a regression introduced by …
(edit) @d1ee98c9   13 years michaelni mpegts: add BDMV secondary audio stream types Signed-off-by: Michael …
(edit) @138d1096   13 years michaelni avcodec: add YCgCo color space. Signed-off-by: Michael Niedermayer …
(edit) @84e0553c   13 years michaelni pcm_bluray: set bits_per_raw_sample for > 16-bit Signed-off-by: …
(edit) @463c8d86   13 years michaelni mpegts: fix null-pointer dereference Signed-off-by: Michael …
(edit) @d9d49251   13 years stefasab vsrc_testsrc: increase log level from DEBUG to INFO for message in init()
(edit) @1f465206   13 years stefasab lavfi: rewrite nullsrc using the code in vsrc_testsrc.c Factorize …
(edit) @3092509b   13 years michaelni filters.texi: document interlaced scaling Signed-off-by: Michael …
(edit) @3ac1ade1   13 years michaelni docs: remove reference to enable-libavfilter This is no longer a …
(edit) @c8477df0   13 years mans adpcm: use sign_extend() This avoids warnings from the overflow …
(edit) @123b1fac   13 years michaelni wmall: Working bitstream parser (cherry picked from commit …
(edit) @d6b4f81   13 years michaelni tools: add a tool for enumerating/printing AVOptions in texinfo format …
Note: See TracRevisionLog for help on using the revision log.