source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f6daa9f   13 years michaelni mxfdec: Add intra_only flag to MXFTrack This allows future …
(edit) @8c7721e   13 years michaelni mxfdec: Fix Avid AirSpeed files being misinterpreted as OP1a The "ECs …
(edit) @bf2290a8   13 years michaelni mxfdec: Truncate packets that extend past the next edit unit This …
(edit) @f64cfba9   13 years michaelni libavutil: document av_force_cpu_flags(-1). Signed-off-by: Michael …
(edit) @78306c51   13 years nicolas.george ffmpeg: show fps more accurately when it is small.
(edit) @a8cdb7b   13 years nicolas.george swr: special case for empty channels in rematrix. Speed += 10% …
(edit) @1ea3b657   13 years nicolas.george vf_yadif: accept input with several frames available. Fixes ticket #1040.
(edit) @c088b7f   13 years nicolas.george ass_split: accept files with only \n and no \r. The +1 is there to …
(edit) @e5dd4ae   13 years nicolas.george assdec: avoid a possible NULL dereference.
(edit) @1eabd71   13 years michaelni ffv1: PIX_FMT_YUV444P10 support Signed-off-by: Paul B Mahol …
(edit) @65491fa3   13 years michaelni ffv1: PIX_FMT_YUV444P9 & PIX_FMT_YUV422P9 support Signed-off-by: Paul …
(edit) @eff2399f   13 years michaelni Revert "error_resilience: initialize s->block_index[]." This reverts …
(edit) @6df42f98   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: SBR …
(edit) @57986c50   13 years michaelni lavc/utils: fix const correctness of AVClass cast Signed-off-by: …
(edit) @1134479   13 years michaelni lavc/utils: remove unused variable from avcodec_encode_video2. …
(edit) @7d75febe   13 years michaelni mjpegenc: Fix const correctness and avoid writes into AVFrame of …
(edit) @5e6514e2   13 years michaelni h264 Fix: "warning: assigning to 'uint8_t *' (aka 'unsigned char *') …
(edit) @902bdf70   13 years michaelni h264: fix warning about "uint8_t *p" and const Signed-off-by: Michael …
(edit) @3a583603   13 years michaelni cook: silence some signed overflow warnings. Signed-off-by: Michael …
(edit) @4707f1da   13 years michaelni swscale: remove duplicate PIX_FMT_GBRP entry from format_entries. …
(edit) @776c89f0   13 years michaelni vsrx_mptestsrc: remove duplicate config_props init. Signed-off-by: …
(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) @a8d67efa   13 years michaelni aacdec: Fix out of array writes (stack). This fixes an issue in the …
(edit) @b521f113   13 years Carl Eugen Hoyos Fix bink decoder for files with 24px width. Fixes ticket #962.
(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) @0f13cc73   13 years michaelni diracdec: Correct the bytestream end pointer. This fixes some arith …
(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) @f095391a   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (31 …
(edit) @632eb1b   13 years justin.ruggles cdxl demux: do not create packets with uninitialized data at EOF. …
(edit) @01606d10   13 years michaelni libutvideo: Add Ut Video encoder wrapper All colorspaces are …
(edit) @d6e4e69a   13 years michaelni libutvideo: Move structs and includes to header This is so the …
(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) @1879400   13 years Carl Eugen Hoyos Remove AV_LOG_DEBUG from av_dlog() calls. AV_LOG_DEBUG is forced by …
(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) @2e061130   13 years michaelni matroska : Add support for reading/writing creation_time metadata. …
(edit) @c7048036   13 years michaelni cook: fix return statements. Found-by: cbsrobot Signed-off-by: …
(edit) @0a7bf340   13 years michaelni wmaenc: change some asserts to av_assert0. This ensures they are …
(edit) @0d92e5a6   13 years michaelni wmaenc: add assert to check encode_superframe() return. …
(edit) @c99bd294   13 years michaelni Revert "wmaenc: check final frame size against output packet size" …
(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) @456d65a5   13 years nicolas.george alsa: fix timefilter usage. The period argument is supposed to be the …
(edit) @9bbe6ed1   13 years nicolas.george timefilter: allow variable periods. Initially found and designed by …
(edit) @3073aadf   13 years nicolas.george timefilter: internally compute feedback factors. The feedback factors …
(edit) @356ee8d7   13 years diego x86: clean up ff_dsputil_init_mmx() This splits ff_dsputil_init_mmx() …
(edit) @1007a805   13 years michaelni smc: Fix overread. Found-by: Mateusz "j00ru" Jurczyk and Gynvael …
(edit) @263bb6ed   13 years michaelni bit_depth_template: use av_clip_uint8 over crop_tab. This fixes some …
(edit) @e75518e1   13 years michaelni indeo3: move MV check up. This adds checking for modes >= 10. …
(edit) @ccb76ad9   13 years michaelni cook: check decouple values. This fixes a out of global array read in …
(edit) @2af8f2ce   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (27 …
(edit) @33a183df   13 years michaelni indeo3: Fix overreading requant_tab. Found-by: Mateusz "j00ru" …
(edit) @56ffa3fe   13 years michaelni indeo3: Check motion vectors. Fixes overread of reference frame. …
(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) @14aa1ba8   13 years nicolas.george libmpcodecs/vf_pp: import memleak fix from MPlayer.
(edit) @7f06ca6e   13 years nicolas.george vf_mp: uninit filter chain. Most of the code was taken from MPlayer's …
(edit) @d8d1fbbd   13 years michaelni dsicinav: fix 10l bug introduced in …
(edit) @52807022   13 years michaelni pcm-mpeg: fix 10l condition flip Original issue Found-by: Mateusz …
(edit) @1c97b5c4   13 years rsbultje swscale: remove "cpu flags" from -sws_flags description.
(edit) @4a9f466b   13 years Carl Eugen Hoyos Fix alpha overflow when converting from RGBA64 to RGBA. Fixes …
(edit) @409a3bda   13 years stefasab lavfi: add blackdetect filter Address trac ticket #901.
(edit) @37fca5da   13 years michaelni mmvideo: fix overreads of the input buffer. Found-by: Mateusz "j00ru" …
(edit) @999d38f3   13 years michaelni dsicinvideo: validate buffer offset before copying pixels. Found-by: …
(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
Note: See TracRevisionLog for help on using the revision log.