January 2012 Archives by author
Starting: Sun Jan 1 02:49:36 CET 2012
Ending: Tue Jan 31 23:40:36 CET 2012
Messages: 1286
- [FFmpeg-cvslog] udp: fix segfault on closing
Laurent BRULET
- [FFmpeg-cvslog] ffplay: honor SDL_AUDIO_CHANNELS and make sure to use SDL supported number of audio channels
Marton Balint
- [FFmpeg-cvslog] ffplay: fix invalid wanted_channel_layout calculation
Marton Balint
- [FFmpeg-cvslog] libswresample: introduce int swr_set_compensation() instead of void swr_compensate()
Marton Balint
- [FFmpeg-cvslog] ffplay: use swr_set_compensation for audio synchronization
Marton Balint
- [FFmpeg-cvslog] ffplay: silence buffer size must be a multiple of frame size
Marton Balint
- [FFmpeg-cvslog] rawdec: Support more QT 1bpp rawvideo files.
Piotr Bandurski
- [FFmpeg-cvslog] Support 8bpp grayscale Sun Rasterfile images.
Piotr Bandurski
- [FFmpeg-cvslog] v4l2: do not force interlaced mode
Luca Barbato
- [FFmpeg-cvslog] v4l2: uniform and format options
Luca Barbato
- [FFmpeg-cvslog] v4l2: cosmetics
Luca Barbato
- [FFmpeg-cvslog] v4l2: simplify away io_method
Luca Barbato
- [FFmpeg-cvslog] v4l2: refactor device_open
Luca Barbato
- [FFmpeg-cvslog] v4l2: set the proper codec_tag
Luca Barbato
- [FFmpeg-cvslog] v4l2: list available formats
Luca Barbato
- [FFmpeg-cvslog] v4l2: support compressed formats
Luca Barbato
- [FFmpeg-cvslog] v4l2: poll the file descriptor
Luca Barbato
- [FFmpeg-cvslog] v4l2: use C99 struct initializer
Luca Barbato
- [FFmpeg-cvslog] doc: fix stray reference to FFmpeg
Luca Barbato
- [FFmpeg-cvslog] Drop some pointless void* return value casts from av_malloc() invocations.
Diego Biurrun
- [FFmpeg-cvslog] Fix a bunch of typos.
Diego Biurrun
- [FFmpeg-cvslog] snow: Restore three mistakenly removed casts.
Diego Biurrun
- [FFmpeg-cvslog] cabac: drop unused STRICT_LIMITS code branch
Diego Biurrun
- [FFmpeg-cvslog] cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functions
Diego Biurrun
- [FFmpeg-cvslog] Merge some declarations and initializations.
Diego Biurrun
- [FFmpeg-cvslog] Place some START_TIMER invocations in separate blocks.
Diego Biurrun
- [FFmpeg-cvslog] swscale: Use standard multiple inclusion guards in ppc/ header files.
Diego Biurrun
- [FFmpeg-cvslog] timer: K&R formatting cosmetics
Diego Biurrun
- [FFmpeg-cvslog] h264: Only use symbols from the SVQ3 decoder under proper conditionals.
Diego Biurrun
- [FFmpeg-cvslog] cabac: remove unused function renorm_cabac_decoder
Diego Biurrun
- [FFmpeg-cvslog] faq: Solutions for common problems with sample paths when running FATE.
Diego Biurrun
- [FFmpeg-cvslog] cosmetics: drop some pointless parentheses
Diego Biurrun
- [FFmpeg-cvslog] build: Skip compiling network.h and rtsp.h if networking is not enabled.
Diego Biurrun
- [FFmpeg-cvslog] h264-test: Initialize AVCodecContext.av_class.
Diego Biurrun
- [FFmpeg-cvslog] vp56: Drop unnecessary cabac.h #include.
Diego Biurrun
- [FFmpeg-cvslog] cabac: Move code only used within the CABAC test program into the test program.
Diego Biurrun
- [FFmpeg-cvslog] swscale: K&R reformatting cosmetics for header files
Diego Biurrun
- [FFmpeg-cvslog] swscale: K&R formatting cosmetics for code examples
Diego Biurrun
- [FFmpeg-cvslog] cabac: remove put_cabac_u/ueg from cabac-test.
Diego Biurrun
- [FFmpeg-cvslog] Fix a bunch of platform name and other typos.
Diego Biurrun
- [FFmpeg-cvslog] doc: Fix names of av_log color environment variables.
Diego Biurrun
- [FFmpeg-cvslog] doc: Replace ffmpeg references in avserver config file by avconv.
Diego Biurrun
- [FFmpeg-cvslog] cabac: Remove ff_h264_lps_state array.
Diego Biurrun
- [FFmpeg-cvslog] cabac: Mark ff_h264_mps_state array as static, it is only used within cabac .c.
Diego Biurrun
- [FFmpeg-cvslog] cabac: split cabac.h into declarations and function definitions
Diego Biurrun
- [FFmpeg-cvslog] cosmetics: Move static and inline attributes to more standard places.
Diego Biurrun
- [FFmpeg-cvslog] fate: split ADPCM and DPCM test references into separate files.
Diego Biurrun
- [FFmpeg-cvslog] cosmetics: Rename ffsink to avsink.
Diego Biurrun
- [FFmpeg-cvslog] fate: Give some tests more sensible names.
Diego Biurrun
- [FFmpeg-cvslog] fate: add some shorthands to run groups of tests
Diego Biurrun
- [FFmpeg-cvslog] Drop unnecessary prefix from *sink* variable and struct names.
Diego Biurrun
- [FFmpeg-cvslog] cosmetics: Remove some unnecessary block braces.
Diego Biurrun
- [FFmpeg-cvslog] build: Automatically include architecture-specific library Makefile snippets.
Diego Biurrun
- [FFmpeg-cvslog] Ignore generated aviocat and ismindex tools.
Diego Biurrun
- [FFmpeg-cvslog] tools: K&R reformatting cosmetics
Diego Biurrun
- [FFmpeg-cvslog] tools: Remove some unnecessary #undefs.
Diego Biurrun
- [FFmpeg-cvslog] libavutil: Remove pointless file test program.
Diego Biurrun
- [FFmpeg-cvslog] rtsp: Remove some unused variables from ff_rtsp_connect().
Diego Biurrun
- [FFmpeg-cvslog] build: Use order-only prerequisites for creating FATE reference file dirs.
Diego Biurrun
- [FFmpeg-cvslog] Fixed openjpeg decoding bug with width/linesize issue
Michael Bradshaw
- [FFmpeg-cvslog] Added RGBA and YUV440 decoding support for libopenjpeg decoder
Michael Bradshaw
- [FFmpeg-cvslog] Added yuva420p decoding support for libopenjpeg
Michael Bradshaw
- [FFmpeg-cvslog] libopenjpegenc: Rename four conversion functions.
Michael Bradshaw
- [FFmpeg-cvslog] libopenjpegenc: Add error messages.
Michael Bradshaw
- [FFmpeg-cvslog] libopenjpegenc: Simplify gray encoding.
Michael Bradshaw
- [FFmpeg-cvslog] libopenjpegenc: Remove two redundant function parameters.
Michael Bradshaw
- [FFmpeg-cvslog] Changed indexing in libopenjpeg to shorten lines
Michael Bradshaw
- [FFmpeg-cvslog] Supoort decoding of gray16 images with libopenjpeg.
Michael Bradshaw
- [FFmpeg-cvslog] avidec: migrate last of lavf from FF_ER_* to AV_EF_*
Dustin Brody
- [FFmpeg-cvslog] lavc: rename err_filter option to err_detect and document it
Dustin Brody
- [FFmpeg-cvslog] lavf: rename fer option and document resulting (f_)err_detect options
Dustin Brody
- [FFmpeg-cvslog] mpegaudiodec: switch error detection check to AV_EF_BUFFER
Dustin Brody
- [FFmpeg-cvslog] rv34: fix invalid memory access for small video dimensions
John Brooks
- [FFmpeg-cvslog] vc1dec: fix invalid memory access for small video dimensions
John Brooks
- [FFmpeg-cvslog] rv34: fix invalid memory access for small video dimensions
John Brooks
- [FFmpeg-cvslog] vc1dec: fix invalid memory access for small video dimensions
John Brooks
- [FFmpeg-cvslog] mpegvideo: fix invalid memory access for small video dimensions
John Brooks
- [FFmpeg-cvslog] mpegaudiodec: fix seeking.
Ronald S. Bultje
- [FFmpeg-cvslog] h264: return index in buffer on end-of-sequence.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: add MMX files to MMX-OBJS instead of OBJS.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: don't show full-chroma-int warning for non-RGB output.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: split scale.asm.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: remove obsolete comment.
Ronald S. Bultje
- [FFmpeg-cvslog] ulti: convert to new bytestream API.
Ronald S. Bultje
- [FFmpeg-cvslog] Revert "4xm: Prevent buffer overreads."
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: remove unused U/V arguments from yuv2rgb_write().
Ronald S. Bultje
- [FFmpeg-cvslog] vp3: fix oob read for negative tokens and memleaks on error.
Ronald S. Bultje
- [FFmpeg-cvslog] vp3: fix oob read for negative tokens and memleaks on error.
Ronald S. Bultje
- [FFmpeg-cvslog] vp3: fix oob read for negative tokens and memleaks on error.
Ronald S. Bultje
- [FFmpeg-cvslog] vp3: fix oob read for negative tokens and memleaks on error.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: convert yuy2/uyvy/nv12/nv21ToY/UV from inline asm to yasm.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: fix crash in fast_bilinear code when compiled with -mred-zone.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: fix crash in fast_bilinear code when compiled with -mred-zone.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: fix crash in fast_bilinear code when compiled with -mred-zone.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: fix invalid conversions and memory problems.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale-test: fix stack overread.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: change yuv2yuvX code to use cpuflag().
Ronald S. Bultje
- [FFmpeg-cvslog] dsputil: use vertical component for drawing bottom edge.
Ronald S. Bultje
- [FFmpeg-cvslog] config.asm: change %ifdef directives to %if directives.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: convert rgb/bgr24ToY/UV_mmx functions from inline asm to yasm.
Ronald S. Bultje
- [FFmpeg-cvslog] x86inc.asm: fix typo.
Ronald S. Bultje
- [FFmpeg-cvslog] png: move DSP functions to their own DSP context.
Ronald S. Bultje
- [FFmpeg-cvslog] imdct36: mark SSE functions as using all 16 XMM registers.
Ronald S. Bultje
- [FFmpeg-cvslog] png: add missing #if HAVE_SSSE3 around function pointer assignment.
Ronald S. Bultje
- [FFmpeg-cvslog] png: convert DSP functions to yasm.
Ronald S. Bultje
- [FFmpeg-cvslog] png: add SSE2 version for add_bytes_l2.
Ronald S. Bultje
- [FFmpeg-cvslog] png: add support for bpp>4 to paeth x86 SIMD code.
Ronald S. Bultje
- [FFmpeg-cvslog] drawtext: fix hard dependency to lavc (timecode).
Clément Bœsch
- [FFmpeg-cvslog] mp3enc: fix playback with mp3 encoded files on some devices.
Clément Bœsch
- [FFmpeg-cvslog] doc: use @code{} for --{enable,disable}-options.
Clément Bœsch
- [FFmpeg-cvslog] doc: use @command{} for commands.
Clément Bœsch
- [FFmpeg-cvslog] timecode: add avpriv_check_timecode_rate().
Clément Bœsch
- [FFmpeg-cvslog] mov: annotate read values in tmcd track.
Clément Bœsch
- [FFmpeg-cvslog] mov: support timecode extraction.
Clément Bœsch
- [FFmpeg-cvslog] volume: remove duplicated condition.
Clément Bœsch
- [FFmpeg-cvslog] timecode: more tolerant frame rate check for drop flag.
Clément Bœsch
- [FFmpeg-cvslog] lavfi: add audio silencedetect filter.
Clément Bœsch
- [FFmpeg-cvslog] fate: add generic rules for most of the remaining tests/fate/*.mak files.
Clément Bœsch
- [FFmpeg-cvslog] log: use a different color for debug (green).
Clément Bœsch
- [FFmpeg-cvslog] timecode: set a fixed buffer size of 16B for tc string.
Clément Bœsch
- [FFmpeg-cvslog] timecode: string representation can be negative.
Clément Bœsch
- [FFmpeg-cvslog] timecode: support >24h timecode.
Clément Bœsch
- [FFmpeg-cvslog] timecode: support >24h timecode.
Clément Bœsch
- [FFmpeg-cvslog] wtvdec: fix a few memleaks as show by valgrind with the FATE test.
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg: fix parse_option() string memleak.
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg: use av_asprintf() in opt_old2new() and fix a memleak.
Clément Bœsch
- [FFmpeg-cvslog] 8svx: fix memleak in iff-fibonacci fate test.
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg: fix return value in opt_old2new after e3127db4.
Clément Bœsch
- [FFmpeg-cvslog] lavu: add 2.1 channel layout.
Clément Bœsch
- [FFmpeg-cvslog] fate: add GEN tag for mapchan sw tests.
Clément Bœsch
- [FFmpeg-cvslog] lavfi: add missing periods in descriptions.
Clément Bœsch
- [FFmpeg-cvslog] pan: raise correct error when there is no param specified.
Clément Bœsch
- [FFmpeg-cvslog] pan: add channel mapping capability.
Clément Bœsch
- [FFmpeg-cvslog] pan: reindent after remap commit.
Clément Bœsch
- [FFmpeg-cvslog] pan: move query_formats() to avoid forward declarations.
Clément Bœsch
- [FFmpeg-cvslog] pan: drop unecessary includes.
Clément Bœsch
- [FFmpeg-cvslog] faq: document af_aconvert quirks using lavfi.
Clément Bœsch
- [FFmpeg-cvslog] doc: add Timecode documentation.
Clément Bœsch
- [FFmpeg-cvslog] doc: add Timecode documentation.
Clément Bœsch
- [FFmpeg-cvslog] doc: add Timecode documentation.
Clément Bœsch
- [FFmpeg-cvslog] doc: remove trailing 's' to metadata.
Clément Bœsch
- [FFmpeg-cvslog] Fix "ouput" typo and add a check.
Clément Bœsch
- [FFmpeg-cvslog] Fix "ouput" typo and add a check.
Clément Bœsch
- [FFmpeg-cvslog] cmdutils: re-add return 0 accidentally remove from opt_protocols().
Clément Bœsch
- [FFmpeg-cvslog] ass: use av_asprintf() instead of a temporary stack buffer.
Clément Bœsch
- [FFmpeg-cvslog] assdec: fix wrong alloc pointer check.
Clément Bœsch
- [FFmpeg-cvslog] mp3dec: fix truncating packet error message while decoding a complete MP3.
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg: fix -map_channel being ignored when resampling is not needed.
Clément Bœsch
- [FFmpeg-cvslog] DNxHD: frame multithreading
Javier Cabezas
- [FFmpeg-cvslog] avserver: Fix a bug where the socket is IPv4, but IPv6 is autoselected for the loopback address.
Nathan Caldwell
- [FFmpeg-cvslog] avserver: Fix a bug where the socket is IPv4, but IPv6 is autoselected for the loopback address.
Nathan Caldwell
- [FFmpeg-cvslog] aacenc: aac_encode_init() cleanup
Nathan Caldwell
- [FFmpeg-cvslog] aacenc: cosmetics: move init() and end() to the bottom of the file.
Nathan Caldwell
- [FFmpeg-cvslog] aacpsy: cosmetics, change a FIXME to a NOTE about subshort comparisons
Nathan Caldwell
- [FFmpeg-cvslog] aacenc: cosmetics, replace 'rd' with 'bits' in codebook_trellis_rate to make it more clear what is being calculated.
Nathan Caldwell
- [FFmpeg-cvslog] aacpsy: Replace an if with FFMAX in LAME windowing.
Nathan Caldwell
- [FFmpeg-cvslog] aacenc: Request normalized float samples instead of converting s16 samples to float .
Nathan Caldwell
- [FFmpeg-cvslog] aacenc: Move Q^3/4 calculation to it's own table
Nathan Caldwell
- [FFmpeg-cvslog] aacenc: Store channel count in AACEncContext.
Nathan Caldwell
- [FFmpeg-cvslog] aacenc: Deinterleave input samples before processing.
Nathan Caldwell
- [FFmpeg-cvslog] aacenc: Move saved overlap samples to the beginning of the same buffer as incoming samples .
Nathan Caldwell
- [FFmpeg-cvslog] aacenc: Simplify windowing
Nathan Caldwell
- [FFmpeg-cvslog] aacenc: Fix a bug where deinterleaved samples were stored in the wrong place.
Nathan Caldwell
- [FFmpeg-cvslog] aacenc: Fix LONG_START windowing.
Nathan Caldwell
- [FFmpeg-cvslog] avformat_write_header(): detail error message
Rafaël Carré
- [FFmpeg-cvslog] ARM: fix build with FFT enabled and MDCT disabled
Felipe Contreras
- [FFmpeg-cvslog] mov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled descriptions.
Alex Converse
- [FFmpeg-cvslog] fate: Add missing reference file from 9b4767e4.
Alex Converse
- [FFmpeg-cvslog] aacdec: Turn off PS for multichannel files that use PCE based configs.
Alex Converse
- [FFmpeg-cvslog] aacdec: Add a fate test for 5.1 channel SBR.
Alex Converse
- [FFmpeg-cvslog] fate: Add tests for vc1/wmapro in ism.
Alex Converse
- [FFmpeg-cvslog] aacps: Add missing newline in error message.
Alex Converse
- [FFmpeg-cvslog] aacsbr: prevent out of bounds memcpy().
Alex Converse
- [FFmpeg-cvslog] latmdec: Check AudioSpecificConfig length before decoding extradata.
Alex Converse
- [FFmpeg-cvslog] utils: Check for extradata size overflows.
Alex Converse
- [FFmpeg-cvslog] mov: Remove dead stores for spherical coordinates for channel position.
Alex Converse
- [FFmpeg-cvslog] aacenc: Fix identification padding when the bitstream is already aligned.
Alex Converse
- [FFmpeg-cvslog] wma: Clip WMA1 and WMA2 frame length to 11 bits.
Alex Converse
- [FFmpeg-cvslog] matroskadec: Pad AAC extradata.
Alex Converse
- [FFmpeg-cvslog] qdm2: Check data block size for bytes to bits overflow.
Alex Converse
- [FFmpeg-cvslog] matroskadec: Pad AAC extradata.
Alex Converse
- [FFmpeg-cvslog] qdm2: Check data block size for bytes to bits overflow.
Alex Converse
- [FFmpeg-cvslog] smacker: remove dead store
Alex Converse
- [FFmpeg-cvslog] smacker: Sanity check huffman tables found in the headers.
Alex Converse
- [FFmpeg-cvslog] mjpegbdec: Fix overflow in SOS.
Alex Converse
- [FFmpeg-cvslog] Revert "sws/pixfmt/pixdesc: add support for yuva444p"
Alex Converse
- [FFmpeg-cvslog] cosmetics: Remove extra newlines at EOF
Alex Converse
- [FFmpeg-cvslog] nsvdec: Be more careful with av_malloc().
Alex Converse
- [FFmpeg-cvslog] nsvdec: Propagate errors
Alex Converse
- [FFmpeg-cvslog] kmvc: Check palsize.
Alex Converse
- [FFmpeg-cvslog] mpeg12: Pad framerate tab to 16 entries.
Alex Converse
- [FFmpeg-cvslog] kmvc: Log into a context at a log level constant.
Alex Converse
- [FFmpeg-cvslog] wmadec: Verify bitstream size makes sense before calling init_get_bits.
Alex Converse
- [FFmpeg-cvslog] alacdec: support 32 bps
Baptiste Coudurier
- [FFmpeg-cvslog] avplay: K&R cleanup
Aneesh Dogra
- [FFmpeg-cvslog] bgmc: K&R cleanup
Aneesh Dogra
- [FFmpeg-cvslog] bfi: K&R cosmetics
Aneesh Dogra
- [FFmpeg-cvslog] dct: K&R formatting cosmetics
Aneesh Dogra
- [FFmpeg-cvslog] cmdutils: K&R reformatting cosmetics
Aneesh Dogra
- [FFmpeg-cvslog] 4xm: fix calculation of the next output line position in decode_i2_frame().
Aneesh Dogra
- [FFmpeg-cvslog] 4xm: pass the correct remaining buffer size to decode_i2_frame().
Aneesh Dogra
- [FFmpeg-cvslog] 4xm: Prevent buffer overreads.
Aneesh Dogra
- [FFmpeg-cvslog] 4xm: Prevent buffer overreads.
Aneesh Dogra
- [FFmpeg-cvslog] utvideo: frame multithreading.
Aneesh Dogra
- [FFmpeg-cvslog] bfi: Use bytestream2 functions to prevent buffer overreads.
Aneesh Dogra
- [FFmpeg-cvslog] bethsoftvideo: Use bytestream2 functions to prevent buffer overreads.
Aneesh Dogra
- [FFmpeg-cvslog] sgidec: Use bytestream2 functions to prevent buffer overreads.
Aneesh Dogra
- [FFmpeg-cvslog] sunrast: Add a check for experimental type.
Aneesh Dogra
- [FFmpeg-cvslog] sunrast: Document the different Sun Raster file format types.
Aneesh Dogra
- [FFmpeg-cvslog] sunrast: Replace magic number by a macro.
Aneesh Dogra
- [FFmpeg-cvslog] sunrast: Remove if (unsigned int < 0) check.
Aneesh Dogra
- [FFmpeg-cvslog] sunrast: Cosmetics
Aneesh Dogra
- [FFmpeg-cvslog] sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats.
Aneesh Dogra
- [FFmpeg-cvslog] rawdec: Set start_time to 0 for raw audio files.
Reimar Döffinger
- [FFmpeg-cvslog] electronicarts: Pass error through ea_read_header().
Reimar Döffinger
- [FFmpeg-cvslog] vorbis: Fix decoder bug.
Reimar Döffinger
- [FFmpeg-cvslog] sipr: fall back to setting mode based on bit_rate.
Reimar Döffinger
- [FFmpeg-cvslog] Check for overread in vqa video decoder.
Reimar Döffinger
- [FFmpeg-cvslog] Flush decoders correctly in avformat_find_stream_info().
Reimar Döffinger
- [FFmpeg-cvslog] Fix incorrect increment in sgidec.c
Reimar Döffinger
- [FFmpeg-cvslog] Add wmv8-x8intra fate test.
Reimar Döffinger
- [FFmpeg-cvslog] indeo4, swresample: add some missing static/const to tables.
Reimar Döffinger
- [FFmpeg-cvslog] rawdec: use av_shrink_packet.
Reimar Döffinger
- [FFmpeg-cvslog] sgidec: make compiler optimize away memcpy call in inner loop.
Reimar Döffinger
- [FFmpeg-cvslog] ffprobe: make upcase_string() ignore non-ASCII characters
Reimar Döffinger
- [FFmpeg-cvslog] wtvdec: fix a few memleaks as show by valgrind with the FATE test.
Reimar Döffinger
- [FFmpeg-cvslog] Use an int MotionVector for find_block_motion.
Reimar Döffinger
- [FFmpeg-cvslog] wtvdec: fix a few memleaks as show by valgrind with the FATE test.
Reimar Döffinger
- [FFmpeg-cvslog] swscale: fix crash in fast_bilinear code when compiled with -mred-zone.
Reimar Döffinger
- [FFmpeg-cvslog] j2kdec: Fix memleak, ensure cleanup is called also on error.
Reimar Döffinger
- [FFmpeg-cvslog] Fix leaking of side data.
Reimar Döffinger
- [FFmpeg-cvslog] Use correct register size, fixes compilation with NASM.
Reimar Döffinger
- [FFmpeg-cvslog] Fix compilation without HAVE_AVX, HAVE_YASM etc.
Reimar Döffinger
- [FFmpeg-cvslog] Fix uninitialized reads for fate-vsynth1-asv2 test.
Reimar Döffinger
- [FFmpeg-cvslog] Fix ff_get_guid for short reads or errors.
Reimar Döffinger
- [FFmpeg-cvslog] asfdec: Move variable declarations into the blocks they are used in.
Reimar Döffinger
- [FFmpeg-cvslog] mxfdec: Add missing free.
Reimar Döffinger
- [FFmpeg-cvslog] Rework VP8 decoder frame skipping code.
Reimar Döffinger
- [FFmpeg-cvslog] Remove extraneous newline from dpx reference which breaks FATE.
Reimar Döffinger
- [FFmpeg-cvslog] Use correct register size.
Reimar Döffinger
- [FFmpeg-cvslog] Add and use av_fast_padded_malloc.
Reimar Döffinger
- [FFmpeg-cvslog] ffmpeg: check tcgetattr result.
Reimar Döffinger
- [FFmpeg-cvslog] Use ff_packet_free_side_data instead of duplicating it.
Reimar Döffinger
- [FFmpeg-cvslog] Fix memleak after switch to encode_audio2 API.
Reimar Döffinger
- [FFmpeg-cvslog] Use av_fast_padded_malloc in fraps and mpc decoders.
Reimar Döffinger
- [FFmpeg-cvslog] Use av_fast_padded_malloc in mimic and truemotion2 decoders.
Reimar Döffinger
- [FFmpeg-cvslog] Replace a av_fast_malloc with av_fast_padded_malloc.
Reimar Döffinger
- [FFmpeg-cvslog] Minor optimization of base64 decode.
Reimar Döffinger
- [FFmpeg-cvslog] Optimize output buffer size check in base64 decode.
Reimar Döffinger
- [FFmpeg-cvslog] Slightly optimize base64 encode.
Reimar Döffinger
- [FFmpeg-cvslog] Add a --valgrind configure option.
Reimar Döffinger
- [FFmpeg-cvslog] base64: more thorough decode tests.
Reimar Döffinger
- [FFmpeg-cvslog] Fix valgrind FATE for out-of-tree builds.
Reimar Döffinger
- [FFmpeg-cvslog] Use a full table for base64 decode.
Reimar Döffinger
- [FFmpeg-cvslog] Unroll base64 decode loop.
Reimar Döffinger
- [FFmpeg-cvslog] Cosmetics: add do {} while 0 to macro.
Reimar Döffinger
- [FFmpeg-cvslog] Optimized base64 decode by writing 3 bytes at once.
Reimar Döffinger
- [FFmpeg-cvslog] Make variable that always has the same value const.
Reimar Döffinger
- [FFmpeg-cvslog] Move some duplicated code, simplify.
Reimar Döffinger
- [FFmpeg-cvslog] Simplify: just add header_size directly.
Reimar Döffinger
- [FFmpeg-cvslog] Remove pointless and distracting ()
Reimar Döffinger
- [FFmpeg-cvslog] Extract some duplicated code.
Reimar Döffinger
- [FFmpeg-cvslog] base64: 10l endian fix.
Reimar Döffinger
- [FFmpeg-cvslog] mxfdec: Handle small EditUnitByteCount
Reimar Döffinger
- [FFmpeg-cvslog] indeo3: fix motion vector validation
Reimar Döffinger
- [FFmpeg-cvslog] r210, r10k and avrp encoder
Reimar Döffinger
- [FFmpeg-cvslog] kvmc: Check palsize.
Reimar Döffinger
- [FFmpeg-cvslog] indeo3: fix motion vector validation
Reimar Döffinger
- [FFmpeg-cvslog] r210, r10k and avrp encoder
Reimar Döffinger
- [FFmpeg-cvslog] r210, r10k and avrp encoder
Reimar Döffinger
- [FFmpeg-cvslog] r210, r10k and avrp encoder
Reimar Döffinger
- [FFmpeg-cvslog] r210, r10k and avrp encoder
Reimar Döffinger
- [FFmpeg-cvslog] DFA: fix "skip frame" TSW1 encoding.
Reimar Döffinger
- [FFmpeg-cvslog] Merge palette-only header with actual video frame.
Reimar Döffinger
- [FFmpeg-cvslog] Remove unnecessary -vsync 0.
Reimar Döffinger
- [FFmpeg-cvslog] Set AVFMT_TS_NONSTRICT for framecrc muxer.
Reimar Döffinger
- [FFmpeg-cvslog] Demux all parts of concatenated H.264.
Reimar Döffinger
- [FFmpeg-cvslog] Compare video_sync_method against the appropriate defines.
Reimar Döffinger
- [FFmpeg-cvslog] Add -vsync drop.
Reimar Döffinger
- [FFmpeg-cvslog] libgsm: Fix compilation.
Reimar Döffinger
- [FFmpeg-cvslog] rawenc: initialize coded_frame via avcodec_get_frame_defaults.
Reimar Döffinger
- [FFmpeg-cvslog] fate: add Y41P encoding/decoding test
Reimar Döffinger
- [FFmpeg-cvslog] fate: add R210 encoding/decoding test
Reimar Döffinger
- [FFmpeg-cvslog] Fallback to input timestamps for non-delay encoders.
Reimar Döffinger
- [FFmpeg-cvslog] FRAPS: Do not needlessly use reget_buffer.
Reimar Döffinger
- [FFmpeg-cvslog] fraps: fix indentation.
Reimar Döffinger
- [FFmpeg-cvslog] fraps: Add release_buffer forgotten when reget_buffer was removed.
Reimar Döffinger
- [FFmpeg-cvslog] fraps: optimize pseudo-YUV to RGB conversion.
Reimar Döffinger
- [FFmpeg-cvslog] fraps: Minor simplification, use local variable.
Reimar Döffinger
- [FFmpeg-cvslog] fraps: Deduplicate some code.
Reimar Döffinger
- [FFmpeg-cvslog] fraps: frame threading support.
Reimar Döffinger
- [FFmpeg-cvslog] Fix offset validity checks.
Reimar Döffinger
- [FFmpeg-cvslog] Deobfuscate ff_huff_build_tree.
Reimar Döffinger
- [FFmpeg-cvslog] huffman: use a simple assignment instead of FFSWAP.
Reimar Döffinger
- [FFmpeg-cvslog] mkv: Fix a bug where a pointer was cached to an array that might later move due to
Chris Evans
- [FFmpeg-cvslog] ogg: Avoid the possibility to read out-of-bounds of a static global array in Vorbis
Chris Evans
- [FFmpeg-cvslog] vorbis: Fix decoder bug.
Chris Evans
- [FFmpeg-cvslog] vorbis: An additional defense in the Vorbis codec.
Chris Evans
- [FFmpeg-cvslog] mkv: Fix a bug where a pointer was cached to an array that might later move due to
Chris Evans
- [FFmpeg-cvslog] ogg: Avoid the possibility to read out-of-bounds of a static global array in Vorbis
Chris Evans
- [FFmpeg-cvslog] vorbis: Fix decoder bug.
Chris Evans
- [FFmpeg-cvslog] vorbis: An additional defense in the Vorbis codec.
Chris Evans
- [FFmpeg-cvslog] matroskadec: Fix a bug where a pointer was cached to an array that might later move due to a realloc ()
Chris Evans
- [FFmpeg-cvslog] vorbis: Avoid some out-of-bounds reads
Chris Evans
- [FFmpeg-cvslog] vorbis: Avoid some out-of-bounds reads
Chris Evans
- [FFmpeg-cvslog] matroskadec: Fix a bug where a pointer was cached to an array that might later move due to a realloc ()
Chris Evans
- [FFmpeg-cvslog] vorbis: Avoid some out-of-bounds reads
Chris Evans
- [FFmpeg-cvslog] matroskadec: Fix a bug where a pointer was cached to an array that might later move due to a realloc ()
Chris Evans
- [FFmpeg-cvslog] vorbis: Avoid some out-of-bounds reads
Chris Evans
- [FFmpeg-cvslog] matroskadec: Fix a bug where a pointer was cached to an array that might later move due to a realloc ()
Chris Evans
- [FFmpeg-cvslog] vorbis: Avoid some out-of-bounds reads
Chris Evans
- [FFmpeg-cvslog] matroskadec: Fix a bug where a pointer was cached to an array that might later move due to a realloc ()
Chris Evans
- [FFmpeg-cvslog] vorbis: An additional defense in the Vorbis codec.
Chris Evans
- [FFmpeg-cvslog] vorbis: An additional defense in the Vorbis codec.
Chris Evans
- [FFmpeg-cvslog] vorbis: An additional defense in the Vorbis codec.
Chris Evans
- [FFmpeg-cvslog] vorbis: An additional defense in the Vorbis codec.
Chris Evans
- [FFmpeg-cvslog] vorbis: An additional defense in the Vorbis codec.
Chris Evans
- [FFmpeg-cvslog] af_astreamsync: remove unused variable
Jean First
- [FFmpeg-cvslog] mxfdec: change av_log formatting %lx to PRIx64 and %li to PRIi64
Jean First
- [FFmpeg-cvslog] mov: av_dlog use PRId64 instead of %ld
Jean First
- [FFmpeg-cvslog] j2kdec: av_log formatting use %tx instead of %x
Jean First
- [FFmpeg-cvslog] flvdec: use av_uninit to silence compiler warnings
Jean First
- [FFmpeg-cvslog] vp3: remove redeclaration of vp3_decode_flush
Jean First
- [FFmpeg-cvslog] ffmpeg: use avformat_close_input instead of av_close_input_file
Jean First
- [FFmpeg-cvslog] wtvdec: use intfloat.h instead of intfloat_readwrite.h
Jean First
- [FFmpeg-cvslog] ffmpeg: fix compiler warning for uninitialized variables
Jean First
- [FFmpeg-cvslog] rtsp: Fix compiler warning for uninitialized variable.
Jean First
- [FFmpeg-cvslog] rtsp: Fix compiler warning for uninitialized variable
Jean First
- [FFmpeg-cvslog] flvdec: Fix compiler warning for uninitialized variables
Jean First
- [FFmpeg-cvslog] timecode: fix typo
Jean First
- [FFmpeg-cvslog] movenc: indent cosemtics
Jean First
- [FFmpeg-cvslog] movenc: add FIXME to add alis and rsrc atoms
Jean First
- [FFmpeg-cvslog] mov: cosmetics - move a line to a better position and add a comment
Jean First
- [FFmpeg-cvslog] pixdesc: cosmetics
Jean First
- [FFmpeg-cvslog] img2: add j2c file extension
Jean First
- [FFmpeg-cvslog] mxfdec: Employ correct printf conversion specifiers for POSIX int types.
Jean First
- [FFmpeg-cvslog] Fix a heap-buffer-overflow
Thierry Foucu
- [FFmpeg-cvslog] rv34: joint coefficient decoding and dequantization
Christophe GISQUET
- [FFmpeg-cvslog] rv34: DC-only inverse transform
Christophe GISQUET
- [FFmpeg-cvslog] rv34: Inter/intra MB code split
Christophe GISQUET
- [FFmpeg-cvslog] rv34: Intra 16x16 handling
Christophe GISQUET
- [FFmpeg-cvslog] rv34: 1-pass inter MB reconstruction
Christophe GISQUET
- [FFmpeg-cvslog] cook: K&R formatting cosmetics
Shitiz Garg
- [FFmpeg-cvslog] dca: K&R formatting cosmetics
Shitiz Garg
- [FFmpeg-cvslog] mtv: Make sure audio_subsegments is not 0
Shitiz Garg
- [FFmpeg-cvslog] overlay: do not leak x/y expressions.
Nicolas George
- [FFmpeg-cvslog] libcelt: configure: check for recent version.
Nicolas George
- [FFmpeg-cvslog] cmdutils: media type to letter conversion in a separate function.
Nicolas George
- [FFmpeg-cvslog] cmdutils: include type in filter list.
Nicolas George
- [FFmpeg-cvslog] lavfi: add avfilter_graph_dump.
Nicolas George
- [FFmpeg-cvslog] lavd/lavfi: add dumpgraph option.
Nicolas George
- [FFmpeg-cvslog] lavfi: require libswr for af_pan.
Nicolas George
- [FFmpeg-cvslog] libcelt: configure: distinguish not found and too old.
Nicolas George
- [FFmpeg-cvslog] faq: document af_aconvert quirks using lavfi.
Nicolas George
- [FFmpeg-cvslog] faq: fix typo.
Nicolas George
- [FFmpeg-cvslog] faq: document af_aconvert quirks using lavfi.
Nicolas George
- [FFmpeg-cvslog] maintainers: add myself for recent works.
Nicolas George
- [FFmpeg-cvslog] lavfi: Makefile: cosmetics: align FFLIBS.
Nicolas George
- [FFmpeg-cvslog] x86 dsputil: provide SSE2/SSSE3 versions of bswap_buf
Christophe Gisquet
- [FFmpeg-cvslog] fft: init functions with INIT_XMM/YMM.
Henrik Gramner
- [FFmpeg-cvslog] Changelog: restore version <next> header
Janne Grunau
- [FFmpeg-cvslog] threads: default to automatic thread count detection
Janne Grunau
- [FFmpeg-cvslog] threads: always include necessary headers for number of CPUs detection
Janne Grunau
- [FFmpeg-cvslog] threads: add sysconf based number of CPUs detection
Janne Grunau
- [FFmpeg-cvslog] threads: introduce CODEC_CAP_AUTO_THREADS and add it to libx264
Janne Grunau
- [FFmpeg-cvslog] threads: set thread_count to 1 when thread support is disabled
Janne Grunau
- [FFmpeg-cvslog] fate: use rgb24 as output format for dfa tests
Janne Grunau
- [FFmpeg-cvslog] threads: limit the number of automatic threads to MAX_AUTO_THREADS
Janne Grunau
- [FFmpeg-cvslog] avconv: free bitstream filters
Janne Grunau
- [FFmpeg-cvslog] mpegenc: simplify muxrate calculation
Janne Grunau
- [FFmpeg-cvslog] v410enc: fix undefined signed left shift caused by integer promotion
Janne Grunau
- [FFmpeg-cvslog] mpegenc: use avctx->slices as number of slices
Janne Grunau
- [FFmpeg-cvslog] lavu: bump lavu minor for av_popcount64
Janne Grunau
- [FFmpeg-cvslog] avio: exit early in fill_buffer without read_packet
Janne Grunau
- [FFmpeg-cvslog] v4l2: use V4L2_FMT_FLAG_EMULATED only if it is defined
Janne Grunau
- [FFmpeg-cvslog] vp3: fix streams with non-zero last coefficient
Janne Grunau
- [FFmpeg-cvslog] vp3: add fate test for non-zero last coefficient
Janne Grunau
- [FFmpeg-cvslog] mjpegdec: parse RSTn to prevent skipping other data in mjpeg_decode_scan
Janne Grunau
- [FFmpeg-cvslog] adpcm: ADPCM Electronic Arts has always two channels
Janne Grunau
- [FFmpeg-cvslog] truemotion2: check size before GetBitContext initialisation
Janne Grunau
- [FFmpeg-cvslog] ipmovie: do not read audio packets before the codec is known
Janne Grunau
- [FFmpeg-cvslog] parsers: initialize MpegEncContext.slice_context_count to 1
Janne Grunau
- [FFmpeg-cvslog] electronicarts: check bytes per sample for validity
Janne Grunau
- [FFmpeg-cvslog] indeo3: check motion vectors for validity
Janne Grunau
- [FFmpeg-cvslog] vp3: fix streams with non-zero last coefficient
Janne Grunau
- [FFmpeg-cvslog] vp3: fix streams with non-zero last coefficient
Janne Grunau
- [FFmpeg-cvslog] vp3: fix streams with non-zero last coefficient
Janne Grunau
- [FFmpeg-cvslog] rv34: use get_bits_left()
Janne Grunau
- [FFmpeg-cvslog] mpegvideo: claim ownership of referenced pictures
Janne Grunau
- [FFmpeg-cvslog] rv34: frame-level multi-threading
Janne Grunau
- [FFmpeg-cvslog] threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavs
Janne Grunau
- [FFmpeg-cvslog] wtv: fix memleaks during normal operation
Janne Grunau
- [FFmpeg-cvslog] rv34: NEON optimised dc only inverse transform
Janne Grunau
- [FFmpeg-cvslog] rv34: fix and optimise frame dependency checking
Janne Grunau
- [FFmpeg-cvslog] fate: add missing reference files for targa tests in 9c2f9b0e2
Janne Grunau
- [FFmpeg-cvslog] rv34: add NEON rv34_idct_add
Janne Grunau
- [FFmpeg-cvslog] lavf: force single-threaded decoding in avformat_find_stream_info
Janne Grunau
- [FFmpeg-cvslog] threads: update slice_count and slice_offset from user context
Janne Grunau
- [FFmpeg-cvslog] threads: change the default for threads back to 1
Janne Grunau
- [FFmpeg-cvslog] mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arrays.
Janne Grunau
- [FFmpeg-cvslog] mxfdec: hybrid demuxing/seeking solution
Janne Grunau
- [FFmpeg-cvslog] mxfdec: fix memleak on av_realloc failures
Janne Grunau
- [FFmpeg-cvslog] riff: fix invalid av_freep() calls on EOF in ff_read_riff_info
Janne Grunau
- [FFmpeg-cvslog] mxfdec: fix memleak on mxf_read_close()
Janne Grunau
- [FFmpeg-cvslog] rv10: verify slice offsets against buffer size
Janne Grunau
- [FFmpeg-cvslog] indeo5: prevent null pointer dereference on broken files
Janne Grunau
- [FFmpeg-cvslog] rv20: prevent calling ff_h263_decode_mba() with unset height/width
Janne Grunau
- [FFmpeg-cvslog] lavf: prevent infinite loops while flushing in avformat_find_stream_info
Janne Grunau
- [FFmpeg-cvslog] spdifenc: use special alignment for DTS-HD length_code
Anssi Hannula
- [FFmpeg-cvslog] Support gray8a pam encoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Update copyright year.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Detect 'yuv2' as rawvideo also in avi.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Add missing PIX_FMT_NONE to libopenjpegenc
Carl Eugen Hoyos
- [FFmpeg-cvslog] Add missing PIX_FMT_NONE to libopenjpegenc
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix channel order for some less common TrueHD layouts.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set bits_per_coded_sample when encoding Y41P.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Add decoder for Avid 1:1 10-bit RGB Packer (AVrp).
Carl Eugen Hoyos
- [FFmpeg-cvslog] v308 Quicktim Uncompressed 4:4:4 encoder and decoder.
Carl Eugen Hoyos
- [FFmpeg-cvslog] yuv4 libquicktime packed 4:2:0 encoder and decoder.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Replace deprecated FF_I_TYPE with AV_PICTURE_TYPE_I in v308 and yuv4.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Revert "wavpack: Clip samples after shifting"
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support decoding of some unusual jpeg samples.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Allow decoding of uyvy422 CYUV with -vcodec rawvideo.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix compilation with --disable-everything --enable-demuxer=mov.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix OOM error condition in idcin demuxer.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Cosmetics: Fix indentation.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support 16bpp grayscale pam decoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support decoding 32bit sunrast images.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support 16bit gray pam encoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support 48bit rgb pam encoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support decoding 1bpp and 4bpp palettized sunrast images.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix step_minus1 pixel descirption for RGB64.
Carl Eugen Hoyos
- [FFmpeg-cvslog] timecode: support >24h timecode.
Carl Eugen Hoyos
- [FFmpeg-cvslog] timecode: support >24h timecode.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support encoding RGB48 with libopenjpeg.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix compilation with yasm-0.6.2
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix compilation with yasm-0.6.2.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix linesize for rawvideo in mov.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix decoding of progressive jpgs with unusual pixel formats.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Simplify 32bit RGB pam encoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Increase maximum encoding video buffer size.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support 64bit tiff images.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support 64bit pam encoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support reading 64bit sgi images.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support reading 64bit dpx images.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Gray16 encoding with libopenjpeg.
Carl Eugen Hoyos
- [FFmpeg-cvslog] RGBA64 encoding with libopenjpeg.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Add CR/LF to a reget_buffer warning message.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support transparency in iff images.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support gray8a png encoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support gray16 png encoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Simplify RGB32 png encoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support rgb48 and rgba64 png encoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Add gray16 and rgb48 png encoding regression tests.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support rgb64 dpx encoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Add dpx encoding regression test.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix pix_fmt_info for yuva420.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support gray8a pam decoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support 64bit pam decoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Simplify targa decoding on big endian.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Simplify PIX_FMT_RGB555LE selection in targa decoder.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Simplify 32bit pam decoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support encoding 16bit pixel formats to sgi.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Simplify 32bit png decoding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support gray8a encoding with libopenjpeg.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support decoding Avid DS Uncompressed (SUDS).
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support decoding gray8a tiff images.
Carl Eugen Hoyos
- [FFmpeg-cvslog] mfxdec: Separate mxf_essence_container_uls for audio and video.
Carl Eugen Hoyos
- [FFmpeg-cvslog] pam: Fix a typo that broke writing and reading PAM files.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Allow user to force reading mov alias from absolute path.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix multi-channel encoding with libfaac.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Improve decoding quality for lossy wavpack.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Improve decoding quality for lossy wavpack.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Add pix_fmt_info for yuva444.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Add option forced_subs_only for Bluray subtitles.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Cosmetics: Add bit per component information to v308 comment.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Simplify "deloco" and support decoding of 48bit loco png.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Allow decoding of 64bit png images.
Carl Eugen Hoyos
- [FFmpeg-cvslog] mjpegdec: K&R formatting cosmetics
Daniel Huang
- [FFmpeg-cvslog] mov, mxfdec: Employ more meaningful return values.
Daniel Huang
- [FFmpeg-cvslog] mxfdec: Consider OPAtom files that don't have exactly one EC to be OP1a
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: parse MXF partitions
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Move FooterPartition to MXFContext and make sure it is never zero.
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Add hack that adjusts the n_delta calculation when system items are present .
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: add EssenceContainer UL found in 0001GL00.MXF.A1.mxf_opatom.mxf
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Make sure DataDefinition is consistent between material track and source track .
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Speed up metadata and index parsing.
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: parse ThisPartition
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Make mxf->partitions sorted by offset.
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: use av_dlog() for 'no corresponding source package found'
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Use MaterialPackage - Track - TrackID instead of the system_item hack.
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Compute packet offsets properly.
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Add Avid's essence element key.
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Do not parse slices or DeltaEntryArrays.
Tomas Härdin
- [FFmpeg-cvslog] Add myself as mxfdec maintainer
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Handle small EditUnitByteCount
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Fix files > 2 GiB
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Fix files with essence containers larger than 2 GiB.
Tomas Härdin
- [FFmpeg-cvslog] flicvideo: fix invalid reads
Laurentiu Ion
- [FFmpeg-cvslog] dpcm: Fix invalid writes
Laurentiu Ion
- [FFmpeg-cvslog] kmvc: Use bytestream2 functions to prevent buffer overreads.
Laurentiu Ion
- [FFmpeg-cvslog] vb: Use bytestream2 functions
Laurentiu Ion
- [FFmpeg-cvslog] pictordec: Use bytestream2 functions
Laurentiu Ion
- [FFmpeg-cvslog] Enhance HLS seeking.
Panagiotis H.M. Issaris
- [FFmpeg-cvslog] Fix dvb subtitle decoding when display segment is missing.
Paul Kendall
- [FFmpeg-cvslog] avconv: make -frames work for all types of streams, not just video.
Anton Khirnov
- [FFmpeg-cvslog] avconv: remove the 'codec framerate is different from stream' warning
Anton Khirnov
- [FFmpeg-cvslog] lavf: flush decoders in avformat_find_stream_info().
Anton Khirnov
- [FFmpeg-cvslog] avconv: add symbolic names for -vsync parameters
Anton Khirnov
- [FFmpeg-cvslog] lavf: refactor av_read_frame() to make it easier to understand.
Anton Khirnov
- [FFmpeg-cvslog] lavf: cosmetics, reformat av_read_frame().
Anton Khirnov
- [FFmpeg-cvslog] avconv: fix -copyinkf.
Anton Khirnov
- [FFmpeg-cvslog] vsrc_buffer: error on changing frame parameters.
Anton Khirnov
- [FFmpeg-cvslog] avconv: reinitialize the filtergraph on resolution change.
Anton Khirnov
- [FFmpeg-cvslog] vsrc_buffer: release the buffer on uninit.
Anton Khirnov
- [FFmpeg-cvslog] lavfi: move version macros to a new installed header version.h
Anton Khirnov
- [FFmpeg-cvslog] avconv: use AVFrame.width/height/ format instead of corresponding AVCodecContext fields
Anton Khirnov
- [FFmpeg-cvslog] riff: remove references to sonic codec ids
Anton Khirnov
- [FFmpeg-cvslog] mpegvideo_enc: ifdef out/replace references to deprecated codec flags.
Anton Khirnov
- [FFmpeg-cvslog] nellymoserdec: SAMPLE_FMT -> AV_SAMPLE_FMT
Anton Khirnov
- [FFmpeg-cvslog] lavc: ifdef out parse_only AVOption
Anton Khirnov
- [FFmpeg-cvslog] lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I
Anton Khirnov
- [FFmpeg-cvslog] avserver: remove code using deprecated CODEC_CAP_PARSE_ONLY.
Anton Khirnov
- [FFmpeg-cvslog] lavf: undeprecate read_seek().
Anton Khirnov
- [FFmpeg-cvslog] ffmenc: remove references to deprecated AVFormatContext.timestamp.
Anton Khirnov
- [FFmpeg-cvslog] avprobe: use avio_size() instead of deprecated AVFormatContext.file_size.
Anton Khirnov
- [FFmpeg-cvslog] avconv: fix -frames for video encoders with delay.
Anton Khirnov
- [FFmpeg-cvslog] RELEASE_NOTES: mention some notable API changes in 0.8
Anton Khirnov
- [FFmpeg-cvslog] RELEASE_NOTES: mention hiding private symbols in shared builds.
Anton Khirnov
- [FFmpeg-cvslog] lavf: fix and extend av_interleaved_write_frame() doxy.
Anton Khirnov
- [FFmpeg-cvslog] lavf: free packets for muxers implementing interleave_packet().
Anton Khirnov
- [FFmpeg-cvslog] avserver: fix build after the next bump.
Anton Khirnov
- [FFmpeg-cvslog] Revert "avserver: fix build after the next bump."
Anton Khirnov
- [FFmpeg-cvslog] doc/APIChanges: fill in missing dates and hashes
Anton Khirnov
- [FFmpeg-cvslog] avserver: fix build after the next bump.
Anton Khirnov
- [FFmpeg-cvslog] Remove ffmpeg.
Anton Khirnov
- [FFmpeg-cvslog] lavd: remove deprecated v4l grab device.
Anton Khirnov
- [FFmpeg-cvslog] avplay: remove the -er option.
Anton Khirnov
- [FFmpeg-cvslog] lavc: postpone removing old audio encoding and decoding API
Anton Khirnov
- [FFmpeg-cvslog] lavf: postpone removing av_close_input_file().
Anton Khirnov
- [FFmpeg-cvslog] lavc: postpone the removal of AVCodecContext.request_channels.
Anton Khirnov
- [FFmpeg-cvslog] lavc: increase major version to 54.
Anton Khirnov
- [FFmpeg-cvslog] codec-regression: use private options instead of deprecated codec flags.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove the deprecated "ab" option.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove the deprecated opt.h header.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_X264_GLOBAL_OPTS cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_MPEGVIDEO_GLOBAL_OPTS cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_PALETTE_CONTROL cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_OLD_SAMPLE_FMT cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_OLD_AUDIOCONVERT cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_ANTIALIAS_ALGO cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_THREAD_INIT cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_OLD_FF_PICT_TYPES cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_FLAC_GLOBAL_OPTS cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_GET_PIX_FMT_NAME cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_ALLOC_CONTEXT cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_AVCODEC_OPEN cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_DRC_SCALE cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_ER cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_AVCODEC_INIT cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_LAME_GLOBAL_OPTS cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_SNOW_GLOBAL_OPTS cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_MJPEG_GLOBAL_OPTS cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_GET_ALPHA_INFO cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_PARSE_FRAME cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_INTERNAL_CONTEXT cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_TIFFENC_COMPLEVEL cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_DATA_POINTERS cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavc: remove disabled FF_API_AVFRAME_AGE cruft.
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
- [FFmpeg-cvslog] lavf: increase major version from 53 to 54.
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_OLD_AVIO cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_OLD_METADATA2 cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_FORMAT_PARAMETERS cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_DUMP_FORMAT cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_PARSE_DATE cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_FIND_INFO_TAG cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_PKT_DUMP cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_GUESS_IMG2_CODEC cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_SDP_CREATE cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_FLAG_RTP_HINT cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_AVSTREAM_QUALITY cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_LOOP_INPUT cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_LOOP_OUTPUT cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_TIMESTAMP cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_FILESIZE cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_MUXRATE cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_RTSP_URL_OPTIONS cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_NEW_STREAM cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_PRELOAD cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_STREAM_COPY cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_SEEK_PUBLIC cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_REORDER_PRIVATE cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_OLD_INTERRUPT_CB cruft
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove disabled FF_API_SET_PTS_INFO cruft
Anton Khirnov
- [FFmpeg-cvslog] avcodec_align_dimensions2: set only 4 linesizes, not AV_NUM_DATA_POINTERS.
Anton Khirnov
- [FFmpeg-cvslog] APIchanges: mention avcodec_alloc_context()/2/3
Anton Khirnov
- [FFmpeg-cvslog] lavc: extend doxy for avcodec_alloc_context3().
Anton Khirnov
- [FFmpeg-cvslog] avplay: use the correct array size for stride.
Anton Khirnov
- [FFmpeg-cvslog] avconv: deprecate the -deinterlace option
Anton Khirnov
- [FFmpeg-cvslog] cmdutils: fix options starting with 'no'.
Alexandra Khirnova
- [FFmpeg-cvslog] Detect jps and pns files as (3D) jpg and png images.
Martin Lambers
- [FFmpeg-cvslog] CrystalHD: Initialise variables to silence valgrind.
Philip Langdale
- [FFmpeg-cvslog] CrystalHD: Back up extradata to allow decoder reinit to work.
Philip Langdale
- [FFmpeg-cvslog] wavpack: determine sample_fmt before requesting a buffer
Hendrik Leppkes
- [FFmpeg-cvslog] mlpdec: fix channel order for wide 7.1 truehd layouts
Hendrik Leppkes
- [FFmpeg-cvslog] mpeg12: fixed parsing in some mpeg2 streams
Hendrik Leppkes
- [FFmpeg-cvslog] vc1: don't read the interpfrm and bfraction elements for interlaced frames
Hendrik Leppkes
- [FFmpeg-cvslog] indeo3: fix motion vector validation
Hendrik Leppkes
- [FFmpeg-cvslog] vc1: always read the bfraction element for interlaced fields
Hendrik Leppkes
- [FFmpeg-cvslog] RELEASE: We're now at 0.9.1.git
Dominique Leuenberger
- [FFmpeg-cvslog] docs: remove extra sar entry for scale filter
Lou Logan
- [FFmpeg-cvslog] remove avconv from Doxyfile
Lou Logan
- [FFmpeg-cvslog] Cosmetics: Replace -1 with PIX_FMT_NONE.
Paul B Mahol
- [FFmpeg-cvslog] y41p encoder and decoder
Paul B Mahol
- [FFmpeg-cvslog] lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_*
Paul B Mahol
- [FFmpeg-cvslog] lavc: replace rest of deprecated SAMPLE_FMT_* with AV_SAMPLE_FMT_*
Paul B Mahol
- [FFmpeg-cvslog] vqf: add more known extensions
Paul B Mahol
- [FFmpeg-cvslog] interplayvideo: Handle changed video dimensions on the fly
Paul B Mahol
- [FFmpeg-cvslog] ipmovie: Add param change side data if the video dimensions have changed
Paul B Mahol
- [FFmpeg-cvslog] vqf: recognize more metadata chunks
Paul B Mahol
- [FFmpeg-cvslog] tta: remove obsolete and useless error message
Paul B Mahol
- [FFmpeg-cvslog] pngdec: show verbose message for unsupported files
Paul B Mahol
- [FFmpeg-cvslog] swscale: RGB4444 and BGR444 input
Paul B Mahol
- [FFmpeg-cvslog] bmpdec: support for rgb444 with bitfields compression
Paul B Mahol
- [FFmpeg-cvslog] bmpenc: support for PIX_FMT_RGB444
Paul B Mahol
- [FFmpeg-cvslog] rgb2rgb: allow conversion for <15 bpp
Paul B Mahol
- [FFmpeg-cvslog] rgb2rgb: rgb12tobgr12()
Paul B Mahol
- [FFmpeg-cvslog] rgb2rgb: remove unused bgr8torgb8()
Paul B Mahol
- [FFmpeg-cvslog] rgb2rgb: allow conversion for <15 bpp
Paul B Mahol
- [FFmpeg-cvslog] bmpdec: support for rgb444 with bitfields compression
Paul B Mahol
- [FFmpeg-cvslog] bmpenc: support for PIX_FMT_RGB444
Paul B Mahol
- [FFmpeg-cvslog] tiffdec: notify user that tile support is missing
Paul B Mahol
- [FFmpeg-cvslog] bmpdec: support various bitfields for 32 bit depth
Paul B Mahol
- [FFmpeg-cvslog] bmpenc: support for BGRA
Paul B Mahol
- [FFmpeg-cvslog] bmpdec: proper check for alpha
Paul B Mahol
- [FFmpeg-cvslog] lavc: constify enums for .pix_fmts
Paul B Mahol
- [FFmpeg-cvslog] rgb2rgb: rgb12tobgr12()
Paul B Mahol
- [FFmpeg-cvslog] rgb2rgb: rgb12to15()
Paul B Mahol
- [FFmpeg-cvslog] avformat: split out common SMJPEG code
Paul B Mahol
- [FFmpeg-cvslog] add SMJPEG muxer
Paul B Mahol
- [FFmpeg-cvslog] lavc: remove unused headers
Paul B Mahol
- [FFmpeg-cvslog] cafenc: replace deprecated av_dbl2int()
Paul B Mahol
- [FFmpeg-cvslog] cafdec: replace deprecated get_strz()
Paul B Mahol
- [FFmpeg-cvslog] cafdec: fix regression introduced in c7579ad8e84c5
Paul B Mahol
- [FFmpeg-cvslog] XWD encoder and decoder
Paul B Mahol
- [FFmpeg-cvslog] lavf: replace remaining use of deprecated get_strz()
Paul B Mahol
- [FFmpeg-cvslog] Changelog: restore version <next> header
Paul B Mahol
- [FFmpeg-cvslog] r210, r10k and avrp encoder
Paul B Mahol
- [FFmpeg-cvslog] fate: add XWD image regression test
Paul B Mahol
- [FFmpeg-cvslog] sws/pixfmt/pixdesc: add support for yuva444p
Paul B Mahol
- [FFmpeg-cvslog] 8bps: K&R formatting cosmetics
Paul B Mahol
- [FFmpeg-cvslog] sws/pixfmt/pixdesc: add support for yuva444p
Paul B Mahol
- [FFmpeg-cvslog] frwu: check if allocation was successful
Paul B Mahol
- [FFmpeg-cvslog] yuv2rgb: better check if source format have alpha
Paul B Mahol
- [FFmpeg-cvslog] swscale: fix conversion into yuva444p from non-alpha formats
Paul B Mahol
- [FFmpeg-cvslog] ac3enc: check return value of avcodec_alloc_frame()
Paul B Mahol
- [FFmpeg-cvslog] adxenc: check return value of avcodec_alloc_frame()
Paul B Mahol
- [FFmpeg-cvslog] adpcmenc: check return value of avcodec_alloc_frame()
Paul B Mahol
- [FFmpeg-cvslog] adpcmenc: refactor some code.
Paul B Mahol
- [FFmpeg-cvslog] libgsm: check return value of gsm_create & avcodec_alloc_frame()
Paul B Mahol
- [FFmpeg-cvslog] libgsm: remove dupe assigment.
Paul B Mahol
- [FFmpeg-cvslog] libmp3lame: remove dupe assigment
Paul B Mahol
- [FFmpeg-cvslog] libopencore-amr: check return value of avcodec_alloc_frame()
Paul B Mahol
- [FFmpeg-cvslog] libopencore-amr: fix memleak
Paul B Mahol
- [FFmpeg-cvslog] pcm: check return value of avcodec_alloc_frame()
Paul B Mahol
- [FFmpeg-cvslog] pcm: remove redundant assignment
Paul B Mahol
- [FFmpeg-cvslog] r210dec: check return value of avcodec_alloc_frame()
Paul B Mahol
- [FFmpeg-cvslog] roqaudioenc: remove redundant assignment
Paul B Mahol
- [FFmpeg-cvslog] roqaudioenc: check return value of avcodec_alloc_frame()
Paul B Mahol
- [FFmpeg-cvslog] v210dec: check return value of avcodec_alloc_frame()
Paul B Mahol
- [FFmpeg-cvslog] v210enc: check return value of avcodec_alloc_frame()
Paul B Mahol
- [FFmpeg-cvslog] v210enc: remove redundant assignment
Paul B Mahol
- [FFmpeg-cvslog] v210x: check for return value of avcodec_alloc_frame()
Paul B Mahol
- [FFmpeg-cvslog] fate: add Y41P encoding/decoding test
Paul B Mahol
- [FFmpeg-cvslog] r210enc: fix encoding for unaligned widths
Paul B Mahol
- [FFmpeg-cvslog] fate: add R210 encoding/decoding test
Paul B Mahol
- [FFmpeg-cvslog] fate: fix r210 test on big endian
Paul B Mahol
- [FFmpeg-cvslog] fate: add yuv4 encoding/decoding test
Paul B Mahol
- [FFmpeg-cvslog] libvpxenc: update after FF_API_X264_GLOBAL_OPTS removal
Paul B Mahol
- [FFmpeg-cvslog] fate: add v308 encoding/decoding test
Paul B Mahol
- [FFmpeg-cvslog] r210enc: don't write uninitialized data
Paul B Mahol
- [FFmpeg-cvslog] avutil: make intfloat api public
Paul B Mahol
- [FFmpeg-cvslog] swscale: more generic check for planar destination formats with alpha
Paul B Mahol
- [FFmpeg-cvslog] ffv1enc: PIX_FMT_YUVA420P support
Paul B Mahol
- [FFmpeg-cvslog] ffv1dec: PIX_FMT_YUVA420P support
Paul B Mahol
- [FFmpeg-cvslog] ffv1enc: PIX_FMT_YUVA444P support
Paul B Mahol
- [FFmpeg-cvslog] ffv1dec: PIX_FMT_YUVA444P support
Paul B Mahol
- [FFmpeg-cvslog] ffv1dec: use correct linesize
Paul B Mahol
- [FFmpeg-cvslog] mpeg12: check for available bits to avoid an infinite loop
Jindřich Makovička
- [FFmpeg-cvslog] Change the recent h264_mp4toannexb bitstream filter test to output to an elementary stream rather than a program stream .
Mike Melanson
- [FFmpeg-cvslog] FATE: update xxan-wc4 test to a sample with more code coverage.
Mike Melanson
- [FFmpeg-cvslog] FATE: indeo4 video decoder test.
Mike Melanson
- [FFmpeg-cvslog] FATE test: BMV demuxer and associated video and audio decoders.
Mike Melanson
- [FFmpeg-cvslog] FATE: xmv-demux test; exercise the XMV demuxer without decoding the perceptual codecs inside.
Mike Melanson
- [FFmpeg-cvslog] FATE test: cvid-grayscale; ensures that the grayscale Cinepak variant is exercised.
Mike Melanson
- [FFmpeg-cvslog] FATE: test to exercise WTV demuxer.
Mike Melanson
- [FFmpeg-cvslog] FATE: add test for SMJPEG demuxer and associated IMA ADPCM audio decoder.
Mike Melanson
- [FFmpeg-cvslog] FATE: add test for xWMA demuxer.
Mike Melanson
- [FFmpeg-cvslog] yuv4mpeg: allow YUV4MPEG2 demuxer to recognize 'C420' colorspace.
Mike Melanson
- [FFmpeg-cvslog] s/vbsf/bsf/
Mike Melanson
- [FFmpeg-cvslog] Improve support for PGS subtitles.
David Mitchell
- [FFmpeg-cvslog] libstagefright: fix build
Dmitry Monakhov
- [FFmpeg-cvslog] swscale: specify register type.
Oka Motofumi
- [FFmpeg-cvslog] fate: Add tests for more AAC features.
Gaurav Narula
- [FFmpeg-cvslog] tests: K&R formatting cosmetics for test programs
Gaurav Narula
- [FFmpeg-cvslog] avprobe, cmdutils: K&R formatting cosmetics
Gaurav Narula
- [FFmpeg-cvslog] APIchanges: mention cleaned up header includes
Jonathan Nieder
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] mpegvideo: Do not error out on default values of thread_count.
Michael Niedermayer
- [FFmpeg-cvslog] svq3: Fix memory corruption introduced by automatic thread_count.
Michael Niedermayer
- [FFmpeg-cvslog] Revert 464f26889c99f194d112fcf1197795d341fad38b
Michael Niedermayer
- [FFmpeg-cvslog] pthread: Limit automatic threads to mb_height.
Michael Niedermayer
- [FFmpeg-cvslog] pthread: dont autoenable frame threads with visualization
Michael Niedermayer
- [FFmpeg-cvslog] mpegpsenc: Fix integer overflow of the muxrate calculation.
Michael Niedermayer
- [FFmpeg-cvslog] h264: Print pass in NAL debug output
Michael Niedermayer
- [FFmpeg-cvslog] h264: add forgotten \n to "Invalid mix of idr and non-idr slices"
Michael Niedermayer
- [FFmpeg-cvslog] h264: reset picture->sync on allocation.
Michael Niedermayer
- [FFmpeg-cvslog] h264: Fix recovery_frame initialization when recovery_frame is -1
Michael Niedermayer
- [FFmpeg-cvslog] h264: Fix frame sync / random access handling.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] Revert "mpegvideo: Do not error out on default values of thread_count."
Michael Niedermayer
- [FFmpeg-cvslog] vp3: fix regression with mplayer-crash.ogv
Michael Niedermayer
- [FFmpeg-cvslog] MAINTAINERS: update release maintainers
Michael Niedermayer
- [FFmpeg-cvslog] vp3: fix regression with mplayer-crash.ogv
Michael Niedermayer
- [FFmpeg-cvslog] vp3: fix regression with mplayer-crash.ogv
Michael Niedermayer
- [FFmpeg-cvslog] Update for 0.7.10
Michael Niedermayer
- [FFmpeg-cvslog] Update for 0.8.9
Michael Niedermayer
- [FFmpeg-cvslog] jpegdec: Only enable rgb mode when there are 3 components.
Michael Niedermayer
- [FFmpeg-cvslog] jpegdec: 9-16 bit yuv/gray ljpeg support.
Michael Niedermayer
- [FFmpeg-cvslog] jpegdec: non interleaved rgb ljpeg support.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] h264: Print pass in NAL debug output
Michael Niedermayer
- [FFmpeg-cvslog] h264: add forgotten \n to "Invalid mix of idr and non-idr slices"
Michael Niedermayer
- [FFmpeg-cvslog] h264: reset picture->sync on allocation.
Michael Niedermayer
- [FFmpeg-cvslog] h264: Fix recovery_frame initialization when recovery_frame is -1
Michael Niedermayer
- [FFmpeg-cvslog] h264: Fix seeking in 00017.MTS
Michael Niedermayer
- [FFmpeg-cvslog] h264: Fix frame sync / random access handling.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'shariman/wmall'
Michael Niedermayer
- [FFmpeg-cvslog] wmall: remove ;;
Michael Niedermayer
- [FFmpeg-cvslog] adxdec: Do not require extradata.
Michael Niedermayer
- [FFmpeg-cvslog] adx_parser: rewrite.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] electronicarts: Pass error through ea_read_header().
Michael Niedermayer
- [FFmpeg-cvslog] lavf: Fix try_decode_frame() so it doesnt loop infinitely.
Michael Niedermayer
- [FFmpeg-cvslog] jpegdec: Fix vlc table check for progressive jpegs.
Michael Niedermayer
- [FFmpeg-cvslog] vorbis: Fix last quarter of CVE-2011-3893
Michael Niedermayer
- [FFmpeg-cvslog] vorbisdec: Make sure blocksize is not set to an invalid value.
Michael Niedermayer
- [FFmpeg-cvslog] vorbis: make sure ch is non zero before calling vorbis_residue_decode
Michael Niedermayer
- [FFmpeg-cvslog] lavf: revert commit bb99ae3ae924c942a634bec7711ec7ee11c38eb9
Michael Niedermayer
- [FFmpeg-cvslog] lavf: use avg_frame_rate and packet number to exit find_stream_info
Michael Niedermayer
- [FFmpeg-cvslog] Revert "rmdec: Avoid allocating huge packets"
Michael Niedermayer
- [FFmpeg-cvslog] electronicarts: Pass error through ea_read_header().
Michael Niedermayer
- [FFmpeg-cvslog] jpegdec: Fix vlc table check for progressive jpegs.
Michael Niedermayer
- [FFmpeg-cvslog] vorbis: Fix last quarter of CVE-2011-3893
Michael Niedermayer
- [FFmpeg-cvslog] vorbisdec: Make sure blocksize is not set to an invalid value.
Michael Niedermayer
- [FFmpeg-cvslog] vorbis: make sure ch is non zero before calling vorbis_residue_decode
Michael Niedermayer
- [FFmpeg-cvslog] lavf: revert commit bb99ae3ae924c942a634bec7711ec7ee11c38eb9
Michael Niedermayer
- [FFmpeg-cvslog] lavf: use avg_frame_rate and packet number to exit find_stream_info
Michael Niedermayer
- [FFmpeg-cvslog] Revert "rmdec: Avoid allocating huge packets"
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] vorbis: Fix decoder bug.
Michael Niedermayer
- [FFmpeg-cvslog] Update for 0.9.1
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'cus/stable'
Michael Niedermayer
- [FFmpeg-cvslog] libvpxenc: Remove duplicate AVOption constants.
Michael Niedermayer
- [FFmpeg-cvslog] Revert commit 599b4c6efddaed33b1667c386b34b07729ba732b
Michael Niedermayer
- [FFmpeg-cvslog] tta: Fix regression of 24bit decoding.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] tta: fix off be 1 error in the end detection.
Michael Niedermayer
- [FFmpeg-cvslog] tta: Fix returned error code at EOF
Michael Niedermayer
- [FFmpeg-cvslog] ljpeg: Add predictor=0 support.
Michael Niedermayer
- [FFmpeg-cvslog] ljpeg: Fix bits != 8 or 16 support
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] lavf: Do not attempt to use frame multi threading when probing.
Michael Niedermayer
- [FFmpeg-cvslog] ljpegdec: support non zero MCU for RGB. 2nd try
Michael Niedermayer
- [FFmpeg-cvslog] jpegdec: support ilv=1 grayscale jpeg-ls.
Michael Niedermayer
- [FFmpeg-cvslog] ffserver: check chdir() return
Michael Niedermayer
- [FFmpeg-cvslog] dca: Fix uninitialized variable warnings.
Michael Niedermayer
- [FFmpeg-cvslog] g723_1: Fix "libavcodec/g723_1.c:988:8: warning: assignment from incompatible pointer type [enabled by default]"
Michael Niedermayer
- [FFmpeg-cvslog] indeo5: Fix null pointer dereference.
Michael Niedermayer
- [FFmpeg-cvslog] tta: fix off be 1 error in the end detection.
Michael Niedermayer
- [FFmpeg-cvslog] tta: Fix returned error code at EOF
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] fate: enable wc4-xan test, the sample is now on our rsync server.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/release/0.5' into release/0.5
Michael Niedermayer
- [FFmpeg-cvslog] vp3: fix regression with mplayer-crash.ogv
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/release/0.6' into release/0.6
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/release/0.7' into release/0.8
Michael Niedermayer
- [FFmpeg-cvslog] ipmovie: Fix passing resolution changes on.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'dilaroga/master'
Michael Niedermayer
- [FFmpeg-cvslog] ljpegdec: Support MCU in ljpeg_decode_yuv_scan()
Michael Niedermayer
- [FFmpeg-cvslog] Update for 0.8.8
Michael Niedermayer
- [FFmpeg-cvslog] h264: fix init of topleft ref/mv.
Michael Niedermayer
- [FFmpeg-cvslog] vp3: fix regression with mplayer-crash.ogv
Michael Niedermayer
- [FFmpeg-cvslog] Update for 0.8.9
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/release/0.7' into release/0.8
Michael Niedermayer
- [FFmpeg-cvslog] Merge branch 'release/0.8' into release/0.7
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] lavf: Add forgotten line from 212fd3a1f1121a9db20c478f1fccf15e8bb53c94
Michael Niedermayer
- [FFmpeg-cvslog] Revert "Revert commit 599b4c6efddaed33b1667c386b34b07729ba732b"
Michael Niedermayer
- [FFmpeg-cvslog] cabac: Disable get_cabac_inline_x86() for clang 2.9 on x86_32
Michael Niedermayer
- [FFmpeg-cvslog] fate: add bitexact and idct to x8intra
Michael Niedermayer
- [FFmpeg-cvslog] cabac: 3rd try at working around a compiler bug in clang.
Michael Niedermayer
- [FFmpeg-cvslog] ffplay: Exit on ctrl-c.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'cus/stable'
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] fate: Disable fate-wmv8-x8intra
Michael Niedermayer
- [FFmpeg-cvslog] Revert "swscale: fix integer overflows in RGB pixel writing."
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'hexene/stagefright'
Michael Niedermayer
- [FFmpeg-cvslog] ljpegdec: Fix the left column of rgb24 decoding
Michael Niedermayer
- [FFmpeg-cvslog] x86inc: remove duplicate movlhps
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'richardpl/sws'
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] doc: Fix stray references to libva
Michael Niedermayer
- [FFmpeg-cvslog] sws: fix unscaled LE<->BE rgb<->bgr
Michael Niedermayer
- [FFmpeg-cvslog] Revert "v4l2: poll the file descriptor"
Michael Niedermayer
- [FFmpeg-cvslog] sws: Move yuv2rgb clipping into the tables.
Michael Niedermayer
- [FFmpeg-cvslog] libmp3lame: It appears the buffer used is a bit too small.
Michael Niedermayer
- [FFmpeg-cvslog] swscale: Force full horizontal chroma internally when the output has a odd size.
Michael Niedermayer
- [FFmpeg-cvslog] sws: Remove unneeded YUV cliping from yuv2rgb_X_c_template()
Michael Niedermayer
- [FFmpeg-cvslog] cabac: Try to disable problematic ASM for gcc-llvm 4.2.1
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] avfilter: pool draining and self destruction support.
Michael Niedermayer
- [FFmpeg-cvslog] sws: yuv2rgb asm, add memory clobber.
Michael Niedermayer
- [FFmpeg-cvslog] wtvdec: fix a few memleaks as show by valgrind with the FATE test.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/release/0.7' into release/0.8
Michael Niedermayer
- [FFmpeg-cvslog] ws_snd1: Fix wrong samples count and crash.
Michael Niedermayer
- [FFmpeg-cvslog] j2kdec: Fix integer overflow leading to a segfault
Michael Niedermayer
- [FFmpeg-cvslog] aacsbr: Fix memory corruption.
Michael Niedermayer
- [FFmpeg-cvslog] h264: check chroma_format_idc range.
Michael Niedermayer
- [FFmpeg-cvslog] atrac3: Fix crash in tonal component decoding.
Michael Niedermayer
- [FFmpeg-cvslog] j2kdec: Check curtileno for validity
Michael Niedermayer
- [FFmpeg-cvslog] j2kdec: Fix crash in get_qcx
Michael Niedermayer
- [FFmpeg-cvslog] shorten: Fix invalid free()
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/release/0.6' into release/0.6
Michael Niedermayer
- [FFmpeg-cvslog] h264: check chroma_format_idc range.
Michael Niedermayer
- [FFmpeg-cvslog] atrac3: Fix crash in tonal component decoding.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/release/0.5' into release/0.5
Michael Niedermayer
- [FFmpeg-cvslog] atrac3: Fix crash in tonal component decoding.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/release/0.7' into release/0.8
Michael Niedermayer
- [FFmpeg-cvslog] ws_snd1: Fix wrong samples count and crash.
Michael Niedermayer
- [FFmpeg-cvslog] j2kdec: Fix integer overflow leading to a segfault
Michael Niedermayer
- [FFmpeg-cvslog] aacsbr: Fix memory corruption.
Michael Niedermayer
- [FFmpeg-cvslog] h264: check chroma_format_idc range.
Michael Niedermayer
- [FFmpeg-cvslog] atrac3: Fix crash in tonal component decoding.
Michael Niedermayer
- [FFmpeg-cvslog] j2kdec: Check curtileno for validity
Michael Niedermayer
- [FFmpeg-cvslog] j2kdec: Fix crash in get_qcx
Michael Niedermayer
- [FFmpeg-cvslog] shorten: Fix invalid free()
Michael Niedermayer
- [FFmpeg-cvslog] Merge branch 'release/0.8' into release/0.7
Michael Niedermayer
- [FFmpeg-cvslog] Update for 0.7.11
Michael Niedermayer
- [FFmpeg-cvslog] update for 0.5.8
Michael Niedermayer
- [FFmpeg-cvslog] Update for 0.8.10
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] Revert "riff: remove references to sonic codec ids"
Michael Niedermayer
- [FFmpeg-cvslog] lavc: Prevent opening of experimental codecs if strict_std_compliance > FF_COMPLIANCE_EXPERIMENTAL.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] 1000l commit forgotten cabac fix
Michael Niedermayer
- [FFmpeg-cvslog] cabac_functions: fix license header, this wasnt developed in libav
Michael Niedermayer
- [FFmpeg-cvslog] utils: check that parameters havnt changed in reget_buffer()
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'cus/stable'
Michael Niedermayer
- [FFmpeg-cvslog] avidec: XMPG support
Michael Niedermayer
- [FFmpeg-cvslog] mpeg12dec: check uppercased codec_tag.
Michael Niedermayer
- [FFmpeg-cvslog] mpeg12dec: BW10 support
Michael Niedermayer
- [FFmpeg-cvslog] x86/yuv2rgb_mmx: Remove yuv420 check.
Michael Niedermayer
- [FFmpeg-cvslog] thp: Fix handling of restart interval
Michael Niedermayer
- [FFmpeg-cvslog] ljpegdec: reset restart interval for each plane of a non interleaved file.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] No longer build libpostproc by default
Michael Niedermayer
- [FFmpeg-cvslog] imgconvert: add PIX_FMT_GRAY8A to pix_fmt_info
Michael Niedermayer
- [FFmpeg-cvslog] buildsystem: add $EXESUF to the used tool for fate
Michael Niedermayer
- [FFmpeg-cvslog] Revert "buildsystem: add $EXESUF to the used tool for fate"
Michael Niedermayer
- [FFmpeg-cvslog] lavfi-showfiltfmts: fix typo that segfaulted haiku.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] vorbisdec: Check that the x values of floor1 are unique.
Michael Niedermayer
- [FFmpeg-cvslog] indeo4: fix LE reader define for backport
Michael Niedermayer
- [FFmpeg-cvslog] dpxenc: Dont store lavc indent when bitexact is set.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] lavc: use av_freep() for freeing extended_data
Michael Niedermayer
- [FFmpeg-cvslog] lavc: Check CODEC_CAP_VARIABLE_FRAME_SIZE && !frame
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] lavc: when w/h changes in reget buffer, print the values.
Michael Niedermayer
- [FFmpeg-cvslog] lavc: call ff_init_buffer_info() from default reget buffer.
Michael Niedermayer
- [FFmpeg-cvslog] pp: bump major in git master to match what debian contains.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] wmalossless: Fix incompatoble pointer type warnings
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] opt: Fix "libavutil/opt.c:811:20: warning: initialization discards ‘const’ quali =?UTF-8?Q?fier=20from=20pointer=20tar?==?UTF-8?Q?get=20type=20?=[ enabled by default]"
Michael Niedermayer
- [FFmpeg-cvslog] base64: add benchmark
Michael Niedermayer
- [FFmpeg-cvslog] base64: optimize av_base64_encode()
Michael Niedermayer
- [FFmpeg-cvslog] base64: simplify end handling in av_base64_encode()
Michael Niedermayer
- [FFmpeg-cvslog] base64: add a benchmark for a pure syntax check.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] base64: fix little typo
Michael Niedermayer
- [FFmpeg-cvslog] base64: Only run benchmark when "-t" is specified.
Michael Niedermayer
- [FFmpeg-cvslog] ac3dec: Move center&surround mix level tables to parser.
Michael Niedermayer
- [FFmpeg-cvslog] fix rtp 916 issue
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] git show 2473a45c85dce6872617b33fce396dbbd6347e8e avconv.c | patch ffmpeg.c
Michael Niedermayer
- [FFmpeg-cvslog] error_detection: put the old error detection constants back.
Michael Niedermayer
- [FFmpeg-cvslog] lavc: Mark the err_detect constants as audio+video as they also apply to audio.
Michael Niedermayer
- [FFmpeg-cvslog] sws: fix copy case detection with gray8a.
Michael Niedermayer
- [FFmpeg-cvslog] pngdec: Add some FF_DEBUG based av_logs.
Michael Niedermayer
- [FFmpeg-cvslog] pngdec: Fix masks for interlaced decoding
Michael Niedermayer
- [FFmpeg-cvslog] pngdec: Do not use SIMD paeth prediction for bpp=2
Michael Niedermayer
- [FFmpeg-cvslog] aacenc: Fix bug in writing libavcodec_ident.
Michael Niedermayer
- [FFmpeg-cvslog] mpegpsmux: Fix integer overflow with huge VBV sizes.
Michael Niedermayer
- [FFmpeg-cvslog] RC: Fix initial buffer occupancy.
Michael Niedermayer
- [FFmpeg-cvslog] avidec: fix "avidec.c:362: warning: st may be used uninitialized in this function"
Michael Niedermayer
- [FFmpeg-cvslog] sws: In case of an invalid scaler algorithm, show the invalid value.
Michael Niedermayer
- [FFmpeg-cvslog] lavc: fix FF_LOSS_COLORQUANT detection for gray8a->pal8
Michael Niedermayer
- [FFmpeg-cvslog] sws: Fix unscaled >8bit planar chroma handling.
Michael Niedermayer
- [FFmpeg-cvslog] avfilter: add some asserts() to check refcounts.
Michael Niedermayer
- [FFmpeg-cvslog] base64: 10l endian fix.
Michael Niedermayer
- [FFmpeg-cvslog] pthread: Change a signal to a broadcast as multiple threads
Michael Niedermayer
- [FFmpeg-cvslog] Revert "movenc: simplify handling of pcm vs. adpcm vs. other compressed codecs"
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] libavformat/libavformat.v: fix application name in comment
Michael Niedermayer
- [FFmpeg-cvslog] pthreads: reset got_frames on flush.
Michael Niedermayer
- [FFmpeg-cvslog] pthreads: Generic progress lubrication support.
Michael Niedermayer
- [FFmpeg-cvslog] avidec: Fix use of stream_index before validation of its range.
Michael Niedermayer
- [FFmpeg-cvslog] movenc: Decrease default chunk merge limit to 1mb.
Michael Niedermayer
- [FFmpeg-cvslog] Revert "Fix multi-channel AAC encoding."
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Allocate buffers of the size needed by the decoder.
Michael Niedermayer
- [FFmpeg-cvslog] mpegvideo: Draw edges based on the pictures linesize instead of the contexts.
Michael Niedermayer
- [FFmpeg-cvslog] h264: Disallow w/h/pixfmt changes for frame threads.
Michael Niedermayer
- [FFmpeg-cvslog] buildsys: Fix shared lib build of ffserver.
Michael Niedermayer
- [FFmpeg-cvslog] sws: Fix RGB0->alpha containing formats.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'tjoppen/mxf_fixes_20120124'
Michael Niedermayer
- [FFmpeg-cvslog] error concealment: initialize block index.
Michael Niedermayer
- [FFmpeg-cvslog] aacenc: Write correct length for long identification strings.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] v4l: fix compilation
Michael Niedermayer
- [FFmpeg-cvslog] buildsystem: 10l add v4l entry back
Michael Niedermayer
- [FFmpeg-cvslog] nsvdec: Fix use of uninitialized streams.
Michael Niedermayer
- [FFmpeg-cvslog] h263dec: Disallow width/height changing with frame threads.
Michael Niedermayer
- [FFmpeg-cvslog] avidec: Fix regression with chunks that are larger than the file.
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: add image size check to codec_get_buffer()
Michael Niedermayer
- [FFmpeg-cvslog] dv: check stype
Michael Niedermayer
- [FFmpeg-cvslog] dv: Fix null pointer dereference due to ach=0
Michael Niedermayer
- [FFmpeg-cvslog] vp3: Copy all 3 frames for thread updates.
Michael Niedermayer
- [FFmpeg-cvslog] smackerdec: Check that the last indexes are within the table.
Michael Niedermayer
- [FFmpeg-cvslog] Remove avconv
Michael Niedermayer
- [FFmpeg-cvslog] doc/ffmpeg.texi
Michael Niedermayer
- [FFmpeg-cvslog] kgv1dec: Increase offsets array size so it is large enough.
Michael Niedermayer
- [FFmpeg-cvslog] mjpegbdec: Fix incorrect bitstream buffer size.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] mp3dec: Check for memcpy size to be positive.
Michael Niedermayer
- [FFmpeg-cvslog] diracdec: Check dirac_unpack_idwt_params parameters before storing them.
Michael Niedermayer
- [FFmpeg-cvslog] diracdec: Check num_refs.
Michael Niedermayer
- [FFmpeg-cvslog] dpcm: Round output buffer size up.
Michael Niedermayer
- [FFmpeg-cvslog] matroskadec: increase padding on several more extradata allocations.
Michael Niedermayer
- [FFmpeg-cvslog] kvmc: Check palsize.
Michael Niedermayer
- [FFmpeg-cvslog] r210, r10k and avrp encoder
Michael Niedermayer
- [FFmpeg-cvslog] indeo3: fix motion vector validation
Michael Niedermayer
- [FFmpeg-cvslog] mpeg1videoenc: disable slice threads
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: fix -qscale X breaking audio codecs
Michael Niedermayer
- [FFmpeg-cvslog] h264_sei: Fix infinite loop.
Michael Niedermayer
- [FFmpeg-cvslog] snowenc: dont crash with gray but exit with an error msg.
Michael Niedermayer
- [FFmpeg-cvslog] mov: Fix seeking regression in fragemnted movs.
Michael Niedermayer
- [FFmpeg-cvslog] dv: Fix out of array read
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: update for 0.10
Michael Niedermayer
- [FFmpeg-cvslog] kvmc: Check palsize.
Michael Niedermayer
- [FFmpeg-cvslog] RELEASE_NOTES: update for 0.10
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: remove duplicate lines
Michael Niedermayer
- [FFmpeg-cvslog] r210, r10k and avrp encoder
Michael Niedermayer
- [FFmpeg-cvslog] Update for 0.10
Michael Niedermayer
- [FFmpeg-cvslog] doc: remove doc/ffmpeg-mt-authorship.txt for release/0.10
Michael Niedermayer
- [FFmpeg-cvslog] r210, r10k and avrp encoder
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] r210, r10k and avrp encoder
Michael Niedermayer
- [FFmpeg-cvslog] r210, r10k and avrp encoder
Michael Niedermayer
- [FFmpeg-cvslog] targadec: Simplify RLE out of packet check.
Michael Niedermayer
- [FFmpeg-cvslog] pngdec: Convert 2/4 bit formats to 8bit.
Michael Niedermayer
- [FFmpeg-cvslog] mpegvideoenc: Fail if a buffer size is specified without a max rate.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] devices: Disable v4l to fix compilation until someone
Michael Niedermayer
- [FFmpeg-cvslog] dirac_yasm: fix linking failure due to %ifndef
Michael Niedermayer
- [FFmpeg-cvslog] example: update muxing example to purple API
Michael Niedermayer
- [FFmpeg-cvslog] example: Update decoding/encoding example to the new API.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] fate: add support for specifying the shell used to run configure
Michael Niedermayer
- [FFmpeg-cvslog] diracdec: Fix integer overflow leading to out of global array read.
Michael Niedermayer
- [FFmpeg-cvslog] avidec: print informative error messages if seeking fails.
Michael Niedermayer
- [FFmpeg-cvslog] nsvdec: Fix use of uninitialized streams.
Michael Niedermayer
- [FFmpeg-cvslog] kgv1dec: Increase offsets array size so it is large enough.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] pngdec: fix warning about pointer types
Michael Niedermayer
- [FFmpeg-cvslog] h264: Return the correct number of bytes for mid strea, extradata.
Michael Niedermayer
- [FFmpeg-cvslog] mpeg/h264: update thread context even if it is not initialized.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'shariman/wmall'
Michael Niedermayer
- [FFmpeg-cvslog] mxfdec: skip to end of structural sets
Philip de Nier
- [FFmpeg-cvslog] segment: fix FPE when segment_list_size is 0
Nicolas Noirbent
- [FFmpeg-cvslog] ffmpeg.c: transcode_video(): do not go through filter network if encoding is not required
Nicolas Noirbent
- [FFmpeg-cvslog] error_resilience: K&R formatting cosmetics
Donald Ovcharov
- [FFmpeg-cvslog] mxfdec: check return value of avio_seek
Joakim Plate
- [FFmpeg-cvslog] ico: consider IconEntry.NumColors of 255 to be ambiguous
Peter Ross
- [FFmpeg-cvslog] ico: ignore IconEntry.bpp value, and favour BITMAPHEADER. NumColors value over that in IconEntry
Peter Ross
- [FFmpeg-cvslog] ico: reject icon entries that are smaller than sizeof(BITMAPHEADER)
Peter Ross
- [FFmpeg-cvslog] ico: favour BITMAPHEADER dimensions over IconEntry dimensions
Peter Ross
- [FFmpeg-cvslog] No longer build libpostproc by default
Peter Ross
- [FFmpeg-cvslog] iff: support masking plane feature
Peter Ross
- [FFmpeg-cvslog] bintext: use private options now that AVFormatParameters has been removed
Peter Ross
- [FFmpeg-cvslog] mpegaudiodec: fix compilation when testing the unchecked bitstream reader
Justin Ruggles
- [FFmpeg-cvslog] mpegaudiodec: skip all channels when skipping granules
Justin Ruggles
- [FFmpeg-cvslog] bmv audio: implement new audio decoding API
Justin Ruggles
- [FFmpeg-cvslog] wavpack: cosmetics: K&R pretty-printing
Justin Ruggles
- [FFmpeg-cvslog] wavpack: fix typos in previous cosmetic clean-up commit
Justin Ruggles
- [FFmpeg-cvslog] alacdec: fill in missing or guessed info about the extradata format.
Justin Ruggles
- [FFmpeg-cvslog] alacenc: do not generate invalid multi-channel ALAC files
Justin Ruggles
- [FFmpeg-cvslog] alacenc: implement the 2-pass prediction type.
Justin Ruggles
- [FFmpeg-cvslog] alacdec: implement the 2-pass prediction type.
Justin Ruggles
- [FFmpeg-cvslog] adxdec: Validate channel count to fix a division by zero.
Justin Ruggles
- [FFmpeg-cvslog] adxenc: remove unneeded comments
Justin Ruggles
- [FFmpeg-cvslog] adxenc: remove unneeded log message
Justin Ruggles
- [FFmpeg-cvslog] adxenc: change some data types
Justin Ruggles
- [FFmpeg-cvslog] adxenc: cosmetics: pretty-printing
Justin Ruggles
- [FFmpeg-cvslog] adxenc: log an error message and return AVERROR(EINVAL) for invalid channels
Justin Ruggles
- [FFmpeg-cvslog] adxenc: remove unnecessary setting of coded_frame->key_frame.
Justin Ruggles
- [FFmpeg-cvslog] adxenc: avoid stereo deinterleaving
Justin Ruggles
- [FFmpeg-cvslog] adx: add AVFMT_GENERIC_INDEX to demuxer flags.
Justin Ruggles
- [FFmpeg-cvslog] adxenc: remove unneeded loops
Justin Ruggles
- [FFmpeg-cvslog] adxenc: use a loop to encode each channel
Justin Ruggles
- [FFmpeg-cvslog] adxenc: use BLOCK_SIZE and BLOCK_SAMPLES macros
Justin Ruggles
- [FFmpeg-cvslog] adxenc: use bytestream functions for header writing.
Justin Ruggles
- [FFmpeg-cvslog] adxenc: check output buffer size before writing
Justin Ruggles
- [FFmpeg-cvslog] adx: add an adx muxer
Justin Ruggles
- [FFmpeg-cvslog] fate: add ADX encoding/decoding test
Justin Ruggles
- [FFmpeg-cvslog] adxdec: clear eof flag and channel states when seeking
Justin Ruggles
- [FFmpeg-cvslog] libspeexenc: fix pts calculations for more than 1 frame per packet
Justin Ruggles
- [FFmpeg-cvslog] add bytestream2_tell() and bytestream2_seek() functions
Justin Ruggles
- [FFmpeg-cvslog] tta: fix 24-bit decoding.
Justin Ruggles
- [FFmpeg-cvslog] g722enc: split encoding into separate functions for trellis vs. no trellis
Justin Ruggles
- [FFmpeg-cvslog] g722enc: set frame_size, and also handle an odd number of input samples
Justin Ruggles
- [FFmpeg-cvslog] g722enc: validate AVCodecContext.trellis
Justin Ruggles
- [FFmpeg-cvslog] avcodec: fix avcodec_encode_audio() documentation.
Justin Ruggles
- [FFmpeg-cvslog] avcodec: attempt to clarify the CODEC_CAP_DELAY documentation
Justin Ruggles
- [FFmpeg-cvslog] sierravmd: fix audio pts
Justin Ruggles
- [FFmpeg-cvslog] ipmovie: fix pts for CODEC_ID_INTERPLAY_DPCM
Justin Ruggles
- [FFmpeg-cvslog] avcodec: add GSM parser
Justin Ruggles
- [FFmpeg-cvslog] gsm demuxer: return packets with only 1 gsm block at a time.
Justin Ruggles
- [FFmpeg-cvslog] gsm demuxer: use generic seeking instead of a gsm-specific function.
Justin Ruggles
- [FFmpeg-cvslog] pcmenc: set frame_size to 0.
Justin Ruggles
- [FFmpeg-cvslog] FATE: add tests for targa
Justin Ruggles
- [FFmpeg-cvslog] FATE: fix targa tests on big-endian systems
Justin Ruggles
- [FFmpeg-cvslog] FATE: fix targa tests on big-endian systems
Justin Ruggles
- [FFmpeg-cvslog] targa: add support for rgb555 palette
Justin Ruggles
- [FFmpeg-cvslog] FATE: enable the 2 remaining targa conformance suite tests
Justin Ruggles
- [FFmpeg-cvslog] FATE: convert output to rgba for the targa tests which currently output pal8
Justin Ruggles
- [FFmpeg-cvslog] avcodec: add a public function, avcodec_fill_audio_frame().
Justin Ruggles
- [FFmpeg-cvslog] avcodec: Add avcodec_encode_audio2() as replacement for avcodec_encode_audio()
Justin Ruggles
- [FFmpeg-cvslog] avcodec: bump minor version and add APIChanges for the new audio encoding API
Justin Ruggles
- [FFmpeg-cvslog] pcmenc: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] avconv: use avcodec_encode_audio2()
Justin Ruggles
- [FFmpeg-cvslog] tta: cast output data pointer to the correct type
Justin Ruggles
- [FFmpeg-cvslog] westwood: split the AUD and VQA demuxers into separate files.
Justin Ruggles
- [FFmpeg-cvslog] vqa: set stream start_time to 0.
Justin Ruggles
- [FFmpeg-cvslog] vqa: use 1/sample_rate as the audio stream time base
Justin Ruggles
- [FFmpeg-cvslog] vqa: set packet duration.
Justin Ruggles
- [FFmpeg-cvslog] vqa: set time base to frame rate as coded in the header.
Justin Ruggles
- [FFmpeg-cvslog] vqa: clean up audio header parsing
Justin Ruggles
- [FFmpeg-cvslog] vqa: remove unused context fields, audio_samplerate and audio_bits
Justin Ruggles
- [FFmpeg-cvslog] avcodec: add a new codec_id for CRYO APC IMA ADPCM.
Justin Ruggles
- [FFmpeg-cvslog] adpcm_ima_ws: fix stereo decoding
Justin Ruggles
- [FFmpeg-cvslog] aud: support Westwood SND1 audio in AUD files.
Justin Ruggles
- [FFmpeg-cvslog] cosmetics: indentation
Justin Ruggles
- [FFmpeg-cvslog] aud: set pts_wrap_bits to 64.
Justin Ruggles
- [FFmpeg-cvslog] aud: simplify header parsing
Justin Ruggles
- [FFmpeg-cvslog] aud: fix time stamp calculation for ADPCM IMA WS
Justin Ruggles
- [FFmpeg-cvslog] aud: remove unneeded field, audio_stream_index from context
Justin Ruggles
- [FFmpeg-cvslog] libspeexenc: use AVSampleFormat instead of deprecated/removed SampleFormat
Justin Ruggles
- [FFmpeg-cvslog] aacenc: only use the number of input samples provided by the user.
Justin Ruggles
- [FFmpeg-cvslog] aacenc: make sure to encode enough frames to cover all input samples.
Justin Ruggles
- [FFmpeg-cvslog] ARM: rv34: fix asm syntax in dc transform functions
Mans Rullgard
- [FFmpeg-cvslog] ARM: 4-byte align start of all asm functions
Mans Rullgard
- [FFmpeg-cvslog] ARM: fix Thumb-mode simple_idct_arm
Mans Rullgard
- [FFmpeg-cvslog] aacsbr: move some simdable loops to function pointers
Mans Rullgard
- [FFmpeg-cvslog] aacsbr: align some arrays
Mans Rullgard
- [FFmpeg-cvslog] aacsbr: ARM NEON optimised sbrdsp functions
Mans Rullgard
- [FFmpeg-cvslog] Fix non-C89 declarations in for loops
Mans Rullgard
- [FFmpeg-cvslog] Insert missing newline at end of error log message in mov demuxer.
Andrew Ryan
- [FFmpeg-cvslog] vf_tinterlace: implement interlace mode 5
Stefano Sabatini
- [FFmpeg-cvslog] rawdec: propagate pict_type information to the output frame
Stefano Sabatini
- [FFmpeg-cvslog] vf_drawtext: select YUV color for drawbox() in case YUV colorspace is used
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: prefer av_log to fprintf(stderr)
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: change order of operations in probe_file()
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: reindent after the last commit
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: remove unused variable in show_format()
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: add support to option -show_error
Stefano Sabatini
- [FFmpeg-cvslog] cmdutils: add print_program_info() used in both show_banner() and show_version()
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: fix NULL pointer dereference in writer_close()
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: exit in case generic options are incompatible with strict XML output
Stefano Sabatini
- [FFmpeg-cvslog] cmdutils: make show_usage() use av_log()
Stefano Sabatini
- [FFmpeg-cvslog] cmdutils: make this_year extern, so it can be referenced from other . o files
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: move writer context registration and initialization in main()
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: move header and trailer print from probe_file() to main()
Stefano Sabatini
- [FFmpeg-cvslog] doc/filters.texi: fix typo in volume description
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: add support to video frame information printing
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: use "%*" printf syntax in XML_INDENT() in place of a loop
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: use more meaningful names for writer chapter/section header/ footer function
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: implement generic reindent logic in the JSON writer
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: change formatting logic in the JSON writer
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: make upcase_string() ignore non-ASCII characters
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: add -show_program_version and -show_library_versions options
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: add compact option to JSON writer
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: use av_toupper() in upcase_string()
Stefano Sabatini
- [FFmpeg-cvslog] lavfi/testsrc: add "d" alias for the duration option
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: replace av_destruct_packet() with av_free_packet()
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: fix leak in show_packets()
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: set AV_LOG_SKIP_REPEATED log flag
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: add support to audio frame information printing
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: reindent after previous commit
Stefano Sabatini
- [FFmpeg-cvslog] lavfi: add missing check in avfilter_filter_samples()
Stefano Sabatini
- [FFmpeg-cvslog] lavfi: add missing check in avfilter_filter_samples()
Stefano Sabatini
- [FFmpeg-cvslog] mpegtsenc: use more meaningful error codes
Stefano Sabatini
- [FFmpeg-cvslog] mpegtsenc: fix some typos: aac -> AAC, adts -> ADTS
Stefano Sabatini
- [FFmpeg-cvslog] ffmpeg: clarify error message in case of bitstream filter opening failure
Stefano Sabatini
- [FFmpeg-cvslog] mpegtsenc: do not reference the deprecated ffmpeg option 'vbsf' in a log message
Stefano Sabatini
- [FFmpeg-cvslog] configure: provide libavfilter/version.h header to get_version()
Stefano Sabatini
- [FFmpeg-cvslog] doc/bistream_filters.texi: add documentation for the h264_mp4toannexb filter
Stefano Sabatini
- [FFmpeg-cvslog] configure: provide libavfilter/version.h header to get_version()
Stefano Sabatini
- [FFmpeg-cvslog] lavfi/rgbtestsrc: make alpha plane opaque
Stefano Sabatini
- [FFmpeg-cvslog] ffplay: mark i variable in toggle_full_screen() as unused
Stefano Sabatini
- [FFmpeg-cvslog] lavc/mpegvideo_enc: improve log message in case of too large GOP
Stefano Sabatini
- [FFmpeg-cvslog] lavfi/testsrc: add "decimals" option to the testsrc filter
Stefano Sabatini
- [FFmpeg-cvslog] lavu/eval: add if() and ifnot() eval functions
Stefano Sabatini
- [FFmpeg-cvslog] doc/eval.texi: add precisation about the assumption for "trueness" in conditional expressions
Stefano Sabatini
- [FFmpeg-cvslog] tools: add ffeval tool
Stefano Sabatini
- [FFmpeg-cvslog] doc/ffmpeg.texi: specify symbolic names for the vsync parameter
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: fix printing of unit values which cannot be contained in an int
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: use safer type for index variable in value_string()
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: add more safe casts in value_string()
Stefano Sabatini
- [FFmpeg-cvslog] fix rtp 916 issue
Stefano Sabatini
- [FFmpeg-cvslog] ffmpeg: remove unused and commented variable OutputStream.sync_ipts
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: factorize common code in value_string()
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: reindent after previous commit
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: fix value_string() prefix printing for values with negative logarithm
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: increase precision for the shown float values
Stefano Sabatini
- [FFmpeg-cvslog] lavfi: fix mp and mandelbrot descriptions to make them complete sentences
Stefano Sabatini
- [FFmpeg-cvslog] Fix possible infinite loop decoding als.
Philippe Saint-Pierre
- [FFmpeg-cvslog] Fix possible infinite loop decoding als.
Philippe Saint-Pierre
- [FFmpeg-cvslog] mpegaudiodec: Use clearer pointer math
Vitor Sessak
- [FFmpeg-cvslog] mpegaudiodec: interleave iMDCT buffer to simplify future SIMD implementations
Vitor Sessak
- [FFmpeg-cvslog] mpegaudiodec: move imdct and windowing function to mpegaudiodsp
Vitor Sessak
- [FFmpeg-cvslog] mpegaudiodec: change imdct window arrangment for better pointer alignment
Vitor Sessak
- [FFmpeg-cvslog] mpegaudiodec: optimized iMDCT transform
Vitor Sessak
- [FFmpeg-cvslog] Fix AC filter buffers and AC filter reversion
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Reset acfilter_prevvalues buffer in clear_codec_buffers()
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Cosmetics: Remove two empty lines and realign some code
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Use quantizer value read from bitstream
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Suppress dumping of residues buffer
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Fix audio output
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] vc1dec.c: Don't use uninitialized values of dmv_[x, y]
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Use correct variable type for 32-bit samples buffer
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Cosmetics: Fix some whitespace errors and indentation
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] utvideo: proper median prediction for interlaced videos
Kostya Shishkov
- [FFmpeg-cvslog] indeo4: add some missing static and const qualifiers
Kostya Shishkov
- [FFmpeg-cvslog] wavpack: fix clipping for 32-bit lossy mode
Kostya Shishkov
- [FFmpeg-cvslog] vf_deshake: zero-init Transform structs in end_frame()
Ray Simard
- [FFmpeg-cvslog] vf_deshake: remove unused variable totalangles
Ray Simard
- [FFmpeg-cvslog] deshake: variable used uninitialized
Ray Simard
- [FFmpeg-cvslog] avplay: Don't call avio_set_interrupt_cb(NULL)
Martin Storsjö
- [FFmpeg-cvslog] avio: Add an URLProtocol flag for indicating that a protocol uses network
Martin Storsjö
- [FFmpeg-cvslog] avio: Only do implicit network initialization for network protocols
Martin Storsjö
- [FFmpeg-cvslog] libavcodec: Move apply_param_change up above avcodec_decode_video2
Martin Storsjö
- [FFmpeg-cvslog] libavcodec: Handle param change side data in avcodec_decode_video2, too
Martin Storsjö
- [FFmpeg-cvslog] movenc: Don' t store a nonzero creation time if nothing was set by the caller
Martin Storsjö
- [FFmpeg-cvslog] fate: Update file checksums after the mov muxer change in a78dbada55d6
Martin Storsjö
- [FFmpeg-cvslog] avio: Fix the value of the deprecated URL_FLAG_NONBLOCK
Martin Storsjö
- [FFmpeg-cvslog] libx264: Don't leave max_b_frames as -1 if the user didn't set it
Martin Storsjö
- [FFmpeg-cvslog] Add a tool that uses avio to read and write, doing a plain copy of data
Martin Storsjö
- [FFmpeg-cvslog] aviocat: Flush the output before closing
Martin Storsjö
- [FFmpeg-cvslog] rtsp: Remove extern declarations for variables that don't exist
Martin Storsjö
- [FFmpeg-cvslog] movenc: Reorder entries in the MOVIentry struct, for tigheter packing
Martin Storsjö
- [FFmpeg-cvslog] aviocat: Remove useless includes
Martin Storsjö
- [FFmpeg-cvslog] rtpdec: Use our own SSRC in the SDES field when sending RRs
Martin Storsjö
- [FFmpeg-cvslog] rtsp: Allow specifying the UDP port range via AVOptions
Martin Storsjö
- [FFmpeg-cvslog] movenc: Add a separate start_pts
Martin Storsjö
- [FFmpeg-cvslog] movenc: Add support for writing fragmented mov files
Martin Storsjö
- [FFmpeg-cvslog] libavformat: Add a flag for muxers that support write_packet(NULL) for flushing
Martin Storsjö
- [FFmpeg-cvslog] movenc: Allow the caller to decide on fragmentation
Martin Storsjö
- [FFmpeg-cvslog] movenc: Add a separate ismv/isma (smooth streaming) muxer
Martin Storsjö
- [FFmpeg-cvslog] movenc: Write the sample rate instead of time scale in the stsd atom
Martin Storsjö
- [FFmpeg-cvslog] movdec: Calculate an average bit rate for fragmented streams, too
Martin Storsjö
- [FFmpeg-cvslog] Add a tool for creating smooth streaming manifests
Martin Storsjö
- [FFmpeg-cvslog] pktdumper: Use usleep instead of sleep
Martin Storsjö
- [FFmpeg-cvslog] movenc: Reindent a block
Martin Storsjö
- [FFmpeg-cvslog] doc: Update APIchanges with info on muxer flushing
Martin Storsjö
- [FFmpeg-cvslog] movenc: Don't require frame_size to be set for modes other than mov
Martin Storsjö
- [FFmpeg-cvslog] ismindex: Fix build on mingw
Martin Storsjö
- [FFmpeg-cvslog] ismindex: Fix build on mingw
Martin Storsjö
- [FFmpeg-cvslog] libavcodec: Don't crash in avcodec_encode_audio if time_base isn't set
Martin Storsjö
- [FFmpeg-cvslog] movenc: Support adding isml (smooth streaming live) metadata
Martin Storsjö
- [FFmpeg-cvslog] movenc: Allow writing to a non-seekable output if using empty moov
Martin Storsjö
- [FFmpeg-cvslog] doc: Document mov/mp4 fragmentation options
Martin Storsjö
- [FFmpeg-cvslog] movenc: cosmetics: Get rid of camelCase identifiers
Martin Storsjö
- [FFmpeg-cvslog] doc: Fix the name of the new function
Martin Storsjö
- [FFmpeg-cvslog] Support 16bpp grayscale pam decoding.
Alexander Strasser
- [FFmpeg-cvslog] build: Support selecting yasm-compatible assembler
Alexander Strasser
- [FFmpeg-cvslog] build: Describe --nm and -ld options consistently
Alexander Strasser
- [FFmpeg-cvslog] build: Allow building old API/ABI libpostproc version
Alexander Strasser
- [FFmpeg-cvslog] doc: add Timecode documentation.
Alexander Strasser
- [FFmpeg-cvslog] doc: add Timecode documentation.
Alexander Strasser
- [FFmpeg-cvslog] build: configure: Restore alphabetical order for CMDLINE_SET
Alexander Strasser
- [FFmpeg-cvslog] build: configure: Restore alphabetical order for CMDLINE_SET
Alexander Strasser
- [FFmpeg-cvslog] FATE: add tests for dfa
Oana Stratulat
- [FFmpeg-cvslog] fate: add dxtory test
Oana Stratulat
- [FFmpeg-cvslog] electronicarts: Fix division by zero. Fixes Ticket #793
Oana Stratulat
- [FFmpeg-cvslog] electronicarts: Fix division by zero. Fixes Ticket #793
Oana Stratulat
- [FFmpeg-cvslog] ffmpeg: check if number of input and output channels are valid.
Oana Stratulat
- [FFmpeg-cvslog] Report an error if pitch_lag is zero in AMR-NB decoder.
Oana Stratulat
- [FFmpeg-cvslog] ffmpeg: Fix segfault with zzufed 4xm file.
Oana Stratulat
- [FFmpeg-cvslog] Fixes wrong duration in .mov file. Issue 599
Oana Stratulat
- [FFmpeg-cvslog] Fixes issue 890: OOM with zmbv file
Oana Stratulat
- [FFmpeg-cvslog] New commits on branch release/0.9
Git System
- [FFmpeg-cvslog] fix Changelog file
Reinhard Tartler
- [FFmpeg-cvslog] Release notes: mention cleaned up header includes
Reinhard Tartler
- [FFmpeg-cvslog] vorbisdec: Fix decoding bug with channel handling
Reinhard Tartler
- [FFmpeg-cvslog] No longer build libpostproc by default
Reinhard Tartler
- [FFmpeg-cvslog] Add some missing changelog entries and release 0.8_beta2
Reinhard Tartler
- [FFmpeg-cvslog] vorbisdec: Fix decoding bug with channel handling
Reinhard Tartler
- [FFmpeg-cvslog] Update RELEASE file for 0.7.4
Reinhard Tartler
- [FFmpeg-cvslog] Update Changelog for 0.7.4 release
Reinhard Tartler
- [FFmpeg-cvslog] vorbisdec: Fix decoding bug with channel handling
Reinhard Tartler
- [FFmpeg-cvslog] Bump version number for 0.6.5 release.
Reinhard Tartler
- [FFmpeg-cvslog] Release notes and changelog for 0.6.5
Reinhard Tartler
- [FFmpeg-cvslog] vorbisdec: Fix decoding bug with channel handling
Reinhard Tartler
- [FFmpeg-cvslog] Bump version number for 0.5.7 release.
Reinhard Tartler
- [FFmpeg-cvslog] Release notes and changelog for 0.5.7
Reinhard Tartler
- [FFmpeg-cvslog] vorbisdec: Fix decoding bug with channel handling
Reinhard Tartler
- [FFmpeg-cvslog] Update RELEASE file for 0.7.4
Reinhard Tartler
- [FFmpeg-cvslog] Update Changelog for 0.7.4 release
Reinhard Tartler
- [FFmpeg-cvslog] lavc: Relax API strictness in avcodec_decode_audio3 with a custom get_buffer()
Reinhard Tartler
- [FFmpeg-cvslog] Prepare for 0.8 Release
Reinhard Tartler
- [FFmpeg-cvslog] Finalize changelog for 0.8 Release
Reinhard Tartler
- [FFmpeg-cvslog] Added clockwise rotate values to metadata for 90 and 270 degrees
Piotr Tomasik
- [FFmpeg-cvslog] Disable annoying warning without changing behavior
Andrey Utkin
- [FFmpeg-cvslog] fix av_dlog call with non-AVClass struct
Maksym Veremeyenko
- [FFmpeg-cvslog] limit chunk size to 1GB
Maksym Veremeyenko
- [FFmpeg-cvslog] Add av_popcount64
Daniel Verkamp
- [FFmpeg-cvslog] win32: detect number of CPUs using affinity
Daniel Verkamp
- [FFmpeg-cvslog] fix rtp 916 issue
Dmitry Volyntsev
- [FFmpeg-cvslog] fix rtp 916 issue, patch 2
Dmitry Volyntsev
- [FFmpeg-cvslog] rtsp: Remove a leftover, currently pointless check
Dmitry Volyntsev
- [FFmpeg-cvslog] rtsp: Use a random offset for trying to open UDP ports for RTP
Dmitry Volyntsev
- [FFmpeg-cvslog] libvpxenc: restore vp8flags for compatibility
James Zern
- [FFmpeg-cvslog] vda: convert 3 byte NAL sizes to 4 byte.
Sebastien Zwickert
- [FFmpeg-cvslog] vda: uses pthreads directly.
Sebastien Zwickert
- [FFmpeg-cvslog] vda: removes useless doxygen command.
Sebastien Zwickert
- [FFmpeg-cvslog] vda: cosmetic.
Sebastien Zwickert
- [FFmpeg-cvslog] Support 16bpp grayscale pam decoding.
ami_stuff
- [FFmpeg-cvslog] Support 48bpp pam decoding.
ami_stuff
- [FFmpeg-cvslog] pam: Reject 64bpp rgba.
ami_stuff
- [FFmpeg-cvslog] Add "S263" FourCC
ami_stuff
- [FFmpeg-cvslog] mjpeg: update whitespaces to qatar
anonymous
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. b999a39 web: Move the multimedia wiki link to the documentation.
compn
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 5b73a00 web: News for 0.5.8 0.6.5 0.7.11 0.8.10
compn
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 4cb2486 web: download +0.8.9 +0.7.10 Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 56f15e8 web: download for 0.9.1
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. bf33dec The current version of the 0.7 branch is 0.7.10.
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 3200869 web: 0.9.1 release
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. fedb9cb index: fix typo: callauto -> cellauto
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 45eea6f web: Add link to Ubuntu PPA
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. ecd0143 add wiki link to nav
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. b999a39 web: Move the multimedia wiki link to the documentation.
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. d046b40 web: download 0.5.8 0.6.5 0.7.11 0.8.10
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 5b73a00 web: News for 0.5.8 0.6.5 0.7.11 0.8.10
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 0a9fa58 web: use american months
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 7bf7937 web: index, remove trailing whitespace
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 866629a web: add a security page
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 37bf67c web: fix typos
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. ba4d63e web: news: Announce FFmpeg at Chemnitzer Linux-Tage
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. ea3320c remove suds from wanted sample list.
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. ae52c3d web: security update for 0.10
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 700e3f2 index: request for forgotten patches news entry
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 7762a7a web: ffmpeg 0.10
gitolite
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 123ffa1 web: add fate link to header
gitolite
- [FFmpeg-cvslog] Tag n0.7.10 : FFmpeg 0.7.10 release
git at videolan.org
- [FFmpeg-cvslog] Tag n0.8.9 : FFmpeg 0.8.9 release
git at videolan.org
- [FFmpeg-cvslog] Tag n0.9.1 : FFmpeg release 0.9.1
git at videolan.org
- [FFmpeg-cvslog] Tag n0.8.10 : FFmpeg 0.8.10 Release
git at videolan.org
- [FFmpeg-cvslog] Tag n0.7.11 : FFmpeg 0.7.11 Release
git at videolan.org
- [FFmpeg-cvslog] Tag n0.6.5 : FFmpeg 0.6.5 Release
git at videolan.org
- [FFmpeg-cvslog] Tag n0.5.8 : FFmpeg 0.5.8 Release
git at videolan.org
- [FFmpeg-cvslog] Tag n0.10 : FFmpeg 0.10 release
git at videolan.org
Last message date:
Tue Jan 31 23:40:36 CET 2012
Archived on: Tue Jan 31 23:40:35 CET 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).