source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @dabf8dd3   13 years rsbultje SBR DSP: unroll sum_square The length is even, so some unrolling can …
(edit) @294c05c   13 years rsbultje rv34: remove dead code in intra availability check This was an …
(edit) @7104c23b   13 years rsbultje rv34: clean a bit availability checks. Signed-off-by: Ronald S. …
(edit) @af49e17   13 years lu_zero v4l2: update documentation Update the examples and remove stale …
(edit) @1255eed   13 years rsbultje tgq: convert to bytestream2 API. This protects against input buffer …
(edit) @aed9da20   13 years rsbultje parser: remove forward declaration of MpegEncContext Signed-off-by: …
(edit) @e6ffd997   13 years rsbultje dca: prevent accessing static arrays with invalid indexes. Found-by: …
(edit) @cc5dd632   13 years rsbultje raw: move buffer size check up. This way, it protects against …
(edit) @f1320dc3   13 years rsbultje lpcm: fix sample size calculation for 20bit LCPM. Found-by: Mateusz …
(edit) @9487fb4d   13 years rsbultje swscale: clip unscaled output intermediates. Fixes bug 240, as well …
(edit) @a93b572a   13 years rsbultje smacker: error out if palette copy-with-offset overruns palette size. …
(edit) @a55d5bdc   13 years rsbultje algmm: convert to bytestream2 API. Found-by: Mateusz "j00ru" Jurczyk …
(edit) @8ca6e523   13 years diego wma: Refactor common code to fix standalone compilation of WMA …
(edit) @3c715383   13 years diego vc1: Move init code shared between decoder and parser to common code …
(edit) @1e9d55e4   13 years diego x86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macros from …
(edit) @a294a7a1   13 years alex.converse mov: Allow last chunk to have an arbitrary number of samples. Fixes …
(edit) @b5161908   13 years rsbultje SBR DSP: fix SSE code to not use SSE2 instructions. movq from SSE …
(edit) @a9c5b6f   13 years rsbultje cpu: initialize mask to -1, so that by default, optimizations are used.
(edit) @6193ff68   13 years rsbultje error_resilience: initialize s->block_index[]. Found-by: Mateusz …
(edit) @11b940a1   13 years rsbultje svq3: protect against negative quantizers. Found-by: Mateusz "j00ru" …
(edit) @c23acbae   13 years rsbultje Don't use ff_cropTbl[] for IDCT. Results of IDCT can by far outreach …
(edit) @2254b559   13 years rsbultje swscale: make filterPos 32bit. Fixes overflows for large image sizes. …
(edit) @018f39e   13 years anton FATE: add CPUFLAGS variable, mapping to -cpuflags avconv option.
(edit) @4138cd29   13 years anton avconv: add -cpuflags option for setting supported cpuflags. Useful …
(edit) @4d851f8d   13 years anton cpu: add av_set_cpu_flags_mask().
(edit) @338978a7   13 years martin libx264: Allow overriding the sliced threads option Signed-off-by: …
(edit) @39da3b22   13 years anton avconv: fix counting encoded video size. avcodec_encode_video2() …
(edit) @632eb1b   13 years justin.ruggles cdxl demux: do not create packets with uninitialized data at EOF. …
(edit) @3574a85c   13 years alex.converse Replace computations of remaining bits with calls to get_bits_left().
(edit) @b70feb40   13 years alex.converse amrnb/amrwb: Remove get_bits usage. It is used to parse fixed sized …
(edit) @94cf64b8   13 years justin.ruggles cosmetics: reindent
(edit) @8c1d6ac6   13 years justin.ruggles avformat: do not require a pixel/sample format if there is no decoder …
(edit) @a7fa7568   13 years justin.ruggles avformat: do not fill-in audio packet duration in compute_pkt_fields() …
(edit) @6c65cf58   13 years justin.ruggles lavf: Use av_get_audio_frame_duration() in get_audio_frame_size() …
(edit) @11ac796f   13 years justin.ruggles dca_parser: parse the sample rate and frame durations
(edit) @85469f1c   13 years justin.ruggles libspeexdec: do not set AVCodecContext.frame_size It is not necessary
(edit) @adbf61ff   13 years justin.ruggles libopencore-amr: do not set AVCodecContext.frame_size It is not necessary
(edit) @0efa4073   13 years justin.ruggles alsdec: do not set AVCodecContext.frame_size It is not necessary
(edit) @f1e73100   13 years justin.ruggles siff: do not set AVCodecContext.frame_size also, properly set …
(edit) @ec2e767   13 years justin.ruggles amr demuxer: do not set AVCodecContext.frame_size. it is not necessary.
(edit) @8d1a20aa   13 years justin.ruggles aiffdec: do not set AVCodecContext.frame_size It is unnecessary. …
(edit) @237a855   13 years justin.ruggles mov: do not set AVCodecContext.frame_size It is not necessary.
(edit) @97272642   13 years justin.ruggles ape: do not set AVCodecContext.frame_size. prevents lavf from setting …
(edit) @2dd18d44   13 years justin.ruggles rdt: remove workaround for infinite loop with aac …
(edit) @9c365fe8   13 years justin.ruggles avformat: do not require frame_size in avformat_find_stream_info() for …
(edit) @fbc8c596   13 years justin.ruggles avformat: do not require frame_size in avformat_find_stream_info() for …
(edit) @84b6ae08   13 years justin.ruggles avformat: do not require frame_size in avformat_find_stream_info() for …
(edit) @620b88a3   13 years justin.ruggles swfenc: use av_get_audio_frame_duration() instead of …
(edit) @14aecc50   13 years justin.ruggles rtpenc: use av_get_audio_frame_duration() for max_frames_per_packet …
(edit) @c019070f   13 years justin.ruggles riffenc: use av_get_audio_frame_duration() For encoding, frame_size …
(edit) @9524cf79   13 years justin.ruggles avcodec: add av_get_audio_frame_duration() function. This is a …
(edit) @6699d074   13 years justin.ruggles avcodec: add av_get_exact_bits_per_sample() function This only …
(edit) @27c7ca9c   13 years anton lavf: deobfuscate read_frame_internal(). Split off packet parsing …
(edit) @dcee8115   13 years anton lavf: make read_from_packet_buffer() more flexible. Make packet …
(edit) @52b0943f   13 years anton lavf: factorize freeing a packet buffer.
(edit) @c9dbac36   13 years diego Fix format string vulnerability detected by -Wformat-security. …
(edit) @0a41f47d   13 years diego dv: Do not redundantly initialize struct members to zero.
(edit) @356ee8d7   13 years diego x86: clean up ff_dsputil_init_mmx() This splits ff_dsputil_init_mmx() …
(edit) @3faa141d   13 years anton cmdutils: use new avcodec_is_decoder/encoder() functions. Fixes …
(edit) @44fe77b3   13 years anton lavc: make codec_is_decoder/encoder() public.
(edit) @02beb982   13 years anton lavc: deprecate AVCodecContext.sub_id. In most places where it's …
(edit) @87392b1f   13 years anton libcdio: add a forgotten AVClass to the private context.
(edit) @1c97b5c4   13 years rsbultje swscale: remove "cpu flags" from -sws_flags description.
(edit) @4db4b53d   13 years kostya.shishkov proresenc: give user a possibility to alter some encoding parameters …
(edit) @1ba08c94   13 years justin.ruggles vorbisenc: add output buffer overwrite protection
(edit) @fe78470a   13 years justin.ruggles libopencore-amrnbenc: fix end-of-stream handling Use CODEC_CAP_DELAY …
(edit) @b0350c1c   13 years justin.ruggles ra144enc: fix end-of-stream handling Use CODEC_CAP_DELAY and …
(edit) @29e2c853   13 years justin.ruggles nellymoserenc: zero any leftover packet bytes fixes writing of …
(edit) @6c7a0162   13 years justin.ruggles nellymoserenc: use proper MDCT overlap delay
(edit) @3e9cd8b4   13 years rsbultje qpeg: Use bytestream2 functions to prevent buffer overreads. …
(edit) @dccb2cd3   13 years rsbultje swscale: make %rep unconditional. Fixes pre-processing with latest …
(edit) @b4188f0d   13 years rsbultje vp8: convert simple loopfilter x86 assembly to use named arguments.
(edit) @8476ca3b   13 years rsbultje vp8: convert idct x86 assembly to use named arguments.
(edit) @21ffc78f   13 years rsbultje vp8: convert mc x86 assembly to use named arguments.
(edit) @28170f1a   13 years rsbultje vp8: convert loopfilter x86 assembly to use cpuflags().
(edit) @e25be471   13 years rsbultje vp8: convert idct/mc x86 assembly to use cpuflags().
(edit) @8249a23f   13 years rsbultje swscale: remove now unnecessary hack.
(edit) @0f53d0cf   13 years rsbultje x86inc: don't "bake" stack_offset in named arguments. Signed-off-by: …
(edit) @6aa6e3e8   13 years justin.ruggles fate: Add sunrast regression test Signed-off-by: Derek Buitenhuis …
(edit) @51ddf35c   13 years justin.ruggles wmaenc: fix m/s stereo encoding for the first frame We need to set …
(edit) @8ed7488e   13 years justin.ruggles wmaenc: return s->block_align instead of recalculating it
(edit) @5d652e06   13 years justin.ruggles wmaenc: check final frame size against output packet size Currently …
(edit) @dfc4fded   13 years justin.ruggles wmaenc: require a large enough output buffer to prevent overwrites …
(edit) @1ec075cf   13 years justin.ruggles wmaenc: limit allowed sample rate to 48kHz ff_wma_init() allows up to …
(edit) @c2b8dea1   13 years justin.ruggles wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZE This is near …
(edit) @b7beabab   13 years justin.ruggles tiertexseq: set correct block_align for audio
(edit) @f9cf91d8   13 years justin.ruggles tiertexseq: set audio stream start time to 0 Update FATE test to …
(edit) @0883109b   13 years justin.ruggles voc/avs: Do not change the sample rate mid-stream. Also, set the time …
(edit) @4da374f8   13 years justin.ruggles segafilm: use the sample rate as the time base for audio streams
(edit) @ea289186   13 years justin.ruggles ea: fix audio pts The time base is 1 / sample_rate, not 90000. …
(edit) @01be6fa9   13 years justin.ruggles psx-str: fix audio pts Each packet has 18 sectors with 224/channels …
(edit) @d0ab5850   13 years justin.ruggles vqf: set packet duration Fixes timestamp calculation. The FATE …
(edit) @101c369b   13 years justin.ruggles tta demuxer: set packet duration
(edit) @0b8b7db0   13 years justin.ruggles mpegaudio_parser: do not ignore information from the first parsed …
(edit) @6776a8f1   13 years justin.ruggles mpegaudio_parser: be less picky about the start position …
(edit) @5a9b952   13 years justin.ruggles thp: set audio packet durations
(edit) @5602a464   13 years justin.ruggles avcodec: add a Vorbis parser to get packet duration This also allows …
(edit) @737ca448   13 years justin.ruggles vorbisdec: read the previous window flag for long windows When …
(edit) @7fb6c92   13 years anton lavc: free the output packet when encoding failed or produced no output.
(edit) @e42e9b0e   13 years anton lavc: preserve avpkt->destruct in ff_alloc_packet(). Also, don't …
Note: See TracRevisionLog for help on using the revision log.