February 2012 Archives by date
Starting: Wed Feb 1 03:06:29 CET 2012
Ending: Wed Feb 29 21:51:27 CET 2012
Messages: 997
- [FFmpeg-cvslog] flvdec: Interpret a toplevel 'object' type metadata item as normal metadata , too
Martin Storsjö
- [FFmpeg-cvslog] movdec: Ignore sample_degradation_priority bits when checking first_sample_flags
Martin Storsjö
- [FFmpeg-cvslog] x86: Place mm_flags variable declaration below the appropriate #ifdef.
Diego Biurrun
- [FFmpeg-cvslog] x86: Give RV40 init file a more suitable name.
Diego Biurrun
- [FFmpeg-cvslog] rv40: x86 SIMD for biweight
Christophe Gisquet
- [FFmpeg-cvslog] mpc7: align local temp buffer
Justin Ruggles
- [FFmpeg-cvslog] mpc7: check for allocation failure
Justin Ruggles
- [FFmpeg-cvslog] adpcmenc: Do not set coded_frame->key_frame.
Justin Ruggles
- [FFmpeg-cvslog] adpcmenc: check for coded_frame allocation failure
Justin Ruggles
- [FFmpeg-cvslog] adpcmenc: return proper AVERROR codes instead of -1
Justin Ruggles
- [FFmpeg-cvslog] adpcmenc: fix adpcm_ms extradata allocation
Justin Ruggles
- [FFmpeg-cvslog] adpcmenc: use int16_t and uint8_t instead of short and unsigned char.
Justin Ruggles
- [FFmpeg-cvslog] adpcmenc: remove some unneeded casts
Justin Ruggles
- [FFmpeg-cvslog] mp3dec: Fix a heap-buffer-overflow
Alex Converse
- [FFmpeg-cvslog] lavf: reorder AVInput/OutputFormat fields.
Anton Khirnov
- [FFmpeg-cvslog] lavc: reorder AVCodec fields.
Anton Khirnov
- [FFmpeg-cvslog] lavc/lavf: remove unnecessary symbols from the symbol version script.
Anton Khirnov
- [FFmpeg-cvslog] lavf: remove the pointless value field from flv and iv8
Anton Khirnov
- [FFmpeg-cvslog] lavf: rename AVInputFormat.value to raw_codec_id.
Anton Khirnov
- [FFmpeg-cvslog] lavc: add avcodec_is_open().
Anton Khirnov
- [FFmpeg-cvslog] lavc: make avcodec_close() work properly on unopened codecs.
Anton Khirnov
- [FFmpeg-cvslog] lavc: set AVCodecContext.codec in avcodec_get_context_defaults3().
Anton Khirnov
- [FFmpeg-cvslog] lavf: add functions for accessing the fourcc<->CodecID mapping tables.
Anton Khirnov
- [FFmpeg-cvslog] adpcm: Add missing stdint.h #include to fix standalone header compilation.
Diego Biurrun
- [FFmpeg-cvslog] h264-test: Remove unused DSP and AVCodec contexts and related init calls.
Diego Biurrun
- [FFmpeg-cvslog] h264-test: cleanup: drop timer invocations, commented out code and other cruft
Diego Biurrun
- [FFmpeg-cvslog] h264: Split h264-test off into a separate file - golomb-test.c.
Diego Biurrun
- [FFmpeg-cvslog] golomb-test: K&R formatting cosmetics
Diego Biurrun
- [FFmpeg-cvslog] fate: add golomb-test
Diego Biurrun
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] h264 golomb: Fix copyright violation.
Michael Niedermayer
- [FFmpeg-cvslog] doc: fix convertion tool references
Michael Niedermayer
- [FFmpeg-cvslog] aacenc: fix library references
Michael Niedermayer
- [FFmpeg-cvslog] simpleidct: fix project name.
Michael Niedermayer
- [FFmpeg-cvslog] westwood_aud: Fix project reference
Michael Niedermayer
- [FFmpeg-cvslog] gsm.h: Fix project reference
Michael Niedermayer
- [FFmpeg-cvslog] snowdata: Fix project name, this file has not been developed in libav
Michael Niedermayer
- [FFmpeg-cvslog] libavfilter/version.h: fix project name
Michael Niedermayer
- [FFmpeg-cvslog] libavformat/avformat.h: fix stray libavformat reference
Michael Niedermayer
- [FFmpeg-cvslog] lavf: add functions for accessing the fourcc<->CodecID mapping tables.
compn
- [FFmpeg-cvslog] Support decoding gray8a with libopenjpeg.
Michael Bradshaw
- [FFmpeg-cvslog] Support decoding rgba64 with libopenjpeg.
Michael Bradshaw
- [FFmpeg-cvslog] Fix pix_fmt mapping for v4l2 rgb5x5.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix v4l pix_fmt mapping for rgb32: There is no transparency information.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Add some missing v4l2 pix_fmt mappings.
Carl Eugen Hoyos
- [FFmpeg-cvslog] ffv1enc: PIX_FMT_YUV440P support
Paul B Mahol
- [FFmpeg-cvslog] ffv1dec: PIX_FMT_YUV440P support
Paul B Mahol
- [FFmpeg-cvslog] ffserver: fix program reference
Michael Niedermayer
- [FFmpeg-cvslog] doc: ffv1 is not experimental any more
Paul B Mahol
- [FFmpeg-cvslog] proresdec: Fix read via negative index in a global array.
Michael Niedermayer
- [FFmpeg-cvslog] diracdec: Check for negative quants which would cause out of array reads.
Michael Niedermayer
- [FFmpeg-cvslog] swfdec: Simplify sample rate calculation.
Alex Converse
- [FFmpeg-cvslog] fate-golomb: extend golomb-test to get_ue_golomb_long()
Janne Grunau
- [FFmpeg-cvslog] dv: check stype
Michael Niedermayer
- [FFmpeg-cvslog] dv: Fix null pointer dereference due to ach=0
Michael Niedermayer
- [FFmpeg-cvslog] dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936.
Alex Converse
- [FFmpeg-cvslog] ac3: Do not read past the end of ff_ac3_band_start_tab.
Mans Rullgard
- [FFmpeg-cvslog] truespeech: align buffer
Paul B Mahol
- [FFmpeg-cvslog] zmbv: check av_realloc() return values and avoid memleaks on ENOMEM
Janne Grunau
- [FFmpeg-cvslog] vc1: prevent null pointer dereference on broken files
Janne Grunau
- [FFmpeg-cvslog] zmbvenc: Employ more meaningful return values.
Paul B Mahol
- [FFmpeg-cvslog] zmbv: Employ more meaningful return values.
Paul B Mahol
- [FFmpeg-cvslog] swscale-test: Drop unused argc and argv arguments from main().
Diego Biurrun
- [FFmpeg-cvslog] swscale: remove obsolete comment.
Ronald S. Bultje
- [FFmpeg-cvslog] avcodec.h: Remove some disabled cruft.
Diego Biurrun
- [FFmpeg-cvslog] swscale: make rgb24 function macros slightly smaller.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: enable dithering in MMX functions.
Ronald S. Bultje
- [FFmpeg-cvslog] avcodec: Add av_fast_padded_malloc().
Janne Grunau
- [FFmpeg-cvslog] asv1: use av_fast_padded_malloc()
Reimar Döffinger
- [FFmpeg-cvslog] eatqi: use av_fast_padded_malloc()
Reimar Döffinger
- [FFmpeg-cvslog] mjpegdec: use av_fast_padded_malloc()
Reimar Döffinger
- [FFmpeg-cvslog] fraps: Use av_fast_padded_malloc() instead of av_realloc()
Reimar Döffinger
- [FFmpeg-cvslog] frwu: Employ more meaningful return values.
Paul B Mahol
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] apedec: Fix alignment and fate.
Michael Niedermayer
- [FFmpeg-cvslog] cosmetics: realign vertically
Paul B Mahol
- [FFmpeg-cvslog] avcodec: Add av_fast_padded_malloc().
Reimar Döffinger
- [FFmpeg-cvslog] Use the correct pix_fmt for 32bit x11grab.
Carl Eugen Hoyos
- [FFmpeg-cvslog] timecode: add write regressions tests.
Clément Bœsch
- [FFmpeg-cvslog] lavu: add public timecode API.
Clément Bœsch
- [FFmpeg-cvslog] ffprobe: use av_mpegtc_to_timecode_string().
Clément Bœsch
- [FFmpeg-cvslog] mpeg12: use av_mpegtc_to_timecode_string().
Clément Bœsch
- [FFmpeg-cvslog] mov: use new public timecode API.
Clément Bœsch
- [FFmpeg-cvslog] mov: honor tmcd flags while extracting timecode meta.
Clément Bœsch
- [FFmpeg-cvslog] dv: use new public timecode API.
Clément Bœsch
- [FFmpeg-cvslog] drawtext: use new public timecode API.
Clément Bœsch
- [FFmpeg-cvslog] mpeg12enc: use new public timecode API.
Clément Bœsch
- [FFmpeg-cvslog] gxfenc: use new public timecode API.
Clément Bœsch
- [FFmpeg-cvslog] mxfenc: use new public timecode API.
Clément Bœsch
- [FFmpeg-cvslog] dvenc: use new public timecode API.
Clément Bœsch
- [FFmpeg-cvslog] timecode: drop lavc timecode on next bump.
Clément Bœsch
- [FFmpeg-cvslog] doc: document amerge filter as an alternative for the -map_channel limitation.
Clément Bœsch
- [FFmpeg-cvslog] lavfi/aformat: use do..while(0) form for macro.
Clément Bœsch
- [FFmpeg-cvslog] lavfi/aresample: use libswresample.
Clément Bœsch
- [FFmpeg-cvslog] lavfi/aconvert: use libswresample.
Clément Bœsch
- [FFmpeg-cvslog] lavfi/pan: copy ref props after filtering samples.
Clément Bœsch
- [FFmpeg-cvslog] lavfi/amerge: copy ref props after filtering samples.
Clément Bœsch
- [FFmpeg-cvslog] Cosmentics: Fix AVUI comment.
Carl Eugen Hoyos
- [FFmpeg-cvslog] dct-test: remove odivx_idct_c dead prototype.
Clément Bœsch
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 9fd8ff6 we got sample for one media-100 so remove it from list of requested samples
gitolite
- [FFmpeg-cvslog] ffv1: cosmetics: indentation
Paul B Mahol
- [FFmpeg-cvslog] Use SECTION_TEXT instead of section .text for the compatibility
KO Myung-Hun
- [FFmpeg-cvslog] lavfi/thumbnail: rename @url to @see.
Clément Bœsch
- [FFmpeg-cvslog] lavu/timecode: use @see for URL in doxygen.
Clément Bœsch
- [FFmpeg-cvslog] ff_alloc_packet: modify the size of the packet to match the requested size
Justin Ruggles
- [FFmpeg-cvslog] pcmenc: Do not set avpkt->size.
Justin Ruggles
- [FFmpeg-cvslog] Fix a typo in the x86 asm version of ff_vector_clip_int32()
Justin Ruggles
- [FFmpeg-cvslog] doc: decoding Forward Uncompressed is supported
Paul B Mahol
- [FFmpeg-cvslog] mpc7: simplify handling of packet sizes that are not a multiple of 4 bytes
Justin Ruggles
- [FFmpeg-cvslog] mpc7: use av_fast_padded_malloc()
Justin Ruggles
- [FFmpeg-cvslog] bethsoftvideo: fix palette reading.
Justin Ruggles
- [FFmpeg-cvslog] ra144enc: drop pointless "encoder" from .long_name
Paul B Mahol
- [FFmpeg-cvslog] swscale: implement MMX, SSE2 and AVX functions for RGB32 input.
Ronald S. Bultje
- [FFmpeg-cvslog] APIchanges: add missing commit hashes
Janne Grunau
- [FFmpeg-cvslog] fate: make acodec-ac3_fixed test output raw AC3
Mans Rullgard
- [FFmpeg-cvslog] movdec: fix dts generation in fragmented files
Janne Grunau
- [FFmpeg-cvslog] frwu: lowercase the FRWU codec name
Piotr Bandurski
- [FFmpeg-cvslog] swscale: K&R formatting cosmetics for Blackfin code
Diego Biurrun
- [FFmpeg-cvslog] ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6
Mans Rullgard
- [FFmpeg-cvslog] movdec: Parse the dvc1 atom
Martin Storsjö
- [FFmpeg-cvslog] win64: add a XMM clobber test configure option.
Ronald S. Bultje
- [FFmpeg-cvslog] vorbis: fix overflows in floor1[] vector and inverse db table index.
Ronald S. Bultje
- [FFmpeg-cvslog] libx264: fix indentation.
Anton Khirnov
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] avcodec: Add av_fast_padded_malloc().
Michael Niedermayer
- [FFmpeg-cvslog] movdec: Parse the dvc1 atom
Alexander Strasser
- [FFmpeg-cvslog] dshow: fix AVInputFormat declaration after ABI breakage
Ramiro Polla
- [FFmpeg-cvslog] dshow: use DirectShow information to set time_base
Ramiro Polla
- [FFmpeg-cvslog] avcodec: Add av_fast_padded_malloc().
Reimar Döffinger
- [FFmpeg-cvslog] Remove some warnings when compiling with mingw (mingw-w64, 32 bits)
Vincent Torri
- [FFmpeg-cvslog] avcodec: Add av_fast_padded_malloc().
Michael Niedermayer
- [FFmpeg-cvslog] avcodec: Add av_fast_padded_malloc().
Reimar Döffinger
- [FFmpeg-cvslog] Fix NASM compilation.
Reimar Döffinger
- [FFmpeg-cvslog] Fix png decoding on x86.
Reimar Döffinger
- [FFmpeg-cvslog] zmbv: remove unused variable
Michael Niedermayer
- [FFmpeg-cvslog] apedec: remove unused variable
Michael Niedermayer
- [FFmpeg-cvslog] apedec: fix handling of packet sizes that are not a multiple of 4 bytes
Justin Ruggles
- [FFmpeg-cvslog] apedec: av_fast_malloc() instead of av_realloc()
Justin Ruggles
- [FFmpeg-cvslog] apedec: remove unneeded #include of get_bits.h and associated macro
Justin Ruggles
- [FFmpeg-cvslog] frame{crc/md5}: set the stream timebase from codec timebase.
Anton Khirnov
- [FFmpeg-cvslog] avconv: factorize setting stream_index for the output packet.
Anton Khirnov
- [FFmpeg-cvslog] avconv: remove debugging cruft from do_video_out().
Anton Khirnov
- [FFmpeg-cvslog] build: Drop unused X86-OBJS variable.
Diego Biurrun
- [FFmpeg-cvslog] build: Drop YASM-OBJS-FFT from SUBDIR_VARS.
Diego Biurrun
- [FFmpeg-cvslog] movdec: Avoid av_malloc(0) in stss
Alex Converse
- [FFmpeg-cvslog] dsputil: remove debug message in dsputil_init().
Justin Ruggles
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] xvid_rc: check that write() succeeded.
Michael Niedermayer
- [FFmpeg-cvslog] adler32: avoid "too big" check in the inner loop
Michael Niedermayer
- [FFmpeg-cvslog] avcodec: Add av_fast_padded_malloc().
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 14f088b web: shorten home/news
gitolite
- [FFmpeg-cvslog] apedec: fix handling of packet sizes that are not a multiple of 4 bytes
Reimar Döffinger
- [FFmpeg-cvslog] apedec: fix handling of packet sizes that are not a multiple of 4 bytes
Reimar Döffinger
- [FFmpeg-cvslog] Fix potential infinite discard loop.
Reimar Döffinger
- [FFmpeg-cvslog] fate: use compression level 0 for flashsv2 tests.
Clément Bœsch
- [FFmpeg-cvslog] Remove warning about Ogg skeleton v4.
Reimar Döffinger
- [FFmpeg-cvslog] adler32: rewrite using integer SIMD.
Michael Niedermayer
- [FFmpeg-cvslog] adler32: add comment for the SIMD code
Michael Niedermayer
- [FFmpeg-cvslog] mpegaudiodec: remove unused variable
Michael Niedermayer
- [FFmpeg-cvslog] dwt: fix a dozen or so "warning: initialization from incompatible pointer type"
Michael Niedermayer
- [FFmpeg-cvslog] dwt: fix about a dozen "warning: assignment from incompatible pointer type"
Michael Niedermayer
- [FFmpeg-cvslog] apedec: 8bit and 24bit support
Paul B Mahol
- [FFmpeg-cvslog] ape: fix seeking
Paul B Mahol
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: document avi special case
Michael Niedermayer
- [FFmpeg-cvslog] oggdec: fix keyframe seeking when granule_is_start is 0.
Reimar Döffinger
- [FFmpeg-cvslog] oggdec: add missing ogg_reset on seek.
Reimar Döffinger
- [FFmpeg-cvslog] Allow muxing VP6A into flv.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support YV12 from video4linux2 devices.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Add v408 / AYUV encoder and decoder.
Carl Eugen Hoyos
- [FFmpeg-cvslog] v408: do not unconditionally compile codecs
Paul B Mahol
- [FFmpeg-cvslog] changelog: fix typo
Paul B Mahol
- [FFmpeg-cvslog] avio: Fix "warning: initialization from incompatible pointer type"
Michael Niedermayer
- [FFmpeg-cvslog] fix "warning: variable ‘cflags =?UTF-8?Q?=E2=80=99=20set=20but=20not=20used?="
Michael Niedermayer
- [FFmpeg-cvslog] cache: fix "warning: passing argument 2 of ‘av_tempfile’ f =?UTF-8?Q?rom=20incompatible=20poin?==?UTF-8?Q?ter=20type?="
Michael Niedermayer
- [FFmpeg-cvslog] fix "warning: variable ‘cflags =?UTF-8?Q?=E2=80=99=20set=20but=20not=20used?="
Nicolas George
- [FFmpeg-cvslog] ffprobe: fix typo in ESCAPE_CHECK_SIZE
Stefano Sabatini
- [FFmpeg-cvslog] lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspect
Stefano Sabatini
- [FFmpeg-cvslog] doc/filters.texi: merge setdar and setsar documentation
Stefano Sabatini
- [FFmpeg-cvslog] doc/filters.texi: prefer @example over the unsupported @ math for showing equation
Stefano Sabatini
- [FFmpeg-cvslog] doc/filters.texi: use multiple @ example blocks for distinct examples in setdar docs
Stefano Sabatini
- [FFmpeg-cvslog] lavf/4xm: use proper error codes
Stefano Sabatini
- [FFmpeg-cvslog] lavfi: add setfield filter
Stefano Sabatini
- [FFmpeg-cvslog] ffmpeg: document the unit for the -fs option parameter
Stefano Sabatini
- [FFmpeg-cvslog] DNxHD: remove ff_thread_finish_setup, it isn't needed at all.
Javier Cabezas
- [FFmpeg-cvslog] ffv1: PIX_FMT_GRAY16 support
Paul B Mahol
- [FFmpeg-cvslog] Detect theora keyframes by content in Ogg demuxer.
Reimar Döffinger
- [FFmpeg-cvslog] utvideo: remove ff_thread_finish_setup, it isn't needed at all
Paul B Mahol
- [FFmpeg-cvslog] drawtext: add missing braces around an if() block.
Andrey Utkin
- [FFmpeg-cvslog] drawtext: fix text_{w, h} expression vars
Andrey Utkin
- [FFmpeg-cvslog] drawtext: add 'fix_bounds' option on coords fixing
Andrey Utkin
- [FFmpeg-cvslog] v210enc: check for coded_frame allocation failure
Paul B Mahol
- [FFmpeg-cvslog] v210enc: do not set coded_frame->key_frame
Paul B Mahol
- [FFmpeg-cvslog] v210enc: return proper AVERROR codes instead of -1
Paul B Mahol
- [FFmpeg-cvslog] v210enc: use FFALIGN()
Paul B Mahol
- [FFmpeg-cvslog] v210enc: use stride as it is already calculated
Paul B Mahol
- [FFmpeg-cvslog] v210dec: check for coded_frame allocation failure
Paul B Mahol
- [FFmpeg-cvslog] avcodec: Clarify AVFrame member documentation.
Kieran Kunhya
- [FFmpeg-cvslog] ape: return error if seeking to the current packet fails in ape_read_packet ()
Justin Ruggles
- [FFmpeg-cvslog] ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finished
Justin Ruggles
- [FFmpeg-cvslog] ape: stop reading after the last frame has been read
Justin Ruggles
- [FFmpeg-cvslog] ape: calculate final packet size instead of guessing
Justin Ruggles
- [FFmpeg-cvslog] ape: skip packets with invalid size
Justin Ruggles
- [FFmpeg-cvslog] avplay: reset decoder flush state when seeking
Justin Ruggles
- [FFmpeg-cvslog] doxygen: Do not include license boilerplates in Doxygen comment blocks.
Diego Biurrun
- [FFmpeg-cvslog] Revert "v210enc: use FFALIGN()"
Paul B Mahol
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] ffserver: use avcodec_get_context_defaults3()
Paul B Mahol
- [FFmpeg-cvslog] v210enc: use FFALIGN()
Reimar Döffinger
- [FFmpeg-cvslog] v210enc: use FFALIGN()
Reimar Döffinger
- [FFmpeg-cvslog] lavc: provide aliases to the PCM A-law/mu-law codecs
Stefano Sabatini
- [FFmpeg-cvslog] lavfi/aspect: rename field aspect->aspect to aspect->ratio
Stefano Sabatini
- [FFmpeg-cvslog] Fix libutvideo compilation.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Set default qmax for VC-3/DNxHD to 1024 (maximum allowed by VC-3 spec).
Joseph Artsimovich
- [FFmpeg-cvslog] fix "warning: variable ‘cflags =?UTF-8?Q?=E2=80=99=20set=20but=20not=20used?="
Michael Niedermayer
- [FFmpeg-cvslog] bytestream: Add bytestream2 writing API.
Aneesh Dogra
- [FFmpeg-cvslog] swscale: Split C input functions into separate file.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: split C output functions into separate file.
Ronald S. Bultje
- [FFmpeg-cvslog] apedec: use sizeof(field) instead of sizeof(type)
Justin Ruggles
- [FFmpeg-cvslog] apedec: allocate a single flat buffer for decoded samples
Justin Ruggles
- [FFmpeg-cvslog] apedec: do not unnecessarily zero output samples for mono frames
Justin Ruggles
- [FFmpeg-cvslog] apedec: allow the user to set the maximum number of output samples per call
Justin Ruggles
- [FFmpeg-cvslog] swscale: K&R formatting cosmetics for SPARC code
Diego Biurrun
- [FFmpeg-cvslog] pva-demux test: add -vn
Anton Khirnov
- [FFmpeg-cvslog] avconv: set encoder timebase for subtitles.
Anton Khirnov
- [FFmpeg-cvslog] avconv: rework -t handling for encoding.
Anton Khirnov
- [FFmpeg-cvslog] avconv: rename InputStream.next_pts to next_dts.
Anton Khirnov
- [FFmpeg-cvslog] avconv: reduce overloading for InputStream.pts.
Anton Khirnov
- [FFmpeg-cvslog] avconv: rename InputStream.pts to last_dts.
Anton Khirnov
- [FFmpeg-cvslog] avconv: better next_dts usage.
Anton Khirnov
- [FFmpeg-cvslog] avconv: estimate next_dts from framerate if it is set.
Anton Khirnov
- [FFmpeg-cvslog] vp8: always update next_framep[] before returning from decode_frame().
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV case.
Ronald S. Bultje
- [FFmpeg-cvslog] h264: mark h264_idct_add8_10 with number of XMM registers.
Michael Kostylev
- [FFmpeg-cvslog] swscale: make yuv2yuv1 use named registers.
Ronald S. Bultje
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: add (next_dts/dts) variables.
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Init dts variables in output_packet()
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: use ist->dts instead of passing an argument into transcode_video().
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Fix (next)_dts/pts init.
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Use the correct (dts) variables for stream copy.
Michael Niedermayer
- [FFmpeg-cvslog] fix "warning: variable ‘cflags =?UTF-8?Q?=E2=80=99=20set=20but=20not=20used?="
Nicolas George
- [FFmpeg-cvslog] ffmpeg: use (next_)dts in timestamp discontinuity detection code.
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: print more details and rescaled timestamps in debug code.
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: update ist->pts in transcode_audio with the audio decoders output.
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: move next_dts/pts update out of transcode_video()
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: update dts variables in transcode_audio()
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: reduce overloading for InputStream.pts.
Anton Khirnov
- [FFmpeg-cvslog] ffmpeg: remove setting fb->pts.
Anton Khirnov
- [FFmpeg-cvslog] ffmpeg: use ist->dts in do_streamcopy()
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: use ist->dts in rate_emu_sleep()
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: update (next_)pts in the stream copy case
Michael Niedermayer
- [FFmpeg-cvslog] vf_fspp: use LOCAL_MANGLE instead of MANGLE.
Clément Bœsch
- [FFmpeg-cvslog] lagarith: refactor code
Paul B Mahol
- [FFmpeg-cvslog] Revert "vf_fspp: use LOCAL_MANGLE instead of MANGLE."
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg: change sync_opts code to be more similar to qatar.
Michael Niedermayer
- [FFmpeg-cvslog] pngdsp: swap argument inversion.
Ronald S. Bultje
- [FFmpeg-cvslog] dsputil: set STRIDE_ALIGN to 16 for x86 also.
Ronald S. Bultje
- [FFmpeg-cvslog] Remove Sun medialib glue code.
Diego Biurrun
- [FFmpeg-cvslog] aacdec: Simplify output configuration.
Alex Converse
- [FFmpeg-cvslog] aacdec: Remove incorrect comment.
Alex Converse
- [FFmpeg-cvslog] aacdec: Use correct speaker order for 7.1.
Alex Converse
- [FFmpeg-cvslog] x86inc: allow manual use of WIN64_SPILL_XMM.
Henrik Gramner
- [FFmpeg-cvslog] h264: manually save/restore XMM registers for functions using INIT_MMX.
Ronald S. Bultje
- [FFmpeg-cvslog] x86inc: support yasm -f win64 flag also.
Haruhiko Yamagata
- [FFmpeg-cvslog] swscale: sign-extend integer function argument to qword on x86-64.
Ronald S. Bultje
- [FFmpeg-cvslog] cmdutils: update copyright year to 2012.
Ronald S. Bultje
- [FFmpeg-cvslog] lavc: add avcodec_encode_video2() that encodes from an AVFrame -> AVPacket
Anton Khirnov
- [FFmpeg-cvslog] libx264: split extradata writing out of encode_nals().
Anton Khirnov
- [FFmpeg-cvslog] libx264: implement encode2().
Anton Khirnov
- [FFmpeg-cvslog] avconv: switch to avcodec_encode_video2().
Anton Khirnov
- [FFmpeg-cvslog] pixdesc: mark pseudopaletted formats with a special flag.
Anton Khirnov
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] configure: fix gcc asm tests for MinGW GCC 4.6.2
Laurent
- [FFmpeg-cvslog] lavu: add timestamp.h header with convenience timestamp utilities
Stefano Sabatini
- [FFmpeg-cvslog] ffmpeg: better dox for *pts.
Michael Niedermayer
- [FFmpeg-cvslog] bink: fix pointer type warnings.
Michael Niedermayer
- [FFmpeg-cvslog] lavf: put av_find_stream_info() compatibility wrapper back.
Michael Niedermayer
- [FFmpeg-cvslog] mpeg12dec: print the value that is being ignored in load_matrix()
Michael Niedermayer
- [FFmpeg-cvslog] lavf: put av_new_stream() compatibility wrapper back
Michael Niedermayer
- [FFmpeg-cvslog] vp8: always update next_framep[] before returning from decode_frame().
Reimar Döffinger
- [FFmpeg-cvslog] dsputil: set STRIDE_ALIGN to 16 for x86 also.
Reimar Döffinger
- [FFmpeg-cvslog] Allow encoding rawvideo RGB0 and friends.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Allow encoding rawvideo RGBA64 and friends.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Support encoding BGR24 and BGR0 in ljpeg.
Carl Eugen Hoyos
- [FFmpeg-cvslog] dsputil: set STRIDE_ALIGN to 16 for x86 also.
Michael Niedermayer
- [FFmpeg-cvslog] Fix fate tests after 5c2c6bbf.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix libstagefright compilation
Carl Eugen Hoyos
- [FFmpeg-cvslog] dsputil: set STRIDE_ALIGN to 16 for x86 also.
Michael Niedermayer
- [FFmpeg-cvslog] rawenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] apetag: fix comment
Paul B Mahol
- [FFmpeg-cvslog] bytestream: K&R formatting cosmetics
Aneesh Dogra
- [FFmpeg-cvslog] cosmetics: Delete empty lines at end of file.
Diego Biurrun
- [FFmpeg-cvslog] swscale: ppc: Add missing header #includes to pass 'make checkheaders'.
Diego Biurrun
- [FFmpeg-cvslog] arm: Add missing #include to vp8.h to fix a make checkheaders warning.
Diego Biurrun
- [FFmpeg-cvslog] build: Add missing directories to DIRS declarations.
Diego Biurrun
- [FFmpeg-cvslog] mxfdec: Make sure x < index_table->nb_ptses
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps()
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Check for NULL component
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Check eof_reached in mxf_read_local_tags()
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Fix infinite loop in mxf_packet_timestamps()
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Move the current_partition check inside mxf_read_header()
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Never seek back in local sets and KLVs
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Sanity check PreviousPartition
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflows
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Consider OPAtom files that do not have exactly one EC to be OP1a
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Handle small EditUnitByteCount
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Sanity-check SampleRate
Tomas Härdin
- [FFmpeg-cvslog] mxfdec: Ignore the last entry in Avid's index table segments
Tomas Härdin
- [FFmpeg-cvslog] tta: use skip_bits_long()
Paul B Mahol
- [FFmpeg-cvslog] WavPack demuxer: set packet duration
Paul B Mahol
- [FFmpeg-cvslog] prores: specify array size outside DECLARE_ALIGNED brackets.
Ronald S. Bultje
- [FFmpeg-cvslog] yadif: specify array size outside DECLARE_ALIGNED
Janne Grunau
- [FFmpeg-cvslog] eac3dec: replace undefined 1<<31 with INT32_MIN in noise generation
Janne Grunau
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] lavf: Rewrite metadata printing from dump_metadata().
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Add threshold to discard crazy/damaged timestamps.
Michael Niedermayer
- [FFmpeg-cvslog] sunrast: Remove the useless check.
Aneesh Dogra
- [FFmpeg-cvslog] dsputil: set STRIDE_ALIGN to 16 for x86 also.
Reimar Döffinger
- [FFmpeg-cvslog] Add missing swresample dependency for ffplay.
Hanspeter Niederstrasser
- [FFmpeg-cvslog] Add missing swscale dependency for MP-filters.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Add missing newline to mpeg1/2 intra matrix error message.
Carl Eugen Hoyos
- [FFmpeg-cvslog] ffmpeg: use exit_program() if configure_video_filters() fails.
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg: simplify video frame polling.
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg: reindent after video frame polling simplification.
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg: move filtered_frame to video stream processing scope.
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg: move video stats code to do_video_out().
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg: move do_video_stats() above do_video_out().
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg: move filtered_frame to the CONFIG_AVFILTER scope.
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg: make use of ret error out in transcode_video().
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg: move quality parameter to do_video_out() scope.
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg: prefer NULL over 0 for av_log context pointer parameter.
Clément Bœsch
- [FFmpeg-cvslog] dsputil: set STRIDE_ALIGN to 16 for x86 also.
Michael Niedermayer
- [FFmpeg-cvslog] msmpeg4: replace 999999 by INT_MAX and initial by a valid index.
Michael Niedermayer
- [FFmpeg-cvslog] mpegvideodec: minor simplifications.
Reimar Döffinger
- [FFmpeg-cvslog] Fix bitexact intra mismatch control.
Reimar Döffinger
- [FFmpeg-cvslog] Partially revert "Fix png decoding on x86."
Reimar Döffinger
- [FFmpeg-cvslog] libavcodec: Don't do av_free(av_malloc(0)) for bitstream filters
Martin Storsjö
- [FFmpeg-cvslog] aacdec: Try to sniff a reasonable channel layout for PCE based configurations.
Alex Converse
- [FFmpeg-cvslog] aacdec: Support native channel layout when requested.
Alex Converse
- [FFmpeg-cvslog] aacdec: Unify preconfigured layout and PCE layout.
Alex Converse
- [FFmpeg-cvslog] ac3dec: Move center and surround mix level tables to the parser.
Michael Niedermayer
- [FFmpeg-cvslog] ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3()
Justin Ruggles
- [FFmpeg-cvslog] avcodec: for audio encoding, set packet dts to packet pts.
Justin Ruggles
- [FFmpeg-cvslog] avcodec: set avpkt->size to 0 if encode2() did not output a packet
Justin Ruggles
- [FFmpeg-cvslog] dv: Fix small overread in audio frequency table.
Alex Converse
- [FFmpeg-cvslog] dv: Split dvdata.h into dvdata.h and dvquant.h
Alex Converse
- [FFmpeg-cvslog] dv: Move functions used only by the encoder out of a shared header.
Alex Converse
- [FFmpeg-cvslog] dv: Move a table used only by the demuxer out of a shared header.
Alex Converse
- [FFmpeg-cvslog] dv: Move tables from dvdata.h to dvdata.c
Alex Converse
- [FFmpeg-cvslog] h264: disallow constrained intra prediction modes for luma.
Ronald S. Bultje
- [FFmpeg-cvslog] rtpenc: Write a log message if the max packet size is too small
Martin Storsjö
- [FFmpeg-cvslog] 4xm, timefilter: K&R formatting cosmetics
Yordan Makariev
- [FFmpeg-cvslog] cavs parser: fix parser context type
Rafaël Carré
- [FFmpeg-cvslog] mpeg4video parser: move specific fields into private context
Rafaël Carré
- [FFmpeg-cvslog] mpegvideo parser: move specific fields into private context
Rafaël Carré
- [FFmpeg-cvslog] vc1: use ff_parse_close
Rafaël Carré
- [FFmpeg-cvslog] remove ParseContext1
Rafaël Carré
- [FFmpeg-cvslog] svq3: Prevent illegal reads while parsing extradata.
Alex Converse
- [FFmpeg-cvslog] Check AVCodec.pix_fmts in avcodec_open2()
Paul B Mahol
- [FFmpeg-cvslog] bink: Check return value of avio_seek and avoid modifying state if it fails
Joakim Plate
- [FFmpeg-cvslog] dv: Check return value of avio_seek and avoid modifying state if it fails
Joakim Plate
- [FFmpeg-cvslog] ffmdec: Check return value of avio_seek and avoid modifying state if it fails
Joakim Plate
- [FFmpeg-cvslog] filmstripdec: Check return value of avio_seek and avoid modifying state if it fails
Joakim Plate
- [FFmpeg-cvslog] jvdec: Check return value of avio_seek and avoid modifying state if it fails
Joakim Plate
- [FFmpeg-cvslog] mpc8: Check return value of avio_seek and avoid modifying state if it fails
Joakim Plate
- [FFmpeg-cvslog] nsvdec: Check return value of avio_seek and avoid modifying state if it fails
Joakim Plate
- [FFmpeg-cvslog] r3d: Check return value of avio_seek and avoid modifying state if it fails
Joakim Plate
- [FFmpeg-cvslog] tmv: Check return value of avio_seek and avoid modifying state if it fails
Joakim Plate
- [FFmpeg-cvslog] tta: Check return value of avio_seek and avoid modifying state if it fails
Joakim Plate
- [FFmpeg-cvslog] yop: Check return value of avio_seek and avoid modifying state if it fails
Joakim Plate
- [FFmpeg-cvslog] cafdec: Check return value of avio_seek and avoid modifying state if it fails
Joakim Plate
- [FFmpeg-cvslog] v210enc: Use Bytestream2 functions
Aneesh Dogra
- [FFmpeg-cvslog] wavpack: allow user to disable CRC checking
Paul B Mahol
- [FFmpeg-cvslog] v210enc: remove redundant check for pix_fmt
Paul B Mahol
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] buildsys: Fix shared lib build of MPlayer.
Ingo Brückl
- [FFmpeg-cvslog] tta: do not leak memory if bps == 3
Paul B Mahol
- [FFmpeg-cvslog] tta: Add some safety precautions to avoid freeing things that have not been allocated .
Michael Niedermayer
- [FFmpeg-cvslog] ansi: Fix use of uninitalized width/height warning.
Michael Niedermayer
- [FFmpeg-cvslog] Cosmetics: Move a block in ffv1's encode_init().
Carl Eugen Hoyos
- [FFmpeg-cvslog] ffv1: Assume encoding all bits is wanted if bits_per_raw_sample == 0.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lagarith: Fix out of array reads.
Michael Niedermayer
- [FFmpeg-cvslog] Modified to generate PAT/PMT for video keyframes
Pavel Koshevoy
- [FFmpeg-cvslog] tta: reindent
Paul B Mahol
- [FFmpeg-cvslog] ffmpeg: fix passlogfile with multiple libx264 streams.
Michael Niedermayer
- [FFmpeg-cvslog] Reduce the verbosity of a mpeg1/2 invalid intra-matrix warning.
Carl Eugen Hoyos
- [FFmpeg-cvslog] wavpack: add needed braces for 2 statements inside an if block
Justin Ruggles
- [FFmpeg-cvslog] ttadec: fix invalid free when an error occurs while decoding 24-bit tta
Justin Ruggles
- [FFmpeg-cvslog] tta: error out if samplerate is zero.
Ronald S. Bultje
- [FFmpeg-cvslog] alacenc: remove unneeded frame_size check in alac_encode_frame()
Justin Ruggles
- [FFmpeg-cvslog] alacenc: do not set bits_per_coded_sample
Justin Ruggles
- [FFmpeg-cvslog] alacenc: do not set coded_frame->key_frame
Justin Ruggles
- [FFmpeg-cvslog] alacenc: fix error handling and potential memleaks in alac_encode_init()
Justin Ruggles
- [FFmpeg-cvslog] alacenc: pretty-printing and other cosmetics
Justin Ruggles
- [FFmpeg-cvslog] alacenc: calculate a new max frame size for the final small frame
Justin Ruggles
- [FFmpeg-cvslog] alacenc: return AVERROR codes in alac_encode_frame()
Justin Ruggles
- [FFmpeg-cvslog] alacenc: store current frame size in AlacEncodeContext.
Justin Ruggles
- [FFmpeg-cvslog] alacenc: only encode frame size in header for a final smaller frame
Justin Ruggles
- [FFmpeg-cvslog] alacenc: consolidate bitstream writing into a single function.
Justin Ruggles
- [FFmpeg-cvslog] alacenc: cosmetics: indentation
Justin Ruggles
- [FFmpeg-cvslog] alacenc: use AVCodec.encode2()
Justin Ruggles
- [FFmpeg-cvslog] swscale: enforce a minimum filtersize.
Ronald S. Bultje
- [FFmpeg-cvslog] sunrast: Add support for gray8 decoding.
Aneesh Dogra
- [FFmpeg-cvslog] sunrast: Return AVERROR values instead of -1.
Aneesh Dogra
- [FFmpeg-cvslog] FATE: update reference for seek-alac_mp4
Justin Ruggles
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] wavpack: add needed braces for 2 statements inside an if block
Justin Ruggles
- [FFmpeg-cvslog] Detect and check for CMOV.
Reimar Döffinger
- [FFmpeg-cvslog] Fix Theora-in-ogg keyframe handling.
Reimar Döffinger
- [FFmpeg-cvslog] Simplify: use local variable with same contents directly.
Reimar Döffinger
- [FFmpeg-cvslog] Fix aspect ratio mismatch message
Andrey Utkin
- [FFmpeg-cvslog] h264: Mark previous field as done before throwing it away.
Michael Niedermayer
- [FFmpeg-cvslog] threads: move state update after progress cleanup.
Michael Niedermayer
- [FFmpeg-cvslog] threads: Perform the generic progress cleanup more carefully.
Michael Niedermayer
- [FFmpeg-cvslog] Fix compilation without HAVE_AVX.
Reimar Döffinger
- [FFmpeg-cvslog] bmpenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] dnxhdenc: switch to encode2.
Anton Khirnov
- [FFmpeg-cvslog] cljr: set the properties of the coded_frame, not input frame.
Anton Khirnov
- [FFmpeg-cvslog] cljr: implement encode2.
Anton Khirnov
- [FFmpeg-cvslog] avconv: set AVFormatContext.duration from '-t'
Andrey Utkin
- [FFmpeg-cvslog] lavf: fix aspect ratio mismatch message.
Andrey Utkin
- [FFmpeg-cvslog] swscale: use named registers in yuv2yuv1_plane() place.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: rename "dstw" to "w" to prevent name collisions.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: convert yuv2yuvX() to using named arguments.
Ronald S. Bultje
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] matroskadec: reset num_levels on seek.
Reimar Döffinger
- [FFmpeg-cvslog] matroskadec: properly fall back to generic seek.
Reimar Döffinger
- [FFmpeg-cvslog] matroskadec: properly fall back to generic seek.
Michael Niedermayer
- [FFmpeg-cvslog] matroskadec: properly fall back to generic seek.
Reimar Döffinger
- [FFmpeg-cvslog] matroskadec: properly fall back to generic seek.
Michael Niedermayer
- [FFmpeg-cvslog] Update mkv seek tests.
Reimar Döffinger
- [FFmpeg-cvslog] ffmpeg: raise ENOMEM on avfilter_graph_alloc() failure.
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg: remove pointless avcodec_get_frame_defaults().
Clément Bœsch
- [FFmpeg-cvslog] ffmpeg: remove unneeded ost->picref check.
Clément Bœsch
- [FFmpeg-cvslog] iff: Fix decode_ham_plane32() buf_size.
Michael Niedermayer
- [FFmpeg-cvslog] jpeglsdec: Prevent out of array write.
Michael Niedermayer
- [FFmpeg-cvslog] jpeglsdec: fix bpp & limit.
Michael Niedermayer
- [FFmpeg-cvslog] build: Set correct dependencies for rtmp* protocols implemented by librtmp.
Diego Biurrun
- [FFmpeg-cvslog] mips: Move MMI function declarations to a header.
Diego Biurrun
- [FFmpeg-cvslog] Move PS2 MMI code below the mips subdirectory, where it belongs.
Diego Biurrun
- [FFmpeg-cvslog] swscale: fix invalid memory accesses in yuvpacked1() functions.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: fix incorrect chroma bias in yuv2rgb48_1_c().
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: use yuv2packed1() functions for unscaled chroma also.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: handle gray16 as a "planar" YUV format (Y-only, of course).
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: move YUV2PACKED16WRAPPER() macro down to where it is used.
Ronald S. Bultje
- [FFmpeg-cvslog] mpegtsenc: Add an AVOption for forcing a new PAT/PMT/SDT to be written
Martin Storsjö
- [FFmpeg-cvslog] movenc: Support muxing wmapro in ismv/isma
Martin Storsjö
- [FFmpeg-cvslog] Drop unnecessary av_uninit attributes from some variable declarations.
Diego Biurrun
- [FFmpeg-cvslog] swscale: Remove unused variable alpMmxFilter.
Diego Biurrun
- [FFmpeg-cvslog] Drop some completely unnecessary av_unused attributes.
Diego Biurrun
- [FFmpeg-cvslog] Move some conditionally used variables into the block where they are used.
Diego Biurrun
- [FFmpeg-cvslog] matroskadec: Mark variable as av_unused.
Diego Biurrun
- [FFmpeg-cvslog] rtpdec: Use 4 byte startcodes for H.264
Matthew Szatmary
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] lavc: add missing PIX_FMT_YUVA444P
Paul B Mahol
- [FFmpeg-cvslog] sunrast: Add fate test for gray8.
Aneesh Dogra
- [FFmpeg-cvslog] swscale: fix crashes in yuv2yuvX on x86-32.
Ronald S. Bultje
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] Fix compilation with old yasm that does not support AVX.
Carl Eugen Hoyos
- [FFmpeg-cvslog] ffmpeg.c: implement -debug_ts option
Stefano Sabatini
- [FFmpeg-cvslog] lavfi/*showinfo: use av_ts2* macros in showinfo and ashowinfo
Stefano Sabatini
- [FFmpeg-cvslog] lavfi/showinfo: only print checksum for the existing planes
Stefano Sabatini
- [FFmpeg-cvslog] lavfi/ashowinfo: only print checksum for the existing planes
Stefano Sabatini
- [FFmpeg-cvslog] swscale: yuv2422_1_c_template: fix rounding
Michael Niedermayer
- [FFmpeg-cvslog] swscale: Fix rounding in yuv2rgb_1_c_template()
Michael Niedermayer
- [FFmpeg-cvslog] swscale: Fix rounding in yuv2mono_1_c_template()
Michael Niedermayer
- [FFmpeg-cvslog] swscale: Add cliping to yuv2422_1_c_template()
Michael Niedermayer
- [FFmpeg-cvslog] swscale: yuv2422_2_c_template() add cliping.
Michael Niedermayer
- [FFmpeg-cvslog] lavfi/silencedetect: use av_ts2timestr() macro.
Clément Bœsch
- [FFmpeg-cvslog] ffv1: PIX_FMT_GRAY8 support
Paul B Mahol
- [FFmpeg-cvslog] swscale: enable some more SIMD functions.
Michael Niedermayer
- [FFmpeg-cvslog] swscale: Remove some write-only variables related to alpha handling.
Diego Biurrun
- [FFmpeg-cvslog] smjpegdec: implement seeking
Paul B Mahol
- [FFmpeg-cvslog] movenc: Use defines instead of hardcoded numbers for RTCP types
Martin Storsjö
- [FFmpeg-cvslog] librtmp: Add "lib" prefix to librtmp URLProtocol declarations.
Diego Biurrun
- [FFmpeg-cvslog] rv34: use uint16_t for RV34DecContext.deblock_coefs
Janne Grunau
- [FFmpeg-cvslog] rv34: use AVERROR return values in ff_rv34_decode_frame()
Janne Grunau
- [FFmpeg-cvslog] rv40: prevent undefined signed overflow in rv40_loop_filter()
Janne Grunau
- [FFmpeg-cvslog] rv34: handle size changes during frame multithreading
Janne Grunau
- [FFmpeg-cvslog] avconv: Don't split out inline sequence headers when stream copying VC1
Martin Storsjö
- [FFmpeg-cvslog] movenc: Support muxing VC1
Martin Storsjö
- [FFmpeg-cvslog] ttadec: CRC checking
Paul B Mahol
- [FFmpeg-cvslog] rv30: check block type validity
Janne Grunau
- [FFmpeg-cvslog] rtpdec: Support H263 in RFC 2190 format
Martin Storsjö
- [FFmpeg-cvslog] libavformat: Rename the applehttp demuxer to hls
Martin Storsjö
- [FFmpeg-cvslog] hls: Rename the functions and context
Martin Storsjö
- [FFmpeg-cvslog] libavformat: Rename the applehttp protocol to hls
Martin Storsjö
- [FFmpeg-cvslog] doc: Move the hls protocol section into the right place
Martin Storsjö
- [FFmpeg-cvslog] hlsproto: Encourage users to try the hls demuxer instead of the proto
Martin Storsjö
- [FFmpeg-cvslog] hlsproto: Rename the functions and context
Martin Storsjö
- [FFmpeg-cvslog] hls: Re-add legacy applehttp name to preserve interface compatibility.
Alex Converse
- [FFmpeg-cvslog] CDXL demuxer and decoder
Paul B Mahol
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 6ea1266 web: update list of CVEs for 0.9.1
gitolite
- [FFmpeg-cvslog] audioconvert: consistent use of FF_ARRAY_ELEMS for channel_layout_map.
Clément Bœsch
- [FFmpeg-cvslog] pan: fix uninitialized channel_id variable.
Clément Bœsch
- [FFmpeg-cvslog] af_pan: comment a tricky piece of code.
Nicolas George
- [FFmpeg-cvslog] af_pan: comment a tricky piece of code.
Reimar Döffinger
- [FFmpeg-cvslog] af_pan: comment a tricky piece of code.
Clément Bœsch
- [FFmpeg-cvslog] ffv1: Warn the user if transparency is stored.
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Fix image allocation.
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: Fix image allocation.
Reimar Döffinger
- [FFmpeg-cvslog] ffmpeg: Fix image allocation.
Michael Niedermayer
- [FFmpeg-cvslog] prores: fix multithreaded decoding case when slice quantisers are not the same
Kostya Shishkov
- [FFmpeg-cvslog] prores: move data shared between decoder and encoder to common file
Kostya Shishkov
- [FFmpeg-cvslog] prores encoder
Kostya Shishkov
- [FFmpeg-cvslog] rtsp: Make rtsp_demuxer_class static
Martin Storsjö
- [FFmpeg-cvslog] mpegvideo: Remove a leftover function declaration
Martin Storsjö
- [FFmpeg-cvslog] libavformat: Add an ff_ prefix to some lavf internal symbols
Martin Storsjö
- [FFmpeg-cvslog] h263: Add ff_ prefix to nonstatic symbols
Martin Storsjö
- [FFmpeg-cvslog] vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
- [FFmpeg-cvslog] libavcodec: Add ff_ prefix to some nonstatic symbols
Martin Storsjö
- [FFmpeg-cvslog] dsputil: Add ff_ prefix to the dsputil*_init* functions
Martin Storsjö
- [FFmpeg-cvslog] libavcodec: Prefix fdct_ifast, fdct_ifast248
Martin Storsjö
- [FFmpeg-cvslog] dsputil: Add ff_ prefix to inv_zigzag_direct16
Martin Storsjö
- [FFmpeg-cvslog] libavcodec: Add ff_ prefix to j_rev_dct*
Martin Storsjö
- [FFmpeg-cvslog] lagarith: Add ff_ prefix to lag_rac_init
Martin Storsjö
- [FFmpeg-cvslog] mpeg4: Add ff_ prefixes to nonstatic symbols
Martin Storsjö
- [FFmpeg-cvslog] mpeg12: Add ff_ prefix to nonstatic symbols
Martin Storsjö
- [FFmpeg-cvslog] snow: Add ff_ prefix to nonstatic symbols
Martin Storsjö
- [FFmpeg-cvslog] msmpeg4: Add ff_ prefixes to nonstatic symbols
Martin Storsjö
- [FFmpeg-cvslog] vc1: Add ff_ prefix to nonstatic symbols
Martin Storsjö
- [FFmpeg-cvslog] msmpeg4: Add ff_ prefix to nonstatic symbols
Martin Storsjö
- [FFmpeg-cvslog] vorbis: Add ff_ prefix to nonstatic symbols
Martin Storsjö
- [FFmpeg-cvslog] vp56: Add ff_ prefix to nonstatic symbols
Martin Storsjö
- [FFmpeg-cvslog] rv: Add ff_ prefix to nonstatic symbols
Martin Storsjö
- [FFmpeg-cvslog] rtjpeg: Add ff_ prefix to nonstatic symbols
Martin Storsjö
- [FFmpeg-cvslog] mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
- [FFmpeg-cvslog] sh4: Add ff_ prefix to nonstatic symbols
Martin Storsjö
- [FFmpeg-cvslog] ppc: Add ff_ prefix to nonstatic symbols
Martin Storsjö
- [FFmpeg-cvslog] proresenc: Rename for incoming NIH-syndrom.
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] Handle interlaced formats (two coding units together make one full frame)
Pilotware
- [FFmpeg-cvslog] wmall: remove ;;
Michael Niedermayer
- [FFmpeg-cvslog] Support 24-bit decoding
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Cosmetics: fix some whitespace errors
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Move some variable declarations to comply with C90
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Do not try to read residue if ave_mean <= 1
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Merge remote-tracking branch 'shariman/wmall'
Michael Niedermayer
- [FFmpeg-cvslog] fate: trying to fix "libavcodec/dct-test.o:(.rodata+0xdc): undefined reference to fdct_altivec"
Michael Niedermayer
- [FFmpeg-cvslog] snow: zero scratchbuf.
Michael Niedermayer
- [FFmpeg-cvslog] need help to transparent video background
vishal krishna
- [FFmpeg-cvslog] af_pan: comment a tricky piece of code.
Nicolas George
- [FFmpeg-cvslog] need help to transparent video background
compn
- [FFmpeg-cvslog] proresdec2: Fix 16 vs. 8bit compiler warnings.
Michael Niedermayer
- [FFmpeg-cvslog] proresdec2: use ff_dsputil_init() avoid deprecated ff_ less variant.
Michael Niedermayer
- [FFmpeg-cvslog] qtrleenc: fix uninitialized variable warnings
Michael Niedermayer
- [FFmpeg-cvslog] diracdec: fix use of deprecated funnctions
Michael Niedermayer
- [FFmpeg-cvslog] g729dec: fix use of deprecated functions.
Michael Niedermayer
- [FFmpeg-cvslog] g729dec: fix 'warning: assignment from incompatible pointer type'
Michael Niedermayer
- [FFmpeg-cvslog] dshow_filter: fix compilation with mingw-w64
Rafaël Carré
- [FFmpeg-cvslog] lavfi/overlay: add logic for avoiding overlaying frames with PTS > main frame PTS
Stefano Sabatini
- [FFmpeg-cvslog] vc1: prevent using last_frame as a reference for I/P first frame.
Ronald S. Bultje
- [FFmpeg-cvslog] mpegaudio: replace memcpy by SIMD code
Christophe GISQUET
- [FFmpeg-cvslog] proresenc: initialise 'sign' variable
Kostya Shishkov
- [FFmpeg-cvslog] sdp: Ignore RTCP packets when autodetecting RTP streams
Martin Storsjö
- [FFmpeg-cvslog] bethsoftvid: pass palette in side data instead of in a separate packet.
Justin Ruggles
- [FFmpeg-cvslog] bethsoftvid: fix read_packet() return codes.
Justin Ruggles
- [FFmpeg-cvslog] bethsoftvid: set packet key frame flag for audio and I-frame video packets.
Justin Ruggles
- [FFmpeg-cvslog] bethsoftvid: Set video packet duration instead of accumulating pts.
Justin Ruggles
- [FFmpeg-cvslog] bethsoftvid: add audio stream only after getting the first audio packet
Justin Ruggles
- [FFmpeg-cvslog] bethsoftvid: synchronize video timestamps with audio sample rate
Justin Ruggles
- [FFmpeg-cvslog] golomb: avoid infinite loop on all-zero input (or end of buffer).
Ronald S. Bultje
- [FFmpeg-cvslog] rtp: Factorize the check for distinguishing RTCP packets from RTP
Martin Storsjö
- [FFmpeg-cvslog] movenc: Don't set a default sample duration when creating ismv
Martin Storsjö
- [FFmpeg-cvslog] ws_snd1: Fix wrong samples counts.
Michael Niedermayer
- [FFmpeg-cvslog] atrac3: Fix crash in tonal component decoding.
Michael Niedermayer
- [FFmpeg-cvslog] shorten: Use separate pointers for the allocated memory for decoded samples .
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] ffprobe: add count_frames and count_packets options
Matthieu Bouron
- [FFmpeg-cvslog] Makefile: fix proresdec dependancies
Zongyao Qu
- [FFmpeg-cvslog] movenc: leave st->codec->frame_size as is instead of forcing it to 1.
Andrew Wason
- [FFmpeg-cvslog] prores: initialise encoder and decoder parts only when needed
Kostya Shishkov
- [FFmpeg-cvslog] movenc: fix crashes if a stream is empty.
Reimar Döffinger
- [FFmpeg-cvslog] Add ismv regression test.
Reimar Döffinger
- [FFmpeg-cvslog] matroskadec: introduce resync function.
Reimar Döffinger
- [FFmpeg-cvslog] Make CDXL palette opaque.
Carl Eugen Hoyos
- [FFmpeg-cvslog] h264: change deblock_h_chroma_8_mmxext() to prevent valgrind confusion.
Michael Niedermayer
- [FFmpeg-cvslog] h264: change deblock_h_chroma_8_mmxext() to prevent valgrind confusion.
Reimar Döffinger
- [FFmpeg-cvslog] h264: change deblock_h_chroma_8_mmxext() to prevent valgrind confusion.
Michael Niedermayer
- [FFmpeg-cvslog] h264: change deblock_h_chroma_8_mmxext() to prevent valgrind confusion.
Reimar Döffinger
- [FFmpeg-cvslog] h264: change deblock_h_chroma_8_mmxext() to prevent valgrind confusion.
Michael Niedermayer
- [FFmpeg-cvslog] r210enc: switch to encode2()
Paul B Mahol
- [FFmpeg-cvslog] y41penc: switch to encode2()
Paul B Mahol
- [FFmpeg-cvslog] Fix ffmpeg -codecs output.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Fix ffmpeg -codecs output.
Carl Eugen Hoyos
- [FFmpeg-cvslog] wmapro: change max. block size to 13 bits.
Ronald S. Bultje
- [FFmpeg-cvslog] flac: fix infinite loops on all-zero input or end-of-stream.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: make monowhite/black RGB-independent.
Ronald S. Bultje
- [FFmpeg-cvslog] prores: initialise encoder and decoder parts only when needed
Kostya Shishkov
- [FFmpeg-cvslog] swscale: update context offsets after removal of AlpMmxFilter.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: make access to filter data conditional on filter type.
Ronald S. Bultje
- [FFmpeg-cvslog] ttadec: remove dead code
Paul B Mahol
- [FFmpeg-cvslog] apetag: add proper support for binary tags
Paul B Mahol
- [FFmpeg-cvslog] cdxl: fix audio for some samples
Paul B Mahol
- [FFmpeg-cvslog] cdxl: fix video decoding for some files
Paul B Mahol
- [FFmpeg-cvslog] sunrast: Move common defines to a new header file.
Aneesh Dogra
- [FFmpeg-cvslog] avcodec: add a Sun Rasterfile encoder
Aneesh Dogra
- [FFmpeg-cvslog] ttadec: use branchless unsigned-to-signed unfolding
Justin Ruggles
- [FFmpeg-cvslog] xwdenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] v210enc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] pngenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] dpxenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] dvenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] svq1enc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] pamenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] cook: prevent div-by-zero if channels is zero.
Ronald S. Bultje
- [FFmpeg-cvslog] als: prevent infinite loop in zero_remaining().
Ronald S. Bultje
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] libx264: unbreak libx264rgb
Paul B Mahol
- [FFmpeg-cvslog] avidec: remove harmless duplicate code.
Michael Niedermayer
- [FFmpeg-cvslog] movenc: Dont crash on aspect=0/0.
Michael Niedermayer
- [FFmpeg-cvslog] lavfi/aspect: show log info even in case no argument is provided to setdar/ setsar
Stefano Sabatini
- [FFmpeg-cvslog] lavfi/aspect: remove confusing comments
Stefano Sabatini
- [FFmpeg-cvslog] lavfi/aspect: set default value to 0:1, as stated in the docs
Stefano Sabatini
- [FFmpeg-cvslog] Make AAC in Ogg (ogm) work.
Reimar Döffinger
- [FFmpeg-cvslog] Allow other programs to open the same files on Windows.
Reimar Döffinger
- [FFmpeg-cvslog] ffmpeg: Fix setting flags for codec copy.
Michael Niedermayer
- [FFmpeg-cvslog] Add muxer test based on stream-copy from FATE sample.
Reimar Döffinger
- [FFmpeg-cvslog] Add muxer test based on stream-copy from FATE sample.
Michael Niedermayer
- [FFmpeg-cvslog] Add muxer test based on stream-copy from FATE sample.
Reimar Döffinger
- [FFmpeg-cvslog] ffprobe: fix crash if the file can't be opened.
Clément Bœsch
- [FFmpeg-cvslog] oggdec: improve warning message.
Reimar Döffinger
- [FFmpeg-cvslog] oggenc: fix condition when not to flush due to keyframe granule.
Reimar Döffinger
- [FFmpeg-cvslog] lavf-fate-ogg_vp3: Try -idct auto instead of -idct simple.
Reimar Döffinger
- [FFmpeg-cvslog] Add muxer test based on stream-copy from FATE sample.
Reimar Döffinger
- [FFmpeg-cvslog] Add muxer test based on stream-copy from FATE sample.
Michael Niedermayer
- [FFmpeg-cvslog] movenc: Write track durations with all bits set if duration is unknown
Martin Storsjö
- [FFmpeg-cvslog] movenc: Write the unknown duration as 64 bit fields in ismv
Martin Storsjö
- [FFmpeg-cvslog] dct-test: Remove a stray declaration of a nonexistent function
Martin Storsjö
- [FFmpeg-cvslog] dct-test: Add the missing ff_ prefix to the altivec functions
Martin Storsjö
- [FFmpeg-cvslog] huffyuv: error out on bit overrun.
Ronald S. Bultje
- [FFmpeg-cvslog] mpc7: assign an error level + context to av_log() msg.
Ronald S. Bultje
- [FFmpeg-cvslog] mp3on4: require a minimum framesize.
Ronald S. Bultje
- [FFmpeg-cvslog] dpcm: ignore extra unpaired bytes in stereo streams.
Alex Converse
- [FFmpeg-cvslog] aiff: don't skip block_align==0 check on COMM-after-SSND files.
Ronald S. Bultje
- [FFmpeg-cvslog] vp8dsp: split long line.
Ronald S. Bultje
- [FFmpeg-cvslog] rtpdec: Identify incorrectly signalled H263
Martin Storsjö
- [FFmpeg-cvslog] mjpegb: don't return 0 at the end of frame decoding.
Ronald S. Bultje
- [FFmpeg-cvslog] asf: prevent packet_size_left from going negative if hdrlen > pktlen.
Ronald S. Bultje
- [FFmpeg-cvslog] wma: don't return 0 on invalid packets.
Ronald S. Bultje
- [FFmpeg-cvslog] vc1parse: call vc1_init_common().
Ronald S. Bultje
- [FFmpeg-cvslog] proresenc: force bitrate not to exceed given limit
Kostya Shishkov
- [FFmpeg-cvslog] mov: Use defines for tfhd flags
Martin Storsjö
- [FFmpeg-cvslog] mov: Use defines for trun flags
Martin Storsjö
- [FFmpeg-cvslog] mov: Use defines for sample flags in fragments
Martin Storsjö
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] examples/filtering: fix implicit declarations and function mis-usage.
Clément Bœsch
- [FFmpeg-cvslog] examples/filtering: fix deprecated function calls warnings.
Clément Bœsch
- [FFmpeg-cvslog] examples/filtering: fix unused variable and return value in open_input_file ().
Clément Bœsch
- [FFmpeg-cvslog] examples: add -Wall to CFLAGS.
Clément Bœsch
- [FFmpeg-cvslog] img2dec: add im32 extension, sunrast with 32bit depth
Paul B Mahol
- [FFmpeg-cvslog] h264: use av_fast_padded_malloc()
Michael Niedermayer
- [FFmpeg-cvslog] pamenc: move allocation down.
Michael Niedermayer
- [FFmpeg-cvslog] pamenc: allocate the correct packetsize for mono.
Michael Niedermayer
- [FFmpeg-cvslog] H264 parser: enable header parsing/frame type detection for is_avc.
Reimar Döffinger
- [FFmpeg-cvslog] pamdec: fix mono support.
Michael Niedermayer
- [FFmpeg-cvslog] Use fixed-length array in revert_mclms()
Benjamin Larsson
- [FFmpeg-cvslog] Perform inter-channel decorr. only if both channels are coded
Mashiat Sarker Shakkhar
- [FFmpeg-cvslog] Merge remote-tracking branch 'shariman/wmall'
Michael Niedermayer
- [FFmpeg-cvslog] cmdutils: add -cpuflags.
Michael Niedermayer
- [FFmpeg-cvslog] wmalossless: remove tab
Michael Niedermayer
- [FFmpeg-cvslog] wmalossless: Switch to new audio API
Michael Niedermayer
- [FFmpeg-cvslog] wmalossless: Fix infinite loop.
Michael Niedermayer
- [FFmpeg-cvslog] mpegvideo_enc: force encoding delay of at least 1 frame when low_delay=0
Anton Khirnov
- [FFmpeg-cvslog] mpegvideo_enc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] sunrastenc: set keyframe flag for the output packet.
Aneesh Dogra
- [FFmpeg-cvslog] sunrast: use RLE trigger macro inplace of the hard coded value.
Aneesh Dogra
- [FFmpeg-cvslog] ttadec: cosmetics: reindent
Paul B Mahol
- [FFmpeg-cvslog] examples: unbreak compilation
Luca Barbato
- [FFmpeg-cvslog] doxy: remove reference to removed api
Luca Barbato
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] doc: fix channel layout value in abuffer example.
Clément Bœsch
- [FFmpeg-cvslog] lavc: set bit_rate in the decoder context, just after the init stage
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: report bit rate in stream description
Matthieu Bouron
- [FFmpeg-cvslog] matroskadec: remove H.264 special-case that disabled header parsing.
Reimar Döffinger
- [FFmpeg-cvslog] libswr: allow to set custom matrices.
Nicolas George
- [FFmpeg-cvslog] af_pan: use libswr for rematrixing.
Nicolas George
- [FFmpeg-cvslog] af_pan: reindent after last commit.
Nicolas George
- [FFmpeg-cvslog] Add missing av_free_packet.
Reimar Döffinger
- [FFmpeg-cvslog] af_pan: remove the indirect function call.
Nicolas George
- [FFmpeg-cvslog] af_pan: move query_format before config_props.
Nicolas George
- [FFmpeg-cvslog] applehttp: Do seeking within segments, too
Panagiotis H.M. Issaris
- [FFmpeg-cvslog] Revert two swscale commits.
Ronald S. Bultje
- [FFmpeg-cvslog] h264: don't use redzone in loopfilter on win64.
Ronald S. Bultje
- [FFmpeg-cvslog] zmbvenc: move header writing to the end of encode_frame().
Anton Khirnov
- [FFmpeg-cvslog] zmbvenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] v410enc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] huffyuv: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] pnmenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] roqvideoenc: add const qualifier to the input frame.
Anton Khirnov
- [FFmpeg-cvslog] roqvideoenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] targaenc: don't modify input frame.
Anton Khirnov
- [FFmpeg-cvslog] targaenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] sgienc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] pcxenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] hls: Reset the AVIOContext when seeking
Martin Storsjö
- [FFmpeg-cvslog] libmp3lame: remove unneeded 'stereo' field from Mp3AudioContext
Justin Ruggles
- [FFmpeg-cvslog] libmp3lame: improve error handling in MP3lame_encode_init()
Justin Ruggles
- [FFmpeg-cvslog] libmp3lame: do not set coded_frame->key_frame.
Justin Ruggles
- [FFmpeg-cvslog] libmp3lame: remove outdated comment.
Justin Ruggles
- [FFmpeg-cvslog] libmp3lame: convert some debugging code to av_dlog()
Justin Ruggles
- [FFmpeg-cvslog] libmp3lame: cosmetics: remove some pointless comments
Justin Ruggles
- [FFmpeg-cvslog] libmp3lame: use avpriv_mpegaudio_decode_header() for output frame parsing
Justin Ruggles
- [FFmpeg-cvslog] libmp3lame: use the LAME default bit rate
Justin Ruggles
- [FFmpeg-cvslog] libmp3lame: renaming, rearrangement, alignment, and comments
Justin Ruggles
- [FFmpeg-cvslog] libmp3lame: support float and s32 sample formats
Justin Ruggles
- [FFmpeg-cvslog] pnmdec: remove useless .pix_fmts
Paul B Mahol
- [FFmpeg-cvslog] avutil: add av_rescale_q_rnd() to allow different rounding
Justin Ruggles
- [FFmpeg-cvslog] avcodec: add duration field to AVCodecParserContext
Justin Ruggles
- [FFmpeg-cvslog] flac parser: set duration instead of frame_size
Justin Ruggles
- [FFmpeg-cvslog] (e)ac3 parser: set duration instead of frame_size
Justin Ruggles
- [FFmpeg-cvslog] mpegaudio parser: set duration instead of frame_size
Justin Ruggles
- [FFmpeg-cvslog] gsm parser: set duration
Justin Ruggles
- [FFmpeg-cvslog] mlp parser: set duration instead of frame_size
Justin Ruggles
- [FFmpeg-cvslog] adx parser: set duration
Justin Ruggles
- [FFmpeg-cvslog] avcodec: add ff_samples_to_time_base() convenience function to internal.h
Justin Ruggles
- [FFmpeg-cvslog] adpcmenc: Use correct frame_size for Yamaha ADPCM.
Justin Ruggles
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] lavfi/abuffer: init the data planes with NULL pointers.
Clément Bœsch
- [FFmpeg-cvslog] doc/examples: add audio decoding/filtering example.
Clément Bœsch
- [FFmpeg-cvslog] doc/examples: rename filtering.c into filtering_video.c.
Clément Bœsch
- [FFmpeg-cvslog] doxy: Disable the main index page.
Michael Niedermayer
- [FFmpeg-cvslog] avidec: Reduce log level for out of index error message.
Michael Niedermayer
- [FFmpeg-cvslog] lavf: Reimplement new seek API emulation
Michael Niedermayer
- [FFmpeg-cvslog] rv34: change most "int stride" into "ptrdiff_t stride".
Ronald S. Bultje
- [FFmpeg-cvslog] movdec: Adjust keyframe flagging in fragmented files
Martin Storsjö
- [FFmpeg-cvslog] png: make .long_name more descriptive
Paul B Mahol
- [FFmpeg-cvslog] gif: K&R formatting cosmetics
Aneesh Dogra
- [FFmpeg-cvslog] mlpdec: use av_log_ask_for_sample()
Paul B Mahol
- [FFmpeg-cvslog] dvbsubdec: avoid undefined signed left shift in RGBA macro
Janne Grunau
- [FFmpeg-cvslog] avplay: fix -threads option
Janne Grunau
- [FFmpeg-cvslog] Mark mutable static data const where appropriate.
Alex Converse
- [FFmpeg-cvslog] Clarify licensing information about files borrowed from libjpeg.
Diego Biurrun
- [FFmpeg-cvslog] img2: Use ff_guess_image2_codec(filename) shorthand where appropriate.
Diego Biurrun
- [FFmpeg-cvslog] swscale: K&R formatting cosmetics for PowerPC code (part I/II)
Diego Biurrun
- [FFmpeg-cvslog] Add dpx encoding regression test.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Add regression test for "sox" format muxer/demuxer.
Reimar Döffinger
- [FFmpeg-cvslog] Enable already existing rso regression test.
Reimar Döffinger
- [FFmpeg-cvslog] Add prores regression test.
Reimar Döffinger
- [FFmpeg-cvslog] avcodec: do not override pts or duration from the audio encoder
Justin Ruggles
- [FFmpeg-cvslog] sunrast: Add a sample request for RMP_RAW colormap.
Aneesh Dogra
- [FFmpeg-cvslog] Add names for more channel layouts to the channel layout map.
Tim W
- [FFmpeg-cvslog] mpegvideo_enc: only allocate output packet when we know there will be output
Anton Khirnov
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] pngdec: Print error if signature is wrong.
Michael Niedermayer
- [FFmpeg-cvslog] r210enc and y41penc: don't set same pkt->size twice
Paul B Mahol
- [FFmpeg-cvslog] af_pan: remove dual double/int storage of gain.
Nicolas George
- [FFmpeg-cvslog] lavc: introduce av_get_pcm_codec.
Nicolas George
- [FFmpeg-cvslog] lavd/lavfi: support all sample formats.
Nicolas George
- [FFmpeg-cvslog] lavu: document av_reverse.
Nicolas George
- [FFmpeg-cvslog] eval: Add taylor series evaluation support.
Michael Niedermayer
- [FFmpeg-cvslog] eval: support 3 parameter functions.
Michael Niedermayer
- [FFmpeg-cvslog] swscale: variable declaration and placement cosmetics
Diego Biurrun
- [FFmpeg-cvslog] swscale: K&R formatting cosmetics (part I)
Diego Biurrun
- [FFmpeg-cvslog] mov: Add support for MPEG2 HDV 720p24 (hdv4)
Alex Converse
- [FFmpeg-cvslog] prores: use natural integer type for the codebook index
Christophe GISQUET
- [FFmpeg-cvslog] movdec: Restart parsing root-level atoms at the right spot
Martin Storsjö
- [FFmpeg-cvslog] movdec: Don't parse all fragments if ignidx is set
Martin Storsjö
- [FFmpeg-cvslog] flvdec: Fix indentation
Martin Storsjö
- [FFmpeg-cvslog] flvdec: Ignore the index if the ignidx flag is set
Martin Storsjö
- [FFmpeg-cvslog] movenc: Buffer the mdat for the initial moov fragment, too
Martin Storsjö
- [FFmpeg-cvslog] Add channel names to channel_names[] array for channels added in b2890f5
Tim Walker
- [FFmpeg-cvslog] mlpdec_parser: fix a few channel layouts.
Tim Walker
- [FFmpeg-cvslog] cdxl: correctly synchronize video timestamps to audio
Paul B Mahol
- [FFmpeg-cvslog] rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1.
Ronald S. Bultje
- [FFmpeg-cvslog] lavf: don't set AVCodecContext.has_b_frames in compute_pkt_fields().
Anton Khirnov
- [FFmpeg-cvslog] mov: Add more HDV and XDCAM FourCCs.
Alex Converse
- [FFmpeg-cvslog] aac: fix infinite loop on end-of-frame with sequence of 1-bits.
Alex Converse
- [FFmpeg-cvslog] rm: prevent infinite loops for index parsing.
Ronald S. Bultje
- [FFmpeg-cvslog] img2: split muxer and demuxer into separate files
Paul B Mahol
- [FFmpeg-cvslog] dxva2: don't check for DXVA_PictureParameters->wDecodedPictureIndex
Rafaël Carré
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] riff: IPJ2 decodes with j2k decoder. samples can be made from mencoder and jp2avi.dll codec.
Compn
- [FFmpeg-cvslog] configure: add lavfi dependencies to .pc files.
Nicolas George
- [FFmpeg-cvslog] avfiltergraph: avoid harmful auto audio conversions.
Nicolas George
- [FFmpeg-cvslog] sbgdec: read_seek was undeprecated.
Nicolas George
- [FFmpeg-cvslog] udp: Fix sign of error codes.
Michael Niedermayer
- [FFmpeg-cvslog] v308enc: switch to encode2()
Paul B Mahol
- [FFmpeg-cvslog] yuv4enc: switch to encode2()
Paul B Mahol
- [FFmpeg-cvslog] v408enc: switch to encode2()
Paul B Mahol
- [FFmpeg-cvslog] random_seed: add selftest
Michael Niedermayer
- [FFmpeg-cvslog] fate: add random_seed test
Michael Niedermayer
- [FFmpeg-cvslog] fate: add forgotten random_seed ref
Michael Niedermayer
- [FFmpeg-cvslog] swscale: fix filtersize clipping.
Ronald S. Bultje
- [FFmpeg-cvslog] mov: set channel layout for AC-3 streams based on the 'dac3' atom info
Justin Ruggles
- [FFmpeg-cvslog] flacdec: set channel_layout based on channel count
Justin Ruggles
- [FFmpeg-cvslog] qtrleenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] lclenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] jpeglsenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] libtheoraenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] ffv1enc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] libschroedingerenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] asv1enc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] rtpenc: Move the trailing comma into FF_RTP_FLAG_OPTS
Martin Storsjö
- [FFmpeg-cvslog] rtpenc: Allow packetizing H263 according to the old RFC 2190
Martin Storsjö
- [FFmpeg-cvslog] rtpenc: Add an error message
Martin Storsjö
- [FFmpeg-cvslog] truemotion2: error out if the huffman tree has no nodes.
Ronald S. Bultje
- [FFmpeg-cvslog] ljpegenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] libxavs: split extradata writing out of encode_nals().
Anton Khirnov
- [FFmpeg-cvslog] libxavs: add an AVClass at the beginning of XavsContext.
Anton Khirnov
- [FFmpeg-cvslog] libxavs: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] swscale: fix overflows in filterPos[] calculation for large sizes.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: fix underflows in firstline calculations for extreme resizes.
Ronald S. Bultje
- [FFmpeg-cvslog] swscale: take first/lastline over/underflows into account for MMX.
Ronald S. Bultje
- [FFmpeg-cvslog] lcl: don't overwrite input memory.
Ronald S. Bultje
- [FFmpeg-cvslog] Remove libpostproc.
Diego Biurrun
- [FFmpeg-cvslog] flashsvenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] libvpxenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] gifenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] lavc: drop libdirac encoder.
Anton Khirnov
- [FFmpeg-cvslog] tiffenc: properly forward error codes in encode_frame().
Anton Khirnov
- [FFmpeg-cvslog] tiffenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] libxvid: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] a64multienc: don't write into output buffer when there's no output.
Anton Khirnov
- [FFmpeg-cvslog] a64multienc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] snowenc: don't abuse input picture for storing information.
Anton Khirnov
- [FFmpeg-cvslog] snowenc: switch to encode2().
Anton Khirnov
- [FFmpeg-cvslog] lavc: drop encode() support for video.
Anton Khirnov
- [FFmpeg-cvslog] rtpenc: Add an option for not sending RTCP packets
Martin Storsjö
- [FFmpeg-cvslog] rtpenc: Move max_packet_size to a context variable
Martin Storsjö
- [FFmpeg-cvslog] rtpenc: Expose the max packet size via an avoption
Martin Storsjö
- [FFmpeg-cvslog] wavpack: Don't shift minclip/maxclip
Derek Buitenhuis
- [FFmpeg-cvslog] swf: check return values for av_get/new_packet().
Ronald S. Bultje
- [FFmpeg-cvslog] Revert "Improve decoding quality for lossy wavpack."
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] flashsv2enc: switch to encode2()
Michael Niedermayer
- [FFmpeg-cvslog] j2kenc: switch to encode2
Michael Niedermayer
- [FFmpeg-cvslog] msvideo1enc: switch to encode2()
Michael Niedermayer
- [FFmpeg-cvslog] proresenc_anatoliy: switch to encode2
Michael Niedermayer
- [FFmpeg-cvslog] Revert "Fix channel layout for some stereo flac files."
Michael Niedermayer
- [FFmpeg-cvslog] Revert "Set channel layout in flac decoder."
Michael Niedermayer
- [FFmpeg-cvslog] fate: Overhaul WavPack coverage
Derek Buitenhuis
- [FFmpeg-cvslog] flvdec: fix "libavformat/flvdec.c:195:29: warning: variable size1 set but not used"
Michael Niedermayer
- [FFmpeg-cvslog] mp3enc: fix "warning: best_bitrate_idx may be used uninitialized in this function"
Michael Niedermayer
- [FFmpeg-cvslog] rmdec: fix "warning: format %d expects argument of type int, but argument 7 has type int64_t"
Michael Niedermayer
- [FFmpeg-cvslog] a64multienc: fix "warning: buf may be used uninitialized in this function"
Michael Niedermayer
- [FFmpeg-cvslog] adpcmdec: fix "warning: array subscript is above array bounds"
Michael Niedermayer
- [FFmpeg-cvslog] SBR DSP: use intptr_t for the ixh parameter.
Christophe GISQUET
- [FFmpeg-cvslog] SBR DSP x86: implement SSE sbr_sum_square_sse
Christophe GISQUET
- [FFmpeg-cvslog] SBR DSP x86: implement SSE sbr_hf_g_filt
Christophe GISQUET
- [FFmpeg-cvslog] apetag: propagate errors.
Ronald S. Bultje
- [FFmpeg-cvslog] apetag: do not leak memory if avio_read() fails
Paul B Mahol
- [FFmpeg-cvslog] tiff: Make the TIFF_LONG and TIFF_SHORT types unsigned.
Alex Converse
- [FFmpeg-cvslog] tiff: Prevent overreads in the type_sizes array.
Alex Converse
- [FFmpeg-cvslog] lavf/output-example: more proper usage of the new API.
Anton Khirnov
- [FFmpeg-cvslog] lavf/output-example: use new audio encoding API correctly.
Anton Khirnov
- [FFmpeg-cvslog] get_bits: add HAVE_BITS_REMAINING macro.
Ronald S. Bultje
- [FFmpeg-cvslog] golomb: use HAVE_BITS_REMAINING() macro to prevent infloop on EOF.
Ronald S. Bultje
- [FFmpeg-cvslog] mjpeg: abort decoding if packet is too large.
Ronald S. Bultje
- [FFmpeg-cvslog] lcl: error out if uncompressed input buffer is smaller than framesize.
Ronald S. Bultje
- [FFmpeg-cvslog] oggenc: free comment header for all codecs
Justin Ruggles
- [FFmpeg-cvslog] lavf: move the packet keyframe setting code.
Anton Khirnov
- [FFmpeg-cvslog] mpegaudiodec: Prevent premature clipping of mp3 input buffer.
Dale Curtis
- [FFmpeg-cvslog] docs: use -bsf:[vas] instead of -[vas]bsf.
John Van Sickle
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] docs: use -bsf:[vas] instead of -[vas]bsf.
compn
- [FFmpeg-cvslog] Revert "Fix channel layout for some stereo flac files."
Nicolas George
- [FFmpeg-cvslog] wavpack: Don't shift minclip/maxclip
Derek Buitenhuis
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] Fix adts format creation in aac+ encoder modified: libavcodec/libaacplus.c
Sergiy Gur'yev
- [FFmpeg-cvslog] Fix ffmpeg -codecs output.
Carl Eugen Hoyos
- [FFmpeg-cvslog] update for 0.5.8
Michael Niedermayer
- [FFmpeg-cvslog] atrac3: Fix crash in tonal component decoding.
Michael Niedermayer
- [FFmpeg-cvslog] Update for 0.7.11
Michael Niedermayer
- [FFmpeg-cvslog] Update for 0.8.10
Michael Niedermayer
- [FFmpeg-cvslog] indeo4: fix LE reader define for backport
Michael Niedermayer
- [FFmpeg-cvslog] Fix ffmpeg -codecs output.
Michael Niedermayer
- [FFmpeg-cvslog] kgv1: use avctx->get/release_buffer().
Ronald S. Bultje
- [FFmpeg-cvslog] avcodec: disallow reget_buffer() if pix_fmt changed.
Ronald S. Bultje
- [FFmpeg-cvslog] fraps: release reference buffer on pix_fmt change.
Ronald S. Bultje
- [FFmpeg-cvslog] vorbisdec: add a flush() function
Justin Ruggles
- [FFmpeg-cvslog] swscale: fix another integer overflow at large dimensions/rescales.
Ronald S. Bultje
- [FFmpeg-cvslog] cdxl: fix ham6/8 on big endian
Paul B Mahol
- [FFmpeg-cvslog] fate: add tests for cdxl video
Paul B Mahol
- [FFmpeg-cvslog] mpegaudiodec: dont memcpy() more than needed.
Michael Niedermayer
- [FFmpeg-cvslog] xwdenc: fix monow encoding
Paul B Mahol
- [FFmpeg-cvslog] lavc: signal no output when a NULL frame is passed to audio encoder without delay
Anton Khirnov
- [FFmpeg-cvslog] lavc: factorize setting got_packet_ptr in avcodec_encode_video2()
Anton Khirnov
- [FFmpeg-cvslog] lavc: merge two if()s with the same condition.
Anton Khirnov
- [FFmpeg-cvslog] matroska: don't overwrite string values until read/alloc was succesful.
Ronald S. Bultje
- [FFmpeg-cvslog] kgv1: release reference picture on size change.
Ronald S. Bultje
- [FFmpeg-cvslog] avcodec: document the use of AVCodecContext.delay for audio encoders
Justin Ruggles
- [FFmpeg-cvslog] libspeexenc: export encoder delay through AVCodecContext.delay
Justin Ruggles
- [FFmpeg-cvslog] g722enc: check for trellis data allocation error
Justin Ruggles
- [FFmpeg-cvslog] audio encoders: do not set coded_frame->key_frame.
Justin Ruggles
- [FFmpeg-cvslog] check for coded_frame allocation failure in several audio encoders
Justin Ruggles
- [FFmpeg-cvslog] avutil: add AVERROR_UNKNOWN
Justin Ruggles
- [FFmpeg-cvslog] libfaac: improve error checking and handling in Faac_encode_init()
Justin Ruggles
- [FFmpeg-cvslog] mpegaudioenc: return AVERROR codes instead of -1
Justin Ruggles
- [FFmpeg-cvslog] libvorbis: improve error checking in oggvorbis_encode_init()
Justin Ruggles
- [FFmpeg-cvslog] nellymoserenc: return AVERROR codes instead of -1
Justin Ruggles
- [FFmpeg-cvslog] nellymoserenc: improve error checking in encode_init()
Justin Ruggles
- [FFmpeg-cvslog] nellymoserenc: set AVCodecContext.coded_frame
Justin Ruggles
- [FFmpeg-cvslog] ra144enc: remove unneeded sample_fmt check
Justin Ruggles
- [FFmpeg-cvslog] ra144enc: set AVCodecContext.coded_frame
Justin Ruggles
- [FFmpeg-cvslog] ra144enc: use int16_t* for input samples rather than void*
Justin Ruggles
- [FFmpeg-cvslog] roqaudioenc: remove unneeded sample_fmt check
Justin Ruggles
- [FFmpeg-cvslog] roqaudioenc: use AVCodecContext.frame_size correctly.
Justin Ruggles
- [FFmpeg-cvslog] roqaudioenc: set correct bit rate
Justin Ruggles
- [FFmpeg-cvslog] roqaudioenc: return AVERROR codes instead of -1
Justin Ruggles
- [FFmpeg-cvslog] vorbisenc: check all allocations for failure
Justin Ruggles
- [FFmpeg-cvslog] mlp_parser: fix the channel mask value used for the top surround channel
Tim Walker
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] Revert "Improve decoding quality for lossy wavpack."
Michael Niedermayer
- [FFmpeg-cvslog] wavpack: Don't shift minclip/maxclip
Derek Buitenhuis
- [FFmpeg-cvslog] Fix ffmpeg -codecs output.
Carl Eugen Hoyos
- [FFmpeg-cvslog] vorbisenc: check all allocations for failure
Alexander Strasser
- [FFmpeg-cvslog] vorbisenc: check all allocations for failure
Alexander Strasser
- [FFmpeg-cvslog] cdxl demux: do not create packets with uninitialized data at EOF.
Reimar Döffinger
- [FFmpeg-cvslog] libavfilter/libmpcodecs: add vf_pp from current mplayer svn
Michael Niedermayer
- [FFmpeg-cvslog] Revert "Fix channel layout for some stereo flac files."
Nicolas George
- [FFmpeg-cvslog] Revert "Fix channel layout for some stereo flac files."
Michael Niedermayer
- [FFmpeg-cvslog] Revert "Fix channel layout for some stereo flac files."
Carl Eugen Hoyos
- [FFmpeg-cvslog] eval: Allow specifying the variable id.
Michael Niedermayer
- [FFmpeg-cvslog] eval: Check that single parameter functions dont get a second param.
Michael Niedermayer
- [FFmpeg-cvslog] eval: add root() to solve f(x)=0
Michael Niedermayer
- [FFmpeg-cvslog] cdxl: set pix_fmt PAL8 only if palette is available
Paul B Mahol
- [FFmpeg-cvslog] cdxl: remove early check for bpp
Paul B Mahol
- [FFmpeg-cvslog] cdxl: bit line plane arrangement support
Paul B Mahol
- [FFmpeg-cvslog] FATE: remove a bunch of useless -vsync 0
Anton Khirnov
- [FFmpeg-cvslog] avconv: refactor vsync code.
Anton Khirnov
- [FFmpeg-cvslog] rawdec: set timebase to 1/fps.
Anton Khirnov
- [FFmpeg-cvslog] avconv: saner output video timebase.
Anton Khirnov
- [FFmpeg-cvslog] lavf: don't set codec timebase in avformat_find_stream_info().
Anton Khirnov
- [FFmpeg-cvslog] Fix parser not to clobber has_b_frames when extradata is set.
Reinhard Tartler
- [FFmpeg-cvslog] avconv: set discard on input streams automatically.
Anton Khirnov
- [FFmpeg-cvslog] lavf: don't guess r_frame_rate from either stream or codec timebase.
Anton Khirnov
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] Revert "Fix channel layout for some stereo flac files."
Nicolas George
- [FFmpeg-cvslog] fate: add tests for testsrc.
Nicolas George
- [FFmpeg-cvslog] fate: add tests for the setsar and setdar video filters.
Nicolas George
- [FFmpeg-cvslog] fate: add test for the deshake video filter.
Nicolas George
- [FFmpeg-cvslog] fate: add test for the drawbox video filter.
Nicolas George
- [FFmpeg-cvslog] fate: add test for the fade video filter.
Nicolas George
- [FFmpeg-cvslog] fate: add test for the overlay video filter.
Nicolas George
- [FFmpeg-cvslog] fate: add test for the pad video filter.
Nicolas George
- [FFmpeg-cvslog] fate: add test for the select video filter.
Nicolas George
- [FFmpeg-cvslog] fate: add test for the thumbnail video filter.
Nicolas George
- [FFmpeg-cvslog] fate: add test for the transpose video filter.
Nicolas George
- [FFmpeg-cvslog] fate: add test for the unsharp video filter.
Nicolas George
- [FFmpeg-cvslog] fate: add test for the life video source.
Nicolas George
- [FFmpeg-cvslog] Exit ffmpeg if swr_convert() fails.
Carl Eugen Hoyos
- [FFmpeg-cvslog] libpostproc: add pp=help support to print the help text via av_log()
Michael Niedermayer
- [FFmpeg-cvslog] lavc: reorder AVFrame fields.
Anton Khirnov
- [FFmpeg-cvslog] lavc: reorder AVCodecContext fields.
Anton Khirnov
- [FFmpeg-cvslog] doc/APIchanges: fill in missing dates and hashes.
Anton Khirnov
- [FFmpeg-cvslog] movenc: factorize calculation of cluster duration into a separate function
Justin Ruggles
- [FFmpeg-cvslog] movenc: use the first cluster duration as the tfhd default duration
Justin Ruggles
- [FFmpeg-cvslog] movenc: use timestamps instead of frame_size for samples-per-packet
Justin Ruggles
- [FFmpeg-cvslog] rtsp: Handle requests from server to client
Tommy Winther
- [FFmpeg-cvslog] flvdec: Validate index entries added from metadata while reading
Martin Storsjö
- [FFmpeg-cvslog] flvdec: Remove the now redundant check for known broken metadata creator
Michael Niedermayer
- [FFmpeg-cvslog] h264: fix mmxext chroma deblock to use correct TC values.
Ronald S. Bultje
- [FFmpeg-cvslog] fate: Overhaul WavPack coverage
Derek Buitenhuis
- [FFmpeg-cvslog] avcodec_default_reget_buffer(): fix compilation in DEBUG mode
Diego Biurrun
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] pmpdec: Check for zero audio packets.
Michael Niedermayer
- [FFmpeg-cvslog] tests: add libpostproc test
Michael Niedermayer
- [FFmpeg-cvslog] add v210 to intra only list to allow "-vcodec copy"
Philip de Nier
- [FFmpeg-cvslog] ffmpeg: Fix division by 0 due to invalid timebase
Michael Niedermayer
- [FFmpeg-cvslog] omadec: Fix wrong number of array elements.
Michael Niedermayer
- [FFmpeg-cvslog] cook: add const to quant_index_table of categorize()
Michael Niedermayer
- [FFmpeg-cvslog] mxf: fix v210 label matching len
Philip de Nier
- [FFmpeg-cvslog] mxfdec: set track edit rate num/den in expected order
Philip de Nier
- [FFmpeg-cvslog] mxf: add uncompressed 422 8-bit rawvideo label
Philip de Nier
- [FFmpeg-cvslog] mxfdec: detect uncomp pictures using essence container ul
Philip de Nier
- [FFmpeg-cvslog] mxfdec: set pixel format for cdci picture formats
Philip de Nier
- [FFmpeg-cvslog] adpcm_xa: Check filter validity.
Michael Niedermayer
- [FFmpeg-cvslog] aacdec: Remove erroneous reference to global gain from the out of bounds scalefactor error message .
Alex Converse
- [FFmpeg-cvslog] avf: reorder AVStream and AVFormatContext
Luca Barbato
- [FFmpeg-cvslog] segment: implement wrap around
Luca Barbato
- [FFmpeg-cvslog] msmpeg4: Replace forward declaration by proper #include.
Diego Biurrun
- [FFmpeg-cvslog] Indeo3: fix crashes on corrupt bitstreams.
Ronald S. Bultje
- [FFmpeg-cvslog] doxygen: Remove documentation for non-existing parameters; misc small fixes .
Diego Biurrun
- [FFmpeg-cvslog] oma: don't read beyond end of leaf_table.
Ronald S. Bultje
- [FFmpeg-cvslog] adpcm: Clip step_index values read from the bitstream at the beginning of each frame .
Alex Converse
- [FFmpeg-cvslog] Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
- [FFmpeg-cvslog] cook: avoid out of global array read.
Michael Niedermayer
- [FFmpeg-cvslog] fate: More libpostproc tests to improve coverage.
Michael Niedermayer
- [FFmpeg-cvslog] libpostproc: add bitexact mode, which is needed for regression testing.
Michael Niedermayer
- [FFmpeg-cvslog] fate: switch lavfi-pp targets which need bitexact flags to use them.
Michael Niedermayer
- [FFmpeg-cvslog] vf_deshake: try to fix memleak
Michael Niedermayer
- [FFmpeg-cvslog] libpostproc: fix out of array accesses detected by AddressSanitizer.
Michael Niedermayer
- [FFmpeg-cvslog] alsdec: Check that quantized parcor coeffs are within range.
Michael Niedermayer
- [FFmpeg-cvslog] get_buffers: Check that pix_fmt is not NONE.
Michael Niedermayer
- [FFmpeg-cvslog] vmnc: Fail if bpp is not recognized instead of crashing.
Michael Niedermayer
- [FFmpeg-cvslog] fate: disable deshake test as it isnt binary identical across archs.
Michael Niedermayer
- [FFmpeg-cvslog] encode_video2: shrink packet after encoding.
Nicolas George
- [FFmpeg-cvslog] tests: add libpostproc test
Nicolas George
- [FFmpeg-cvslog] dca: Check LFEScaleIndex.
Michael Niedermayer
- [FFmpeg-cvslog] dca: Check scale_sum.
Michael Niedermayer
- [FFmpeg-cvslog] dca: dont overread dca_default_coeffs.
Michael Niedermayer
- [FFmpeg-cvslog] lavc: fix 10l oversight in realloc of avcodec_encode_video2.
Michael Niedermayer
Last message date:
Wed Feb 29 21:51:27 CET 2012
Archived on: Wed Feb 29 21:51:41 CET 2012
This archive was generated by
Pipermail 0.09 (Mailman edition).