November 2011 Archives by thread
Starting: Tue Nov 1 00:48:39 CET 2011
Ending: Wed Nov 30 23:22:27 CET 2011
Messages: 1444
- [FFmpeg-cvslog] mp3enc: avoid truncating id3v1 tags by one byte
Tobias Rapp
- [FFmpeg-cvslog] mmsh: do not try to seek to negative tiimestamps, it does not work
Michael Niedermayer
- [FFmpeg-cvslog] dirac: disable ff_horizontal_compose_haar0i_sse2() the function is not bitexact
Michael Niedermayer
- [FFmpeg-cvslog] cmdutils: Rename read_file to cmdutils_read_file
Martin Storsjö
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] MAINTAINERS: update project server
Michael Niedermayer
- [FFmpeg-cvslog] MAINTAINERS: add libstagefright
Michael Niedermayer
- [FFmpeg-cvslog] mmsh: add return value for mmsh_open()
Michael Niedermayer
- [FFmpeg-cvslog] Two extra samples are required before top of the in buffer rather than out
Vladimir Voroshilov
- [FFmpeg-cvslog] Fix compilation of dct-test on ia32.
Carl Eugen Hoyos
- [FFmpeg-cvslog] configure: fix arch x86_32
Michael Niedermayer
- [FFmpeg-cvslog] gxf: add timecode information to metadata
Matthieu Bouron
- [FFmpeg-cvslog] MAINTAINERS: add myself as mailinglists maintainer
Lou Logan
- [FFmpeg-cvslog] dirac: Fix mmx/sse haar wavelet compose
Michael Niedermayer
- [FFmpeg-cvslog] dirac: fix horizontal_compose_dd97i_ssse3
Michael Niedermayer
- [FFmpeg-cvslog] dirac: drop unused END_HORIZONTAL
Michael Niedermayer
- [FFmpeg-cvslog] vf_transpose: remove pix_fmts which can currently not be supported.
Michael Niedermayer
- [FFmpeg-cvslog] Enable w32threads automatically unless explicitly disabled
Martin Storsjö
- [FFmpeg-cvslog] jpeg: rgb support
Michael Niedermayer
- [FFmpeg-cvslog] dsputil: fix typo (referece -> reference).
Clément Bœsch
- [FFmpeg-cvslog] id3v2enc: add support for year and day/ month tags when writing id3v2 version 3 metadata
Tobias Rapp
- [FFmpeg-cvslog] MAINTAINERS: update release manager
Michael Niedermayer
- [FFmpeg-cvslog] HWAccel: adds Video Decoder Acceleration (VDA) module for Mac OS X.
Sebastien Zwickert
- [FFmpeg-cvslog] avcodec: Change values of codec ids at the end of lists that dont exist outside ffmpeg yet so
Nicolas George
- [FFmpeg-cvslog] lavc: fix avcodec_get_type()
Michael Niedermayer
- [FFmpeg-cvslog] h264: add nal_length_size and is_avc to the publically readable fields
Michael Niedermayer
- [FFmpeg-cvslog] opt: remove attribute_deprecated from several functions that do not have adequante replacements .
Michael Niedermayer
- [FFmpeg-cvslog] id3v2enc: include strings.h for strcasecmp()
Michael Niedermayer
- [FFmpeg-cvslog] mpeg4videodec: export quarter_sample & divx_packed
Michael Niedermayer
- [FFmpeg-cvslog] vc1dec: Fix CODEC_FLAG_LOW_DELAY
Mean
- [FFmpeg-cvslog] mpegtsenc: EAC3 support
Mean
- [FFmpeg-cvslog] vf_fade: fade to correct CCIR601/709 black level
Mark Himsley
- [FFmpeg-cvslog] vf_overlay: adopts FAST_DIV255 macro for calculating destination alpha
Stefano Sabatini
- [FFmpeg-cvslog] g726: use int16_t instead of short
Justin Ruggles
- [FFmpeg-cvslog] g726: pre-calculate the number of output samples.
Justin Ruggles
- [FFmpeg-cvslog] g726: split the init function for the encoder and decoder
Justin Ruggles
- [FFmpeg-cvslog] g726: use bits_per_coded_sample instead of bitrate to determine mode
Justin Ruggles
- [FFmpeg-cvslog] g726dec: remove the sample_rate validation
Justin Ruggles
- [FFmpeg-cvslog] g726: treat sample rates other than 8kHz as unofficial.
Justin Ruggles
- [FFmpeg-cvslog] g726enc: use av_assert0() for sample_rate validation
Justin Ruggles
- [FFmpeg-cvslog] g726: return AVERROR(EINVAL) instead of -1 for invalid channel count
Justin Ruggles
- [FFmpeg-cvslog] g726: group the g726_encoder AVCodec with the other encoding functions
Justin Ruggles
- [FFmpeg-cvslog] g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER check
Justin Ruggles
- [FFmpeg-cvslog] g726: don't pass index to g726_reset()
Justin Ruggles
- [FFmpeg-cvslog] g726enc: add private option for setting code size directly.
Justin Ruggles
- [FFmpeg-cvslog] g726dec: add flush() function to reset state when seeking
Justin Ruggles
- [FFmpeg-cvslog] id3v2: fix type of ID3v2EMFunc.free()
Anton Khirnov
- [FFmpeg-cvslog] lavc: use designated initialisers for parsers.
Anton Khirnov
- [FFmpeg-cvslog] vp3: remove some pointless comments
Diego Biurrun
- [FFmpeg-cvslog] Remove some stray unnecessary ffmpeg references.
Diego Biurrun
- [FFmpeg-cvslog] Replace outdated references to ffmpeg tool with avconv.
Diego Biurrun
- [FFmpeg-cvslog] Replace ffmpeg references with more accurate libav* references.
Diego Biurrun
- [FFmpeg-cvslog] vsrc_testsrc: fix mailing list reference URL
Diego Biurrun
- [FFmpeg-cvslog] Replace some forgotten FFmpeg references by Libav.
Diego Biurrun
- [FFmpeg-cvslog] Replace vendor string in Ogg and FLAC muxers.
Diego Biurrun
- [FFmpeg-cvslog] Create separate functions for the raw GSM demuxer.
Justin Ruggles
- [FFmpeg-cvslog] gsm: use av_get_bytes_per_sample() in frame_bytes calculation
Justin Ruggles
- [FFmpeg-cvslog] gsmdec: log error message when output buffer is too small.
Justin Ruggles
- [FFmpeg-cvslog] libgsmdec: check output buffer size before decoding
Justin Ruggles
- [FFmpeg-cvslog] gsmdec: add flush function to reset the decoder state when seeking
Justin Ruggles
- [FFmpeg-cvslog] gsmdec: do not needlessly set *data_size to 0
Justin Ruggles
- [FFmpeg-cvslog] libgsmdec: do not needlessly set *data_size to 0
Justin Ruggles
- [FFmpeg-cvslog] gsm: log error message when packet is too small
Justin Ruggles
- [FFmpeg-cvslog] libgsm: simplify decoding by using a loop
Justin Ruggles
- [FFmpeg-cvslog] libgsm: add flush function to reset the decoder state when seeking
Justin Ruggles
- [FFmpeg-cvslog] rtsp: add allowed_media_types option
John Brooks
- [FFmpeg-cvslog] imc: use DSPContext.bswap16_buf() to byte-swap packet data
Justin Ruggles
- [FFmpeg-cvslog] imc: check output buffer size before decoding
Justin Ruggles
- [FFmpeg-cvslog] imc: check for ff_fft_init() failure
Justin Ruggles
- [FFmpeg-cvslog] imc: validate channel count
Justin Ruggles
- [FFmpeg-cvslog] imc: do not set channel layout for stereo
Justin Ruggles
- [FFmpeg-cvslog] imc: return meaningful error codes instead of -1
Justin Ruggles
- [FFmpeg-cvslog] imc: return error codes instead of 0 for error conditions.
Justin Ruggles
- [FFmpeg-cvslog] ac3enc: doxygen update.
Justin Ruggles
- [FFmpeg-cvslog] flvenc: use first packet delay as global delay.
Justin Ruggles
- [FFmpeg-cvslog] gsm demuxer: do not allocate packet twice.
Justin Ruggles
- [FFmpeg-cvslog] replacement Indeo 3 decoder
Maxim Poliakovski
- [FFmpeg-cvslog] mjpeg: Detect overreads in mjpeg_decode_scan() and error out.
Michael Niedermayer
- [FFmpeg-cvslog] cavs: fix some crashes with invalid bitstreams
Mans Rullgard
- [FFmpeg-cvslog] Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/release/0.5' into release/0.5
Michael Niedermayer
- [FFmpeg-cvslog] Fix possible double free when encoding using xvid.
Carl Eugen Hoyos
- [FFmpeg-cvslog] cavsdec: avoid possible crash with crafted input
Michael Niedermayer
- [FFmpeg-cvslog] cljr: init_get_bits size in bits instead of bytes
Alex Converse
- [FFmpeg-cvslog] indeo2: init_get_bits size in bits instead of bytes
Alex Converse
- [FFmpeg-cvslog] ape demuxer: fix segfault on memory allocation failure.
Laurent Aimar
- [FFmpeg-cvslog] Check for invalid packet size in the smacker demuxer.
Laurent Aimar
- [FFmpeg-cvslog] indeo2: fail if input buffer too small
Alex Converse
- [FFmpeg-cvslog] Fixed off by one packet size allocation in the smacker demuxer.
Laurent Aimar
- [FFmpeg-cvslog] Check and propagate errors when VLC trees cannot be built in smacker decoder .
Laurent Aimar
- [FFmpeg-cvslog] Check for invalid VLC value in smacker decoder.
Laurent Aimar
- [FFmpeg-cvslog] oggdec: fix out of bound write in the ogg demuxer
Laurent Aimar
- [FFmpeg-cvslog] rv10: Reject slices that does not have the same type as the first one
Laurent Aimar
- [FFmpeg-cvslog] rv34: Avoid NULL dereference on corrupted bitstream
Laurent Aimar
- [FFmpeg-cvslog] rv34: Check for invalid slice offsets
Laurent Aimar
- [FFmpeg-cvslog] Check extradata size on resolution change.
Reimar Döffinger
- [FFmpeg-cvslog] qcelpdec: fix the return value of qcelp_decode_frame().
Chris Rankin
- [FFmpeg-cvslog] Fixed deference of NULL pointer in motionpixels decoder.
Laurent Aimar
- [FFmpeg-cvslog] Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks .
Laurent Aimar
- [FFmpeg-cvslog] Fixed segfaults on corruped smacker streams in the decoder.
Laurent Aimar
- [FFmpeg-cvslog] Fixed invalid read access on extra data in cinepak decoder.
Laurent Aimar
- [FFmpeg-cvslog] Fixed segfault on corrupted smacker streams in the demuxer.
Laurent Aimar
- [FFmpeg-cvslog] segafilm: Check for memory allocation failures in segafilm demuxer.
Laurent Aimar
- [FFmpeg-cvslog] rv34: check that subsequent slices have the same type as first one.
Kostya Shishkov
- [FFmpeg-cvslog] segafilm: Fix potential division by 0 on corrupted segafilm streams in the demuxer.
Laurent Aimar
- [FFmpeg-cvslog] smacker: add forgotten *
Michael Niedermayer
- [FFmpeg-cvslog] Support new ALAC magic cookie in caf files.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Cosmetics: Reindent after last commit.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavf: Do not set cur_dts to undetermined before first_dts has been calculated as this would upset the start_time and first_dts calculation .
Michael Niedermayer
- [FFmpeg-cvslog] lavc: Init AVFrame->opaque to AVCodecContext. opaque in avcodec_default_get_buffer()
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 6411d75 remove AVrp AVin and Shr0 requests, we got samples on trac now.
gitolite
- [FFmpeg-cvslog] Replace all strcasecmp/strncasecmp usages.
Reimar Döffinger
- [FFmpeg-cvslog] Do not use strcpy for "strings" starting with \0.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set frame_size for AMR_NB in mov.
Carl Eugen Hoyos
- [FFmpeg-cvslog] h264: favor coded_width in resolution chnaged checks
Michael Niedermayer
- [FFmpeg-cvslog] id3v2enc: av_strcasecmp()
Michael Niedermayer
- [FFmpeg-cvslog] lavf: fix null pointer dereference in rdt
Michael Niedermayer
- [FFmpeg-cvslog] fmtconvert: fix int32_to_float_fmul_scalar() for windows x86_64
Justin Ruggles
- [FFmpeg-cvslog] avconv: make negative mappings disable only streams from the specified file
Anton Khirnov
- [FFmpeg-cvslog] avconv: add -attach option.
Anton Khirnov
- [FFmpeg-cvslog] avconv: add -dump_attachment option.
Anton Khirnov
- [FFmpeg-cvslog] avcodec: Remove a misplaced and useless attribute_deprecated
Martin Storsjö
- [FFmpeg-cvslog] avfilter: Don't copy garbage from the stack when setting up video pictures.
Alex Converse
- [FFmpeg-cvslog] avcodec: Make sure codec_type is set by avcodec_get_context_defaults2
Martin Storsjö
- [FFmpeg-cvslog] vp6: Fix illegal read.
Alex Converse
- [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] riff: map 0x0038 to amrnb, works on http://video.mopoto.com/4/40/407/40709. avi
Compn
- [FFmpeg-cvslog] qdm2: 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] qcelp: check output buffer size before decoding
Justin Ruggles
- [FFmpeg-cvslog] ff_dv_frame_profile2: Check input buffer size.
Michael Niedermayer
- [FFmpeg-cvslog] MAINTAINERS: new ffplay maintainer
Michael Niedermayer
- [FFmpeg-cvslog] h254: explicitly initialize bit depth/chroma idc
Laurent Aimar
- [FFmpeg-cvslog] mpegvideo: fix position of bottom edge.
Ronald S. Bultje
- [FFmpeg-cvslog] h264: fix fill_colmap() to not store entries mbaff style when the reference is not mbaff at all
Michael Niedermayer
- [FFmpeg-cvslog] h264: fix the size of PPS::chroma_qp_table
Laurent Aimar
- [FFmpeg-cvslog] put_bits: fix invalid shift by 32 in flush_put_bits()
Mans Rullgard
- [FFmpeg-cvslog] aacdec: fix undefined shifts
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] eatgv: fix out of bound reads on corrupted motions vectors.
Laurent Aimar
- [FFmpeg-cvslog] eamad: clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer
Laurent Aimar
- [FFmpeg-cvslog] dca: fix signed overflow in shift
Mans Rullgard
- [FFmpeg-cvslog] eatgv: fix pointer arithmetic overflows.
Laurent Aimar
- [FFmpeg-cvslog] eamad: check for out of bound reads when doing MC
Laurent Aimar
- [FFmpeg-cvslog] eamad: avoid NULL derefence when missing the reference frame.
Laurent Aimar
- [FFmpeg-cvslog] eamad: release the reference frame on video size changes
Laurent Aimar
- [FFmpeg-cvslog] vqavideo: check for invalid/unsupported version
Laurent Aimar
- [FFmpeg-cvslog] vqa: fix double free on corrupted streams
Laurent Aimar
- [FFmpeg-cvslog] vqavideo: check for out of bound reads.
Laurent Aimar
- [FFmpeg-cvslog] qtrle: check for invalid line offset
Laurent Aimar
- [FFmpeg-cvslog] xxan: check for out of bound accesses
Laurent Aimar
- [FFmpeg-cvslog] txd: check for out of bound reads.
Laurent Aimar
- [FFmpeg-cvslog] crc: fix signed overflow
Mans Rullgard
- [FFmpeg-cvslog] qtrle: check for out of bound writes.
Laurent Aimar
- [FFmpeg-cvslog] h264pred: use unsigned types for pixel values, fix signed overflows
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] mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related functions .
Alex Converse
- [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] h264: fix HRD parameters parsing
Mans Rullgard
- [FFmpeg-cvslog] arm: fix av_clipl_int32() asm
Michael Niedermayer
- [FFmpeg-cvslog] mem: fix memalign hack av_realloc()
Michael Niedermayer
- [FFmpeg-cvslog] rtpdec: Fix the minimum packet length for RTCP SR packets
John Brooks
- [FFmpeg-cvslog] rtpdec: Read the packet length for all RTCP packet types
John Brooks
- [FFmpeg-cvslog] mlpdec: validate that the reported channel count matches the actual output
Justin Ruggles
- [FFmpeg-cvslog] truespeech: check to make sure channels == 1
Justin Ruggles
- [FFmpeg-cvslog] mov: Prevent illegal writes when chapter titles are very short.
Alex Converse
- [FFmpeg-cvslog] mov: 10l: Terminate string with 0 not '0'
Alex Converse
- [FFmpeg-cvslog] matroskadec: fix out of bounds write
Ronald S. Bultje
- [FFmpeg-cvslog] vp8: fix return value if update_dimensions fails
Ronald S. Bultje
- [FFmpeg-cvslog] vp8: prevent read from uninitialized memory in decode_mvs
Ronald S. Bultje
- [FFmpeg-cvslog] vp8: force reallocation in update_thread_context after frame size change
Ronald S. Bultje
- [FFmpeg-cvslog] pthread: copy coded frame dimensions in update_context_from_thread
Ronald S. Bultje
- [FFmpeg-cvslog] avio: Check for invalid buffer length.
Alex Converse
- [FFmpeg-cvslog] Fixes avpicture_layout to not write past buffer end.
Matthew Einhorn
- [FFmpeg-cvslog] mpegts: fix return value when enough ts packets have been parsed or when the first PMT has been seen .
Laurent Aimar
- [FFmpeg-cvslog] mpegts: do not return from ff_mpegts_parse_packet() after having seen the first PMT
Laurent Aimar
- [FFmpeg-cvslog] shorten: check for realloc failure
Justin Ruggles
- [FFmpeg-cvslog] shorten: check output buffer size before decoding
Justin Ruggles
- [FFmpeg-cvslog] vorbisdec: check output buffer size before writing output
Justin Ruggles
- [FFmpeg-cvslog] tta: check for extradata allocation failure in tta demuxer
Justin Ruggles
- [FFmpeg-cvslog] resample: Fix overflow
Michael Niedermayer
- [FFmpeg-cvslog] twinvq: check output buffer size before decoding
Justin Ruggles
- [FFmpeg-cvslog] resample2: fix potential overflow
Michael Niedermayer
- [FFmpeg-cvslog] resample: Fix array size
Michael Niedermayer
- [FFmpeg-cvslog] mpegaudiodec: check output data size based on avctx->frame_size
Justin Ruggles
- [FFmpeg-cvslog] apedec: check for filter buffer allocation failure
Justin Ruggles
- [FFmpeg-cvslog] apedec: use unsigned int for 'nblocks' and make sure that it' s within int range
Justin Ruggles
- [FFmpeg-cvslog] apedec: check for data buffer realloc failure
Justin Ruggles
- [FFmpeg-cvslog] apedec: set s->currentframeblocks after validating nblocks
Justin Ruggles
- [FFmpeg-cvslog] atrac1: check output buffer size before decoding
Justin Ruggles
- [FFmpeg-cvslog] atrac1: validate number of channels
Justin Ruggles
- [FFmpeg-cvslog] vp3: fix oob read for negative tokens and memleaks on error.
Ronald S. Bultje
- [FFmpeg-cvslog] binkaudio: add some buffer overread checks.
Justin Ruggles
- [FFmpeg-cvslog] cin audio: validate the channel count
Justin Ruggles
- [FFmpeg-cvslog] asfdec: Check packet_replic_size earlier
Michael Niedermayer
- [FFmpeg-cvslog] snow: emu edge support
Michael Niedermayer
- [FFmpeg-cvslog] Version numbers for 0.8.6
Michael Niedermayer
- [FFmpeg-cvslog] swr: Support flushing last samples out.
Michael Niedermayer
- [FFmpeg-cvslog] swr-test: test flushing
Michael Niedermayer
- [FFmpeg-cvslog] swr: document how flushing works and bump minor version.
Michael Niedermayer
- [FFmpeg-cvslog] ffprobe: Print format specific variables of codecs.
Michael Niedermayer
- [FFmpeg-cvslog] Fix libutvideo wrapper name
Derek Buitenhuis
- [FFmpeg-cvslog] ffmpeg: add -map_channel option.
Clément Bœsch
- [FFmpeg-cvslog] Update for 0.8.5
Michael Niedermayer
- [FFmpeg-cvslog] lavf/utils: fix overestimation of the rational number density.
Michael Niedermayer
- [FFmpeg-cvslog] Do not set codec_tag property for matroska muxers.
Carl Eugen Hoyos
- [FFmpeg-cvslog] H264: hotfix for speedloss on frame threading and h264 files with slices.
Michael Niedermayer
- [FFmpeg-cvslog] configure: remove bashism equality check for target_os.
Clément Bœsch
- [FFmpeg-cvslog] mpegtsenc: Lift limit on PMT PID
Loren Osborn
- [FFmpeg-cvslog] libx264: Fix loop failure due to bufsize becoming 0
Michael Niedermayer
- [FFmpeg-cvslog] vaapi: fix VC-1 decoding (reconstruct bitstream TTFRM correctly).
Gwenole Beauchesne
- [FFmpeg-cvslog] h264: do not let invalid values in h->ref_count after a decoder reset.
Laurent Aimar
- [FFmpeg-cvslog] Merge branch 'release/0.8' into release/0.7
Michael Niedermayer
- [FFmpeg-cvslog] configure: fixes vda compilation issue.
Sebastien Zwickert
- [FFmpeg-cvslog] update versions for 0.7 branch
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 5dae589 download page: ffmpeg 0.7.7 and 0.8.6
gitolite
- [FFmpeg-cvslog] Tag n0.7.7 : FFmpeg 0.7.7 release
git at videolan.org
- [FFmpeg-cvslog] Tag n0.8.6 : FFmpeg 0.8.6 release
git at videolan.org
- [FFmpeg-cvslog] Dirac: Solved problem with make checkheaders
Jordi Ortiz
- [FFmpeg-cvslog] dwt: removed some warnings in make checkheaders
Jordi Ortiz
- [FFmpeg-cvslog] Dirac: Removed goto + some code make up
Jordi Ortiz
- [FFmpeg-cvslog] Dirac: Specific struct initializers in AVCodec initialization
Jordi Ortiz
- [FFmpeg-cvslog] Dirac: Added endif comments
Jordi Ortiz
- [FFmpeg-cvslog] dwt: Code make up, removed gotos
Jordi Ortiz
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 2f67396 index.html: 0.7.7 & 0.8.6
gitolite
- [FFmpeg-cvslog] configure: declare dependency of h264_vaapi_hwaccel on h264_decoder
Diego Biurrun
- [FFmpeg-cvslog] avcodec: Set flags2 default value depending on availability
Martin Storsjö
- [FFmpeg-cvslog] libx264: Set the default of the rc_lookahead option to -1
Martin Storsjö
- [FFmpeg-cvslog] binkaudio: expand quant_table to accommodate all possible values
Justin Ruggles
- [FFmpeg-cvslog] lavfi: issue error if maximum number of filters is reached
Stefano Sabatini
- [FFmpeg-cvslog] lavfi: increase number of maximum registered filters from 64 to 128
Stefano Sabatini
- [FFmpeg-cvslog] lavfi: add volume filter
Stefano Sabatini
- [FFmpeg-cvslog] lavfi: add earwax audio filter, ported from Sox
Mina Nagy Zaki
- [FFmpeg-cvslog] af_earwax: copy input buffer properties to output
Stefano Sabatini
- [FFmpeg-cvslog] af_volume: exp10() is a GNU extension.
Michael Niedermayer
- [FFmpeg-cvslog] examples/filtering: remove #include vsink_buffer.h, the header does not exist
Michael Niedermayer
- [FFmpeg-cvslog] Put strings inside struct instead of extra indirection.
Reimar Döffinger
- [FFmpeg-cvslog] Fix typo in warning message.
Reimar Döffinger
- [FFmpeg-cvslog] APIChanges: fill missing dates and hashes.
Clément Bœsch
- [FFmpeg-cvslog] j2kdec: fix a bunch of const compiler warnings.
Clément Bœsch
- [FFmpeg-cvslog] Replace remaining av_new_stream() with avformat_new_stream().
Clément Bœsch
- [FFmpeg-cvslog] ffprobe: fix const compiler warning.
Clément Bœsch
- [FFmpeg-cvslog] v4l2: add libv4l2 support.
Clément Bœsch
- [FFmpeg-cvslog] ffprobe: use avio_size() instead of deprecated file_size attribute.
Clément Bœsch
- [FFmpeg-cvslog] doc: fix a few typo in the filters section.
Clément Bœsch
- [FFmpeg-cvslog] doc: document v4l and v4l2 aliases.
Clément Bœsch
- [FFmpeg-cvslog] doc: fix typo in previous commit.
Clément Bœsch
- [FFmpeg-cvslog] Add const to static arrays where it was forgotten.
Reimar Döffinger
- [FFmpeg-cvslog] color_table array should be const.
Reimar Döffinger
- [FFmpeg-cvslog] Make rgb_pixfmt_map const.
Reimar Döffinger
- [FFmpeg-cvslog] Make sdl_overlay_pix_fmt_map static const.
Reimar Döffinger
- [FFmpeg-cvslog] Make PIX_FMT format list arrays const.
Reimar Döffinger
- [FFmpeg-cvslog] Make another PixelFormat list const.
Reimar Döffinger
- [FFmpeg-cvslog] Make AMR tables of lookup filter tables const.
Reimar Döffinger
- [FFmpeg-cvslog] Make tab_frw_01234567_sse2 const.
Reimar Döffinger
- [FFmpeg-cvslog] Make fdct_r_row_sse2 const.
Reimar Döffinger
- [FFmpeg-cvslog] Make another static array const.
Reimar Döffinger
- [FFmpeg-cvslog] Make ff_mba_* arrays const.
Reimar Döffinger
- [FFmpeg-cvslog] fix whitespace nits
Peter Ross
- [FFmpeg-cvslog] wtvenc: add @file comment
Peter Ross
- [FFmpeg-cvslog] wtvenc: use ff_put_guid and remove local copy of this function
Peter Ross
- [FFmpeg-cvslog] asfenc: rename put_guid to ff_put_guid
Peter Ross
- [FFmpeg-cvslog] ffplay: Avoid useage of deprecated url_fileno().
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'cus/stable'
Michael Niedermayer
- [FFmpeg-cvslog] h264: fix ssse3 biweight code with weights of 128
Michael Niedermayer
- [FFmpeg-cvslog] Try to set AVFrame.reference to correct values.
Reimar Döffinger
- [FFmpeg-cvslog] Use FFALIGN.
Reimar Döffinger
- [FFmpeg-cvslog] av_lzo1x_decode: properly handle negative buffer length.
Reimar Döffinger
- [FFmpeg-cvslog] Simplify using get_bits_left.
Reimar Döffinger
- [FFmpeg-cvslog] rtjpeg: check get_block return value for error.
Reimar Döffinger
- [FFmpeg-cvslog] nuv: do not use data not initialized by LZO decompression.
Reimar Döffinger
- [FFmpeg-cvslog] nuv: Fix combination of size changes and LZO compression.
Reimar Döffinger
- [FFmpeg-cvslog] Check NUV per-frame header for validity.
Reimar Döffinger
- [FFmpeg-cvslog] Set AVFrame reference before reget_buffer.
Reimar Döffinger
- [FFmpeg-cvslog] Mark AVFilterPad[] compound literals as const.
Reimar Döffinger
- [FFmpeg-cvslog] libvpxenc: Fix "Additional information: g_lag_in_frames out of range [..25] "
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: preserve avg_frame_rate on stream copy.
Michael Niedermayer
- [FFmpeg-cvslog] matroskaenc: base default duration on avg_frame_rate if possible.
Michael Niedermayer
- [FFmpeg-cvslog] src_movie: set the channel layout to default if the codec did not set it.
Nicolas George
- [FFmpeg-cvslog] dshow: support choosing between devices with same name
Ramiro Polla
- [FFmpeg-cvslog] dshow: indent
Ramiro Polla
- [FFmpeg-cvslog] dshow: release filter reference obtained from enumeration
Ramiro Polla
- [FFmpeg-cvslog] dshow: save opened device reference so it may be properly closed
Ramiro Polla
- [FFmpeg-cvslog] dshow: don't print min/max values for fps the wrong way around
Ramiro Polla
- [FFmpeg-cvslog] Fix MMX rgb24 to yuv conversion with gcc 4.6
Mans Rullgard
- [FFmpeg-cvslog] Make DECLARE_ALIGNED macros work with external array specifiers
Måns Rullgård
- [FFmpeg-cvslog] Release notes and changelog for 0.5.5
Reinhard Tartler
- [FFmpeg-cvslog] update version
Reinhard Tartler
- [FFmpeg-cvslog] Fix ff_imdct_calc_sse() on gcc-4.6
Alex Converse
- [FFmpeg-cvslog] backport libvo-aacenc wrapper for aac encoding
Reinhard Tartler
- [FFmpeg-cvslog] oggdec: prevent heap corruption.
Chris Evans
- [FFmpeg-cvslog] libvo-aacenc: Sync up with 0.7.2
Reinhard Tartler
- [FFmpeg-cvslog] Release notes and changelog for 0.6.3
Reinhard Tartler
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/release/0.6' into release/0.6
Michael Niedermayer
- [FFmpeg-cvslog] audioconvert: use + in av_get_channel_layout_string.
Nicolas George
- [FFmpeg-cvslog] Set avctx->coded_width/height to uncropped h264 sizes
Joakim Plate
- [FFmpeg-cvslog] wtvdec: ignore another known guid
Peter Ross
- [FFmpeg-cvslog] avformat: Split out functions from network.h to a new file, network.c
Martin Storsjö
- [FFmpeg-cvslog] avcodec: Allow locking and unlocking an avformat specific mutex
Martin Storsjö
- [FFmpeg-cvslog] avformat: Add ff_tls_init()/deinit() that initialize OpenSSL
Martin Storsjö
- [FFmpeg-cvslog] configure: Allow linking to openssl
Martin Storsjö
- [FFmpeg-cvslog] w32threads: Wrap the mutex functions in inline functions returning int
Martin Storsjö
- [FFmpeg-cvslog] avformat: Initialize gnutls in ff_tls_init()
Martin Storsjö
- [FFmpeg-cvslog] avformat: Add the tls protocol, using OpenSSL or gnutls
Martin Storsjö
- [FFmpeg-cvslog] avformat: Add the https protocol
Martin Storsjö
- [FFmpeg-cvslog] avformat: Add functions for doing global network initialization
Martin Storsjö
- [FFmpeg-cvslog] movenc: Set a correct packet size for AMR-NB mode 15, "no data"
Carl Eugen Hoyos
- [FFmpeg-cvslog] configure: Allow linking to the gnutls library
Martin Storsjö
- [FFmpeg-cvslog] h264: improve calculation of codec delay.
Ronald S. Bultje
- [FFmpeg-cvslog] avfilter: don't abort() on zero-size allocations.
Ronald S. Bultje
- [FFmpeg-cvslog] matroskadec: empty blocks are in fact valid.
Ronald S. Bultje
- [FFmpeg-cvslog] libavfilter: reindent.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: align vertical filtersize by 2 on x86.
Ronald S. Bultje
- [FFmpeg-cvslog] h264_weight: remove duplication functions.
Ronald S. Bultje
- [FFmpeg-cvslog] movdec: Set frame_size for AMR
Carl Eugen Hoyos
- [FFmpeg-cvslog] rtsp: Disable chunked http post through AVOptions
Martin Storsjö
- [FFmpeg-cvslog] http: Remove the custom function for disabling chunked posts
Martin Storsjö
- [FFmpeg-cvslog] lavf: remove commented check in compute_pkt_fields2()
Stefano Sabatini
- [FFmpeg-cvslog] wtvenc: ensure fat tables are padded to the sector boundary
Peter Ross
- [FFmpeg-cvslog] fate: fix mapchan
Michael Niedermayer
- [FFmpeg-cvslog] Fix av_packet_split_side_data.
Reimar Döffinger
- [FFmpeg-cvslog] af_aconvert: fix doc reference to unexisting chlayout.h file
Stefano Sabatini
- [FFmpeg-cvslog] Unscaled Planar RGB -> RGB support in swscale.
Themaister
- [FFmpeg-cvslog] swscale: Fix packed rgb check for planarRgbToRgbWrapper.
Michael Niedermayer
- [FFmpeg-cvslog] swscale: use isByteRGB() to simplify check for palToRgbWrapper.
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 2a530e4 download: Add debian packages
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 401867d web: fix typo "testint"
gitolite
- [FFmpeg-cvslog] dshow: support BI_BITFIELDS compression type
Ramiro Polla
- [FFmpeg-cvslog] rv34: check for size mismatch
Michael Niedermayer
- [FFmpeg-cvslog] Reject audio tracks with invalid interleaver parameters in RM demuxer.
Laurent Aimar
- [FFmpeg-cvslog] Check output buffer size in nellymoser decoder.
Laurent Aimar
- [FFmpeg-cvslog] check all svq3_get_ue_golomb() returns.
Michael Niedermayer
- [FFmpeg-cvslog] Release old pictures after a resolution change in vp5/6 decoder
Laurent Aimar
- [FFmpeg-cvslog] Check for out of bounds writes in the Delphine Software International CIN decoder .
Laurent Aimar
- [FFmpeg-cvslog] Fix out of bound writes in fix_bitshift() of the shorten decoder.
Laurent Aimar
- [FFmpeg-cvslog] Check for out of bound writes in the avs demuxer.
Laurent Aimar
- [FFmpeg-cvslog] Check for out of bound writes in the QDM2 decoder.
Laurent Aimar
- [FFmpeg-cvslog] Check for corrupted data in avs demuxer.
Laurent Aimar
- [FFmpeg-cvslog] Check for invalid update parameters in vmd video decoder.
Laurent Aimar
- [FFmpeg-cvslog] Prevent block size from inreasing in the shorten decoder.
Laurent Aimar
- [FFmpeg-cvslog] h264: do not let invalid values in h-> ref_count on ff_h264_decode_ref_pic_list_reordering() errors.
Laurent Aimar
- [FFmpeg-cvslog] Check for out of bound accesses in the 4xm decoder.
Laurent Aimar
- [FFmpeg-cvslog] h264: fix the check for invalid SPS:num_ref_frames.
Laurent Aimar
- [FFmpeg-cvslog] 0.5: some updates.
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 82d8255 download: FFmpeg 0.5.5
gitolite
- [FFmpeg-cvslog] Tag n0.5.5 : FFmpeg 0.5.5 release
git at videolan.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 6a1231b web: move legal-threats we received to the legal page
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. b47ae30 web: 0.5.5 release announcement
gitolite
- [FFmpeg-cvslog] audioconvert: prefer 5.X over 5.X(side).
Nicolas George
- [FFmpeg-cvslog] swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.
Ronald S. Bultje
- [FFmpeg-cvslog] Update x86inc.asm to latest x264 version, and add AVX symmetry.
Loren Merritt
- [FFmpeg-cvslog] deprecate codec IDs that won't ever be used
Kostya Shishkov
- [FFmpeg-cvslog] cosmetics: insert some spaces in explicit enum value assignments
Kostya Shishkov
- [FFmpeg-cvslog] avstring: Add locale independent implementations of toupper/tolower
Luca Barbato
- [FFmpeg-cvslog] move 8SVX audio codecs to the audio codec list part on the next bump
Kostya Shishkov
- [FFmpeg-cvslog] avstring: Add locale independent implementations of strcasecmp/strncasecmp
Reimar Döffinger
- [FFmpeg-cvslog] Replace all usage of strcasecmp/strncasecmp
Reimar Döffinger
- [FFmpeg-cvslog] avutil: Don't allow using strcasecmp/strncasecmp
Reimar Döffinger
- [FFmpeg-cvslog] Remove leftover includes of strings.h
Martin Storsjö
- [FFmpeg-cvslog] Call avformat_network_init/deinit in the programs
Martin Storsjö
- [FFmpeg-cvslog] openssl: Only use CRYPTO_set_id_callback on OpenSSL < 1.0.0
Martin Storsjö
- [FFmpeg-cvslog] doc/avconv: -sample_fmts, not -help sample_fmts prints the sample formats
Anton Khirnov
- [FFmpeg-cvslog] doc/avconv: elaborate on basic functionality.
Anton Khirnov
- [FFmpeg-cvslog] avconv: fix broken indentation
Anton Khirnov
- [FFmpeg-cvslog] avconv: use file:stream instead of file.stream in log messages.
Anton Khirnov
- [FFmpeg-cvslog] avconv: remove some redundant temporary variables.
Anton Khirnov
- [FFmpeg-cvslog] avconv: move copy_initial_nonkeyframes to the options context.
Anton Khirnov
- [FFmpeg-cvslog] Changelog: update ffmpeg/avconv incompatibility list.
Anton Khirnov
- [FFmpeg-cvslog] Changelog: add more entries.
Anton Khirnov
- [FFmpeg-cvslog] lavf: don't return from void av_update_cur_dts()
Anton Khirnov
- [FFmpeg-cvslog] doc/APIchanges: add missing dates and hashes
Anton Khirnov
- [FFmpeg-cvslog] x86inc: use sse versions of common macros instead of sse2 when applicable
Justin Ruggles
- [FFmpeg-cvslog] avio: print a warning from ffurl_alloc() if no protocols are allocated.
Michael Niedermayer
- [FFmpeg-cvslog] ffprobe: implement and use print_time and print_ts macros
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: introduce print_val() macro, ease readability
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: refactor value_string() to accept an unit_value struct
Stefano Sabatini
- [FFmpeg-cvslog] libutvideo: Don't try and output original_format
Derek Buitenhuis
- [FFmpeg-cvslog] libutvideodec: remove impossible pix_fmt case
Derek Buitenhuis
- [FFmpeg-cvslog] fate: add --timeout=60 --contimeout=60 to fate-rsync
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. b3050ca bugreports: its incoming not upload
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 541fdc6 as directory creation isnt possible, remove those instructions
gitolite
- [FFmpeg-cvslog] libutvideodec: Fix name of extradata member
Derek Buitenhuis
- [FFmpeg-cvslog] libutvideodec: Width and height don't need to be unsigned
Derek Buitenhuis
- [FFmpeg-cvslog] libutvideodec: Fix typo
Derek Buitenhuis
- [FFmpeg-cvslog] libutvideodec: Make buf_size local
Derek Buitenhuis
- [FFmpeg-cvslog] libutvideodec: Remove CODEC_CAP_LOSSLESS
Derek Buitenhuis
- [FFmpeg-cvslog] libutvideodec: Check if the decode initializes correctly
Derek Buitenhuis
- [FFmpeg-cvslog] libavformat: add support for G726 audio decoder in RTP and RTSP streams
Miroslav Slugeň
- [FFmpeg-cvslog] mpegaudiodec: move imdct36() to MPADSPContext
Vitor Sessak
- [FFmpeg-cvslog] mpegaudiodec: add SSE-optimized imdct36()
Vitor Sessak
- [FFmpeg-cvslog] proresenc: fix typo that caused the wrong dimensions to be used.
Michael Niedermayer
- [FFmpeg-cvslog] flvdec: skip duplicate indexes
Michael Niedermayer
- [FFmpeg-cvslog] v4l2: fix uninitialized variable
Michael Niedermayer
- [FFmpeg-cvslog] dsputil: use cpuflags in x86 versions of vector_clip_int32()
Justin Ruggles
- [FFmpeg-cvslog] rtsp: Discard the dynamic handler, if it has an alloc function which failed
Martin Storsjö
- [FFmpeg-cvslog] rdt: Check the return value of avformat_open
Martin Storsjö
- [FFmpeg-cvslog] avformat: Revise wording
Martin Storsjö
- [FFmpeg-cvslog] avformat: Warn about using network functions without calling avformat_network_init
Martin Storsjö
- [FFmpeg-cvslog] msmpeg4: Don't set up run-level info for level 0.
Alex Converse
- [FFmpeg-cvslog] mpeg12enc: Don't set up run-level info for level 0.
Alex Converse
- [FFmpeg-cvslog] rdt: Set AVFMT_NOFILE on ff_rdt_demuxer
Martin Storsjö
- [FFmpeg-cvslog] mpeg12enc: Remove write-only variables.
Alex Converse
- [FFmpeg-cvslog] matroskaenc: Make sure the seekhead struct is freed even on seek failure
Martin Storsjö
- [FFmpeg-cvslog] BMV demuxer and decoder
Kostya Shishkov
- [FFmpeg-cvslog] avformat: Avoid a warning about mixed declarations and code
Martin Storsjö
- [FFmpeg-cvslog] Revert "Warn the user if lowres > max_lowres, set lowres to max_lowres and continue"
Michael Niedermayer
- [FFmpeg-cvslog] Support decoding transport streams from Sony NXCAM.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support decoding "m1v " mpeg1video in mov.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Check for OOM after av_mallocz() in ff_interleave_add_packet().
Carl Eugen Hoyos
- [FFmpeg-cvslog] Revert "lavc: Init AVFrame->opaque to AVCodecContext. opaque in avcodec_default_get_buffer()"
Michael Niedermayer
- [FFmpeg-cvslog] flv: Skip invalid index
Michael Niedermayer
- [FFmpeg-cvslog] Do not call parse_keyframes_index with NULL stream.
Reimar Döffinger
- [FFmpeg-cvslog] mpegvideo probe: fix slice counting
Michael Niedermayer
- [FFmpeg-cvslog] mpegvideo_probe: count video and audio pes seperately
Michael Niedermayer
- [FFmpeg-cvslog] mpegvideo_probe: dont be too picky on spec compliance and the lack of system startcodes.
Michael Niedermayer
- [FFmpeg-cvslog] mpegvideo_probe: Getting rid of the use of GCC language extensions
Michael Niedermayer
- [FFmpeg-cvslog] Fix nonsense buffer hints.
Reimar Döffinger
- [FFmpeg-cvslog] mpegvideo_probe: reduce score for invalid streams
Michael Niedermayer
- [FFmpeg-cvslog] fraps: check for overread
Michael Niedermayer
- [FFmpeg-cvslog] Use more accurate conversion for rgb15/16 to rgb24/32 (C/MMX).
Themaister
- [FFmpeg-cvslog] New commits on branch oldabi
Git System
- [FFmpeg-cvslog] avplay: reset rdft when closing stream.
Justin Ruggles
- [FFmpeg-cvslog] doc/git-howto: expand format-patch and send-email notes.
Anton Khirnov
- [FFmpeg-cvslog] lavf: expand doxy for some AVFormatContext fields.
Anton Khirnov
- [FFmpeg-cvslog] x86: drop pointless ARCH_X86 #ifdef from files in x86 subdirectory
Diego Biurrun
- [FFmpeg-cvslog] Remove redundant filename self-references inside files.
Diego Biurrun
- [FFmpeg-cvslog] mace: only calculate output buffer size once
Justin Ruggles
- [FFmpeg-cvslog] ra288: use memcpy() to copy decoded samples to output
Justin Ruggles
- [FFmpeg-cvslog] ra288: utilize DSPContext.vector_fmul()
Justin Ruggles
- [FFmpeg-cvslog] ra288: return error if input buffer is too small
Justin Ruggles
- [FFmpeg-cvslog] indeo3data: add missing config.h #include for HAVE_BIGENDIAN
Diego Biurrun
- [FFmpeg-cvslog] mpegts: set stream id on just created stream, not an unrelated variable
Anton Khirnov
- [FFmpeg-cvslog] mxfdec: Fix comparison of unsigned expression < 0.
Alex Converse
- [FFmpeg-cvslog] indeo3: Fix a fencepost error.
Alex Converse
- [FFmpeg-cvslog] tls: Use ERR_get_error() in do_tls_poll
Martin Storsjö
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. b94af1b title caps headings for consistency
gitolite
- [FFmpeg-cvslog] Fix segfault on UDP reading
Andrey Utkin
- [FFmpeg-cvslog] udp: simplify 7a032cb97f743a651138d2da6214c79e0ce089dd
Michael Niedermayer
- [FFmpeg-cvslog] ra288: try to fix 10l typo that breaks compile on some platforms
Michael Niedermayer
- [FFmpeg-cvslog] Check extradata_size before accessing extradata.
Carl Eugen Hoyos
- [FFmpeg-cvslog] pthreads: drop has_b_frames mangling, its buggy in many many ways,
Michael Niedermayer
- [FFmpeg-cvslog] Revert commit 0bc391281ad80d4eb365f3d8978637b07003e8dc
Michael Niedermayer
- [FFmpeg-cvslog] fraps: fix memleak
Michael Niedermayer
- [FFmpeg-cvslog] fraps: check overread per sample instead of per line
Michael Niedermayer
- [FFmpeg-cvslog] ffplay: limit lowres to the maximum supported. Fixes Ticket591
Michael Niedermayer
- [FFmpeg-cvslog] audioconvert: make av_get_channel_layout accept composite names.
Nicolas George
- [FFmpeg-cvslog] vda: set destination image buffer attributes.
Sebastien Zwickert
- [FFmpeg-cvslog] lowercase FRWU string
ami_stuff
- [FFmpeg-cvslog] vf_fade: add support to options parsing
Mark Himsley
- [FFmpeg-cvslog] vf_fade: add alpha option and alpha fading support
Mark Himsley
- [FFmpeg-cvslog] vf_fade: reindent after previous commit
Stefano Sabatini
- [FFmpeg-cvslog] vc1dec: take ME precision into account while scaling MV predictors.
shahriman AMS
- [FFmpeg-cvslog] vc1dec: Partial rewrite of vc1_pred_mv()
shahriman AMS
- [FFmpeg-cvslog] vc1dec: use correct hybrid prediction threshold.
shahriman AMS
- [FFmpeg-cvslog] lavf: don't leak corrupted packets
Andrey Utkin
- [FFmpeg-cvslog] vc1dec: move an if() block.
shahriman AMS
- [FFmpeg-cvslog] VC1: Add bottom field offset to block_index[] to avoid rewriting (+10L)
shahriman AMS
- [FFmpeg-cvslog] udp: Allow specifying the local IP address
Martin Storsjö
- [FFmpeg-cvslog] sipr: do not needlessly set *data_size to 0 when returning an error
Justin Ruggles
- [FFmpeg-cvslog] sipr: set mode based on block_align instead of bit_rate
Justin Ruggles
- [FFmpeg-cvslog] sipr: use a function pointer to select the decode_frame function
Justin Ruggles
- [FFmpeg-cvslog] smackaud: clip output samples
Justin Ruggles
- [FFmpeg-cvslog] smackaud: use sign_extend() for difference value instead of casting
Justin Ruggles
- [FFmpeg-cvslog] smackaud: use uint8_t* for 8-bit output buffer type
Justin Ruggles
- [FFmpeg-cvslog] ra288: fix formatting of LOCAL_ALIGNED_16
Justin Ruggles
- [FFmpeg-cvslog] ra144enc: add sample_fmts list to ff_ra_144_encoder
Justin Ruggles
- [FFmpeg-cvslog] avcodec: add support for planar signed 8-bit PCM.
Justin Ruggles
- [FFmpeg-cvslog] lavc: update AVCodecContext.delay documentation
Michael Niedermayer
- [FFmpeg-cvslog] pthreads: export the delay that was previously exported by mangling has_b_frames through
Michael Niedermayer
- [FFmpeg-cvslog] mpeg4videodec: fix lml4 and frame threading without -vsync 0
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: update timestamping code to handle frame threads
Michael Niedermayer
- [FFmpeg-cvslog] Fix some 1bit bmp samples, they are palletised.
Carl Eugen Hoyos
- [FFmpeg-cvslog] doc: update examples to use -b:v or -b:a
Lou Logan
- [FFmpeg-cvslog] golomb: Fix overread in get_ur_golomb_jpegls()
Nir Ben David
- [FFmpeg-cvslog] cook: fix apparent typo in extradata parsing
K.Y.H
- [FFmpeg-cvslog] avc: fix memory errors when encoding invalid h264 codecdata
John Brooks
- [FFmpeg-cvslog] avio: Free URLContext private data allocated via AVOptions
Martin Storsjö
- [FFmpeg-cvslog] crypto: Don't manually free memory allocated via AVOptions
Martin Storsjö
- [FFmpeg-cvslog] rtsp: Set http custom headers via the AVOption
Martin Storsjö
- [FFmpeg-cvslog] http: Remove the now unused ff_http_set_headers custom function
Martin Storsjö
- [FFmpeg-cvslog] http: Change an error log message to a warning
Martin Storsjö
- [FFmpeg-cvslog] http: Make custom headers settable via an AVOption
Martin Storsjö
- [FFmpeg-cvslog] mms: Set http custom headers via the AVOption
Martin Storsjö
- [FFmpeg-cvslog] http: use different classes for http and https.
Anton Khirnov
- [FFmpeg-cvslog] tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCK
Anton Khirnov
- [FFmpeg-cvslog] crypto: add decoding flag to options.
Anton Khirnov
- [FFmpeg-cvslog] avconv: remove some codec-specific hacks
Anton Khirnov
- [FFmpeg-cvslog] http: Add encoding/decoding flags to the AVOptions
Anton Khirnov
- [FFmpeg-cvslog] http: Change the chunksize AVOption into chunked_post
Martin Storsjö
- [FFmpeg-cvslog] sunrast: Check for invalid/corrupted bitstream
Laurent Aimar
- [FFmpeg-cvslog] http: Don't add a Range: bytes=0- header for POST
Martin Storsjö
- [FFmpeg-cvslog] vorbisdec: return proper error codes instead of made-up ones
Justin Ruggles
- [FFmpeg-cvslog] vorbisdec: remove unneeded buf_size==0 check
Justin Ruggles
- [FFmpeg-cvslog] vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE check
Justin Ruggles
- [FFmpeg-cvslog] truespeech: use memmove() in truespeech_update_filters()
Justin Ruggles
- [FFmpeg-cvslog] apedec: remove unneeded entropy decoder normalization.
Justin Ruggles
- [FFmpeg-cvslog] apedec: check output buffer size after calculating actual output size
Justin Ruggles
- [FFmpeg-cvslog] apedec: do not needlessly copy s->samples to nblocks.
Justin Ruggles
- [FFmpeg-cvslog] apedec: consume the whole packet when copying to the decoder buffer.
Justin Ruggles
- [FFmpeg-cvslog] atrac1: use correct context for av_log()
Justin Ruggles
- [FFmpeg-cvslog] mpc7: Fix memset call in mpc7_decode_frame function
Alex Converse
- [FFmpeg-cvslog] aes: Avoid illegal read and don't generate more key than we use.
Alex Converse
- [FFmpeg-cvslog] tls: Use the URLContext as logging context
Martin Storsjö
- [FFmpeg-cvslog] doc: update libavfilter documentation
Luca Barbato
- [FFmpeg-cvslog] Cosmetics
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Analysis and spec comparison
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Add buffers to context necessary for reverting cdmls and mclms filter
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Implement clear_codec_buffers()
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Add missing syntax elements to WmallDecodeCtx
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Add .recent syntax element to cdlms struct
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Implement reset_codec()
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Implement lms_update()
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Replace placeholders with actual calls to clear_codec_buffers() and reset_codec()
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Implement lms_predict()
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Output decoded residues
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Log index for each line of output
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Implement use_high_update_speed() and use_normal_update_speed()
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Log tile size
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Initialize num_logged_tiles and remove unnecessary codes
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] ffmpeg: get rid of deprecated warnings due to AVOption useage.
Michael Niedermayer
- [FFmpeg-cvslog] avutil: add av_noreturn
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: check debug scanf() return value.
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: use av_noreturn
Michael Niedermayer
- [FFmpeg-cvslog] ffplay: use av_noreturn
Michael Niedermayer
- [FFmpeg-cvslog] ffserver: use av_noreturn
Michael Niedermayer
- [FFmpeg-cvslog] ffprobe: use av_noreturn
Michael Niedermayer
- [FFmpeg-cvslog] sws: Fix compilation with disabled MMX2
Michael Niedermayer
- [FFmpeg-cvslog] vda: use fast reallocation.
Sebastien Zwickert
- [FFmpeg-cvslog] yadif: reject reuse2 buffers as we cant use frames that change under our
Michael Niedermayer
- [FFmpeg-cvslog] yadif, its 2011
Michael Niedermayer
- [FFmpeg-cvslog] Set palette for 1bit pcx.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Make PAL8 pcx images opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] asfenc: Use wmav2 audio codec by default.
ami_stuff
- [FFmpeg-cvslog] avfilter: add mandelbrot fraktal source
Michael Niedermayer
- [FFmpeg-cvslog] avfilter: bump minor for mandelbrot
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: make bailout a variable
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: support different outer coloring methods.
Michael Niedermayer
- [FFmpeg-cvslog] Never use MP3 as default audio codec for asf.
ami_stuff
- [FFmpeg-cvslog] mandelbrot: fix typo that led to hardcoded max iteration count.
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: make 2 variables const
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: add a end_scale and pts so we can zoom in.
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: center coordinate reference on the images center
Michael Niedermayer
- [FFmpeg-cvslog] Use AC-3 as default codec for wtv.
Carl Eugen Hoyos
- [FFmpeg-cvslog] vble: remove vble_error_close
Janne Grunau
- [FFmpeg-cvslog] VBLE Decoder
Derek Buitenhuis
- [FFmpeg-cvslog] AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio)
Mike Melanson
- [FFmpeg-cvslog] AVOptions: don't return an invalid option when option list is empty
Anton Khirnov
- [FFmpeg-cvslog] http: Handle proxy authentication
Martin Storsjö
- [FFmpeg-cvslog] swscale: add padding to conversion buffer.
Sean McGovern
- [FFmpeg-cvslog] rtpdec: Simplify finalize_packet
John Brooks
- [FFmpeg-cvslog] http: Print an error message for Authorization Required, too
Martin Storsjö
- [FFmpeg-cvslog] twinvq: check for allocation failure in init_mdct_win()
Justin Ruggles
- [FFmpeg-cvslog] vqf: do not set bits_per_coded_sample for TwinVQ.
Justin Ruggles
- [FFmpeg-cvslog] vqf/twinvq: pass vqf COMM chunk info in extradata
Justin Ruggles
- [FFmpeg-cvslog] dpcm: remove unneeded buf_size==0 check.
Justin Ruggles
- [FFmpeg-cvslog] dpcm: do not try to decode empty packets
Justin Ruggles
- [FFmpeg-cvslog] twinvq: add SSE/AVX optimized sum/difference stereo interleaving
Justin Ruggles
- [FFmpeg-cvslog] mpc7: only support stereo input.
Justin Ruggles
- [FFmpeg-cvslog] shorten: do not modify samples pointer when interleaving
Justin Ruggles
- [FFmpeg-cvslog] tta: use an integer instead of a pointer to iterate output samples
Justin Ruggles
- [FFmpeg-cvslog] vble: use LUT for vble_read_reverse_unary()
Michael Niedermayer
- [FFmpeg-cvslog] vble: change variable to int, its slightly faster and int is preferable if no specific size is needed.
Michael Niedermayer
- [FFmpeg-cvslog] vble: remove vble_read_reverse_unary(), the code is a bit simpler this way
Michael Niedermayer
- [FFmpeg-cvslog] vble: move get_bits_left() check out of inner loop, we can perform the check completely before the loop.
Michael Niedermayer
- [FFmpeg-cvslog] vble: remove len array, its unneeded
Michael Niedermayer
- [FFmpeg-cvslog] vble: remove unused variable len.
Michael Niedermayer
- [FFmpeg-cvslog] vble: remove flags copy, its not used in any speed relevant code.
Michael Niedermayer
- [FFmpeg-cvslog] jvdec: set alpha component
Peter Ross
- [FFmpeg-cvslog] set ff_cga_palette and ff_ega_palette alpha component
Peter Ross
- [FFmpeg-cvslog] mandelbrot: more interresting zoom coordinates borrowed from wikipedia.
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: use cache to avoid recalculating points.
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: detect cycles to speed up interior rendering.
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: Only use cycle detection if previous pixel was an interior pixel
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: increase default maxiter to 1024
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: increase default maxiter
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: increase resolution, and decrease zoom speed to maintain the cpu requirement.
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: increase cache size
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: Print a note if the cache is too small
Michael Niedermayer
- [FFmpeg-cvslog] Do not try to read 16bit gray png files with alpha channel.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set Bethesda VID palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set BFI palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set Discworld II BMV palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set Interplay C93 palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set CD Graphics palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix Chronomaster DFA palette.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set Chronomaster DFA palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set Delphine Software International CIN palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set Electronic Arts CMV palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set ScummVM DXA palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set Electronic Arts TGV palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set FLI/FLC Animation palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set KMVC palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set American Laser Games MM palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set QuickDraw palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set RL2 palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set Smacker palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set Sun Rasterfile palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set Tiertex Limited SEQ palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set TIFF default grascale palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set Beam Software VB palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set Sierra VMD palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set Westwood Studios VQA palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set AVS palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set Psygnosis YOP palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Increase Psygnosis YOP palette dynamics.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Increase AVS palette dynamics.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Increase Bitmap Brothers JV palette dynamics.
Carl Eugen Hoyos
- [FFmpeg-cvslog] mandelbrot: fix sscanf format string
Giorgio Vazzana
- [FFmpeg-cvslog] Trivial: j2kenc: fix compiler warning
Dominique Leuenberger
- [FFmpeg-cvslog] RELEASE: bump to 0.8.6.git after the release
Dominique Leuenberger
- [FFmpeg-cvslog] h264: Use mismatching frame numbers in fields to synchronize the
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: add missing options to the parsing code
Giorgio Vazzana
- [FFmpeg-cvslog] mandelbrot: remove unused variables
Giorgio Vazzana
- [FFmpeg-cvslog] Force opaque alpha channel for 32bit x11grab image.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set second Delphine Software International CIN palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set more KMVC palettes opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set some Pictor/PC Paint palettes opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] mkvtimestamp v2 muxer: rename so as to avoid confusion with SMPTE timecodes .
Michael Niedermayer
- [FFmpeg-cvslog] mkvtimestamp v2 muxer: remove unneeded prefixes
Michael Niedermayer
- [FFmpeg-cvslog] Increase Bethesda VID palette dynamics.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Increase eXtended BINary text palette dynamics.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Increase FLI/FLC Animation palette dynamics for some samples.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Increase Pictor/PC Paint palette dynamics.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Increase Westwood Studios VQA palette dynamics.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Increase Sierra VMD palette dynamics.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Cosmetics: Increase readability.
Carl Eugen Hoyos
- [FFmpeg-cvslog] mandelbrot: use period detection depening on left pixel and not the
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: only check periodicity once for each period instead of twice.
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: unroll the innermost loop once.
Michael Niedermayer
- [FFmpeg-cvslog] lavc: add supports of OS/2 threads
KO Myung-Hun
- [FFmpeg-cvslog] mandelbrot: correct and simplify the formula used in NORMALIZED_ITERATION_COUNT
Giorgio Vazzana
- [FFmpeg-cvslog] mandelbrot: add SQR() macro
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: only check bailout once every 2 iterations.
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: Add inner variable & enum for inner coloring schemes.
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: allow visualizing the period of converged points.
Michael Niedermayer
- [FFmpeg-cvslog] MAINTAINER: add libavfilter section and add myself to yadif & mandelbrot
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: remove always-false condition in fill_from_cache
Giorgio Vazzana
- [FFmpeg-cvslog] vsrc_mandelbrot: set options through the opt framework
Stefano Sabatini
- [FFmpeg-cvslog] vf_transpose: avoid multiple calls to avfilter_draw_slice()
Stefano Sabatini
- [FFmpeg-cvslog] doc: drop "./" binary prefixes.
Clément Bœsch
- [FFmpeg-cvslog] doc: replace an "avconv" reference with "ffmpeg" in indevs.
Clément Bœsch
- [FFmpeg-cvslog] doc: prettyfy the texi2html documentation
Luca Barbato
- [FFmpeg-cvslog] swscale: handle unaligned buffers in yuv2plane1
Ronald S. Bultje
- [FFmpeg-cvslog] avio: Add AVIOInterruptCB
Martin Storsjö
- [FFmpeg-cvslog] avio: Add an internal utility function for checking the new interrupt callback
Martin Storsjö
- [FFmpeg-cvslog] avformat: Use ff_check_interrupt
Martin Storsjö
- [FFmpeg-cvslog] texi2html: remove stray \n
Luca Barbato
- [FFmpeg-cvslog] avio: Add an AVIOInterruptCB parameter to ffurl_open/ffurl_alloc
Martin Storsjö
- [FFmpeg-cvslog] avio: add and use ffurl_protocol_next().
Anton Khirnov
- [FFmpeg-cvslog] avio: add support for passing options to protocols.
Anton Khirnov
- [FFmpeg-cvslog] avio: add avio_open2, taking an interrupt callback and options
Martin Storsjö
- [FFmpeg-cvslog] avformat: Pass the interrupt callback on to chained muxers/demuxers
Martin Storsjö
- [FFmpeg-cvslog] avformat: Use avio_open2, pass the AVFormatContext interrupt_callback onwards
Martin Storsjö
- [FFmpeg-cvslog] lavf: pass options from AVFormatContext to avio.
Anton Khirnov
- [FFmpeg-cvslog] pad: fix format string length
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: avoid INFINITY as openbsd seems not to like it.
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: add math.h for log2()
Michael Niedermayer
- [FFmpeg-cvslog] Rename remaining ByteIOContext to AVIOContext.
Clément Bœsch
- [FFmpeg-cvslog] Rename remaining url_fseek to avio_seek.
Clément Bœsch
- [FFmpeg-cvslog] Rename remaining url_fsize to avio_size.
Clément Bœsch
- [FFmpeg-cvslog] Rename remaining url_ftell to avio_tell.
Clément Bœsch
- [FFmpeg-cvslog] Rename remaining get_byte to avio_r8.
Clément Bœsch
- [FFmpeg-cvslog] Rename remaining av_metadata_set2 to av_dict_set.
Clément Bœsch
- [FFmpeg-cvslog] Rename remaining get_buffer to avio_read.
Clément Bœsch
- [FFmpeg-cvslog] Rename remaining get_le16 to avio_rl16.
Clément Bœsch
- [FFmpeg-cvslog] Rename remaining get_le32 to avio_rl32.
Clément Bœsch
- [FFmpeg-cvslog] Use AVIOContext.seekable instead of deprecated url_is_streamed.
Clément Bœsch
- [FFmpeg-cvslog] Rename remaining url_fskip to avio_skip.
Clément Bœsch
- [FFmpeg-cvslog] diracdec: fix empty data units.
Michael Niedermayer
- [FFmpeg-cvslog] vble: move 2nd pass bitreading into vble_restore_plane()
Michael Niedermayer
- [FFmpeg-cvslog] vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to be used.
Michael Niedermayer
- [FFmpeg-cvslog] mp3enc: simplify mp3_write_xing()
Michael Niedermayer
- [FFmpeg-cvslog] mp3enc: Try to use a matching bitrate in the xing header.
Michael Niedermayer
- [FFmpeg-cvslog] swr: set the default used_ch_count value to zero.
Clément Bœsch
- [FFmpeg-cvslog] vda: undef Picture.
Sebastien Zwickert
- [FFmpeg-cvslog] vda: reordering headers inclusion.
Sebastien Zwickert
- [FFmpeg-cvslog] configure: add vda dependencies.
Sebastien Zwickert
- [FFmpeg-cvslog] vda: removes useless casts.
Sebastien Zwickert
- [FFmpeg-cvslog] vda: cosmetic.
Sebastien Zwickert
- [FFmpeg-cvslog] vda: check allocation result.
Sebastien Zwickert
- [FFmpeg-cvslog] vda: get correctly the frame from h264 context.
Sebastien Zwickert
- [FFmpeg-cvslog] amovie: avoid crash in amovie_request_frame() if no samplesref is available
Stefano Sabatini
- [FFmpeg-cvslog] vda: use K&R style.
Clément Bœsch
- [FFmpeg-cvslog] asfdec: restore timestamp reading code
Michael Niedermayer
- [FFmpeg-cvslog] asfdec: use dts for seeking.
Michael Niedermayer
- [FFmpeg-cvslog] mpeg4videodec: dont treat empty frames as errors for QMP4, it seems thats normal.
Michael Niedermayer
- [FFmpeg-cvslog] mpegaudio: prettify avpriv_mpa_bitrate_tab
Michael Niedermayer
- [FFmpeg-cvslog] asfdec: avoid unused variable warning.
Michael Niedermayer
- [FFmpeg-cvslog] doc: add support for an optional navigation bar in texi2html pages
Janne Grunau
- [FFmpeg-cvslog] hwaccel: OS X Video Decoder Acceleration (VDA) support.
Sebastien Zwickert
- [FFmpeg-cvslog] lavf: simplify format_child_class_next()
Luca Barbato
- [FFmpeg-cvslog] binkvideo: simplify and remove invalid shifts
Mans Rullgard
- [FFmpeg-cvslog] pulse: compute frame_duration once and fix it
Luca Barbato
- [FFmpeg-cvslog] mpegts: Completely ignore H222 spec and consider reserved adaption
Michael Niedermayer
- [FFmpeg-cvslog] asfdec: mark only ts1 as av_unused
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: Fix "warning: passing argument 2 of ‘draw_mandelbrot =?UTF-8?Q?=E2=80=99=20from=20incompatible?==?UTF-8?Q?=20pointer=20type?="
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: add "fractal" to the description
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: add inner drawing method to show converence time
Michael Niedermayer
- [FFmpeg-cvslog] Update my GnuPG fingerprint.
Panagiotis H.M. Issaris
- [FFmpeg-cvslog] Fix seeking when using Apple HTTP Live Streaming
Panagiotis H.M. Issaris
- [FFmpeg-cvslog] mandelbrot: add mincol inner coloring method.
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: make mincol the default.
Michael Niedermayer
- [FFmpeg-cvslog] mandelbrot: add dither to convergence & mincol colorings.
Michael Niedermayer
- [FFmpeg-cvslog] opt: Fix *av_opt_find2(NULL)
Michael Niedermayer
- [FFmpeg-cvslog] diracdec: obmc accesses arent aligned for all files.
Michael Niedermayer
- [FFmpeg-cvslog] ffprobe: force display of missing fields, depending on writer.flags
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: add compact writer
Stefano Sabatini
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 57e3670 about.html: add libswresample. Based on and copied of the swscale text.
gitolite
- [FFmpeg-cvslog] lavf: if timestamps are invalid (pts=dts) only drop dts.
Michael Niedermayer
- [FFmpeg-cvslog] mpegaudiodec: init static tables in AVCodec.init_static_data()
Justin Ruggles
- [FFmpeg-cvslog] cosmetics: indentation
Justin Ruggles
- [FFmpeg-cvslog] lavf: fix multiplication overflow in avformat_find_stream_info()
Mans Rullgard
- [FFmpeg-cvslog] wma: Check channel number before init.
Michael Niedermayer
- [FFmpeg-cvslog] swr: rename resample2 to resample.
Clément Bœsch
- [FFmpeg-cvslog] swr: move format convert code to dedicated functions.
Clément Bœsch
- [FFmpeg-cvslog] swr: use designated initializers for the class.
Clément Bœsch
- [FFmpeg-cvslog] swr: replace deprecated av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().
Clément Bœsch
- [FFmpeg-cvslog] swr: replace deprecated av_set_int() with av_opt_set_int().
Clément Bœsch
- [FFmpeg-cvslog] swr: replace deprecated av_opt_set_defaults2() with av_opt_set_defaults().
Clément Bœsch
- [FFmpeg-cvslog] cleanup: remove various double end '; ' all over the code.
Clément Bœsch
- [FFmpeg-cvslog] lavfi: fix misc typo in avfilter.h header.
Clément Bœsch
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. e1ca1c3 add bino - the 3d player that uses ffmpeg
gitolite
- [FFmpeg-cvslog] mandelbrot: make mincol description and code match.
Michael Niedermayer
- [FFmpeg-cvslog] Add another special case to the Cinepak video decoder so that it can handle the following file :
Mike Melanson
- [FFmpeg-cvslog] cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0
Michael Niedermayer
- [FFmpeg-cvslog] ffprobe: add csv writer
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: apply misc cosmetics to compact writer definition
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: make Writers constant.
Clément Bœsch
- [FFmpeg-cvslog] ffprobe: small align cosmetic in json writer struct init.
Clément Bœsch
- [FFmpeg-cvslog] cinepak: simplify, use FFMIN()
Michael Niedermayer
- [FFmpeg-cvslog] cinepak, simplify, use AV_RB24()
Michael Niedermayer
- [FFmpeg-cvslog] cinepak: remove redundant coordinate checks
Michael Niedermayer
- [FFmpeg-cvslog] cinepak: check strip_size
Michael Niedermayer
- [FFmpeg-cvslog] h264: rewrite has_b_frame calculation code,
Michael Niedermayer
- [FFmpeg-cvslog] h264: reset last_pocs on IDRs
Michael Niedermayer
- [FFmpeg-cvslog] h264: minor simplification
Michael Niedermayer
- [FFmpeg-cvslog] h264: migrate poc gap based has_b_frames calculation into new has_b_frame calculation code .
Michael Niedermayer
- [FFmpeg-cvslog] lagarith: Add correct line prediction for RGB
Nathan Caldwell
- [FFmpeg-cvslog] lagarith: add some RGBA decoding support
Kostya Shishkov
- [FFmpeg-cvslog] cinepak: Add another special case so that it can handle the following file:
Mike Melanson
- [FFmpeg-cvslog] avutil: Add av_timegm as a public function
Martin Storsjö
- [FFmpeg-cvslog] avformat: Interpret times in ff_iso8601_to_unix_time as UTC
Martin Storsjö
- [FFmpeg-cvslog] mpegaudiodec: Don't use a nonexistent log context for av_dlog
Martin Storsjö
- [FFmpeg-cvslog] avformat: Accept the ISO8601 separate format as input, too
Martin Storsjö
- [FFmpeg-cvslog] mjpeg: support mpo
Michael Niedermayer
- [FFmpeg-cvslog] h264: fix cur_chroma_format_idc with slice multithreading.
Michael Niedermayer
- [FFmpeg-cvslog] swr: make audio convert code explicitely private.
Clément Bœsch
- [FFmpeg-cvslog] swr: fix #endif comment ref.
Clément Bœsch
- [FFmpeg-cvslog] swr: drop 'AV' prefix from ResampleContext.
Clément Bœsch
- [FFmpeg-cvslog] swr: use "swri_" prefix instead of "swr_" for the private API.
Clément Bœsch
- [FFmpeg-cvslog] swr: make swr_* functions match the prototypes.
Clément Bœsch
- [FFmpeg-cvslog] swr: start doxycommenting the API.
Clément Bœsch
- [FFmpeg-cvslog] swr: use int16_t instead of short for resampling.
Clément Bœsch
- [FFmpeg-cvslog] swr: bump minor version.
Clément Bœsch
- [FFmpeg-cvslog] swr: rename swr_alloc2() to swr_alloc_set_opts().
Clément Bœsch
- [FFmpeg-cvslog] swr: fix "control reaches end of non-void function" compiler warning.
Clément Bœsch
- [FFmpeg-cvslog] Do not try to read total disc or track number if data atom is too short.
Carl Eugen Hoyos
- [FFmpeg-cvslog] libopenjpeg: rename decoder source file.
Michael Bradshaw
- [FFmpeg-cvslog] swr: use av_opt_set_int() instead of manual assignments in swr_alloc_set_opts().
Clément Bœsch
- [FFmpeg-cvslog] swr: doxycomment public API.
Clément Bœsch
- [FFmpeg-cvslog] swr: correctly raise rematrix AVERROR.
Clément Bœsch
- [FFmpeg-cvslog] swr: surround mixing is obviously used, fix comment.
Clément Bœsch
- [FFmpeg-cvslog] aacdec: Avoid unneeded reinit due to ADTS headers
Michael Niedermayer
- [FFmpeg-cvslog] doc: reword and clarify default stream selection.
Tim Nicholson
- [FFmpeg-cvslog] swr: introduce a public function to customize the channel mapping.
Clément Bœsch
- [FFmpeg-cvslog] swr: move code to avoid resample forward declaration.
Clément Bœsch
- [FFmpeg-cvslog] swr: doxument matrix fields.
Michael Niedermayer
- [FFmpeg-cvslog] ac3probe: Detect Sonic Foundry Soft Encode AC3 as raw AC3.
Michael Niedermayer
- [FFmpeg-cvslog] libutvideo: use K&R style.
Clément Bœsch
- [FFmpeg-cvslog] sws: handle jpeg pixel formats in sws_init_context()
Michael Niedermayer
- [FFmpeg-cvslog] vf_scale: Fix slice position assert to take vertical subsampling into account.
Michael Niedermayer
- [FFmpeg-cvslog] Added support for J2K encoding with libopenjpeg
Michael Bradshaw
- [FFmpeg-cvslog] j2kdec: fix 10l typo in initializing sgnd.
Michael Niedermayer
- [FFmpeg-cvslog] tls: Use TLSv1_client_method for OpenSSL
Martin Storsjö
- [FFmpeg-cvslog] vp5: Fix illegal read.
Alex Converse
- [FFmpeg-cvslog] ffprobe: make writer_print_integer support long long int values
Stefano Sabatini
- [FFmpeg-cvslog] mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arrays
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Add hack that adjusts the n_delta calculation when system items are present
Tomas Härdin
- [FFmpeg-cvslog] lavfi: reimplement MPlayer's af_pan filter for libavfilter.
Clément Bœsch
- [FFmpeg-cvslog] qdm2dec: check remaining input bits in the mainloop of qdm2_fft_decode_tones()
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. ba3a753 participate in american censorship day ok'd by michael
gitolite
- [FFmpeg-cvslog] Don't fill in frame gaps with copied refs after flush
Joakim Plate
- [FFmpeg-cvslog] rawdec: add check on sample_rate
Stefano Sabatini
- [FFmpeg-cvslog] sws: Fix warning: ‘abase’ may be used uninitialized in ?==?UTF-8?Q?this function
Michael Niedermayer
- [FFmpeg-cvslog] sws: update copyright dates
Michael Niedermayer
- [FFmpeg-cvslog] sws: Fix:
Michael Niedermayer
- [FFmpeg-cvslog] rawdec: use a default sample rate if none is specified.
Michael Niedermayer
- [FFmpeg-cvslog] lavf: cdg has large non keyframe segments and should thus be exempt from the non keyframe check in seeking .
Michael Niedermayer
- [FFmpeg-cvslog] rtpdec: unwrap RTP timestamps for PTS calculation
John Brooks
- [FFmpeg-cvslog] rtpdec: only use RTCP for PTS when synchronizing multiple streams
John Brooks
- [FFmpeg-cvslog] http: Split out the non-chunked buffer reading part from http_read
Martin Storsjö
- [FFmpeg-cvslog] http: Reorder two code blocks
Martin Storsjö
- [FFmpeg-cvslog] tls: Handle connection via a http proxy
Martin Storsjö
- [FFmpeg-cvslog] http: Don't use the normal http proxy mechanism for https
Martin Storsjö
- [FFmpeg-cvslog] segafilm: add support for raw videos
Matthew Hoops
- [FFmpeg-cvslog] http: Add a new protocol for opening connections via http proxies
Martin Storsjö
- [FFmpeg-cvslog] applehttp: Fix seeking in streams not starting at DTS=0
Panagiotis H.M. Issaris
- [FFmpeg-cvslog] avplay: Set the new interrupt callback
Martin Storsjö
- [FFmpeg-cvslog] avconv: Set new interrupt callbacks for all AVFormatContexts, use avio_open2() everywhere
Martin Storsjö
- [FFmpeg-cvslog] avio: Mark the old interrupt callback mechanism as deprecated
Martin Storsjö
- [FFmpeg-cvslog] Add an APIchanges entry and a minor bump for avio changes.
Anton Khirnov
- [FFmpeg-cvslog] fate-lavf-ts: use -mpegts_transport_stream_id option.
Anton Khirnov
- [FFmpeg-cvslog] cinepack: return non-generic errors
Luca Barbato
- [FFmpeg-cvslog] rtmp: do not hardcode invoke numbers
Josh Allmann
- [FFmpeg-cvslog] configure: add check for w32threads to enable it automatically
Janne Grunau
- [FFmpeg-cvslog] udp: update to new interrupt callback API
Michael Niedermayer
- [FFmpeg-cvslog] lavc: Add AV_EF flags to restore support for the error_resilience framework in the new API .
Michael Niedermayer
- [FFmpeg-cvslog] mpegaudeiodec: correct AV_EF flags.
Michael Niedermayer
- [FFmpeg-cvslog] mpeg12dec: correct AV_EF flags.
Michael Niedermayer
- [FFmpeg-cvslog] h261dec: correct AV_EF flags.
Michael Niedermayer
- [FFmpeg-cvslog] lavc: remove incorrect mapping between semantically incompatible error recognization values and flags .
Michael Niedermayer
- [FFmpeg-cvslog] vsrc_mandelbrot: factorize main calculation out into a macro.
Michael Niedermayer
- [FFmpeg-cvslog] vsrc_mandelbrot: factorize periodicity checking too.
Michael Niedermayer
- [FFmpeg-cvslog] vsrc_mandelbrot: simplify second bailout search by not recalculating values .
Michael Niedermayer
- [FFmpeg-cvslog] vsrc_mandelbrot: check bailout only once every 8 iterations, this is around 10% faster.
Michael Niedermayer
- [FFmpeg-cvslog] vsrc_mandelbrot: increase zyklus array size so that optimizations can write a bit more.
Michael Niedermayer
- [FFmpeg-cvslog] vsrc_mandelbrot: always store values for periodicity checking, this avoids a few checks.
Michael Niedermayer
- [FFmpeg-cvslog] vsrc_mandelbrot: increase default zoom speed by a factor of 2
Michael Niedermayer
- [FFmpeg-cvslog] vsrc_mandelbrot: spatial interpolation
Michael Niedermayer
- [FFmpeg-cvslog] lavc: translate FF_ER_EXPLODE to AV_EF_EXPLODE|COMPLIANT
Michael Niedermayer
- [FFmpeg-cvslog] vsrc_mandelbrot: avoid a | in interpol()
Michael Niedermayer
- [FFmpeg-cvslog] vsrc_mandelbrot: detect edges in interpol()
Michael Niedermayer
- [FFmpeg-cvslog] vsrc_mandelbrot: increase maxiter to 7189
Michael Niedermayer
- [FFmpeg-cvslog] vsrc_mandelbrot: Use threshold to detect cycles.
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 26c71e9 web: Add a news entry about the censorship thing (feel free to improve/rewrite) And move the censor logo from our logo to the news entry. (all other pages i could find have also remvoved it by now and its a little late anyway for this law but there sure will be other laws that will need peoples support)
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 2d703c6 fix ffmpeg logo link
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 60c85f0 fix html on censorship post
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 1339949 fix html pt2
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 82e1c7f fix image overlaying on top of things, tested this time.
gitolite
- [FFmpeg-cvslog] imgutils: Fix illegal read.
Thierry Foucu
- [FFmpeg-cvslog] avcodec: remove pointless AVOption, internal_buffer_count
Justin Ruggles
- [FFmpeg-cvslog] avcodec: use av_opt_set() instead of deprecated av_set_string3()
Justin Ruggles
- [FFmpeg-cvslog] avcodec: move some AVCodecContext fields to an internal struct.
Justin Ruggles
- [FFmpeg-cvslog] swscale: Fix stack alignment for SSE
John Stebbins
- [FFmpeg-cvslog] avcodec: fix some const warnings
Justin Ruggles
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 8337a59 web: put censorship logo back over the heading Discussed with Compn on IRC.
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 0e07ba0 web: add alt text to censorship logo
gitolite
- [FFmpeg-cvslog] lavc: fix parentheses placement in avcodec_open2().
Baptiste Coudurier
- [FFmpeg-cvslog] lavc: introduce avcodec_open2() as a replacement for avcodec_open().
Anton Khirnov
- [FFmpeg-cvslog] lavf: add avformat_find_stream_info()
Anton Khirnov
- [FFmpeg-cvslog] lavf: fix invalid reads in avformat_find_stream_info()
Anton Khirnov
- [FFmpeg-cvslog] Add a version bump and APIchanges entry for avcodec_open2 and avformat_find_stream_info .
Anton Khirnov
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/release/0.7' into release/0.8
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. c5135e7 *American Internet* censorship
gitolite
- [FFmpeg-cvslog] HACK: fix compilation with NASM.
Reimar Döffinger
- [FFmpeg-cvslog] Fix compilation with YASM.
Reimar Döffinger
- [FFmpeg-cvslog] avopts: Fix random values being printed in error messages:
Michael Niedermayer
- [FFmpeg-cvslog] httpproxy: Fix dependencies
John Stebbins
- [FFmpeg-cvslog] httpproxy: Specify the object files needed in the Makefile
Martin Storsjö
- [FFmpeg-cvslog] Add missing ff_ before the AVCodec struct for wmalossless
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] wmall: Working bitstream parser
Andreas Öman
- [FFmpeg-cvslog] Use avpriv_copy_bits() instead of ff_copy_bits()
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Store transient state and position of transient area
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Doxy for reset_codec()
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Implement revert_cdlms()
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] dump_int_buffer() to dump samples from a buffer
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Clean-up
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Merge remote-tracking branch 'shariman/wmall'
Michael Niedermayer
- [FFmpeg-cvslog] swr: change minimum I/O channel count to zero.
Clément Bœsch
- [FFmpeg-cvslog] mpegvideo: dont use ff_mspel_motion() for vc1
Michael Niedermayer
- [FFmpeg-cvslog] h263: make default color black, like flv
Michael Niedermayer
- [FFmpeg-cvslog] git-howto: update git url.
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: 10l add back show_banner() that was lost in the last merge.
Michael Niedermayer
- [FFmpeg-cvslog] MAINTAINERS: add myself as a web site maintainer
Lou Logan
- [FFmpeg-cvslog] h264: Fix invalid interlaced progressive MB combinations for direct mode prediction .
Michael Niedermayer
- [FFmpeg-cvslog] vsrc_mandelbrot: fix inner=period, the previous optimizations broke it.
Michael Niedermayer
- [FFmpeg-cvslog] alsdec: update checked AV_EF flags.
Michael Niedermayer
- [FFmpeg-cvslog] qdm2dec: fix buffer overflow.
Michael Niedermayer
- [FFmpeg-cvslog] vp3dec: Check coefficient index in vp3_dequant()
Michael Niedermayer
- [FFmpeg-cvslog] svq1dec: call avcodec_set_dimensions() after dimensions changed.
Michael Niedermayer
- [FFmpeg-cvslog] Fix various if parenthesis misplacements.
Clément Bœsch
- [FFmpeg-cvslog] Update for 0.7.8
Michael Niedermayer
- [FFmpeg-cvslog] Update for 0.8.7
Michael Niedermayer
- [FFmpeg-cvslog] ffplay: Check for pix_fmt changes Fixes Ticket238 by not crashing but also not playing the file .
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 346037c download page update for 0.8.7 and 0.7.8
gitolite
- [FFmpeg-cvslog] Tag n0.7.8 : FFmpeg 0.7.8 release
git at videolan.org
- [FFmpeg-cvslog] Tag n0.8.7 : FFmpeg 0.8.7 release
git at videolan.org
- [FFmpeg-cvslog] update for 0.5.6
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. b724db7 download: add 0.5.6
gitolite
- [FFmpeg-cvslog] Tag n0.5.6 : FFmpeg release 0.5.6
git at videolan.org
- [FFmpeg-cvslog] Merge branch 'master' of git://git.videolan.org/ffmpeg
Michael Bradshaw
- [FFmpeg-cvslog] Applied patches from Michael Niedermayer to clean up the code
Michael Bradshaw
- [FFmpeg-cvslog] Merge remote-tracking branch 'mjbshaw/master'
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Fix segfault when using ffmpeg with ffserver where ffmpeg does not supply all requested streams .
Michael Niedermayer
- [FFmpeg-cvslog] [PATCH] IFF Amiga Continuous Bitmap (ACBM)decoder
ami_stuff
- [FFmpeg-cvslog] Document a critical gotcha in FATE
Mike Melanson
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. b1deaab news: 0.8.7 and 0.7.8
gitolite
- [FFmpeg-cvslog] Merge branch 'release/0.7' into oldabi
Michael Niedermayer
- [FFmpeg-cvslog] configure: add libpulse to help output
Anton Khirnov
- [FFmpeg-cvslog] avconv: rename 'os' variable to 'oc'
Anton Khirnov
- [FFmpeg-cvslog] pthread: add some malloc failure checks
Justin Ruggles
- [FFmpeg-cvslog] doc/filters: fix some typos.
Anton Khirnov
- [FFmpeg-cvslog] avconv: cosmetics, reformat transcode_init()
Anton Khirnov
- [FFmpeg-cvslog] graphparser: Fix doxy on avfilter_graph_parse() return value.
Michael Niedermayer
- [FFmpeg-cvslog] http: add user_agent option.
Clément Bœsch
- [FFmpeg-cvslog] avio: allow any chars in protocols
Michael Niedermayer
- [FFmpeg-cvslog] avio: Support private options in URLProtocols
Michael Niedermayer
- [FFmpeg-cvslog] Initialize pred in lms_predict()
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Fix some loop conditions to prevent overreads
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] call revert_cdlms()
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] doc: add a -map_channel example for splitting channels into streams.
Clément Bœsch
- [FFmpeg-cvslog] patcheck: spelling and grammar nits
Lou Logan
- [FFmpeg-cvslog] avconv: split off streamcopy handling into a separate loop.
Anton Khirnov
- [FFmpeg-cvslog] avconv: remove an always true condition and reindent.
Anton Khirnov
- [FFmpeg-cvslog] avconv: split audio transcoding out of output_packet().
Anton Khirnov
- [FFmpeg-cvslog] avconv: move streamcopy-only code out of decoding loop.
Anton Khirnov
- [FFmpeg-cvslog] avconv: split video transcoding out of output_packet().
Anton Khirnov
- [FFmpeg-cvslog] avconv: reindent.
Anton Khirnov
- [FFmpeg-cvslog] avconv: cleanup the transcoding loop in output_packet().
Anton Khirnov
- [FFmpeg-cvslog] doxy: cleanup pixfmt.h
Luca Barbato
- [FFmpeg-cvslog] pthread: do not touch has_b_frames
Janne Grunau
- [FFmpeg-cvslog] avconv: split subtitle transcoding out of output_packet().
Anton Khirnov
- [FFmpeg-cvslog] regtest: split video encode/decode tests into individual targets
Mans Rullgard
- [FFmpeg-cvslog] ARM: add explicit .arch and .fpu directives to asm.S
Mans Rullgard
- [FFmpeg-cvslog] doxy: introduce an empty structure in libavcodec
Luca Barbato
- [FFmpeg-cvslog] doxy: structure libavformat groups
Luca Barbato
- [FFmpeg-cvslog] doxy: provide a start page and document libavutil
Luca Barbato
- [FFmpeg-cvslog] Add libavutil/mathematics.h #includes for INFINITY
Mans Rullgard
- [FFmpeg-cvslog] mov: Remove some redundant and obsolete comments.
Alex Converse
- [FFmpeg-cvslog] wma: initialize prev_block_len_bits, next_block_len_bits, and block_len_bits.
Justin Ruggles
- [FFmpeg-cvslog] dsputil: use movups instead of movdqu in ff_emu_edge_core_sse()
Justin Ruggles
- [FFmpeg-cvslog] avconv: Consistently use PIX_FMT_NONE.
Alex Converse
- [FFmpeg-cvslog] aacdec: Fix PS in ADTS.
Alex Converse
- [FFmpeg-cvslog] dsputil: use cpuflags in x86 emu_edge_core
Justin Ruggles
- [FFmpeg-cvslog] vf_mp: rewrite vf_mp filter warning message
Michael Niedermayer
- [FFmpeg-cvslog] avfilter: dont write out of array for duplicate formats in avfilter_merge_formats()
Michael Niedermayer
- [FFmpeg-cvslog] avfilter: Error out from avfilter_merge_formats() when there are duplicates
Michael Niedermayer
- [FFmpeg-cvslog] lavf: give more weight to the extension during probing if there is a id3
Michael Niedermayer
- [FFmpeg-cvslog] lavf: minor cleanup of av_probe_input_format3()
Michael Niedermayer
- [FFmpeg-cvslog] githowto: git is generally available as package in most distros.
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Fix ffmpeg.c:1874:21: warning: =?UTF-8?Q?=20unused=20variable=20=E2=80=98o?==?UTF-8?Q?f=E2=80=99=20?=[ -Wunused-variable]
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: fix indention
Michael Niedermayer
- [FFmpeg-cvslog] vsrc_mandelbrot: Fix vsrc_mandelbrot.c:358:85: warning: ‘epsilon’ may be =?UTF-8?Q?=20used=20uninitialized=20i?==?UTF-8?Q?n=20this=20function=20?=[ -Wuninitialized]
Michael Niedermayer
- [FFmpeg-cvslog] tests: add a FATE configuration template
Alexander Strasser
- [FFmpeg-cvslog] doc: rewrite FATE documentation to be self-contained
Alexander Strasser
- [FFmpeg-cvslog] md5enc: add flags
Anton Khirnov
- [FFmpeg-cvslog] ARM: remove needless .text/.align directives
Mans Rullgard
- [FFmpeg-cvslog] avconv: use vsync 0 for AVFMT_NOTIMESTAMPS formats.
Anton Khirnov
- [FFmpeg-cvslog] crcenc: add flags
Anton Khirnov
- [FFmpeg-cvslog] tiffenc: add a private option for selecting compression algorithm
Anton Khirnov
- [FFmpeg-cvslog] bethsoftvideo: return proper consumed size for palette packets.
Anton Khirnov
- [FFmpeg-cvslog] avconv: declare some variables in blocks where they are used
Anton Khirnov
- [FFmpeg-cvslog] avconv: use the same behavior when decoding audio/video/subs
Anton Khirnov
- [FFmpeg-cvslog] avconv: remove a now unused parameter from output_packet().
Anton Khirnov
- [FFmpeg-cvslog] avconv: formatting fixes in output_packet()
Anton Khirnov
- [FFmpeg-cvslog] cdg: skip packets that don't contain a cdg command.
Justin Ruggles
- [FFmpeg-cvslog] pcmdec: remove unneeded resetting of samples pointer
Justin Ruggles
- [FFmpeg-cvslog] avconv: fix segfault at EOF with delayed pictures
Janne Grunau
- [FFmpeg-cvslog] libavutil: add planar sample formats and av_sample_fmt_is_planar()
Justin Ruggles
- [FFmpeg-cvslog] libavutil: add utility functions to simplify allocation of audio buffers.
Justin Ruggles
- [FFmpeg-cvslog] ffmpeg: rewrite vsync / notimestamps handling
Michael Niedermayer
- [FFmpeg-cvslog] Fix adts format creation in aac+ encoder modified: libavcodec/libaacplus.c
Sergiy Gur'yev
- [FFmpeg-cvslog] avio: Fix handling of filenames that contain :
Michael Niedermayer
- [FFmpeg-cvslog] loco: Fix error handling.
Michael Niedermayer
- [FFmpeg-cvslog] swr: fix test program.
Clément Bœsch
- [FFmpeg-cvslog] lavu: add av_get_alt_sample_fmt().
Clément Bœsch
- [FFmpeg-cvslog] swr: use native planar sample formats.
Clément Bœsch
- [FFmpeg-cvslog] swr: fix invalid sample format message.
Clément Bœsch
- [FFmpeg-cvslog] Add option -n to exit if output file exists.
Carl Eugen Hoyos
- [FFmpeg-cvslog] yuv pixel formats support in openjpeg decoder + 10bit support
Alex Zhukov
- [FFmpeg-cvslog] indeo3: fix null pointer dereference in vulnerable.mov
Michael Niedermayer
- [FFmpeg-cvslog] Do not claim that every unknown rm stream is a video stream.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].
Ronald S. Bultje
- [FFmpeg-cvslog] pixfmt: add planar RGB formats.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: add support for planar RGB input.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: fix failing fate tests.
Ronald S. Bultje
- [FFmpeg-cvslog] h264: add support for decoding planar RGB images.
Ronald S. Bultje
- [FFmpeg-cvslog] snow: split snow in snowdec and snowenc
Luca Barbato
- [FFmpeg-cvslog] tiffenc: deprecate using compression_level
Anton Khirnov
- [FFmpeg-cvslog] vf_boxblur: fix memleak
Michael Niedermayer
- [FFmpeg-cvslog] ffprobe: always print int values with print_val()
Stefano Sabatini
- [FFmpeg-cvslog] RELEASE: We're now at 0.8.7.git
Dominique Leuenberger
- [FFmpeg-cvslog] ffmpeg: Warn if output file is empty
Michael Niedermayer
- [FFmpeg-cvslog] H264: Check if more RBSP data in PPS provided by current profile due to Annex A.
Anatoly Nenashev
- [FFmpeg-cvslog] indeo3: Check remaining bits in parse_bintree()
Michael Niedermayer
- [FFmpeg-cvslog] indeo3: out of array read checks for decode_plane()
Michael Niedermayer
- [FFmpeg-cvslog] vc1dec: fix used ER flags in vc1_decode_b_blocks()
Michael Niedermayer
- [FFmpeg-cvslog] vc1dec: drop damaged B frames
Michael Niedermayer
- [FFmpeg-cvslog] vc1dec: fix scantable for advanced P frames
Michael Niedermayer
- [FFmpeg-cvslog] vc1dec: fix 10l typo
Michael Niedermayer
- [FFmpeg-cvslog] configure: sort entries
Stefano Sabatini
- [FFmpeg-cvslog] MK(BE)TAG: avoid undefined shifts
Mans Rullgard
- [FFmpeg-cvslog] aacdec: add more fate tests covering SBR and PS
Janne Grunau
- [FFmpeg-cvslog] nullenc: drop AVFMT_RAWPICTURE from the flags
Luca Barbato
- [FFmpeg-cvslog] dca: ARMv6 optimised decode_blockcode()
Mans Rullgard
- [FFmpeg-cvslog] frame-mt: return consumed packet size in ff_thread_decode_frame
Janne Grunau
- [FFmpeg-cvslog] configure: Store vda lib flags in extralibs instead of ldflags
Rafaël Carré
- [FFmpeg-cvslog] Make channel layout masks unsigned
Mans Rullgard
- [FFmpeg-cvslog] Fix av_get_channel_layout_string() for positions >31
Mans Rullgard
- [FFmpeg-cvslog] swscale: Readd #define _SVID_SOURCE
Martin Storsjö
- [FFmpeg-cvslog] swscale: remove duplicate code from yesterdays merge.
Michael Niedermayer
- [FFmpeg-cvslog] lavfi: add libass based subtitles renderer
Stefano Sabatini
- [FFmpeg-cvslog] opt_pix_fmts: try to fix segfault on open solaris
Michael Niedermayer
- [FFmpeg-cvslog] aacdec: Fix Sound fragments after seeking
kaptnole
- [FFmpeg-cvslog] pthreads: fix segfault due to the thread beimg killed before it has been allocated
Michael Niedermayer
- [FFmpeg-cvslog] lavfi-showfiltfmts.c: fix handling of null names
Michael Niedermayer
- [FFmpeg-cvslog] avfilter: fix AVFilterPad video only comment.
Clément Bœsch
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. f601ca9 ffweb: replace the shitty about page
gitolite
- [FFmpeg-cvslog] vc1: Fix pic_header_flag=0 (SA10143.vc1)
Michael Niedermayer
- [FFmpeg-cvslog] fate: enable new sbr tests after our rsync server has them now.
Michael Niedermayer
- [FFmpeg-cvslog] lavc: update doxy to use nondeprecated API.
Anton Khirnov
- [FFmpeg-cvslog] fraps: check for overread.
Michael Niedermayer
- [FFmpeg-cvslog] nuv: use FFALIGN.
Reimar Döffinger
- [FFmpeg-cvslog] flicvideo: check extradata_size before accessing extradata.
Carl Eugen Hoyos
- [FFmpeg-cvslog] rtjpeg: simplify get_block() by using get_bits_left.
Reimar Döffinger
- [FFmpeg-cvslog] nuv: check per-frame header for validity.
Reimar Döffinger
- [FFmpeg-cvslog] gif: fix invalid signed shifts
Mans Rullgard
- [FFmpeg-cvslog] qtrle: simplify 32-bit decode using intreadwrite macros
Mans Rullgard
- [FFmpeg-cvslog] apedec: fix signed integer overflows
Mans Rullgard
- [FFmpeg-cvslog] cook: use a table for xor key rotation
Mans Rullgard
- [FFmpeg-cvslog] sol: use AV_RL32 instead of raw pointer cast
Mans Rullgard
- [FFmpeg-cvslog] [PATCH] Fix crash when initializing multi-threaded decoding for corrupted file.
Cheng Sun
- [FFmpeg-cvslog] rv34: fix signed multiplication overflow
Mans Rullgard
- [FFmpeg-cvslog] svq1dec: use sign_extend()
Mans Rullgard
- [FFmpeg-cvslog] svq1enc: fix signed multiplication overflow
Mans Rullgard
- [FFmpeg-cvslog] s3tc: fix shift overflow by using unsigned constant
Mans Rullgard
- [FFmpeg-cvslog] dv: simplify bitstream splicing in dv_decode_ac()
Mans Rullgard
- [FFmpeg-cvslog] adx: rename struct PREV to ADXChannelState
Justin Ruggles
- [FFmpeg-cvslog] dnxhdenc: fix signed overflows
Mans Rullgard
- [FFmpeg-cvslog] adx: change short to int16_t
Justin Ruggles
- [FFmpeg-cvslog] adx: remove useless comments
Justin Ruggles
- [FFmpeg-cvslog] adx: cosmetics: general pretty-printing and comment clean-up
Justin Ruggles
- [FFmpeg-cvslog] adx: validate header values
Justin Ruggles
- [FFmpeg-cvslog] adx: remove unneeded post-decode channel interleaving
Justin Ruggles
- [FFmpeg-cvslog] adx: fix the data offset parsing in adx_decode_header()
Justin Ruggles
- [FFmpeg-cvslog] adx: use 12-bit coefficients instead of 14-bit to avoid integer overflow
Justin Ruggles
- [FFmpeg-cvslog] adx: calculate correct LPC coeffs
Justin Ruggles
- [FFmpeg-cvslog] adx: simplify adx_decode() by using get_sbits() to read residual samples
Justin Ruggles
- [FFmpeg-cvslog] adx: simplify encoding by using put_sbits()
Justin Ruggles
- [FFmpeg-cvslog] adx: check for unsupported ADX formats
Justin Ruggles
- [FFmpeg-cvslog] adx: define and use 2 new macro constants BLOCK_SIZE and BLOCK_SAMPLES
Justin Ruggles
- [FFmpeg-cvslog] adx: calculate the number of blocks in a packet
Justin Ruggles
- [FFmpeg-cvslog] adx: move header decoding to ADX common code
Justin Ruggles
- [FFmpeg-cvslog] adx: add an ADX parser.
Justin Ruggles
- [FFmpeg-cvslog] avformat: add CRI ADX format demuxer
Justin Ruggles
- [FFmpeg-cvslog] adx: rename ff_adx_decode_header() to avpriv_adx_decode_header()
Justin Ruggles
- [FFmpeg-cvslog] snow: fix signed overflow in byte to 32-bit replication
Mans Rullgard
- [FFmpeg-cvslog] svq1enc: remove stale altivec-related hack
Mans Rullgard
- [FFmpeg-cvslog] snow: fix integer overflows
Mans Rullgard
- [FFmpeg-cvslog] swscale: fix signed overflow in yuv2mono_X_c_template
Mans Rullgard
- [FFmpeg-cvslog] vc1: select interlaced scan table by FCM element
Kostya Shishkov
- [FFmpeg-cvslog] iff: fix invalid reads (ticket 689)
Peter Ross
- [FFmpeg-cvslog] HAM6/HAM8 support for IFF ACBM decoder
Peter Ross
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 523d4fc ffweb: about page, improve wording about code sharing
gitolite
- [FFmpeg-cvslog] pthread: next try on freeing threads without crashing.
Michael Niedermayer
- [FFmpeg-cvslog] pthread: check pthread_create() return value.
Michael Niedermayer
- [FFmpeg-cvslog] img2: Allow writing multiple files onto the same output file.
Michael Niedermayer
- [FFmpeg-cvslog] tta: better check for totalframes.
Michael Niedermayer
- [FFmpeg-cvslog] img2: update first file only when -updatefirst is specified
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. fc3bc19 ffweb: about: better wording on what we support
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 193cc92 ffgit: about: remove inappropriate wording
gitolite
- [FFmpeg-cvslog] aacenc: add AAC_CODER_NB
Michael Niedermayer
- [FFmpeg-cvslog] cmdutils: pass AVCodec to filter_codec_opts()
Michael Niedermayer
- [FFmpeg-cvslog] aacenc: make the aac coder user choosable.
Michael Niedermayer
- [FFmpeg-cvslog] x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.
Vitor Sessak
- [FFmpeg-cvslog] pthread: track thread existence in a separate variable.
Cheng Sun
- [FFmpeg-cvslog] Generalize RIFF INFO tag support; support reading INFO tag in wav
Victor Vasiliev
- [FFmpeg-cvslog] mov: Make format string match variable type.
Alex Converse
- [FFmpeg-cvslog] musepack: fix signed shift overflow in mpc_read_packet()
Mans Rullgard
- [FFmpeg-cvslog] wmavoice: Make format string match variable type.
Alex Converse
- [FFmpeg-cvslog] mpegaudio: do not use init_static_data() for initializing tables.
Justin Ruggles
- [FFmpeg-cvslog] indeo3: error out if no motion vector is set.
Aneesh Dogra
- [FFmpeg-cvslog] doc: cleanup filter section
Luca Barbato
- [FFmpeg-cvslog] vc1: use an enum for Frame Coding Mode
Luca Barbato
- [FFmpeg-cvslog] pixfmt: Add 32bit rgb without alpha formats
Michael Niedermayer
- [FFmpeg-cvslog] swscale: alpha less rgb32 support.
Michael Niedermayer
- [FFmpeg-cvslog] huffyuvenc: store alpha for bgr32
Michael Niedermayer
- [FFmpeg-cvslog] huffyuvenc: support alphaless rgb32
Michael Niedermayer
- [FFmpeg-cvslog] sdp: Fix null pointer dereference with aac and ffserver.
Carl
- [FFmpeg-cvslog] mpeg12: raise timecode to codec context.
Clément Bœsch
- [FFmpeg-cvslog] ffprobe: print codec timecode if available.
Clément Bœsch
- [FFmpeg-cvslog] huffyuvenc: switch from alphaless rgb32 to rgb24
Michael Niedermayer
- [FFmpeg-cvslog] ffv1enc: Store transparency plane.
Michael Niedermayer
- [FFmpeg-cvslog] ffv1enc: PIX_FMT_0RGB32 support
Michael Niedermayer
- [FFmpeg-cvslog] ffv1dec: transparency plane support.
Michael Niedermayer
- [FFmpeg-cvslog] ffv1dec: use PIX_FMT_0RGB32 when there is no transparency plane
Michael Niedermayer
- [FFmpeg-cvslog] dca: Replace oversized unused get_bits() with skip_bits_long().
Alex Converse
- [FFmpeg-cvslog] md5proto: Fix order of operations.
Alex Converse
- [FFmpeg-cvslog] indeo3: cosmetics
Kostya Shishkov
- [FFmpeg-cvslog] Eliminate pointless 0/NULL initializers in AVCodec and similar declarations .
Diego Biurrun
- [FFmpeg-cvslog] timer: fix misspelling of "decicycles"
Mans Rullgard
- [FFmpeg-cvslog] txd: Fix order of operations.
Alex Converse
- [FFmpeg-cvslog] APIchanges: fill in some blanks
Mans Rullgard
- [FFmpeg-cvslog] adtsenc: Check frame size.
Alex Converse
- [FFmpeg-cvslog] movenc: Write file with minimal number of chunks for the given interleaving .
Michael Niedermayer
- [FFmpeg-cvslog] avutil: revert project name messing
Michael Niedermayer
- [FFmpeg-cvslog] ac3enc: clenaup project name in one comment
Michael Niedermayer
- [FFmpeg-cvslog] movenc: Remove unneeded chunkSize field from MOVIentry
Geek.Song
- [FFmpeg-cvslog] swr: handle correctly muted channel with u8 sample fmt.
Clément Bœsch
- [FFmpeg-cvslog] lavc: dont call set_dimensions() on h264 codec init.
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 0bb4ac5 ffweb: GCI2011
gitolite
- [FFmpeg-cvslog] general.texi: fix spelling errors
root
- [FFmpeg-cvslog] developer.texi: fix spelling errors
root
- [FFmpeg-cvslog] faq.texi: fix spelling errors
root
- [FFmpeg-cvslog] docs: Spelling fixes to 9 texi files from /doc
root
- [FFmpeg-cvslog] Consistently use %ifdef ARCH_X86_64
Reimar Döffinger
- [FFmpeg-cvslog] ffmpeg: do not use a negative total_size (AVERROR) in bitrate estimation.
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg.c use b:v for video bitrates using a target
Jean First
- [FFmpeg-cvslog] pthread: don't increment index on zero-sized packets.
Aaron Colwell
- [FFmpeg-cvslog] avconv: Handle audio sync for non-S16 sample formats.
Alex Converse
- [FFmpeg-cvslog] indeo3: check per-plane data buffer against input buffer bounds.
Aneesh Dogra
- [FFmpeg-cvslog] removes spurious warning
Joseph Wecker
- [FFmpeg-cvslog] Fix typeo in some rarely used memoization
Joseph Wecker
- [FFmpeg-cvslog] movenc: memset(0) new cluster elements after realloc()
Michael Niedermayer
- [FFmpeg-cvslog] wmall: remove tabs that leaked in from a merge and seem to have
Michael Niedermayer
- [FFmpeg-cvslog] wmall: fix return type of dump_int_buffer()
Michael Niedermayer
- [FFmpeg-cvslog] ac3probe: Change threshold from 500 to 200 to keep in sync with mp3.
Michael Niedermayer
- [FFmpeg-cvslog] mp3probe: Detect mp3 stronger with just 200 frames, this should speed up detection
Michael Niedermayer
- [FFmpeg-cvslog] lavc: horizontal align for IFF
Michael Niedermayer
- [FFmpeg-cvslog] avfilter: align allocated images to 32 for AVX and IFF
Michael Niedermayer
- [FFmpeg-cvslog] nellymoserdec: Use sidedata to support mid stream sample rate changes.
Michael Niedermayer
- [FFmpeg-cvslog] flvdemux: export flags for nellymoser through side data.
Michael Niedermayer
- [FFmpeg-cvslog] lavc: Fix side data handling for audio decoders.
Michael Niedermayer
- [FFmpeg-cvslog] movenc: replace cluster memset by zeroing only the needed field.
Michael Niedermayer
Last message date:
Wed Nov 30 23:22:27 CET 2011
Archived on: Wed Nov 30 23:22:36 CET 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).