March 2012 Archives by date
Starting: Thu Mar 1 03:20:14 CET 2012
Ending: Sat Mar 31 22:32:52 CEST 2012
Messages: 1256
- [FFmpeg-cvslog] asf: error out on ridiculously large minpktsize values.
Ronald S. Bultje
- [FFmpeg-cvslog] asf: don't seek back on EOF.
Ronald S. Bultje
- [FFmpeg-cvslog] vp56: error out on invalid stream dimensions.
Ronald S. Bultje
- [FFmpeg-cvslog] aacdec: Reshuffle functions so get_che() can call set_default_channel_config() and output_configure().
Alex Converse
- [FFmpeg-cvslog] aacdec: Support stereo streams that erroneously signal predefined channel configuration 1 (mono).
Michael Niedermayer
- [FFmpeg-cvslog] lavc: add -mpv_flags to mpegvideo_enc-based encoders.
Anton Khirnov
- [FFmpeg-cvslog] mpegvideo_enc: add strict_gop flag to mpv_flags.
Anton Khirnov
- [FFmpeg-cvslog] mpegvideo_enc: add qp_rd flag to mpv_flags.
Anton Khirnov
- [FFmpeg-cvslog] mpegvideo_enc: add cbp_rd flag to mpv_flags.
Anton Khirnov
- [FFmpeg-cvslog] mpegvideo_enc: add chroma/luma_elim_threshold private options.
Anton Khirnov
- [FFmpeg-cvslog] avplay: remove an unused variable.
Anton Khirnov
- [FFmpeg-cvslog] lavc: deprecate AVCodecContext.color_table_id.
Anton Khirnov
- [FFmpeg-cvslog] lavc: deprecate AVCodecContext.inter_threshold.
Anton Khirnov
- [FFmpeg-cvslog] mpegvideo_enc: add quantizer_noise_shaping private option.
Anton Khirnov
- [FFmpeg-cvslog] prores: handle 444 chroma in right order
Kostya Shishkov
- [FFmpeg-cvslog] proresenc: correct edge emulation
Phil Barrett
- [FFmpeg-cvslog] prores: store and retrieve extended colourspace information
Kostya Shishkov
- [FFmpeg-cvslog] swfdec: do not set codec timebase.
Anton Khirnov
- [FFmpeg-cvslog] lavf: move CodecMime from matroska.h to internal.h
Anton Khirnov
- [FFmpeg-cvslog] id3v2: read attached pictures and export them in ID3v2ExtraMeta.
Anton Khirnov
- [FFmpeg-cvslog] lavf: generic code for exporting attached pictures.
Anton Khirnov
- [FFmpeg-cvslog] lavf: export id3v2 attached pictures as streams.
Anton Khirnov
- [FFmpeg-cvslog] id3v2: remove unused ff_id3v2_read().
Anton Khirnov
- [FFmpeg-cvslog] id3v2enc: make id3v2_put_size take only an AVIOContext.
Anton Khirnov
- [FFmpeg-cvslog] id3v2enc: split ff_id3v2_write().
Anton Khirnov
- [FFmpeg-cvslog] id3v2enc: fix writing frame sizes for ID3v2.3
Anton Khirnov
- [FFmpeg-cvslog] id3v2enc: add a function for writing attached pictures.
Anton Khirnov
- [FFmpeg-cvslog] mp3enc: move mp3_write_xing() further up in the file.
Anton Khirnov
- [FFmpeg-cvslog] mp3enc: write attached pictures (APIC).
Anton Khirnov
- [FFmpeg-cvslog] Add a minor bump, changelog/ APIchanges entry and some documentation for APIC support.
Anton Khirnov
- [FFmpeg-cvslog] rtpenc: Fix setting the max packet size
Martin Storsjö
- [FFmpeg-cvslog] dpxenc: Don't include the libavcodec ident if bitexact mode is enabled
Martin Storsjö
- [FFmpeg-cvslog] swscale: fix another integer overflow.
Ronald S. Bultje
- [FFmpeg-cvslog] qtrle: return error on decode_init() failure.
Ronald S. Bultje
- [FFmpeg-cvslog] rpza: error out on buffer overreads.
Ronald S. Bultje
- [FFmpeg-cvslog] ac3enc: choose the closest bit rate to the one requested instead of failing
Justin Ruggles
- [FFmpeg-cvslog] (e)ac3enc: select a default bit rate based on the channel layout
Justin Ruggles
- [FFmpeg-cvslog] libvorbis: cosmetics: renaming/pretty-printing/comments/unused code
Justin Ruggles
- [FFmpeg-cvslog] libvorbis: fix use of minrate/maxrate AVOptions
Justin Ruggles
- [FFmpeg-cvslog] libvorbis: use VBR by default, with default quality of 3
Justin Ruggles
- [FFmpeg-cvslog] libvorbis: do not flush libvorbis analysis if dsp state was not initialized
Justin Ruggles
- [FFmpeg-cvslog] libvorbis: use float input instead of s16
Justin Ruggles
- [FFmpeg-cvslog] libvorbis: check return values for functions that can return errors
Justin Ruggles
- [FFmpeg-cvslog] libvorbis: remove unneeded e_o_s check
Justin Ruggles
- [FFmpeg-cvslog] libvorbis: use AVFifoBuffer for output packet buffer
Justin Ruggles
- [FFmpeg-cvslog] libvorbis: add/update error messages
Justin Ruggles
- [FFmpeg-cvslog] vmnc: return error on decode_init() failure.
Ronald S. Bultje
- [FFmpeg-cvslog] fate: add cdxl test for bit line plane arrangement
Paul B Mahol
- [FFmpeg-cvslog] FATE: add mp3 test for sample that exhibited false overreads
Justin Ruggles
- [FFmpeg-cvslog] mpegaudiodec: use DSPUtil.butterflies_float().
Vitor Sessak
- [FFmpeg-cvslog] vqf: set packet parameters after av_new_packet()
Justin Ruggles
- [FFmpeg-cvslog] asfdec: Do not set AVCodecContext.frame_size
Justin Ruggles
- [FFmpeg-cvslog] psx-str: do not allow seeking by bytes
Justin Ruggles
- [FFmpeg-cvslog] dxa: set audio stream time base using the sample rate
Justin Ruggles
- [FFmpeg-cvslog] FATE: do not decode audio in the nuv test.
Justin Ruggles
- [FFmpeg-cvslog] h264: prevent overreads in intra PCM decoding.
Ronald S. Bultje
- [FFmpeg-cvslog] cscd: use negative error values to indicate decode_init() failures.
Ronald S. Bultje
- [FFmpeg-cvslog] amrnbdec: check frame size before decoding.
Vitor Sessak
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] eval: fix infinite loop on opensolaris x86.
Michael Niedermayer
- [FFmpeg-cvslog] svq3dec: fix overread of the cliping table.
Michael Niedermayer
- [FFmpeg-cvslog] mpegaudiodec: change granule skip code to avoid false checked bitstream reader errors.
Michael Niedermayer
- [FFmpeg-cvslog] mpegaudiodec: Enable checked bitstream reader.
Michael Niedermayer
- [FFmpeg-cvslog] rv34dsp: avoid use of crop table for idct.
Michael Niedermayer
- [FFmpeg-cvslog] mpc: Fix mpc_SCF use and content.
Michael Niedermayer
- [FFmpeg-cvslog] mpc: Fix mpc_CC table and use.
Michael Niedermayer
- [FFmpeg-cvslog] vc1: fix out of array reads in vc1_inv_trans_8x4_c()
Michael Niedermayer
- [FFmpeg-cvslog] vc1: fix out of array reads in vc1_inv_trans_4x8_c()
Michael Niedermayer
- [FFmpeg-cvslog] vc1: fix out of array reads in vc1_inv_trans_4x4_c()
Michael Niedermayer
- [FFmpeg-cvslog] eatgq: Pass error code from tgq_decode_mb() and let the caller fail.
Michael Niedermayer
- [FFmpeg-cvslog] vc1: avoid reading beyond the last line in vc1_draw_sprites()
Michael Niedermayer
- [FFmpeg-cvslog] nellymoserdec: Saner and faster IMDCT windowing
Vitor Sessak
- [FFmpeg-cvslog] avpacket: Add a function for shrinking already allocated side data
Martin Storsjö
- [FFmpeg-cvslog] h263enc: Add an option for outputting info about MBs as side data
Martin Storsjö
- [FFmpeg-cvslog] rtpenc: Use MB info side data for splitting H263 packets for RFC 2190
Martin Storsjö
- [FFmpeg-cvslog] lcl: return negative error codes on decode_init() errors.
Ronald S. Bultje
- [FFmpeg-cvslog] huffyuv: do not abort on unknown pix_fmt; instead, return an error.
Ronald S. Bultje
- [FFmpeg-cvslog] aacsbr: use a swap index for the Y matrix rather than copy buffers.
Christophe Gisquet
- [FFmpeg-cvslog] h264: error out on invalid bitdepth.
Ronald S. Bultje
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] roqvideodec: improve end of input buffer check
Michael Niedermayer
- [FFmpeg-cvslog] fate: Add sunrast regression test
Derek Buitenhuis
- [FFmpeg-cvslog] wavpack: Fix an integer overflow
Derek Buitenhuis
- [FFmpeg-cvslog] lavf: fix update_initial_durations() so it handles missing durations with the initial timestamp being known.
Michael Niedermayer
- [FFmpeg-cvslog] h261: check mtype.
Michael Niedermayer
- [FFmpeg-cvslog] timefilter: better selftest code.
Michael Niedermayer
- [FFmpeg-cvslog] wmadec: fix off by 1 error on the pow_tab index check.
Michael Niedermayer
- [FFmpeg-cvslog] h263: fix zygo debug printing overreading.
Michael Niedermayer
- [FFmpeg-cvslog] vc1: mquant is not allowed to be 0
Michael Niedermayer
- [FFmpeg-cvslog] huffyuv: pad classic huffman tables so as to avoid bitreader overread.
Michael Niedermayer
- [FFmpeg-cvslog] snow: check reference frame indices.
Michael Niedermayer
- [FFmpeg-cvslog] mjpeg: Check for interlaced progressive frames
Michael Niedermayer
- [FFmpeg-cvslog] truemotion1: Check input buffer size against header size.
Michael Niedermayer
- [FFmpeg-cvslog] rawdec: fix input overread.
Michael Niedermayer
- [FFmpeg-cvslog] simple_idct: idct_4col_put: Fix out of array reads.
Michael Niedermayer
- [FFmpeg-cvslog] lavc: shrink encoded video packet size after encoding.
Anton Khirnov
- [FFmpeg-cvslog] msmpeg4: Split encoding backend code off from general backend code.
Diego Biurrun
- [FFmpeg-cvslog] Remove unnecessary AVFrame pointer casts.
Diego Biurrun
- [FFmpeg-cvslog] Replace AVFrame pointer casts by proper struct member accesses.
Diego Biurrun
- [FFmpeg-cvslog] Replace AVFrame pointer type punning by proper struct member assignments.
Diego Biurrun
- [FFmpeg-cvslog] rmdec: adjust printf format string specifier to fix warning
Diego Biurrun
- [FFmpeg-cvslog] mjpegdec: use correct variable in av_log invocation
Diego Biurrun
- [FFmpeg-cvslog] mp3dec: Fix reading file size and frames in VBRI headers
Ingo Brückl
- [FFmpeg-cvslog] swscale: K&R formatting cosmetics for PowerPC code (part II/II)
Diego Biurrun
- [FFmpeg-cvslog] wavpack: Fix an integer overflow
Derek Buitenhuis
- [FFmpeg-cvslog] avs: don't set codec timebase
Anton Khirnov
- [FFmpeg-cvslog] electronicarts: don't set codec timebase
Anton Khirnov
- [FFmpeg-cvslog] ogg: don't set codec timebase
Anton Khirnov
- [FFmpeg-cvslog] electronicarts: parse the framerate for cmv video.
Anton Khirnov
- [FFmpeg-cvslog] electronicarts: set timebase for tgv video.
Anton Khirnov
- [FFmpeg-cvslog] r3d: don't set codec timebase.
Anton Khirnov
- [FFmpeg-cvslog] g722: Fix the QMF scaling
Martin Storsjö
- [FFmpeg-cvslog] rmdec: Honor .RMF tag size rather than assuming 18.
Alex Converse
- [FFmpeg-cvslog] rv10/20: Fix a buffer overread caused by losing track of the remaining buffer size.
Alex Converse
- [FFmpeg-cvslog] h263dec: Disallow width/height changing with frame threads.
Michael Niedermayer
- [FFmpeg-cvslog] rv10/20: Fix slice overflow with checked bitstream reader.
Alex Converse
- [FFmpeg-cvslog] Windows Media Audio Lossless decoder
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] wma: fix invalid buffer size assumptions causing random overreads.
Ronald S. Bultje
- [FFmpeg-cvslog] vp8: change int stride to ptrdiff_t stride.
Ronald S. Bultje
- [FFmpeg-cvslog] vp8: disable mmx functions with sse/sse2 counterparts on x86-64.
Ronald S. Bultje
- [FFmpeg-cvslog] matroska: check buffer size for RM-style byte reordering.
Ronald S. Bultje
- [FFmpeg-cvslog] h264: change underread for 10bit QPEL to overread.
Ronald S. Bultje
- [FFmpeg-cvslog] amrwb: error out early if mode is invalid.
Ronald S. Bultje
- [FFmpeg-cvslog] amrwb: remove duplicate arguments from extrapolate_isf().
Ronald S. Bultje
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] Remove duplicate initializers for VDA_VLD and GBR24P.
Dale Curtis
- [FFmpeg-cvslog] srtdec: fix a format string vulnerability.
Fabian Greffrath
- [FFmpeg-cvslog] qpeg: Fix out of array writes.
Michael Niedermayer
- [FFmpeg-cvslog] qpeg: fix overreads.
Michael Niedermayer
- [FFmpeg-cvslog] kvmc: Fix out of reference frame reads.
Michael Niedermayer
- [FFmpeg-cvslog] bluray protocol
Petri Hintukainen
- [FFmpeg-cvslog] arm: Fix 10l typo
Michael Niedermayer
- [FFmpeg-cvslog] vf_fade: free type when overwriting it.
Nicolas George
- [FFmpeg-cvslog] vsrc_life: free option values.
Nicolas George
- [FFmpeg-cvslog] vsrc_testsrc: free option values.
Nicolas George
- [FFmpeg-cvslog] lavc: unify similar code merged from both branches.
Nicolas George
- [FFmpeg-cvslog] MAINTAINERS: add 0.10 to the releases, seems ive forgotten it.
Michael Niedermayer
- [FFmpeg-cvslog] mpeg-ts: fix handling of size=0 SL headers.
Michael Niedermayer
- [FFmpeg-cvslog] cook: check that category is smaller than 8
Michael Niedermayer
- [FFmpeg-cvslog] mpegts: prevent get_bits64() from reading nonsense at the end.
Michael Niedermayer
- [FFmpeg-cvslog] mpegts: fix stack array overread in read_sl_header()
Michael Niedermayer
- [FFmpeg-cvslog] pcm-mpeg: Check for valid bps.
Michael Niedermayer
- [FFmpeg-cvslog] wc4: fix out of chroma LUT reads
Michael Niedermayer
- [FFmpeg-cvslog] ffm options should also set discard automatically.
Rick van der Zwet
- [FFmpeg-cvslog] Support RGBA64 as input colour space.
Carl Eugen Hoyos
- [FFmpeg-cvslog] mpegts: Do not call read_sl_header() when no bytes remain in the buffer.
Alex Converse
- [FFmpeg-cvslog] mpegts: Pad the packet buffer in handle_packet().
Alex Converse
- [FFmpeg-cvslog] lavc: clarify the meaning of AVCodecContext.frame_number.
Anton Khirnov
- [FFmpeg-cvslog] lavc: preserve avpkt->destruct in ff_alloc_packet().
Anton Khirnov
- [FFmpeg-cvslog] lavc: free the output packet when encoding failed or produced no output.
Anton Khirnov
- [FFmpeg-cvslog] vorbisdec: read the previous window flag for long windows
Justin Ruggles
- [FFmpeg-cvslog] avcodec: add a Vorbis parser to get packet duration
Justin Ruggles
- [FFmpeg-cvslog] thp: set audio packet durations
Justin Ruggles
- [FFmpeg-cvslog] mpegaudio_parser: be less picky about the start position
Michael Niedermayer
- [FFmpeg-cvslog] mpegaudio_parser: do not ignore information from the first parsed frame
Justin Ruggles
- [FFmpeg-cvslog] tta demuxer: set packet duration
Justin Ruggles
- [FFmpeg-cvslog] vqf: set packet duration
Justin Ruggles
- [FFmpeg-cvslog] psx-str: fix audio pts
Justin Ruggles
- [FFmpeg-cvslog] ea: fix audio pts
Justin Ruggles
- [FFmpeg-cvslog] segafilm: use the sample rate as the time base for audio streams
Justin Ruggles
- [FFmpeg-cvslog] voc/avs: Do not change the sample rate mid-stream.
Justin Ruggles
- [FFmpeg-cvslog] tiertexseq: set audio stream start time to 0
Justin Ruggles
- [FFmpeg-cvslog] tiertexseq: set correct block_align for audio
Justin Ruggles
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] lavf: factor out determinable_frame_size()
Michael Niedermayer
- [FFmpeg-cvslog] lavf: Do not compute the packet duration based on the bitrate if the frame_size can be determined .
Michael Niedermayer
- [FFmpeg-cvslog] pngdec: validate length.
Michael Niedermayer
- [FFmpeg-cvslog] truemotion2: check motion vectors for validity
Michael Niedermayer
- [FFmpeg-cvslog] dsicinvideo: validate buffer offset before copying pixels.
Ronald S. Bultje
- [FFmpeg-cvslog] mmvideo: fix overreads of the input buffer.
Michael Niedermayer
- [FFmpeg-cvslog] lavfi: add blackdetect filter
Stefano Sabatini
- [FFmpeg-cvslog] Fix alpha overflow when converting from RGBA64 to RGBA.
Michael Niedermayer
- [FFmpeg-cvslog] pcm-mpeg: fix 10l condition flip
Michael Niedermayer
- [FFmpeg-cvslog] dsicinav: fix 10l bug introduced in 999d38f3a94eb963c073512e5dad7940456eb634
Michael Niedermayer
- [FFmpeg-cvslog] vf_mp: uninit filter chain.
Nicolas George
- [FFmpeg-cvslog] libmpcodecs/vf_pp: import memleak fix from MPlayer.
Nicolas George
- [FFmpeg-cvslog] indeo3: Check motion vectors.
Michael Niedermayer
- [FFmpeg-cvslog] indeo3: Fix overreading requant_tab.
Michael Niedermayer
- [FFmpeg-cvslog] wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZE
Justin Ruggles
- [FFmpeg-cvslog] wmaenc: limit allowed sample rate to 48kHz
Justin Ruggles
- [FFmpeg-cvslog] wmaenc: require a large enough output buffer to prevent overwrites
Justin Ruggles
- [FFmpeg-cvslog] wmaenc: check final frame size against output packet size
Justin Ruggles
- [FFmpeg-cvslog] wmaenc: return s->block_align instead of recalculating it
Justin Ruggles
- [FFmpeg-cvslog] wmaenc: fix m/s stereo encoding for the first frame
Justin Ruggles
- [FFmpeg-cvslog] fate: Add sunrast regression test
Derek Buitenhuis
- [FFmpeg-cvslog] x86inc: don't "bake" stack_offset in named arguments.
Loren Merritt
- [FFmpeg-cvslog] swscale: remove now unnecessary hack.
Ronald S. Bultje
- [FFmpeg-cvslog] vp8: convert idct/mc x86 assembly to use cpuflags().
Ronald S. Bultje
- [FFmpeg-cvslog] vp8: convert loopfilter x86 assembly to use cpuflags().
Ronald S. Bultje
- [FFmpeg-cvslog] vp8: convert mc x86 assembly to use named arguments.
Ronald S. Bultje
- [FFmpeg-cvslog] vp8: convert idct x86 assembly to use named arguments.
Ronald S. Bultje
- [FFmpeg-cvslog] vp8: convert simple loopfilter x86 assembly to use named arguments.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: make %rep unconditional.
Ronald S. Bultje
- [FFmpeg-cvslog] qpeg: Use bytestream2 functions to prevent buffer overreads.
Aneesh Dogra
- [FFmpeg-cvslog] nellymoserenc: use proper MDCT overlap delay
Justin Ruggles
- [FFmpeg-cvslog] nellymoserenc: zero any leftover packet bytes
Justin Ruggles
- [FFmpeg-cvslog] ra144enc: fix end-of-stream handling
Justin Ruggles
- [FFmpeg-cvslog] libopencore-amrnbenc: fix end-of-stream handling
Justin Ruggles
- [FFmpeg-cvslog] vorbisenc: add output buffer overwrite protection
Justin Ruggles
- [FFmpeg-cvslog] proresenc: give user a possibility to alter some encoding parameters
Kostya Shishkov
- [FFmpeg-cvslog] swscale: remove "cpu flags" from -sws_flags description.
Ronald S. Bultje
- [FFmpeg-cvslog] libcdio: add a forgotten AVClass to the private context.
Anton Khirnov
- [FFmpeg-cvslog] lavc: deprecate AVCodecContext.sub_id.
Anton Khirnov
- [FFmpeg-cvslog] lavc: make codec_is_decoder/encoder() public.
Anton Khirnov
- [FFmpeg-cvslog] cmdutils: use new avcodec_is_decoder/encoder() functions.
Anton Khirnov
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] cook: check decouple values.
Michael Niedermayer
- [FFmpeg-cvslog] indeo3: move MV check up.
Michael Niedermayer
- [FFmpeg-cvslog] bit_depth_template: use av_clip_uint8 over crop_tab.
Michael Niedermayer
- [FFmpeg-cvslog] smc: Fix overread.
Michael Niedermayer
- [FFmpeg-cvslog] timefilter: internally compute feedback factors.
Nicolas George
- [FFmpeg-cvslog] timefilter: allow variable periods.
Nicolas George
- [FFmpeg-cvslog] alsa: fix timefilter usage.
Nicolas George
- [FFmpeg-cvslog] Revert "wmaenc: check final frame size against output packet size"
Michael Niedermayer
- [FFmpeg-cvslog] wmaenc: add assert to check encode_superframe() return.
Michael Niedermayer
- [FFmpeg-cvslog] wmaenc: change some asserts to av_assert0.
Michael Niedermayer
- [FFmpeg-cvslog] cook: fix return statements.
Michael Niedermayer
- [FFmpeg-cvslog] matroska : Add support for reading/writing creation_time metadata.
Aaron Colwell
- [FFmpeg-cvslog] Remove AV_LOG_DEBUG from av_dlog() calls.
Carl Eugen Hoyos
- [FFmpeg-cvslog] libutvideo: Move structs and includes to header
Derek Buitenhuis
- [FFmpeg-cvslog] libutvideo: Add Ut Video encoder wrapper
Derek Buitenhuis
- [FFmpeg-cvslog] x86: clean up ff_dsputil_init_mmx()
Mans Rullgard
- [FFmpeg-cvslog] dv: Do not redundantly initialize struct members to zero.
Diego Biurrun
- [FFmpeg-cvslog] Fix format string vulnerability detected by -Wformat-security.
Fabian Greffrath
- [FFmpeg-cvslog] lavf: factorize freeing a packet buffer.
Anton Khirnov
- [FFmpeg-cvslog] lavf: make read_from_packet_buffer() more flexible.
Anton Khirnov
- [FFmpeg-cvslog] lavf: deobfuscate read_frame_internal().
Anton Khirnov
- [FFmpeg-cvslog] avcodec: add av_get_exact_bits_per_sample() function
Justin Ruggles
- [FFmpeg-cvslog] avcodec: add av_get_audio_frame_duration() function.
Justin Ruggles
- [FFmpeg-cvslog] riffenc: use av_get_audio_frame_duration()
Justin Ruggles
- [FFmpeg-cvslog] rtpenc: use av_get_audio_frame_duration() for max_frames_per_packet
Justin Ruggles
- [FFmpeg-cvslog] swfenc: use av_get_audio_frame_duration() instead of AVCodecContext. frame_size
Justin Ruggles
- [FFmpeg-cvslog] avformat: do not require frame_size in avformat_find_stream_info() for AAC
Justin Ruggles
- [FFmpeg-cvslog] avformat: do not require frame_size in avformat_find_stream_info() for MP1/ 2/3
Justin Ruggles
- [FFmpeg-cvslog] avformat: do not require frame_size in avformat_find_stream_info() for CELT
Justin Ruggles
- [FFmpeg-cvslog] rdt: remove workaround for infinite loop with aac
Justin Ruggles
- [FFmpeg-cvslog] ape: do not set AVCodecContext.frame_size.
Justin Ruggles
- [FFmpeg-cvslog] mov: do not set AVCodecContext.frame_size
Justin Ruggles
- [FFmpeg-cvslog] aiffdec: do not set AVCodecContext.frame_size
Justin Ruggles
- [FFmpeg-cvslog] amr demuxer: do not set AVCodecContext.frame_size.
Justin Ruggles
- [FFmpeg-cvslog] siff: do not set AVCodecContext.frame_size
Justin Ruggles
- [FFmpeg-cvslog] alsdec: do not set AVCodecContext.frame_size
Justin Ruggles
- [FFmpeg-cvslog] libopencore-amr: do not set AVCodecContext.frame_size
Justin Ruggles
- [FFmpeg-cvslog] libspeexdec: do not set AVCodecContext.frame_size
Justin Ruggles
- [FFmpeg-cvslog] dca_parser: parse the sample rate and frame durations
Justin Ruggles
- [FFmpeg-cvslog] lavf: Use av_get_audio_frame_duration() in get_audio_frame_size()
Justin Ruggles
- [FFmpeg-cvslog] avformat: do not fill-in audio packet duration in compute_pkt_fields()
Justin Ruggles
- [FFmpeg-cvslog] avformat: do not require a pixel/sample format if there is no decoder
Justin Ruggles
- [FFmpeg-cvslog] cosmetics: reindent
Justin Ruggles
- [FFmpeg-cvslog] amrnb/amrwb: Remove get_bits usage.
Alex Converse
- [FFmpeg-cvslog] Replace computations of remaining bits with calls to get_bits_left().
Alex Converse
- [FFmpeg-cvslog] cdxl demux: do not create packets with uninitialized data at EOF.
Reimar Döffinger
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] diracdec: Correct the bytestream end pointer.
Michael Niedermayer
- [FFmpeg-cvslog] Fix bink decoder for files with 24px width.
Bastien Bouclet
- [FFmpeg-cvslog] aacdec: Fix out of array writes (stack).
Michael Niedermayer
- [FFmpeg-cvslog] vsrx_mptestsrc: remove duplicate config_props init.
Michael Niedermayer
- [FFmpeg-cvslog] swscale: remove duplicate PIX_FMT_GBRP entry from format_entries.
Michael Niedermayer
- [FFmpeg-cvslog] cook: silence some signed overflow warnings.
Michael Niedermayer
- [FFmpeg-cvslog] h264: fix warning about "uint8_t *p" and const
Michael Niedermayer
- [FFmpeg-cvslog] h264 Fix: "warning: assigning to 'uint8_t *' (aka 'unsigned char *') from ' const uint8_t *' (aka 'const unsigned char *') discards qualifiers"
Michael Niedermayer
- [FFmpeg-cvslog] mjpegenc: Fix const correctness and avoid writes into AVFrame of amv_encode_picture( )
Michael Niedermayer
- [FFmpeg-cvslog] lavc/utils: remove unused variable from avcodec_encode_video2.
Michael Niedermayer
- [FFmpeg-cvslog] lavc/utils: fix const correctness of AVClass cast
Michael Niedermayer
- [FFmpeg-cvslog] avconv: fix counting encoded video size.
Anton Khirnov
- [FFmpeg-cvslog] libx264: Allow overriding the sliced threads option
Martin Storsjö
- [FFmpeg-cvslog] cpu: add av_set_cpu_flags_mask().
Anton Khirnov
- [FFmpeg-cvslog] avconv: add -cpuflags option for setting supported cpuflags.
Anton Khirnov
- [FFmpeg-cvslog] FATE: add CPUFLAGS variable, mapping to -cpuflags avconv option.
Anton Khirnov
- [FFmpeg-cvslog] swscale: make filterPos 32bit.
Ronald S. Bultje
- [FFmpeg-cvslog] Don't use ff_cropTbl[] for IDCT.
Ronald S. Bultje
- [FFmpeg-cvslog] svq3: protect against negative quantizers.
Ronald S. Bultje
- [FFmpeg-cvslog] error_resilience: initialize s->block_index[].
Ronald S. Bultje
- [FFmpeg-cvslog] cpu: initialize mask to -1, so that by default, optimizations are used.
Ronald S. Bultje
- [FFmpeg-cvslog] SBR DSP: fix SSE code to not use SSE2 instructions.
Reimar Döffinger
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] Revert "error_resilience: initialize s->block_index[]."
Michael Niedermayer
- [FFmpeg-cvslog] ffv1: PIX_FMT_YUV444P9 & PIX_FMT_YUV422P9 support
Paul B Mahol
- [FFmpeg-cvslog] ffv1: PIX_FMT_YUV444P10 support
Paul B Mahol
- [FFmpeg-cvslog] assdec: avoid a possible NULL dereference.
Nicolas George
- [FFmpeg-cvslog] ass_split: accept files with only \n and no \r.
Nicolas George
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. c636f50 ffmpeg-web: add ffmpeg-trac ML to contact
gitolite
- [FFmpeg-cvslog] vf_yadif: accept input with several frames available.
Nicolas George
- [FFmpeg-cvslog] swr: special case for empty channels in rematrix.
Nicolas George
- [FFmpeg-cvslog] ffmpeg: show fps more accurately when it is small.
Nicolas George
- [FFmpeg-cvslog] libavutil: document av_force_cpu_flags(-1).
Michael Niedermayer
- [FFmpeg-cvslog] mxfdec: Truncate packets that extend past the next edit unit
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Fix Avid AirSpeed files being misinterpreted as OP1a
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Add intra_only flag to MXFTrack
Tomas Härdin
- [FFmpeg-cvslog] avformat_new_stream: fix initial last_dts value
Michael Niedermayer
- [FFmpeg-cvslog] mov: Allow last chunk to have an arbitrary number of samples.
Carl Eugen Hoyos
- [FFmpeg-cvslog] x86: Remove duplicated AVG_3DNOW_OP / AVG_MMX2_OP macros from h264_qpel_mmx .c.
Diego Biurrun
- [FFmpeg-cvslog] vc1: Move init code shared between decoder and parser to common code file.
Diego Biurrun
- [FFmpeg-cvslog] wma: Refactor common code to fix standalone compilation of WMA lossless decoder .
Diego Biurrun
- [FFmpeg-cvslog] algmm: convert to bytestream2 API.
Ronald S. Bultje
- [FFmpeg-cvslog] smacker: error out if palette copy-with-offset overruns palette size.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: clip unscaled output intermediates.
Ronald S. Bultje
- [FFmpeg-cvslog] lpcm: fix sample size calculation for 20bit LCPM.
Ronald S. Bultje
- [FFmpeg-cvslog] raw: move buffer size check up.
Ronald S. Bultje
- [FFmpeg-cvslog] dca: prevent accessing static arrays with invalid indexes.
Ronald S. Bultje
- [FFmpeg-cvslog] parser: remove forward declaration of MpegEncContext
Paul B Mahol
- [FFmpeg-cvslog] tgq: convert to bytestream2 API.
Ronald S. Bultje
- [FFmpeg-cvslog] v4l2: update documentation
Luca Barbato
- [FFmpeg-cvslog] rv34: clean a bit availability checks.
Christophe GISQUET
- [FFmpeg-cvslog] rv34: remove dead code in intra availability check
Christophe GISQUET
- [FFmpeg-cvslog] SBR DSP: unroll sum_square
Christophe GISQUET
- [FFmpeg-cvslog] dsputil: remove shift parameter from scalarproduct_int16
Christophe GISQUET
- [FFmpeg-cvslog] AAC SBR: group some writes.
Christophe Gisquet
- [FFmpeg-cvslog] smc: port to bytestream2 API.
Ronald S. Bultje
- [FFmpeg-cvslog] wmall: fix build with -DDEBUG enabled.
Ronald S. Bultje
- [FFmpeg-cvslog] dca: don't use av_clip_uintp2().
Ronald S. Bultje
- [FFmpeg-cvslog] roqvideo: convert to bytestream2 API.
Ronald S. Bultje
- [FFmpeg-cvslog] roqvideo: cosmetics.
Ronald S. Bultje
- [FFmpeg-cvslog] cook: extend channel uncoupling tables so the full bit range is covered.
Ronald S. Bultje
- [FFmpeg-cvslog] udp: Print an error message if bind fails
Martin Storsjö
- [FFmpeg-cvslog] Revert "AAC SBR: group some writes."
Ronald S. Bultje
- [FFmpeg-cvslog] dv: check buffer size before reading profile.
Ronald S. Bultje
- [FFmpeg-cvslog] dv: cosmetics.
Ronald S. Bultje
- [FFmpeg-cvslog] sbrdsp.asm: convert all instructions to float/SSE ones.
Reimar Döffinger
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] doc/ffmpeg.texi: apply misc fixes to the -map_channel documentation
Stefano Sabatini
- [FFmpeg-cvslog] vf_pad: keep a reference to the output buffer.
Nicolas George
- [FFmpeg-cvslog] ffplay: fix two const warnings.
Nicolas George
- [FFmpeg-cvslog] lavc/utils: fix three const warnings.
Nicolas George
- [FFmpeg-cvslog] mov: Discard invalid CTTS.
Michael Niedermayer
- [FFmpeg-cvslog] oggparseogm: Fix order or arguments.
Michael Niedermayer
- [FFmpeg-cvslog] configure: enable libutvideo is gpl warning
Lou Logan
- [FFmpeg-cvslog] prores_anatoliy: remove unused variable from prores_encode_frame()
Michael Niedermayer
- [FFmpeg-cvslog] qpeg: remove unused var from decode_frame()
Michael Niedermayer
- [FFmpeg-cvslog] wma: fix off-by-one in array bounds check.
Ronald S. Bultje
- [FFmpeg-cvslog] rtpenc: Fix the AVRational used for av_rescale_q_rnd
Martin Storsjö
- [FFmpeg-cvslog] tiffdec: Prevent illegal memory access caused by recycled pointers.
Alex Converse
- [FFmpeg-cvslog] avs: fix infinite loop on end-of-stream.
Ronald S. Bultje
- [FFmpeg-cvslog] dca: include libavutil/mathematics.h for possibly missing M_SQRT1_2
Kostya Shishkov
- [FFmpeg-cvslog] png: convert to bytestream2 API.
Ronald S. Bultje
- [FFmpeg-cvslog] huffyuv: add padding to classic (v1) huffman tables.
Ronald S. Bultje
- [FFmpeg-cvslog] Fix uninitialized reads on malformed ogg files.
Dale Curtis
- [FFmpeg-cvslog] vorbisdec: avoid invalid memory access
Aaron Colwell
- [FFmpeg-cvslog] ttadec: unbreak playback of matroska files
Paul B Mahol
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] svq1dec: use AV_LOG_ERROR for error message
Piotr Bandurski
- [FFmpeg-cvslog] iff: add support for IFF DEEP
Piotr Bandurski
- [FFmpeg-cvslog] Fix 32bit sunrast decoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Cosmetics: Remove superfluous newline.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavf: Add system to seperate relative timestamps from absolute ones.
Michael Niedermayer
- [FFmpeg-cvslog] mpegvideo_probe: Fix misdetection of mpeg4video files.
Michael Niedermayer
- [FFmpeg-cvslog] imgconvert: add macro pixdesc_has_alpha for checking if a pixel format has an alpha component
Stefano Sabatini
- [FFmpeg-cvslog] lavfi: port MP swapuv filter
Stefano Sabatini
- [FFmpeg-cvslog] lavfi: remove swapuv libmpcodecs wrapper
Stefano Sabatini
- [FFmpeg-cvslog] snow: reject unsupported chroma shifts.
Michael Niedermayer
- [FFmpeg-cvslog] udp: Reorder comments
Martin Storsjö
- [FFmpeg-cvslog] udp: Clarify the comment about binding the multicast address
Martin Storsjö
- [FFmpeg-cvslog] udp: Only bind to the multicast address if in read-only mode
Martin Storsjö
- [FFmpeg-cvslog] udp: Set ttl for read-write streams, too, not only for write-only ones
Martin Storsjö
- [FFmpeg-cvslog] rtsp: Only set the ttl parameter if the server actually gave a value
Martin Storsjö
- [FFmpeg-cvslog] aacdec: Fix out of array writes (stack).
Michael Niedermayer
- [FFmpeg-cvslog] aacdec: Fix SCE parity check.
Michael Niedermayer
- [FFmpeg-cvslog] mpegts: Always honor a registration descriptor if present and there is no other codec information .
Alex Converse
- [FFmpeg-cvslog] configure: darwin: Change dylib install names to include major version.
Gil Pedersen
- [FFmpeg-cvslog] build: Skip compiling xvmc.h under the correct condition.
Diego Biurrun
- [FFmpeg-cvslog] Fix a bunch of common typos.
Diego Biurrun
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] cook: tighten the quant_index_table range further.
Michael Niedermayer
- [FFmpeg-cvslog] DV demuxer: Stricter check for avio_read result.
Reimar Döffinger
- [FFmpeg-cvslog] DV: Use profile[1] detection hack only for stype 0.
Reimar Döffinger
- [FFmpeg-cvslog] vf_frei0r: set outlinks sample aspect ratio to 1
Baptiste Coudurier
- [FFmpeg-cvslog] mxf: Add DNxHD UL
Tomas Härdin
- [FFmpeg-cvslog] mpjpeg: video streaming will no longer break and stop on Firefox
Zalewa PL
- [FFmpeg-cvslog] snowenc: mark some encode_subband arguments const.
Reimar Döffinger
- [FFmpeg-cvslog] snowenc: add no_bitstream option.
Reimar Döffinger
- [FFmpeg-cvslog] indeo3: Fix out of reference reading with NULL blocks.
Michael Niedermayer
- [FFmpeg-cvslog] mjpegb: Detect changing nb of planes in interlaced video.
Michael Niedermayer
- [FFmpeg-cvslog] mpc7: check subband index
Michael Niedermayer
- [FFmpeg-cvslog] vc1: add missing entries to ff_vc1_fps_nr.
Michael Niedermayer
- [FFmpeg-cvslog] Add missing requirements to libavdevice.pc if lavfi is enabled.
Carl Eugen Hoyos
- [FFmpeg-cvslog] vp8: convert inner loopfilter x86 assembly to use named arguments.
Ronald S. Bultje
- [FFmpeg-cvslog] vp8: convert mbedge loopfilter x86 assembly to use named arguments.
Ronald S. Bultje
- [FFmpeg-cvslog] xxan: don't read before start of buffer in av_memcpy_backptr().
Ronald S. Bultje
- [FFmpeg-cvslog] xxan: convert to bytestream2 API.
Ronald S. Bultje
- [FFmpeg-cvslog] xxan: protect against chroma LUT overreads.
Ronald S. Bultje
- [FFmpeg-cvslog] xxan: reindent xan_unpack_luma().
Ronald S. Bultje
- [FFmpeg-cvslog] cook: expand dither_tab[], and make sure indexes into it don't overflow.
Ronald S. Bultje
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] mxfdec: add timecode to metadata
Matthieu Bouron
- [FFmpeg-cvslog] alsdec: pretty print for another log message
Thilo Borgmann
- [FFmpeg-cvslog] alsdec: Fix out of ltp_gain_values read.
Thilo Borgmann
- [FFmpeg-cvslog] FATE: add test for cdxl demuxer
Paul B Mahol
- [FFmpeg-cvslog] Fix frame height vs field height confusion in MXF decoding.
Joseph Artsimovich
- [FFmpeg-cvslog] vf_crop: keepaspect support
Baptiste Coudurier
- [FFmpeg-cvslog] doc: add vf_crop keepaspect documentation
Stefano Sabatini
- [FFmpeg-cvslog] Revert "ffserver: remove unused variable."
Michael Niedermayer
- [FFmpeg-cvslog] ffserver: add missing buffer set after rewrite av_open_input_file to avformat_open_input .
Miroslav Slugeň
- [FFmpeg-cvslog] mpc: pad mpc_CC/SCF[] tables to allow for negative indices.
Ronald S. Bultje
- [FFmpeg-cvslog] cook: error out on quant_index values outside [-63, 63] range.
Ronald S. Bultje
- [FFmpeg-cvslog] dsicinvideo: validate buffer offset before copying pixels.
Ronald S. Bultje
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] iff: check for pbm tag
ami_stuff
- [FFmpeg-cvslog] flvenc: Remove apparently unneeded AAC check.
C Chatterjee
- [FFmpeg-cvslog] udp: add multicast input interface selection
Tudor.Suciu
- [FFmpeg-cvslog] libavformat.v: add ffio_set_buf_size() for ffserver.
Michael Niedermayer
- [FFmpeg-cvslog] dxva2_vc1: fix decoding of BI frames
Hendrik Leppkes
- [FFmpeg-cvslog] dxva2_vc1: pass the overlap flag to the decoder
Hendrik Leppkes
- [FFmpeg-cvslog] Revert "udp: add multicast input interface selection"
Michael Niedermayer
- [FFmpeg-cvslog] lavfi/drawtext: add 24 hours wrapping option for timecode.
Clément Bœsch
- [FFmpeg-cvslog] Revert "flvenc: Remove apparently unneeded AAC check."
Michael Niedermayer
- [FFmpeg-cvslog] udp: remove dead code line (unused result)
Andrey Utkin
- [FFmpeg-cvslog] udp: Add option overrun_nonfatal
Andrey Utkin
- [FFmpeg-cvslog] Move struc FFTContext below SECTION_RODATA
Nico Weber
- [FFmpeg-cvslog] vc1dec: Fix vc1 decoding with --disable-optimizations.
Michael Niedermayer
- [FFmpeg-cvslog] cosmetics: fix some typos
Lou Logan
- [FFmpeg-cvslog] rtsp: Fix a typo
Martin Storsjö
- [FFmpeg-cvslog] FATE: add test for cdxl demuxer
Paul B Mahol
- [FFmpeg-cvslog] iff: make .long_name more descriptive
Paul B Mahol
- [FFmpeg-cvslog] c93: convert to bytestream2 API
Paul B Mahol
- [FFmpeg-cvslog] txd: port to bytestream2 API
Paul B Mahol
- [FFmpeg-cvslog] frwu: use MKTAG to check marker instead of AV_RL32
Paul B Mahol
- [FFmpeg-cvslog] mimic: convert to bytestream2 API
Paul B Mahol
- [FFmpeg-cvslog] mimic: do not continue if swap_buf_size is 0
Paul B Mahol
- [FFmpeg-cvslog] remove iwmmxt optimizations
Janne Grunau
- [FFmpeg-cvslog] Revert "h264: clear trailing bits in partially parsed NAL units"
Janne Grunau
- [FFmpeg-cvslog] pcm-mpeg: convert to bytestream2 API
Paul B Mahol
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] iff: do not decode unsupported pbms with ham decoder
Peter Ross
- [FFmpeg-cvslog] g729dec: fix scalarproduct_int16 after API change
Michael Niedermayer
- [FFmpeg-cvslog] eamad: Remove redundant initialization of mv_map.
Michael Niedermayer
- [FFmpeg-cvslog] eatgq: remove unused ret variable.
Michael Niedermayer
- [FFmpeg-cvslog] h264: Fix some mixed declarations and code.
Michael Niedermayer
- [FFmpeg-cvslog] jpeglsdec: suppress unused var warning
Michael Niedermayer
- [FFmpeg-cvslog] mmvideo: remove unused variable
Michael Niedermayer
- [FFmpeg-cvslog] mmvideo: restore initial y value.
Michael Niedermayer
- [FFmpeg-cvslog] h264: improve parsing of broken AVC SPS
Michael Niedermayer
- [FFmpeg-cvslog] anm decoder: move buffer allocation from decode_init() to decode_frame()
Peter Ross
- [FFmpeg-cvslog] dfa: convert to bytestream2 API
Paul B Mahol
- [FFmpeg-cvslog] FATE: add shorthand to wavpack test
Paul B Mahol
- [FFmpeg-cvslog] dxva2_vc1: fix decoding of BI frames
Hendrik Leppkes
- [FFmpeg-cvslog] dxva2_vc1: pass the overlap flag to the decoder
Hendrik Leppkes
- [FFmpeg-cvslog] httpauth: Parse the stale field in digest auth
Martin Storsjö
- [FFmpeg-cvslog] rtsp: Retry authentication if failed due to being stale
Martin Storsjö
- [FFmpeg-cvslog] rtsp: Resend new keepalive commands if they used stale auth
Martin Storsjö
- [FFmpeg-cvslog] http: Retry auth if it failed due to being stale
Martin Storsjö
- [FFmpeg-cvslog] http: Clear the auth state on redirects
Martin Storsjö
- [FFmpeg-cvslog] libx264: fix help text for slice-max-size option.
Anton Khirnov
- [FFmpeg-cvslog] libx264: add 'stats' private option for setting 2pass stats filename.
Anton Khirnov
- [FFmpeg-cvslog] avconv: link '-passlogfile' option to libx264 'stats' AVOption.
Anton Khirnov
- [FFmpeg-cvslog] avconv: reindent
Anton Khirnov
- [FFmpeg-cvslog] h264: Fix invalid interlaced/ progressive MB combinations for direct mode prediction.
Michael Niedermayer
- [FFmpeg-cvslog] doc/general: add missing @tab to codecs table.
Anton Khirnov
- [FFmpeg-cvslog] doc/general: update supported devices table.
Anton Khirnov
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Fix planar audio input.
Michael Niedermayer
- [FFmpeg-cvslog] matroskaenc: change cluster_pos to use -1 as the "I' m not currently working on a cluster" signal instead of 0.
Aaron Colwell
- [FFmpeg-cvslog] vf_fspp: fix compilation with llvm
Baptiste Coudurier
- [FFmpeg-cvslog] cmdutils: Fix cpuflags so the flags dont pull in and out other flags.
Michael Niedermayer
- [FFmpeg-cvslog] docs: Add examples for -cpuflags
Michael Niedermayer
- [FFmpeg-cvslog] vf_fspp: add ff_ prefix to non static variables.
Michael Niedermayer
- [FFmpeg-cvslog] fate: add pam image regression test
Paul B Mahol
- [FFmpeg-cvslog] jv demux: set video stream duration
Paul B Mahol
- [FFmpeg-cvslog] jvdec: unbreak video decoding
Paul B Mahol
- [FFmpeg-cvslog] bytestream: add more unchecked variants for bytestream2 API
Paul B Mahol
- [FFmpeg-cvslog] anm: convert to bytestream2 API
Paul B Mahol
- [FFmpeg-cvslog] Add ffvhuff encoding and decoding regression test
Paul B Mahol
- [FFmpeg-cvslog] snow: reject unsupported chroma shifts.
Michael Niedermayer
- [FFmpeg-cvslog] snow: check reference frame indices.
Michael Niedermayer
- [FFmpeg-cvslog] xa_adpcm: limit filter to prevent xa_adpcm_table[] array bounds overruns.
Ronald S. Bultje
- [FFmpeg-cvslog] h264: increase reference poc list from 16 to 32.
Ronald S. Bultje
- [FFmpeg-cvslog] h264: stricter reference limit enforcement.
Ronald S. Bultje
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] ffplay: force video refresh if the window is resized or damaged
Marton Balint
- [FFmpeg-cvslog] Merge remote-tracking branch 'cus/stable'
Michael Niedermayer
- [FFmpeg-cvslog] tests/rotozoom: make some things const.
Michael Niedermayer
- [FFmpeg-cvslog] mpegvideo: fix constness error in ff_MPV_encode_picture()
Michael Niedermayer
- [FFmpeg-cvslog] 4xm: make mcdc() src const
Michael Niedermayer
- [FFmpeg-cvslog] dirac: mark some variables const.
Michael Niedermayer
- [FFmpeg-cvslog] dsputil: mark source of diff_bytes as const.
Michael Niedermayer
- [FFmpeg-cvslog] huffyuv: some more consts
Michael Niedermayer
- [FFmpeg-cvslog] swscale: convert hscale to cpuflags().
Ronald S. Bultje
- [FFmpeg-cvslog] x86inc: add *mp named argument support to DEFINE_ARGS.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: convert hscale() to use named arguments.
Ronald S. Bultje
- [FFmpeg-cvslog] avconv: remove a pointless check.
Anton Khirnov
- [FFmpeg-cvslog] avconv: check for get_filtered_frame() failure.
Anton Khirnov
- [FFmpeg-cvslog] avconv: remove pointless checks.
Anton Khirnov
- [FFmpeg-cvslog] lavf: don't select an attached picture as default stream for seeking.
Anton Khirnov
- [FFmpeg-cvslog] dxa: remove useless code
Paul B Mahol
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] ass: fix DAR calculation.
Michael Niedermayer
- [FFmpeg-cvslog] matroskadec: Fix null pointer exception on corrupted input.
Michael Niedermayer
- [FFmpeg-cvslog] New commits on branch release/0.10
Git System
- [FFmpeg-cvslog] sonic: update to new API
Michael Niedermayer
- [FFmpeg-cvslog] mmvideo: restore initial y value.
Michael Niedermayer
- [FFmpeg-cvslog] sonic: update to new API
Michael Niedermayer
- [FFmpeg-cvslog] diracdec: Fix integer overflow leading to out of global array read.
Michael Niedermayer
- [FFmpeg-cvslog] diracdec: Check for negative quants which would cause out of array reads.
Michael Niedermayer
- [FFmpeg-cvslog] diracdec: Correct the bytestream end pointer.
Michael Niedermayer
- [FFmpeg-cvslog] proresdec: Fix read via negative index in a global array.
Michael Niedermayer
- [FFmpeg-cvslog] jpeglsdec: Prevent out of array write.
Michael Niedermayer
- [FFmpeg-cvslog] mpegvideo: don't pretend the first frame is always a key frame
Wolfram Gloger
- [FFmpeg-cvslog] lavfi: port MP swapuv filter
Stefano Sabatini
- [FFmpeg-cvslog] Update for 0.10.1
Michael Niedermayer
- [FFmpeg-cvslog] Tag n0.10.1 : FFmpeg 0.10.1 Release
git at videolan.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 6ffd2e4 web: update download page for 0.10.1
gitolite
- [FFmpeg-cvslog] ffmpeg: allow selective and complete disabling of map_metadata.
Michael Niedermayer
- [FFmpeg-cvslog] FATE: use $fuzz directly in do_tiny_psnr() instead of passing it around
Justin Ruggles
- [FFmpeg-cvslog] FATE: allow tests to set CMP_SHIFT to pass to tiny_psnr
Justin Ruggles
- [FFmpeg-cvslog] FATE: use absolute difference from a target value in do_tiny_psnr()
Justin Ruggles
- [FFmpeg-cvslog] FATE: allow a tolerance in the size comparison in do_tiny_psnr()
Justin Ruggles
- [FFmpeg-cvslog] FATE: add capability for audio encode/ decode tests with fuzzy psnr comparison
Justin Ruggles
- [FFmpeg-cvslog] s3tc.h: Add missing #include to fix standalone header compilation.
Diego Biurrun
- [FFmpeg-cvslog] h264: K&R formatting cosmetics
Diego Biurrun
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] pcm: leave sample format conversion to libswresample
Paul B Mahol
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 0cc9050 web: FFmpeg 0.10.1 to the main page
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 49d4219 web: security, use pre instead of p, as later is unreadable
gitolite
- [FFmpeg-cvslog] libx264: fix duplicate stats entry
Kelly Anderson
- [FFmpeg-cvslog] Update for 0.10.2
Michael Niedermayer
- [FFmpeg-cvslog] Tag n0.10.2 : FFmpeg 0.10.2 Release
git at videolan.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. d8ab229 web: FFmpeg 0.10.2 release
gitolite
- [FFmpeg-cvslog] lavfi: add bbox filter
Stefano Sabatini
- [FFmpeg-cvslog] lavfi/allfilters: fix weird vertical align
Stefano Sabatini
- [FFmpeg-cvslog] url: document url_read exact behaviour.
Nicolas George
- [FFmpeg-cvslog] lavfi/crop: show input and output sample aspect ratio in the log
Stefano Sabatini
- [FFmpeg-cvslog] udp: fix non-blocking and interrupt handling.
Nicolas George
- [FFmpeg-cvslog] vf_thumbnail: forward request_frame at least once.
Nicolas George
- [FFmpeg-cvslog] dsp: fix diff_bytes_mmx() with small width
Michael Niedermayer
- [FFmpeg-cvslog] mimic: don't use self as reference, and report completion at end of decode( ).
Ronald S. Bultje
- [FFmpeg-cvslog] mpeg4: report frame decoding completion at ff_MPV_frame_end().
Ronald S. Bultje
- [FFmpeg-cvslog] h264: fix deadlocks on incomplete reference frame decoding.
Ronald S. Bultje
- [FFmpeg-cvslog] MPV: always mark dummy frames as reference
Janne Grunau
- [FFmpeg-cvslog] threads: fix old frames returned after avcodec_flush_buffers()
Uoti Urpala
- [FFmpeg-cvslog] x11grab: fix a memory leak exposed by valgrind
Antonio Ospite
- [FFmpeg-cvslog] vqavideo: check malloc return values
Paul B Mahol
- [FFmpeg-cvslog] qtrle: Use bytestream2 functions to prevent buffer overreads.
Aneesh Dogra
- [FFmpeg-cvslog] FATE: add AC-3 and E-AC-3 encode/decode tests with fuzzy comparison
Justin Ruggles
- [FFmpeg-cvslog] FATE: add WMAv1 and WMAv2 encode/decode tests with fuzzy comparison
Justin Ruggles
- [FFmpeg-cvslog] FATE: remove WMA acodec tests
Justin Ruggles
- [FFmpeg-cvslog] wmaenc: remove bit-exact hack
Justin Ruggles
- [FFmpeg-cvslog] fate: fix enc_dec_pcm tests with remote target
Mans Rullgard
- [FFmpeg-cvslog] resample: allocate a large enough output buffer
Justin Ruggles
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] pthread: Fix mixing of declarations and statements.
Michael Niedermayer
- [FFmpeg-cvslog] x11grab: fix compilation
Michael Niedermayer
- [FFmpeg-cvslog] dv: Fix streamcopy input.
Michael Niedermayer
- [FFmpeg-cvslog] lavfi/scale: document behavior with regards to the output sample aspect ratio
Stefano Sabatini
- [FFmpeg-cvslog] vorbisenc: set quality to a reasonable default.
Michael Niedermayer
- [FFmpeg-cvslog] jpg: fix colors for sequential RGB
Carl Eugen Hoyos
- [FFmpeg-cvslog] indeo4: Skip null frames.
Michael Niedermayer
- [FFmpeg-cvslog] mxfdec: Let pkt->pts = mxf->current_edit_unit if intra-only
Tomas Härdin
- [FFmpeg-cvslog] pgmyuvenc: abort encoding if width is not even
Paul B Mahol
- [FFmpeg-cvslog] lavc/jpeglsenc: fix allocation in case of negative linesize, and add malloc check
Stefano Sabatini
- [FFmpeg-cvslog] lavfi/movie: add loop parameter
William Yu
- [FFmpeg-cvslog] build_sys: Add dependencies for pp testing.
Michael Niedermayer
- [FFmpeg-cvslog] build_sys: flashsv2_test depends on zlib
Michael Niedermayer
- [FFmpeg-cvslog] build_sys: mpng_test depends on zlib
Michael Niedermayer
- [FFmpeg-cvslog] build_sys: zlib_test depends on zlib
Michael Niedermayer
- [FFmpeg-cvslog] build_sys: zmbv test depends on zlib
Michael Niedermayer
- [FFmpeg-cvslog] avcodec: add XBM encoder
Paul B Mahol
- [FFmpeg-cvslog] lavf: remove a pointless check.
Anton Khirnov
- [FFmpeg-cvslog] lavf: only set average frame rate for video.
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove some disabled code.
Anton Khirnov
- [FFmpeg-cvslog] prores: allow user to set fixed quantiser
Kostya Shishkov
- [FFmpeg-cvslog] Read preset files with suffix .avpreset
Reinhard Tartler
- [FFmpeg-cvslog] vqavideo: port to bytestream2 API
Paul B Mahol
- [FFmpeg-cvslog] xwd: convert to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] bytestream: Eliminate one level of pointless macro indirection.
Diego Biurrun
- [FFmpeg-cvslog] APIchanges: Replace Subversion revision numbers by Git hashes.
Diego Biurrun
- [FFmpeg-cvslog] Update Janne's email address.
Diego Biurrun
- [FFmpeg-cvslog] fate: make compare() function compatible with POSIX bc
Mans Rullgard
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] ZeroCodec Decoder
Derek Buitenhuis
- [FFmpeg-cvslog] h264: print the pps_id when its invalid.
Michael Niedermayer
- [FFmpeg-cvslog] vf_yadif: copy buffer properties like aspect for second frame as well
Joakim Plate
- [FFmpeg-cvslog] vf_yadif: correct documentation on the parity parameter
Stefano Sabatini
- [FFmpeg-cvslog] vf_pad: fix "vsub" variable value computation
Stefano Sabatini
- [FFmpeg-cvslog] vf_scale: apply the same transform to the aspect during init that is applied per frame
Michael Niedermayer
- [FFmpeg-cvslog] vf_unsharp: fix out-of-buffer read
Stefano Sabatini
- [FFmpeg-cvslog] lavfi: fix realloc size computation in avfilter_add_format()
Stefano Sabatini
- [FFmpeg-cvslog] h264: check for out of bounds reads in ff_h264_decode_extradata().
Laurent Aimar
- [FFmpeg-cvslog] h264: correct implicit_weight for field-interlaced pictures.
Ronald S. Bultje
- [FFmpeg-cvslog] H264: Only wait before triggering ff_thread_setup_complete() until the next slice that contains a start-of-field/frame macroblock
Michael Niedermayer
- [FFmpeg-cvslog] h264pred: use unsigned types for pixel values, fix signed overflows
Mans Rullgard
- [FFmpeg-cvslog] h264: reset h-> ref_count in case of errors in ff_h264_decode_ref_pic_list_reordering()
Laurent Aimar
- [FFmpeg-cvslog] h264: fix detection of optional trailing PPS elements
Mans Rullgard
- [FFmpeg-cvslog] h264: fix invalid shifts in init_cavlc_level_tab()
Mans Rullgard
- [FFmpeg-cvslog] h264: fix HRD parameters parsing
Mans Rullgard
- [FFmpeg-cvslog] h264: disallow constrained intra prediction modes for luma.
Ronald S. Bultje
- [FFmpeg-cvslog] rv34: Check for invalid slices offsets
Laurent Aimar
- [FFmpeg-cvslog] mp4: Don't read an empty Decoder Config Descriptor
Alex Converse
- [FFmpeg-cvslog] mpegps: Handle buffer exhaustion when reading packets.
Alex Converse
- [FFmpeg-cvslog] fft: avoid a signed overflow
Sean McGovern
- [FFmpeg-cvslog] Fix input buffer size check in adpcm_ea decoder.
Reimar Döffinger
- [FFmpeg-cvslog] permit decoding of multichannel ADPCM_EA_XAS
Peter Ross
- [FFmpeg-cvslog] flvdec: Fix invalid pointer deferences when parsing index
Laurent Aimar
- [FFmpeg-cvslog] sol: return error if av_get_packet() fails.
Justin Ruggles
- [FFmpeg-cvslog] flacdec: fix buffer size checking in get_metadata_size()
Justin Ruggles
- [FFmpeg-cvslog] avfiltergraph: use meaningful error codes
Stefano Sabatini
- [FFmpeg-cvslog] lavf: Avoid using av_malloc(0) in av_dump_format
Martin Storsjö
- [FFmpeg-cvslog] nellymoser: check output buffer size before decoding
Justin Ruggles
- [FFmpeg-cvslog] mpc7: check output buffer size before decoding
Justin Ruggles
- [FFmpeg-cvslog] mpc7: return error if packet is too small.
Justin Ruggles
- [FFmpeg-cvslog] mpc8: check output buffer size before decoding
Justin Ruggles
- [FFmpeg-cvslog] sipr: fix the output data size check and only calculate it once.
Justin Ruggles
- [FFmpeg-cvslog] qcelpdec: fix the return value of qcelp_decode_frame().
Chris Rankin
- [FFmpeg-cvslog] mpegvideo: fix position of bottom edge.
Ronald S. Bultje
- [FFmpeg-cvslog] mpegvideo: set correct offset for edge emulation buffer.
Ronald S. Bultje
- [FFmpeg-cvslog] Fixed deference of NULL pointer in motionpixels decoder.
Laurent Aimar
- [FFmpeg-cvslog] segafilm: Check for memory allocation failures in segafilm demuxer.
Laurent Aimar
- [FFmpeg-cvslog] cook: Fix js_vlc_bits value validation for joint stereo
Laurent Aimar
- [FFmpeg-cvslog] cinepak: Fix invalid read access on extra data
Laurent Aimar
- [FFmpeg-cvslog] vp56: Check for missing reference frame data
Laurent Aimar
- [FFmpeg-cvslog] vp56: Release old pictures after a resolution changes
Laurent Aimar
- [FFmpeg-cvslog] xan: Prevent out of bound accesses
Laurent Aimar
- [FFmpeg-cvslog] shorten: Prevent block size from increasing
Laurent Aimar
- [FFmpeg-cvslog] mpc8: Fix return value on EOF
Laurent Aimar
- [FFmpeg-cvslog] wmapro: Validate the number of audio channels before using it
Laurent Aimar
- [FFmpeg-cvslog] wavpack: Reset internal state on corrupted blocks
Laurent Aimar
- [FFmpeg-cvslog] bink: Prevent NULL dereferences with missing reference frame
Laurent Aimar
- [FFmpeg-cvslog] xan: Prevent NULL dereferences with missing reference frame
Laurent Aimar
- [FFmpeg-cvslog] wmavoice: Check for out of bound writes
Laurent Aimar
- [FFmpeg-cvslog] wmavoice: Check for corrupted extra data
Laurent Aimar
- [FFmpeg-cvslog] motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer
Laurent Aimar
- [FFmpeg-cvslog] motionpixels: Fix the size of workspace buffers
Laurent Aimar
- [FFmpeg-cvslog] dsicinav: Check for out of bounds reads
Laurent Aimar
- [FFmpeg-cvslog] quickdraw: Check for out of bound reads
Laurent Aimar
- [FFmpeg-cvslog] tiertexseqv: Check for out of bound reads
Laurent Aimar
- [FFmpeg-cvslog] dsicinav: Check for out of bounds writes
Laurent Aimar
- [FFmpeg-cvslog] shorten: Fix out of bound writes in fix_bitshift()
Laurent Aimar
- [FFmpeg-cvslog] motionpixels: Prevent calling init_vlc() with invalid parameters
Laurent Aimar
- [FFmpeg-cvslog] xan: Fixed out of bound accesses in xan_unpack()
Laurent Aimar
- [FFmpeg-cvslog] xan: Check for out of bound reads in xan_huffman_decode()
Laurent Aimar
- [FFmpeg-cvslog] xan: Prevent NULL dereference with missing palette
Laurent Aimar
- [FFmpeg-cvslog] mpc8: Check out of bound bands limit
Laurent Aimar
- [FFmpeg-cvslog] motionpixels: decode only the 111 complete frames for fate
Janne Grunau
- [FFmpeg-cvslog] mpegps: Use av_get_packet() instead of poorly emulating it.
Alex Converse
- [FFmpeg-cvslog] put_bits: fix invalid shift by 32 in flush_put_bits()
Mans Rullgard
- [FFmpeg-cvslog] bink: Check for out of bound writes when building tree
Laurent Aimar
- [FFmpeg-cvslog] bink: Check for various out of bound writes
Laurent Aimar
- [FFmpeg-cvslog] aacdec: fix undefined shifts
Mans Rullgard
- [FFmpeg-cvslog] dca: fix signed overflow in shift
Mans Rullgard
- [FFmpeg-cvslog] motion_est: fix some signed overflows
Mans Rullgard
- [FFmpeg-cvslog] vp8: fix signed overflows
Mans Rullgard
- [FFmpeg-cvslog] lavf: fix signed overflow in avformat_find_stream_info()
Mans Rullgard
- [FFmpeg-cvslog] mpeg12enc: use sign_extend() function
Mans Rullgard
- [FFmpeg-cvslog] crc: fix signed overflow
Mans Rullgard
- [FFmpeg-cvslog] mpegvideo_enc: fix a signed overflow
Mans Rullgard
- [FFmpeg-cvslog] wmavoice: fix a signed overflow
Mans Rullgard
- [FFmpeg-cvslog] 4xm: fix signed overflow
Mans Rullgard
- [FFmpeg-cvslog] vaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM correctly).
Gwenole Beauchesne
- [FFmpeg-cvslog] mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related functions .
Alex Converse
- [FFmpeg-cvslog] avsdemux: check for corrupted data
Laurent Aimar
- [FFmpeg-cvslog] avs: check for out of bound reads
Laurent Aimar
- [FFmpeg-cvslog] avsdemux: check for out of bound writes
Laurent Aimar
- [FFmpeg-cvslog] anm: prevent infinite loop
Laurent Aimar
- [FFmpeg-cvslog] adpcm: fix out of bound reads due to integer overflow
Laurent Aimar
- [FFmpeg-cvslog] eacmv: fix potential pointer arithmetic overflows
Laurent Aimar
- [FFmpeg-cvslog] eacmv: check for out of bound reads
Laurent Aimar
- [FFmpeg-cvslog] tiffdec: fix out of bound reads/writes
Laurent Aimar
- [FFmpeg-cvslog] ptx: check for out of bound reads
Laurent Aimar
- [FFmpeg-cvslog] 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffers
Laurent Aimar
- [FFmpeg-cvslog] 4xmdemux: prevent use of uninitialized memory
Laurent Aimar
- [FFmpeg-cvslog] 4xm: prevent NULL dereference with invalid huffman table
Laurent Aimar
- [FFmpeg-cvslog] motion_est: make MotionExtContext.map_generation unsigned
Mans Rullgard
- [FFmpeg-cvslog] sipr: fix get_bits(0) calls
Mans Rullgard
- [FFmpeg-cvslog] smacker: validate number of channels
Justin Ruggles
- [FFmpeg-cvslog] smacker: check buffer size before reading output size
Justin Ruggles
- [FFmpeg-cvslog] smacker: validate channels and sample format.
Justin Ruggles
- [FFmpeg-cvslog] intfloat_readwrite: fix signed addition overflows
Mans Rullgard
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/release/0.7' into release/0.8
Michael Niedermayer
- [FFmpeg-cvslog] Match documentation for transparency in BGR32 iff images.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Tell users about supported audio samplerates in mmf.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Tell users about supported audio samplerates in mmf.
Clément Bœsch
- [FFmpeg-cvslog] gxf: return AVERROR_EOF instead of AVERROR(EIO) at end of gxf_packet function
Matthieu Bouron
- [FFmpeg-cvslog] lavc/sunrastenc: consider cases with linesize < 0
Stefano Sabatini
- [FFmpeg-cvslog] lavfi/aspect: fail with AVERROR(EINVAL) in case of invalid specified aspect
Stefano Sabatini
- [FFmpeg-cvslog] mp3_probe: consider id3 tags to be low scoring mp3.
Michael Niedermayer
- [FFmpeg-cvslog] avcodec_encode_audio2: Increase the audio buffer size.
Michael Niedermayer
- [FFmpeg-cvslog] snowenc: move runs from stack to heap.
Michael Niedermayer
- [FFmpeg-cvslog] oma: Fix out of array read.
Michael Niedermayer
- [FFmpeg-cvslog] adpcm: fix nb_samples rounding for adpcm_ima_dk3, and update reference.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_ima_qt to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_ima_wav to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_4xm to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: use av_clip() in adpcm_ima_expand_nibble().
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_ms to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_dk4 to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_dk3 to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_ima_iss to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_ima_apc to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert ima_ws to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_xa to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_ima_ea_eacs to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm convert adpcm_ima_ea_sead to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_ea to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert ea_maxis_xa to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_ea_r1/2/3 to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_ea_xas to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_ima_amv/smjpeg to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_ct to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_sbpro to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_swf to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_yamaha to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: convert adpcm_thp to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] zmbv: correct indentation
Kostya Shishkov
- [FFmpeg-cvslog] zmbv: check decompress result
Kostya Shishkov
- [FFmpeg-cvslog] cosmetics: Align some AVInput/OutputFormat declarations
Martin Storsjö
- [FFmpeg-cvslog] docs: Fix a stray reference to tags in the generic doxy on dicts
Martin Storsjö
- [FFmpeg-cvslog] libavformat: Use AVFormatContext.probesize in init_input
Martin Storsjö
- [FFmpeg-cvslog] url: Document the expected behaviour of url_read
Nicolas George
- [FFmpeg-cvslog] rtpenc: Use AVFormatContext.packet_size instead of a private option
Martin Storsjö
- [FFmpeg-cvslog] RealAudio Lossless decoder
Kostya Shishkov
- [FFmpeg-cvslog] ZeroCodec Decoder
Derek Buitenhuis
- [FFmpeg-cvslog] fix space type in Changelog
Kostya Shishkov
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] ffv1enc: Check context_model
Michael Niedermayer
- [FFmpeg-cvslog] FATE: Add ZeroCodec test
Derek Buitenhuis
- [FFmpeg-cvslog] zerocodec: Fix license
Derek Buitenhuis
- [FFmpeg-cvslog] flv: clarify use of video info/cmd frame.
Clément Bœsch
- [FFmpeg-cvslog] pngdec: Print error messages for the various failure pathes.
Michael Niedermayer
- [FFmpeg-cvslog] pngdec: dont discard incomplete images.
Michael Niedermayer
- [FFmpeg-cvslog] mxfdec: Only parse next partition pack if parsing forward
Tomas Härdin
- [FFmpeg-cvslog] pngenc: allocate packets that have some chance of being large enough.
Michael Niedermayer
- [FFmpeg-cvslog] pngdec: print error message for truncated pngs even if we output them
Michael Niedermayer
- [FFmpeg-cvslog] pngenc: Fix incorrect mask used for interlaced mode.
Michael Niedermayer
- [FFmpeg-cvslog] fate/zerocodec: fix permissions
Michael Niedermayer
- [FFmpeg-cvslog] vp8: avoid race condition on segment map.
Aaron Colwell
- [FFmpeg-cvslog] FATE: add test for adpcm-ea-maxis-xa
Paul B Mahol
- [FFmpeg-cvslog] FATE: change fate-maxis-xa to a normal demuxing test
Paul B Mahol
- [FFmpeg-cvslog] id3v2: set the keyframe flag on attached pictures.
Anton Khirnov
- [FFmpeg-cvslog] lavf: requeue attached pictures after seeking.
Anton Khirnov
- [FFmpeg-cvslog] lavf: use AVStream.discard to disable queueing attached pictures.
Anton Khirnov
- [FFmpeg-cvslog] Move AVFormatContext/AVCodecContext option tables to separate files.
Anton Khirnov
- [FFmpeg-cvslog] doc/avconv: remove entries for AVOptions.
Anton Khirnov
- [FFmpeg-cvslog] Generate manpages for AV{Format, Codec}Context AVOptions.
Anton Khirnov
- [FFmpeg-cvslog] libavformat: Set the default for the max_delay option to -1
Martin Storsjö
- [FFmpeg-cvslog] rtsp: Set the default delay to 0.1 s for the RTSP/SDP/RTP demuxers
Martin Storsjö
- [FFmpeg-cvslog] movenc: Add a min_frag_duration option
Martin Storsjö
- [FFmpeg-cvslog] doc: texi2pod: add -I flag
Mans Rullgard
- [FFmpeg-cvslog] doc: pass -Idoc texi2html and texi2pod
Mans Rullgard
- [FFmpeg-cvslog] bink: align plane width to 8 when calculating bundle sizes
Kostya Shishkov
- [FFmpeg-cvslog] bink: fix typo in FFALIGN() argument
Kostya Shishkov
- [FFmpeg-cvslog] xa: fix timestamp calculation
Justin Ruggles
- [FFmpeg-cvslog] xa: fix end-of-file handling
Justin Ruggles
- [FFmpeg-cvslog] xa: do not set bit_rate, block_align, or bits_per_coded_sample
Justin Ruggles
- [FFmpeg-cvslog] xa: set correct bit rate
Justin Ruggles
- [FFmpeg-cvslog] lavc: shrink encoded audio packet size after encoding.
Justin Ruggles
- [FFmpeg-cvslog] avconv: pass input stream timestamps to audio encoders
Justin Ruggles
- [FFmpeg-cvslog] oggdec: output correct timestamps for Vorbis
Justin Ruggles
- [FFmpeg-cvslog] lavf: deprecate av_read_packet().
Anton Khirnov
- [FFmpeg-cvslog] lavf: make av_interleave_packet_per_dts() private.
Anton Khirnov
- [FFmpeg-cvslog] FATE: use +/- flag option syntax for vp8 emu-edge tests
Justin Ruggles
- [FFmpeg-cvslog] avconv: free packet in write_frame() when discarding due to frame number limit
Justin Ruggles
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] sgienc: fix packet size.
Michael Niedermayer
- [FFmpeg-cvslog] cdxl: swap CHUNKY and BYTE_PLANAR
Paul B Mahol
- [FFmpeg-cvslog] bytestream: add functions for accessing size of buffer
Paul B Mahol
- [FFmpeg-cvslog] smc: use bytestream2_size()
Paul B Mahol
- [FFmpeg-cvslog] xxan: remove write-only variable
Paul B Mahol
- [FFmpeg-cvslog] xxan: use bytestream2_size()
Paul B Mahol
- [FFmpeg-cvslog] tgq: use bytestream2_get_bytes_left()
Paul B Mahol
- [FFmpeg-cvslog] ttadec: refactor ttafilter_process()
Paul B Mahol
- [FFmpeg-cvslog] zerocodec: factorize loop
Michael Niedermayer
- [FFmpeg-cvslog] bink: no need to increase width twice
Paul B Mahol
- [FFmpeg-cvslog] bink: no need to increase width twice
Reimar Döffinger
- [FFmpeg-cvslog] pngenc: Fix incorrect mask used for interlaced mode.
Clément Bœsch
- [FFmpeg-cvslog] pngenc: Fix incorrect mask used for interlaced mode.
Carl Eugen Hoyos
- [FFmpeg-cvslog] pngenc: Fix incorrect mask used for interlaced mode.
Clément Bœsch
- [FFmpeg-cvslog] pngenc: Fix incorrect mask used for interlaced mode.
Michael Niedermayer
- [FFmpeg-cvslog] pngenc: Fix incorrect mask used for interlaced mode.
Michael Niedermayer
- [FFmpeg-cvslog] bink: no need to increase width twice
Michael Niedermayer
- [FFmpeg-cvslog] mxfdec: Only parse next partition pack if parsing forward
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Only parse next partition pack if parsing forward
Tomas Härdin
- [FFmpeg-cvslog] lavu: add av_bprintf and related.
Nicolas George
- [FFmpeg-cvslog] graphdump: use av_bprintf API.
Nicolas George
- [FFmpeg-cvslog] lavfi/aspect: check for a negative code from av_parse_ratio()
Stefano Sabatini
- [FFmpeg-cvslog] lavfi/ass: use a default DAR value of 1.0
Stefano Sabatini
- [FFmpeg-cvslog] lavfi/ass: add dar option
Stefano Sabatini
- [FFmpeg-cvslog] swscale: Merge a hunk from qatar that seems to have been forgotten or lost.
Michael Niedermayer
- [FFmpeg-cvslog] drawutils: new API.
Nicolas George
- [FFmpeg-cvslog] vf_pad: port to new drawutils API.
Nicolas George
- [FFmpeg-cvslog] vsrc_color: port to new drawutils API.
Nicolas George
- [FFmpeg-cvslog] lavfi: add tile video filter.
Nicolas George
- [FFmpeg-cvslog] aiffdec: Fix SIGFPE on pcm_f32be
Tomas Härdin
- [FFmpeg-cvslog] westwood_vqa: fix SND0 chunk handling
Paul B Mahol
- [FFmpeg-cvslog] westwood_vqa: set video stream duration
Paul B Mahol
- [FFmpeg-cvslog] pixdesc: put components always in the same order.
Nicolas George
- [FFmpeg-cvslog] Replace SSE2 instruction by SSE equivalent.
Reimar Döffinger
- [FFmpeg-cvslog] bink: no need to increase width twice
Reimar Döffinger
- [FFmpeg-cvslog] Print a warning when using wild guesses as time stamps.
Reimar Döffinger
- [FFmpeg-cvslog] aiffdec: Fix SIGFPE on pcm_f32be
Carl Eugen Hoyos
- [FFmpeg-cvslog] bink: no need to increase width twice
Michael Niedermayer
- [FFmpeg-cvslog] bink: no need to increase width twice
Reimar Döffinger
- [FFmpeg-cvslog] h264_mp4toannexb_bsf: support 24bit lengths
gs_gail
- [FFmpeg-cvslog] h264_mp4toannexb_bsf: support 24bit lengths
Reimar Döffinger
- [FFmpeg-cvslog] Fix libspeex decoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix type and codetype fields in the MMF header for some phones.
Vidar Madsen
- [FFmpeg-cvslog] Fix libspeex decoding.
Reimar Döffinger
- [FFmpeg-cvslog] h264_mp4toannexb_bsf: support 24bit lengths
Michael Niedermayer
- [FFmpeg-cvslog] h264_mp4toannexb_bsf: use i instead of misusing unit_type.
Michael Niedermayer
- [FFmpeg-cvslog] avcodec: add code for a frame queue for use by audio encoders with delay
Justin Ruggles
- [FFmpeg-cvslog] aacenc: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] ac3enc: update to AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] adpcmenc: update to AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] flacenc: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] g722enc: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] g726enc: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] libfaac: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] libgsmenc: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] libmp3lame: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] mpegaudioenc: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] wmaenc: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] libvo_aacenc: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] libvo_amrwbenc: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] libspeex: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] roqaudioenc: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] nellymoserenc: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] ra144enc: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] libopencore-amrnbenc: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] libvorbis: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] vorbisenc: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] configure: Internal-only components should not be command-line selectable.
Diego Biurrun
- [FFmpeg-cvslog] configure: Restructure help output.
Diego Biurrun
- [FFmpeg-cvslog] indeo4: fix out-of-bounds function call.
Ronald S. Bultje
- [FFmpeg-cvslog] adxenc: Use the AVFrame in ADXContext for coded_frame
Justin Ruggles
- [FFmpeg-cvslog] adxenc: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] ffplay: reset audio_pkt_temp when opening audio
Marton Balint
- [FFmpeg-cvslog] ffplay: use frame count based queueing for audio queue
Marton Balint
- [FFmpeg-cvslog] Merge remote-tracking branch 'cus/stable'
Michael Niedermayer
- [FFmpeg-cvslog] doc/examples/decoding_encoding: make the buffer bigger.
Michael Niedermayer
- [FFmpeg-cvslog] Fix libspeex decoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix libspeex decoding.
Clément Bœsch
- [FFmpeg-cvslog] electronicarts vp6: set duration of video stream
Paul B Mahol
- [FFmpeg-cvslog] vqavideo: remove some superfluous " VQA video: "
Paul B Mahol
- [FFmpeg-cvslog] mjpegbdec: remove dead store
Paul B Mahol
- [FFmpeg-cvslog] sunrastenc: remove dead store
Paul B Mahol
- [FFmpeg-cvslog] latm_parser: remove dead store
Paul B Mahol
- [FFmpeg-cvslog] flicvideo: remove dead store
Paul B Mahol
- [FFmpeg-cvslog] bbox: remove superfluous initializations
Paul B Mahol
- [FFmpeg-cvslog] dvbsub: remove unused variable
Paul B Mahol
- [FFmpeg-cvslog] segment: fix null pointer dereference
Paul B Mahol
- [FFmpeg-cvslog] udp: use pthread_cancel instead of a shared flag.
Nicolas George
- [FFmpeg-cvslog] udp: use non-blocking read instead of select.
Nicolas George
- [FFmpeg-cvslog] udp: call av_fifo_space directly as needed.
Nicolas George
- [FFmpeg-cvslog] udp: return the error code instead of generic EIO.
Nicolas George
- [FFmpeg-cvslog] udp: lock all operations on shared variables.
Nicolas George
- [FFmpeg-cvslog] avcodec_encode_audio2: add missing padding to realloc()
Michael Niedermayer
- [FFmpeg-cvslog] lavc: add ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] aacenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] adpcmenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] adxenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] sv1enc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] alacenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] bmpenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] cljrenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] dnxhdenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] dpxenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] dvenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] ffv1enc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] flacenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] flashvenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] flashv2enc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] g722enc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] g726enc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] gifenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] huffyuvenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] j2kenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] jpeglsenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] lclenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] mpegvideo_enc: : switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] ra144enc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] rawenc: : switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] roqvideoenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] roqaudioenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] snowenc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] a64multienc: switch to ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] ac3enc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] libfaac: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] libgsm: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] libmp3lame: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] libopencore-amr: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] libschroedingerenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] libspeexenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] libtheoraenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] libvo-aacenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] libvo-amrwbenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] libvorbis: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] libvpxenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] libx264: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] libxavs: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] libxvidff: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] ljpegenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] mpegaudioenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] msvideo1enc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] nellymoserenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] pamenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] pcm: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] pcxenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] pngenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] pnmenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] proresenc_anatoliy: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] proresenc_kostya: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] qtrleenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] r210enc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] sgienc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] sunrastenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] svq1enc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] targaenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] tiffenc: fix return value.
Michael Niedermayer
- [FFmpeg-cvslog] tiffenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] v210enc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] v308enc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] v408enc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] v410enc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] vorbisenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] wmaenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] xbmenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] xwdenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] y41penc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] yuv4enc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] zmbvenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] avcodec_encode_audio2: use ff_alloc_packet2()
Michael Niedermayer
- [FFmpeg-cvslog] lavc: Redesign the internal encoding API.
Michael Niedermayer
- [FFmpeg-cvslog] Replace SSE2 instruction in scalarproduct_float_sse() by SSE equivalent.
ami_stuff
- [FFmpeg-cvslog] VC1: Fix skiploopfilter=all.
Reimar Döffinger
- [FFmpeg-cvslog] lavc: limit realloc() on encoding to the libav compatibility API.
Michael Niedermayer
- [FFmpeg-cvslog] libutvideoenc: switch to ff_alloc_packet2().
Michael Niedermayer
- [FFmpeg-cvslog] Support dropping audio dts/pts via -async -1.
Reimar Döffinger
- [FFmpeg-cvslog] dcaenc: switch to encode2()
Paul B Mahol
- [FFmpeg-cvslog] wmall: output packet only if we have decoded some samples
Kostya Shishkov
- [FFmpeg-cvslog] aiffdec: do not set bit rate if block duration is unknown
Justin Ruggles
- [FFmpeg-cvslog] aiffdec: use av_get_audio_frame_duration() to set block_duration for AIFF-C
Justin Ruggles
- [FFmpeg-cvslog] aiffdec: factor out handling of integer PCM for AIFF-C and plain AIFF
Justin Ruggles
- [FFmpeg-cvslog] aiffdec: set block_duration to 1 for PCM codecs that are supported in AIFF-C
Justin Ruggles
- [FFmpeg-cvslog] pngenc: better upper bound for encoded frame size.
Anton Khirnov
- [FFmpeg-cvslog] oggparseogm: fix order of arguments of avpriv_set_pts_info().
Michael Niedermayer
- [FFmpeg-cvslog] FATE: Add ZeroCodec test
Derek Buitenhuis
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] Fix libgsm.c compilation after typo in 67b8c8.
Carl Eugen Hoyos
- [FFmpeg-cvslog] png: make ff_png_pass_mask local to pngdec.
Clément Bœsch
- [FFmpeg-cvslog] pngenc: Fix incorrect mask used for interlaced mode.
Clément Bœsch
- [FFmpeg-cvslog] pngenc: make max_packet_size 64bit check check it.
Michael Niedermayer
- [FFmpeg-cvslog] indeo4: check motion vetors.
Michael Niedermayer
- [FFmpeg-cvslog] wmalossless: error out on invalid values for order.
Ronald S. Bultje
- [FFmpeg-cvslog] wmalossless: reset sample pointer for each subframe.
Ronald S. Bultje
- [FFmpeg-cvslog] vqa: check palette chunk size before reading data.
Ronald S. Bultje
- [FFmpeg-cvslog] wmalossless: error out if a subframe is not used by any channel.
Ronald S. Bultje
- [FFmpeg-cvslog] wmavoice: fix stack overread.
Ronald S. Bultje
- [FFmpeg-cvslog] asf: reset side data elements on packet copy.
Ronald S. Bultje
- [FFmpeg-cvslog] mov: Add missing terminator to mov_ch_layout_map_1ch.
Alex Converse
- [FFmpeg-cvslog] mov: Do not read past the end of the ctts_data table.
Alex Converse
- [FFmpeg-cvslog] xwma: Validate channels and bits_per_coded_sample.
Alex Converse
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] vqavideodev: Check image dimensions
Michael Niedermayer
- [FFmpeg-cvslog] aacdec: reset max_sfb on invalid data.
Michael Niedermayer
- [FFmpeg-cvslog] eatqi: replace break by goto.
Michael Niedermayer
- [FFmpeg-cvslog] mmdemux: dont set pkt->size to an invalid value.
Michael Niedermayer
- [FFmpeg-cvslog] mov: fix global unicode convertion array overflow.
Michael Niedermayer
- [FFmpeg-cvslog] matroskadec: fix strcmp(NULL)
Michael Niedermayer
- [FFmpeg-cvslog] aacdec: prevent channels from exceeding MAX_CHANNELS.
Michael Niedermayer
- [FFmpeg-cvslog] huffyuv: do not decode/encode yuv colorspace with odd width
Paul B Mahol
- [FFmpeg-cvslog] huffyuv: remove long time disabled code
Paul B Mahol
- [FFmpeg-cvslog] cosmetics: remove superfluous curly brackets
Paul B Mahol
- [FFmpeg-cvslog] vorbisdemux: Check private context in theoras gtopts.
Michael Niedermayer
- [FFmpeg-cvslog] indeo4: check band->scan
Michael Niedermayer
- [FFmpeg-cvslog] mov: Fix FPE on 0 time_scale
Michael Niedermayer
- [FFmpeg-cvslog] error_conceal: fix FPE in guess_dc() with huge sizes.
Michael Niedermayer
- [FFmpeg-cvslog] ituh263dec: Implement enough of Annex O (scalability) to fix a FPE.
Michael Niedermayer
- [FFmpeg-cvslog] mjpegdec: check h/v_count.
Michael Niedermayer
- [FFmpeg-cvslog] xmv: check channel number
Michael Niedermayer
- [FFmpeg-cvslog] rawdec: Check w/h.
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: check samplerate from decoder.
Michael Niedermayer
- [FFmpeg-cvslog] indeo4: check ref_mb
Michael Niedermayer
- [FFmpeg-cvslog] bitstream: build_table, check table_nb_bits.
Michael Niedermayer
- [FFmpeg-cvslog] swr: check that there is enough information to do rematrixing when needed.
Michael Niedermayer
- [FFmpeg-cvslog] eatqi: replace break by goto.
Reimar Döffinger
- [FFmpeg-cvslog] sonic: fix warning about incompatible pointer types
Paul B Mahol
- [FFmpeg-cvslog] vmdvideo: remove superfluous strings from av_log messages
Paul B Mahol
- [FFmpeg-cvslog] interplayvideo: remove superfluous strings from av_log()
Paul B Mahol
- [FFmpeg-cvslog] interplayvideo: give avctx to av_dlog()
Paul B Mahol
- [FFmpeg-cvslog] VC1: restore optimizations broken in 9a1ced32.
Reimar Döffinger
- [FFmpeg-cvslog] avconv: make the async buffer global and free it in exit_program()
Justin Ruggles
- [FFmpeg-cvslog] avconv: move audio output buffer allocation to a separate function
Justin Ruggles
- [FFmpeg-cvslog] avconv: fix the resampling safety factors for output audio buffer allocation
Justin Ruggles
- [FFmpeg-cvslog] zerocodec: factorize loop
Michael Niedermayer
- [FFmpeg-cvslog] configure: die if x11grab dependencies are unavailable
Josh Allmann
- [FFmpeg-cvslog] MPV: set reference frame pointers to NULL when allocation of dummy pictures fails
Janne Grunau
- [FFmpeg-cvslog] rv34: Handle only complete frames in frame-mt.
Janne Grunau
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] error_concealment: Prevent FPEs in case of corrupted input.
Michael Niedermayer
- [FFmpeg-cvslog] eatqi: replace break by goto.
Michael Niedermayer
- [FFmpeg-cvslog] pthread/mpegvideo: detect and block attempts to init frames after setup.
Michael Niedermayer
- [FFmpeg-cvslog] indeo3: fix out of picture write.
Michael Niedermayer
- [FFmpeg-cvslog] cavsdec: check for changing w/h.
Michael Niedermayer
- [FFmpeg-cvslog] vp56dec: avoid freeing the returned frame before returning it.
Michael Niedermayer
- [FFmpeg-cvslog] bintext: build decoders only if they are actually enabled
Paul B Mahol
- [FFmpeg-cvslog] libopenjpeg: make .long_name usefull
Paul B Mahol
- [FFmpeg-cvslog] libopenjpegenc: switch to encode2()
Paul B Mahol
- [FFmpeg-cvslog] eatqi: replace break by goto.
Reimar Döffinger
- [FFmpeg-cvslog] aacsbr: handle m_max values smaller than 4.
Ronald S. Bultje
- [FFmpeg-cvslog] fate: add wmalossless test.
Ronald S. Bultje
- [FFmpeg-cvslog] aac: Reset PS parameters on header decode failure.
Alex Converse
- [FFmpeg-cvslog] aac: Reset some state variables when turning SBR off
Alex Converse
- [FFmpeg-cvslog] aacsbr: Add a debug check to sbr_mapping.
Alex Converse
- [FFmpeg-cvslog] rv34: error out on size changes with frame threading
Janne Grunau
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] VC1: restore optimizations broken in 9a1ced32.
Michael Niedermayer
- [FFmpeg-cvslog] Fix linking without yasm.
Carl Eugen Hoyos
- [FFmpeg-cvslog] indeo4: Fix global array overread.
Michael Niedermayer
- [FFmpeg-cvslog] mpegvideo: increase buffer sizes.
Michael Niedermayer
- [FFmpeg-cvslog] alsdec: check opt_order.
Michael Niedermayer
- [FFmpeg-cvslog] VC1: restore optimizations broken in 9a1ced32.
Reimar Döffinger
- [FFmpeg-cvslog] h264: move resolution change check further up.
Michael Niedermayer
- [FFmpeg-cvslog] cavsdec: check stc in decode_slice_header()
Michael Niedermayer
- [FFmpeg-cvslog] truemotion2dec: Fix overread of input.
Michael Niedermayer
- [FFmpeg-cvslog] indeo5dec: Make sure we have had a valid gop header.
Michael Niedermayer
- [FFmpeg-cvslog] sonic: mark as experimental
Paul B Mahol
- [FFmpeg-cvslog] adxenc: fix error in merging from qatar
Paul B Mahol
- [FFmpeg-cvslog] swresample: support up to 32 channels
Michael Niedermayer
- [FFmpeg-cvslog] swr: make SwrContext a typedef.
Michael Niedermayer
- [FFmpeg-cvslog] swr: dont use SWR_CH_MAX in the public function declaration.
Michael Niedermayer
- [FFmpeg-cvslog] Fix linking without yasm.
Clément Bœsch
- [FFmpeg-cvslog] Fix linking without yasm.
Nicolas George
- [FFmpeg-cvslog] Fix linking without yasm.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix linking without yasm.
Clément Bœsch
- [FFmpeg-cvslog] swr: drop SWR_CH_MAX with the next major ABI bump
Michael Niedermayer
- [FFmpeg-cvslog] libaacplus: switch to encode2()
Paul B Mahol
- [FFmpeg-cvslog] swr: fix compilation failure with old versions of gcc.
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: drop struct from SwrContext.
Michael Niedermayer
- [FFmpeg-cvslog] ralf: read Huffman code lengths without GetBitContext
Kostya Shishkov
- [FFmpeg-cvslog] vp8: fix update_lf_deltas in libavcodec/vp8.c
Janne Salonen
- [FFmpeg-cvslog] sunrast: Add support for negative linesize.
Aneesh Dogra
- [FFmpeg-cvslog] utvideo: mark output picture as keyframe.
Kostya Shishkov
- [FFmpeg-cvslog] libavformat: Document who sets the AVStream.id field
Martin Storsjö
- [FFmpeg-cvslog] lavc/avconv: support changing frame sizes in codecs with frame mt.
Ronald S. Bultje
- [FFmpeg-cvslog] pthread: free progress if buffer allocation failed.
Ronald S. Bultje
- [FFmpeg-cvslog] avc: Add a function for converting mp4 style extradata to annex b
Martin Storsjö
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] swr: allow flushing in multiple steps if the output is too small.
Michael Niedermayer
- [FFmpeg-cvslog] mov: fix heap buffer overflow
Michael Niedermayer
- [FFmpeg-cvslog] swr: test partial flushing
Michael Niedermayer
- [FFmpeg-cvslog] swr: Fix partial flushing.
Michael Niedermayer
- [FFmpeg-cvslog] resample: Fix boundary handling with fragments.
Michael Niedermayer
- [FFmpeg-cvslog] vqavideo: fix decoding of samples with no partial updates.
Reimar Döffinger
- [FFmpeg-cvslog] DV: check coded_width/height instead of width/height.
Reimar Döffinger
- [FFmpeg-cvslog] DV: detect another case of broken DV files.
Reimar Döffinger
- [FFmpeg-cvslog] VC1: Do not needlessly use signed types.
Reimar Döffinger
- [FFmpeg-cvslog] swr: revert stray hunk
Michael Niedermayer
- [FFmpeg-cvslog] swr: fix segfault when 0 out size is used.
Michael Niedermayer
- [FFmpeg-cvslog] pthread: return proper error code on pthread_create failure
Marton Balint
- [FFmpeg-cvslog] CrystalHD: Remove EXPERIMENTAL flag for known good formats.
Philip Langdale
- [FFmpeg-cvslog] "Metal Gear Solid: The Twin Snakes" demuxer
Paul B Mahol
- [FFmpeg-cvslog] Fix SVCD scan_offset option
Julien Ramseier
- [FFmpeg-cvslog] swr: More flexible and convenient buffering
Michael Niedermayer
- [FFmpeg-cvslog] swr: realloc_audio: support packed audio buffers
Michael Niedermayer
- [FFmpeg-cvslog] swr-test: test the new flexible buffering
Michael Niedermayer
- [FFmpeg-cvslog] utvideo: port header reading to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] h264: Add check for invalid chroma_format_idc
Alexander Strange
- [FFmpeg-cvslog] pthread: Immediately release all frames in ff_thread_flush()
Alexander Strange
- [FFmpeg-cvslog] h264: fix memleak in error path.
Alexander Strange
- [FFmpeg-cvslog] movenc: Merge if statements
Martin Storsjö
- [FFmpeg-cvslog] interplayvideo: convert to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] dpcm: convert to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] Ignore generated files below doc/.
Diego Biurrun
- [FFmpeg-cvslog] dsputil_mmx: Surround QPEL macros by "do { } while (0); " blocks.
Diego Biurrun
- [FFmpeg-cvslog] x86: conditionally compile H.264 QPEL optimizations
Diego Biurrun
- [FFmpeg-cvslog] x86: K&R prettyprinting cosmetics for dsputil_mmx.c
Diego Biurrun
- [FFmpeg-cvslog] x86: dsputil: prettyprint gcc inline asm
Diego Biurrun
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] pthread : Remove lock/ unlock pairs in worker loop to avoid unexpected state changes.
Aaron Colwell
- [FFmpeg-cvslog] png: fix warning about discarding qualifiers [-Wincompatible-pointer-types]
Paul B Mahol
- [FFmpeg-cvslog] vf_hflip: accept PIX_FMT_RGB444 and PIX_FMT_BGR444 pixel formats
Paul B Mahol
- [FFmpeg-cvslog] mxfdec: pass correct context to av_timecode_init()
Michael Niedermayer
- [FFmpeg-cvslog] indeo5: check motion vectors.
Michael Niedermayer
- [FFmpeg-cvslog] indeo4: better mv check
Michael Niedermayer
- [FFmpeg-cvslog] libopenjpegenc: use pix_fmt descriptor to get numcomps
Paul B Mahol
- [FFmpeg-cvslog] libopenjpegenc: use pix_fmt descriptor to get bpp
Paul B Mahol
- [FFmpeg-cvslog] libopenjpegenc: merge common code
Paul B Mahol
- [FFmpeg-cvslog] libopenjpegenc: allow changing encoding parameters
Paul B Mahol
- [FFmpeg-cvslog] libopenjpegdec: always check image because decoding may still fail
Paul B Mahol
- [FFmpeg-cvslog] libopenjpegdec: refactor some code and fix memory leaks
Paul B Mahol
- [FFmpeg-cvslog] avcodec: Remove a misplaced and useless attribute_deprecated
Martin Storsjö
- [FFmpeg-cvslog] mxfdec: fix off by one error.
Michael Niedermayer
- [FFmpeg-cvslog] qdm2dec: fix out of array read
Michael Niedermayer
- [FFmpeg-cvslog] qdm2: fix out of array read
Michael Niedermayer
- [FFmpeg-cvslog] qdm2: Fix out of array writes
Michael Niedermayer
- [FFmpeg-cvslog] ALS error message pretty print
Thilo Borgmann
- [FFmpeg-cvslog] libopenjpegenc: remove leftover because older version of patch being applied
Paul B Mahol
- [FFmpeg-cvslog] als: consistent messages
Thilo Borgmann
- [FFmpeg-cvslog] Support FLIC in MOV.
Reimar Döffinger
- [FFmpeg-cvslog] Handle 0-size sync packets when only parsing headers.
Reimar Döffinger
- [FFmpeg-cvslog] Enable generic index/seeking for mgsts demuxer.
Reimar Döffinger
- [FFmpeg-cvslog] alac: convert extradata reading to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] smacker: convert palette and header reading to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] APIchanges: fill in missing dates and hashes.
Anton Khirnov
- [FFmpeg-cvslog] APIchanges: mark the place where 0.8 was cut.
Anton Khirnov
- [FFmpeg-cvslog] APIchanges: mark the place where 0.7 was cut.
Anton Khirnov
- [FFmpeg-cvslog] mpegtsenc: allow user triggered PES packet flushing
Jindrich Makovicka
- [FFmpeg-cvslog] lavf doxy: clarify that an AVPacket contains encoded data.
Anton Khirnov
- [FFmpeg-cvslog] lavf doxy: document passing options to demuxers.
Anton Khirnov
- [FFmpeg-cvslog] lavf doxy: add some basic documentation about reading from the demuxer.
Anton Khirnov
- [FFmpeg-cvslog] lavf doxy: improve AVStream.time_base doxy.
Anton Khirnov
- [FFmpeg-cvslog] lavf doxy: expand AVStream.codec doxy.
Anton Khirnov
- [FFmpeg-cvslog] libavutil: Remove broken and pointless lzo test program.
Diego Biurrun
- [FFmpeg-cvslog] libavutil: Remove pointless rational test program.
Diego Biurrun
- [FFmpeg-cvslog] build: prettyprinting cosmetics
Diego Biurrun
- [FFmpeg-cvslog] build: drop some unnecessary dependencies from the H.264 parser
Diego Biurrun
- [FFmpeg-cvslog] build: Only clean the architecture subdirectory we build for.
Diego Biurrun
- [FFmpeg-cvslog] build: ppc: drop stray leftover backslash
Diego Biurrun
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] indeo3dec: Fix end pointer.
Michael Niedermayer
- [FFmpeg-cvslog] indeo3dec: check mv bitstream pointer
Michael Niedermayer
- [FFmpeg-cvslog] lavfi: add avfilter_fill_frame_from_{audio_, }buffer_ref().
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg: more expressive sample rate automatic selection.
Clément Bœsch
- [FFmpeg-cvslog] aac: reference supported sample rates in encoders.
Clément Bœsch
- [FFmpeg-cvslog] APIchanges: fill in missing dates and hashes.
Clément Bœsch
- [FFmpeg-cvslog] RELEASE: bump to current version (0.10.2).
Clément Bœsch
- [FFmpeg-cvslog] targa: Fix input buffer size check.
Michael Niedermayer
- [FFmpeg-cvslog] vc1dec: move mquant zero check down.
Michael Niedermayer
- [FFmpeg-cvslog] libopenjpegdec: hack to fix GRAY16 decoding
Paul B Mahol
- [FFmpeg-cvslog] j2kenc: cosmetics: vertically align AVCodec members.
Paul B Mahol
- [FFmpeg-cvslog] Revert "raw: move buffer size check up."
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: more verbose error messages in case of audio encoding failure.
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: fix handling or empty audio packets
Michael Niedermayer
- [FFmpeg-cvslog] j2kdec: convert to bytestream2 API
Paul B Mahol
- [FFmpeg-cvslog] j2kdec: Remove useless .pix_fmts.
Paul B Mahol
- [FFmpeg-cvslog] j2kdec: vertically align AVCodec members
Paul B Mahol
- [FFmpeg-cvslog] j2kdec: remove pointless swapping
Paul B Mahol
- [FFmpeg-cvslog] doc: clarify dshow input requirements
Compn
- [FFmpeg-cvslog] rv34: set mb_num_left to 0 after finishing a frame
Ronald S. Bultje
- [FFmpeg-cvslog] targa: convert to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] vc1: Do not read from array if index is invalid.
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] mpegts: Fix dead error checks
Alex Converse
- [FFmpeg-cvslog] make av_interleaved_write_frame() flush packets when pkt is NULL
Jindrich Makovicka
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] oma: dont over-read buffer
Michael Niedermayer
- [FFmpeg-cvslog] vc1dec: sanity check state used in get_mvdata_interlaced()
Michael Niedermayer
- [FFmpeg-cvslog] vc1dec: avoid == -1 checks for errors.
Michael Niedermayer
- [FFmpeg-cvslog] vc1dec: dont ignore ff_vc1_parse_frame_header_advs return value
Michael Niedermayer
- [FFmpeg-cvslog] alsdec: make sure no invalid opt_order stays in the context.
Michael Niedermayer
- [FFmpeg-cvslog] h264: dont mess with chroma planes for grayscale h264.
Michael Niedermayer
- [FFmpeg-cvslog] alsdec: check return values.
Thilo Borgmann
- [FFmpeg-cvslog] Clarify the use of the interl=1|-1 option of the scale filter.
Tim Nicholson
- [FFmpeg-cvslog] j2kdec: move ff_j2k_init_tier1_luts() to j2kdec_init()
Paul B Mahol
- [FFmpeg-cvslog] XBM decoder
Paul B Mahol
- [FFmpeg-cvslog] ffplay: pause rdft column when ffplay is paused
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'cus/stable'
Michael Niedermayer
- [FFmpeg-cvslog] Support FLIC in AVI.
Paul B Mahol
- [FFmpeg-cvslog] id3v2: support JPEG APIC with incorrect (image/jpg) MIME type
Piotr Bandurski
- [FFmpeg-cvslog] h263dec: Restore w/h values to a consistent state if a change is rejected.
Michael Niedermayer
- [FFmpeg-cvslog] configure: Drop stray duplicate entry for --disable-fft from help output.
Diego Biurrun
- [FFmpeg-cvslog] build: fix RALF decoder standalone compilation, which depends on Golomb code
Diego Biurrun
- [FFmpeg-cvslog] dv: Split off DV video decoder into its own file.
Diego Biurrun
- [FFmpeg-cvslog] build: Do not explicitly add the doc directory to the OBJDIRS list.
Diego Biurrun
- [FFmpeg-cvslog] raw: forward avpicture_fill() error code in raw_decode().
Ronald S. Bultje
- [FFmpeg-cvslog] westwood_vqa: set video stream duration
Paul B Mahol
- [FFmpeg-cvslog] westwood_vqa: fix SND0 chunk handling
Paul B Mahol
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] lagarithrac: fix length used in ff_lag_rac_init()
Michael Niedermayer
- [FFmpeg-cvslog] lagarith: fix flipped return value
Michael Niedermayer
- [FFmpeg-cvslog] lagarith: Fix various issues that lead to out of array reads.
Michael Niedermayer
- [FFmpeg-cvslog] lzw(gif): Fix overread
Michael Niedermayer
- [FFmpeg-cvslog] tm2: Fix overread of token array.
Michael Niedermayer
- [FFmpeg-cvslog] Fix compilation with hardcoded tables.
Carl Eugen Hoyos
- [FFmpeg-cvslog] tm2dec: check total_frames and extradata_size.
Michael Niedermayer
- [FFmpeg-cvslog] apedec: check bits <= 32
Michael Niedermayer
- [FFmpeg-cvslog] apedec: fix global array overread
Michael Niedermayer
- [FFmpeg-cvslog] vc1dec: Fix global array overread.
Michael Niedermayer
- [FFmpeg-cvslog] indeo4: Check for mismatching scan tables
Michael Niedermayer
- [FFmpeg-cvslog] indeo4: apply correction to eob/esc indexes too
Michael Niedermayer
- [FFmpeg-cvslog] indeo4: Dont leave tables in random state on errors.
Michael Niedermayer
- [FFmpeg-cvslog] ass: fix aspect ratio computation.
Nicolas George
- [FFmpeg-cvslog] doc/ffmpeg: update and extend documentation for -copytb
Stefano Sabatini
- [FFmpeg-cvslog] oggdec: calculate correct timestamps in Ogg/FLAC
Justin Ruggles
- [FFmpeg-cvslog] fate: add kgv1 fate test.
Ronald S. Bultje
- [FFmpeg-cvslog] FATE: add a test for vp8 with changing frame size.
Anton Khirnov
- [FFmpeg-cvslog] avcodec_encode_{audio, video}: only reallocate output packet when it has non-zero size.
Anton Khirnov
- [FFmpeg-cvslog] dvenc: print allowed profiles if the video doesn't conform to any of them.
Anton Khirnov
- [FFmpeg-cvslog] faandct: Remove FAAN_POSTSCALE define and related code.
Diego Biurrun
- [FFmpeg-cvslog] Replace memset(0) by zero initializations.
Diego Biurrun
- [FFmpeg-cvslog] build: fix doc generation errors in parallel builds
Mans Rullgard
- [FFmpeg-cvslog] dvdec: drop unnecessary dv_tablegen.h #include
Diego Biurrun
- [FFmpeg-cvslog] lagarith: fix buffer overreads.
Ronald S. Bultje
- [FFmpeg-cvslog] wmall: fix seeking.
Ronald S. Bultje
- [FFmpeg-cvslog] h264: fix overreads in cabac reader.
Ronald S. Bultje
- [FFmpeg-cvslog] h264: use struct offsets in get_cabac_bypass_sign_x86().
Ronald S. Bultje
- [FFmpeg-cvslog] h264: reindent get_cabac_bypass_sign_x86().
Ronald S. Bultje
- [FFmpeg-cvslog] h264: add overread protection to get_cabac_bypass_sign_x86().
Ronald S. Bultje
- [FFmpeg-cvslog] cabac: use struct+offset instead of memory operand in BRANCHLESS_GET_CABAC( ).
Ronald S. Bultje
- [FFmpeg-cvslog] cabac: remove unused argument from BRANCHLESS_GET_CABAC_UPDATE().
Ronald S. Bultje
- [FFmpeg-cvslog] cabac: increment jump locations by one in callers of BRANCHLESS_GET_CABAC() .
Ronald S. Bultje
- [FFmpeg-cvslog] cabac: add overread protection to BRANCHLESS_GET_CABAC().
Ronald S. Bultje
- [FFmpeg-cvslog] asf: only set index_read if the index contained entries.
Ronald S. Bultje
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] avfilter: set w/h in avfilter_fill_frame_from_video_buffer_ref().
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: disable dr1 when frame sizes change.
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: dont disable dr1 when changing dimensions are encountered in codec_get_buffer ().
Michael Niedermayer
- [FFmpeg-cvslog] Fixes ticket 1127.
Michael Bradshaw
- [FFmpeg-cvslog] Merge git://github.com/mjbshaw/FFmpeg-OpenJPEG-J2K-Encoder
Michael Niedermayer
- [FFmpeg-cvslog] iff: prevent a possible crash with broken/prepared IFF PBM
Piotr Bandurski
- [FFmpeg-cvslog] ffmpeg: pass bitexact flag to vsrc_buffer
Michael Niedermayer
- [FFmpeg-cvslog] fate/vp8-size-change: set bitexact flag
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 28f5c37 web: remove the hard coded width/height.
gitolite
- [FFmpeg-cvslog] dvdec: drop unnecessary dv_tablegen.h #include
Clément Bœsch
- [FFmpeg-cvslog] Revert "Fix compilation with hardcoded tables."
Carl Eugen Hoyos
- [FFmpeg-cvslog] dvdec: drop unnecessary dv_tablegen.h #include
Carl Eugen Hoyos
- [FFmpeg-cvslog] Do not try to use lowres for unusual jpg subsampling.
Carl Eugen Hoyos
- [FFmpeg-cvslog] ffmpeg: switch duration calculation code from avg to r frame_rate.
Michael Niedermayer
- [FFmpeg-cvslog] lavf: print ts values in pts < dts error message
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: check pts like dts for being in the past.
Michael Niedermayer
- [FFmpeg-cvslog] img2: glob matching for image series
Brian Olson
- [FFmpeg-cvslog] img2dec: Recognize glob meta chars only if prefixed by %
Alexander Strasser
- [FFmpeg-cvslog] img2dec: remove GLOB_TILDE support.
Michael Niedermayer
- [FFmpeg-cvslog] truemotion2: convert packet header reading to bytestream2.
Ronald S. Bultje
- [FFmpeg-cvslog] h264: fix cabac-on-stack after safe cabac reader.
Ronald S. Bultje
- [FFmpeg-cvslog] WMAL: Remove inaccurate and unnecessary doxy
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] lzw: prevent buffer overreads.
Ronald S. Bultje
- [FFmpeg-cvslog] id3v2: add another mimetype for JPEG image
Kostya Shishkov
- [FFmpeg-cvslog] mp3dec: perform I/S and M/S only when frame mode is joint stereo.
Kostya Shishkov
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] cavsdec: ensure the tables have been allocated before using them
Michael Niedermayer
- [FFmpeg-cvslog] libavformat: Fix several "incompatible pointer type" warnings.
Michael Niedermayer
- [FFmpeg-cvslog] dvbsubdec: Fix "set but not used" warning
Michael Niedermayer
- [FFmpeg-cvslog] interplayvideodec: pass correct pointer to av_dlog()
Michael Niedermayer
- [FFmpeg-cvslog] j2kdec: fix format strings
Michael Niedermayer
- [FFmpeg-cvslog] j2kenc: Fix " function declaration =?UTF-8?Q?isn=E2=80=99t=20a=20prototype?=" warning
Michael Niedermayer
- [FFmpeg-cvslog] mjpegdec: Fix "assignment from incompatible pointer type" warnings
Michael Niedermayer
- [FFmpeg-cvslog] mpeghaudiodec: Fix "set but not used" warnings
Michael Niedermayer
- [FFmpeg-cvslog] svq1enc: fix ptr type mismatch warning
Michael Niedermayer
- [FFmpeg-cvslog] cavsdec: initialize all tables to zeros.
Michael Niedermayer
- [FFmpeg-cvslog] svq3: Fix pointer type mismatch warning.
Michael Niedermayer
- [FFmpeg-cvslog] configure: Check for a different SDL function
Martin Storsjö
- [FFmpeg-cvslog] truemotion2: handle out-of-frame motion vectors through edge extension.
Ronald S. Bultje
- [FFmpeg-cvslog] truemotion: forbid invalid VLC bitsizes and token values.
Ronald S. Bultje
- [FFmpeg-cvslog] lzw: fix potential integer overflow.
Ronald S. Bultje
- [FFmpeg-cvslog] mov: don't overwrite existing indexes.
Ronald S. Bultje
- [FFmpeg-cvslog] avf: fix audio writing in the output-example
Luca Barbato
- [FFmpeg-cvslog] avf: make the example output the proper message
Luca Barbato
- [FFmpeg-cvslog] output-example: K&R formatting cosmetics, comment spelling fixes
Diego Biurrun
- [FFmpeg-cvslog] h264: Make ff_h264_decode_end() static, it is not used externally.
Diego Biurrun
- [FFmpeg-cvslog] h264: drop ff_h264_ prefix from static function ff_h264_decode_rbsp_trailing()
Diego Biurrun
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] threads: Perform the generic progress cleanup more carefully.
Michael Niedermayer
- [FFmpeg-cvslog] threads: Perform the generic progress cleanup more carefully.
Michael Niedermayer
- [FFmpeg-cvslog] dcttest: put ff_prores_idct_put_10_sse2_wrap under HAVE_YASM
Michael Niedermayer
- [FFmpeg-cvslog] avfilter: allow freeing NULL.
Michael Niedermayer
- [FFmpeg-cvslog] vsrc_buffer: Store allocated scale filter and free it later.
Michael Niedermayer
- [FFmpeg-cvslog] MOV: bail out to toplevel when encountering a trak or mdat chunk.
Reimar Döffinger
- [FFmpeg-cvslog] MOV: Fix old-style muxed raw-audio data.
Reimar Döffinger
- [FFmpeg-cvslog] movenc: add some default cases.
Reimar Döffinger
- [FFmpeg-cvslog] lxfdec: support version 1 files, too.
Reimar Döffinger
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 25f25f9 web: Change banner background to white
gitolite
- [FFmpeg-cvslog] lavfi/fade: fix black level for non studio-level pixel formats
Stefano Sabatini
- [FFmpeg-cvslog] fate: update regression checksum due to 95ce0ddcfe99182365e0e57f5f41d7f1a01c57eb
Michael Niedermayer
- [FFmpeg-cvslog] indeo5: change AVCodecContext w/h when internal ones change.
Michael Niedermayer
- [FFmpeg-cvslog] ividsp: zero pitch so as not to overread
Michael Niedermayer
- [FFmpeg-cvslog] ividsp: prevent pointers from going outside and overreading.
Michael Niedermayer
- [FFmpeg-cvslog] tm2dec: fix overread
Michael Niedermayer
- [FFmpeg-cvslog] indeo4: check that num_mbs matches
Michael Niedermayer
Last message date:
Sat Mar 31 22:32:52 CEST 2012
Archived on: Sat Mar 31 22:33:00 CEST 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).