January 2016 Archives by author
Starting: Fri Jan 1 01:33:39 CET 2016
Ending: Sun Jan 31 22:18:36 CET 2016
Messages: 921
- [FFmpeg-cvslog] lavfi/af_sofalizer: remove exp2 and replace clz by ff_clz
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avfilter/avf_showspectrum: add 4th and 5th root scaler
Ganesh Ajjanagadde
- [FFmpeg-cvslog] lavc/pcm_tablegen: slight speedup of table generation
Ganesh Ajjanagadde
- [FFmpeg-cvslog] ffmpeg: check return value of avio_closep for progress report
Ganesh Ajjanagadde
- [FFmpeg-cvslog] lavfi/af_compensationdelay: replace pow(x, 0.5) by sqrt(x)
Ganesh Ajjanagadde
- [FFmpeg-cvslog] ffmpeg: replace log2 by av_log2
Ganesh Ajjanagadde
- [FFmpeg-cvslog] lavfi/avf_showspectrum: replace pow(x, 0.25) by sqrt(sqrt(x))
Ganesh Ajjanagadde
- [FFmpeg-cvslog] ffmpeg: check fclose return values
Ganesh Ajjanagadde
- [FFmpeg-cvslog] lavc/cbrt_tablegen: speed up tablegen
Ganesh Ajjanagadde
- [FFmpeg-cvslog] avcodec/aacenc: Check for +-Inf too
Ganesh Ajjanagadde
- [FFmpeg-cvslog] lavu/libm: add isfinite fallback
Ganesh Ajjanagadde
- [FFmpeg-cvslog] lavc/aacenc: use isfinite to simplify isnan/isinf logic
Ganesh Ajjanagadde
- [FFmpeg-cvslog] lavu/x86/lls: add fma3 optimizations for update_lls
Ganesh Ajjanagadde
- [FFmpeg-cvslog] lavc/wma: add av_warn_unused_result to ff_wma_init
Ganesh Ajjanagadde
- [FFmpeg-cvslog] lavc/atrac3plusdsp: change pow(2,x) to exp2f(x)
Ganesh Ajjanagadde
- [FFmpeg-cvslog] lavc/opus_celt: replace pow(2,x) by exp2f(x)
Ganesh Ajjanagadde
- [FFmpeg-cvslog] lavc/wmadec: replace pow by faster functions
Ganesh Ajjanagadde
- [FFmpeg-cvslog] configure: bump copyright year to 2016
James Almer
- [FFmpeg-cvslog] x86/vf_stereo3d: remove a few unnecessary movas
James Almer
- [FFmpeg-cvslog] x86/intmath: add sse optimized av_clipf and av_clipd
James Almer
- [FFmpeg-cvslog] lavu: rename and move ff_parity to av_parity
James Almer
- [FFmpeg-cvslog] configure: remove unused bulitin check
James Almer
- [FFmpeg-cvslog] x86/float_dsp: remove len check from ff_butterflies_float_sse
James Almer
- [FFmpeg-cvslog] x86/float_dsp: zero extend len from ff_butterflies_float_sse implicitly
James Almer
- [FFmpeg-cvslog] x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse
James Almer
- [FFmpeg-cvslog] x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse
James Almer
- [FFmpeg-cvslog] x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse
James Almer
- [FFmpeg-cvslog] x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse
James Almer
- [FFmpeg-cvslog] x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse
James Almer
- [FFmpeg-cvslog] x86/float_dsp: zero extend offset from ff_scalarproduct_float_sse
James Almer
- [FFmpeg-cvslog] avcodec/wavpackenc: print channel count in av_log call
James Almer
- [FFmpeg-cvslog] avcodec/rmdec: add missing av_log argument
James Almer
- [FFmpeg-cvslog] configure: bump copyright year to 2016
James Almer
- [FFmpeg-cvslog] configure: bump copyright year to 2016
James Almer
- [FFmpeg-cvslog] configure: bump copyright year to 2016
James Almer
- [FFmpeg-cvslog] configure: bump copyright year to 2016
James Almer
- [FFmpeg-cvslog] avcodec/wavpackenc: print channel count in av_log call
James Almer
- [FFmpeg-cvslog] x86/intmath: add missing early clobber to output operands
James Almer
- [FFmpeg-cvslog] avcodec/wavpackenc: print channel count in av_log call
James Almer
- [FFmpeg-cvslog] avcodec/wavpackenc: print channel count in av_log call
James Almer
- [FFmpeg-cvslog] avcodec/wavpackenc: print channel count in av_log call
James Almer
- [FFmpeg-cvslog] avcodec/wavpackenc: print channel count in av_log call
James Almer
- [FFmpeg-cvslog] x86/fixed_dsp: add ff_butterflies_fixed_sse2
James Almer
- [FFmpeg-cvslog] configure: disable -Wunused-const-variable
James Almer
- [FFmpeg-cvslog] avcodec/wavpackenc: use put_sbits
James Almer
- [FFmpeg-cvslog] configure: add missing library deps for showcqt_filter
James Almer
- [FFmpeg-cvslog] avcodec/diracdsp: use av_clip_uintp2
James Almer
- [FFmpeg-cvslog] x86/intmath: disable sse av_clip functions when using ICC
James Almer
- [FFmpeg-cvslog] avcodec/webp: fix decoder dependencies
James Almer
- [FFmpeg-cvslog] avcodec/synth_filter: split off remaining code from dcadec files
James Almer
- [FFmpeg-cvslog] configure: fix openssl pkg-config check
James Almer
- [FFmpeg-cvslog] x86/imdct36: use extractps inside the STORE macro
James Almer
- [FFmpeg-cvslog] avcodec/dvaudio: add missing header include
James Almer
- [FFmpeg-cvslog] avcodec/amrwbdec: use av_mod_uintp2
James Almer
- [FFmpeg-cvslog] avcodec/pngdec: use av_mod_uintp2
James Almer
- [FFmpeg-cvslog] avcodec/proresdec_lgpl: use av_mod_uintp2
James Almer
- [FFmpeg-cvslog] avformat/hls: forbid all protocols except http(s) & file
Maxim Andreev
- [FFmpeg-cvslog] avformat/hls: forbid all protocols except http(s) & file
Maxim Andreev
- [FFmpeg-cvslog] avformat/hls: forbid all protocols except http(s) & file
Maxim Andreev
- [FFmpeg-cvslog] avformat/hls: forbid all protocols except http(s) & file
Maxim Andreev
- [FFmpeg-cvslog] avformat/hls: forbid all protocols except http(s) & file
Maxim Andreev
- [FFmpeg-cvslog] build: fix msvc build
Charlie Arnold
- [FFmpeg-cvslog] lavf/concatdec: do not access packet if av_read_frame returned error
Marton Balint
- [FFmpeg-cvslog] lavc/libzvbi-teletextdec: use the built-in transparent color for transparent background
Marton Balint
- [FFmpeg-cvslog] lavc/libzvbi-teletextdec: remove cmax variable
Marton Balint
- [FFmpeg-cvslog] lavc/libzvbi-teletextdec: add support for setting background opacity
Marton Balint
- [FFmpeg-cvslog] lavf/segment: add support for specifying clock time offset
Marton Balint
- [FFmpeg-cvslog] lavf/segment: add new option segment_clocktime_wrap_duration
Marton Balint
- [FFmpeg-cvslog] lavf: bump micro version after the new segment muxer options
Marton Balint
- [FFmpeg-cvslog] configure: use -ldl for decklink
Marton Balint
- [FFmpeg-cvslog] lavd/decklink_dec: add support for teletext
Marton Balint
- [FFmpeg-cvslog] configure: remove libzvbi GPL dependency
Marton Balint
- [FFmpeg-cvslog] avformat/riff: add YUYV FourCC (Drastic YUYV)
Piotr Bandurski
- [FFmpeg-cvslog] avformat/riff: add C210 FourCC (Canopus C210)
Piotr Bandurski
- [FFmpeg-cvslog] riff: add YUYV FourCC (Drastic YUYV)
Piotr Bandurski
- [FFmpeg-cvslog] riff: add C210 FourCC (Canopus C210)
Piotr Bandurski
- [FFmpeg-cvslog] avconv: Simplify poll_filters() return value check
Luca Barbato
- [FFmpeg-cvslog] avconv: Drop an impossible check
Luca Barbato
- [FFmpeg-cvslog] APIchanges: Add missing av_pix_fmt_get_chroma_sub_sample entry
Luca Barbato
- [FFmpeg-cvslog] configure: Use pkg-config to check for openssl
Luca Barbato
- [FFmpeg-cvslog] mathops: mips: Correctly enable loongson-specific assembly
Luca Barbato
- [FFmpeg-cvslog] configure: mips: Support both-endian compilers
Luca Barbato
- [FFmpeg-cvslog] configure: Improve requesting specific features
Luca Barbato
- [FFmpeg-cvslog] configure: Force-enable select_any dependencies only on --enable
Luca Barbato
- [FFmpeg-cvslog] libavformat/tcp.c : add send_buffer_size and recv_buffer_size options
Perette Barella
- [FFmpeg-cvslog] libavutil: add mastering display metadata sidedata
Neil Birkbeck
- [FFmpeg-cvslog] Add missing conversions from side data enum to name
Neil Birkbeck
- [FFmpeg-cvslog] libavutil/mastering_display_metadata.h: change fields to be rationals as this is how they are typically coded.
Neil Birkbeck
- [FFmpeg-cvslog] rtpdec_jpeg: Coalesce redundant error checks
Diego Biurrun
- [FFmpeg-cvslog] Remove stray line breaks from avpriv_{report_missing_feature|request_samples}
Diego Biurrun
- [FFmpeg-cvslog] lavc: Add missing #includes for ff_dlog()
Diego Biurrun
- [FFmpeg-cvslog] h264_refs: Remove broken trace debug code
Diego Biurrun
- [FFmpeg-cvslog] x86: ac3dsp: Drop forward declaration for nonexisting function
Diego Biurrun
- [FFmpeg-cvslog] x86: build: Group all encoder objects together
Diego Biurrun
- [FFmpeg-cvslog] vf_overlay: handles expression evaluation of frame size change in frame-by-frame evalutaion mode
Bela Bodecs
- [FFmpeg-cvslog] vf_scale: Detecting changes of incoming frame properties and dinamically evaluate width and height expressions
Bela Bodecs
- [FFmpeg-cvslog] vf_scale: eval, param0 and param1 documentation
Bela Bodecs
- [FFmpeg-cvslog] swscale/arm/yuv2rgb: fix typo
Matthieu Bouron
- [FFmpeg-cvslog] swscale/arm/yuv2rgb: add ff_yuv422p_to_{argb, rgba, abgr, bgra}_neon_{16, 32}
Matthieu Bouron
- [FFmpeg-cvslog] lavc/mjpegdec: speed up scan data copy
Matthieu Bouron
- [FFmpeg-cvslog] lavc/mjpegdec: use ptrdiff_t instead of ssize_t
Matthieu Bouron
- [FFmpeg-cvslog] avcodec: Remove libstagefright
Derek Buitenhuis
- [FFmpeg-cvslog] mov: Add an option to toggle dref opening
Derek Buitenhuis
- [FFmpeg-cvslog] avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPAT
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'e8bc642202c10beda1ea4e93ec8492b1e39805e5'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '46350db737a15910f468d30cf7beda16a4cc8332'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '81737f42c28858dad76a40284a35f7a64faa2fc7'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '62825236dba31a2240e25974a3ba41c1303e4edc'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'fa66237b69c27befa788b100e73783e0f47fe1b7'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '521dc78366c6ea54b7b69426dab302a57231f81e'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '9cce011b1d2f66366f5d75a024c2a2f93dc2b589'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '39571e86cb0d55536f649210a025c54e440c632b'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'c59fec783d6540dd96540b079d753ee4a6ad2e58'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'b06cb15b9d7928bf54b639c9f9f7658c2c38bfb9'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '4f22b138886e29f7fffa8c715673951e51be9f32'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '03ef89faf23c4851848208c9fe004cd9ef690cec'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '09f4822e4eaf61513b9092414450f3ae920ccd9d'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'e4eb13ca77624401ea7cef1ed6ad8e2d13fd2063'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '8fd361f53b3c17c1ae13a39e030c8fa3ab4d8f1f'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'c4de754d4dac5ddae4d5a6f02798c0f560771921'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'e59708bb9d94f67381f19344b5e021591eb711bf'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '7486418683bd2477772e03aab573cf846c12fb0d'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '472d488ebcc53bea4cdb124edb94558e72d8f23f'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'e9175634ec96e36873929637491189150cfce9ec'
Derek Buitenhuis
- [FFmpeg-cvslog] mov: Add an option to toggle dref opening
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '8e7bea6dc6ac5b21484774a026847bec0771ab62'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '883ad2c59ceea1ced5495b5ccc83695ed4bbb94b'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '65d29dd274a302131e2e4bc6d2b1eca4a093900c'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'e93aa2c9e7b3599aee6a5820760fc1a2c629dea0'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '9d3ea5cbf57e30bf2717a9ce64e858dad8a02aa6'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '892f037c55d86ce36f8705fbeab052189312a13e'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'f7168d7016f7d1034ec90223fa91a90711704e11'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'd43a165bda0eae95f4c7a168c7d13d94966c1a09'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '55c7e5bf7c8d368c9bc60a219b04849ec9f4c84c'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '0e6c8532215790bbe560a9eea4f3cc82bb55cf92'
Derek Buitenhuis
- [FFmpeg-cvslog] avcodec/version: Add missing #endif
Derek Buitenhuis
- [FFmpeg-cvslog] configure: Revert recent changes to disable-everything
Derek Buitenhuis
- [FFmpeg-cvslog] libavcodec/util: Fix timebase overflow check
Derek Buitenhuis
- [FFmpeg-cvslog] qsvenc: Fix b_strategy typo
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '84c4714f397c9c50eb9d49008cc1c08385f68f31'
Derek Buitenhuis
- [FFmpeg-cvslog] mov: Add an option to toggle dref opening
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '0ac9f33a9e69c64eee592791be3c5441a6a3d6b7'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '5764d38173661c29d954711dd5abfddf709e9ba4'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '7c79587d7407dab4b9445d66b5f111fe657c8c4d'
Derek Buitenhuis
- [FFmpeg-cvslog] snow: Move scenechange_threshold to a private option
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '1482aff2048511b821ff9feac19426113cc641a2'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '12b49769223234673db1003d9c43e7483ceb0282'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '96c373c7704aeb1cc1d2c275fbb5d71777665589'
Derek Buitenhuis
- [FFmpeg-cvslog] avcodec/frame_thread_encoder: Check the private option for huffy' s context modelling
Derek Buitenhuis
- [FFmpeg-cvslog] mov: Add an option to toggle dref opening
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit 'd749615333084e62c9fcc480d1ae466369fdf14f'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '936f0d98f864f9f6bb4f9e5458b78537e146bacd'
Derek Buitenhuis
- [FFmpeg-cvslog] Merge commit '243df1351d2d928caa084a5704ed783f0b83f072'
Derek Buitenhuis
- [FFmpeg-cvslog] fate/ffm: Update test ref
Derek Buitenhuis
- [FFmpeg-cvslog] flacenc: Restore defaults and range for {min, max}_prediction_order
Derek Buitenhuis
- [FFmpeg-cvslog] videodsp: fix 1-byte overread in top/bottom READ_NUM_BYTES iterations.
Ronald S. Bultje
- [FFmpeg-cvslog] checkasm: add videodsp emulated_edge_mc test.
Ronald S. Bultje
- [FFmpeg-cvslog] lavfi: recognize GBR9-14P as RGB in ff_fill_rgba_map().
Ronald S. Bultje
- [FFmpeg-cvslog] lavf/srtdec: rewrite parsing logic
Clément Bœsch
- [FFmpeg-cvslog] mips: display a warning message when using an unknown CPU
Clément Bœsch
- [FFmpeg-cvslog] [FFmpeg-devel] mips: display a warning message when using an unknown CPU
Clément Bœsch
- [FFmpeg-cvslog] lavu/common: fix FF_CEIL_RSHIFT() range comment
Clément Bœsch
- [FFmpeg-cvslog] lavfi/deshake: use FF_CEIL_RSHIFT()
Clément Bœsch
- [FFmpeg-cvslog] lavf/uncodedframecrcenc: use FF_CEIL_RSHIFT()
Clément Bœsch
- [FFmpeg-cvslog] lavu/common: add an explanation to FF_CEIL_RSHIFT()
Clément Bœsch
- [FFmpeg-cvslog] lavc/ccaption_dec: fix always true condition
Clément Bœsch
- [FFmpeg-cvslog] lavu: add ff_parity()
Clément Bœsch
- [FFmpeg-cvslog] lavc/ccaption_dec: use ff_parity()
Clément Bœsch
- [FFmpeg-cvslog] lavc/g729dec: use ff_parity()
Clément Bœsch
- [FFmpeg-cvslog] lavc/ccaption_dec: check for bprint completeness only at the end
Clément Bœsch
- [FFmpeg-cvslog] lavc/ccaption_dec: fix mixed declarations and code warning
Clément Bœsch
- [FFmpeg-cvslog] lavc/ccaption_dec: mark row and font as const in capture_screen()
Clément Bœsch
- [FFmpeg-cvslog] lavc/ccaption_dec: check for bprint completeness outside the loop
Clément Bœsch
- [FFmpeg-cvslog] lavc/ccaption_dec: simplify rollup cases
Clément Bœsch
- [FFmpeg-cvslog] lavc/ccaption_dec: fix ASS tags
Clément Bœsch
- [FFmpeg-cvslog] lavc/ccaption_dec: improve default style
Clément Bœsch
- [FFmpeg-cvslog] fate: fix sub-cc font
Clément Bœsch
- [FFmpeg-cvslog] swfdec: support compressed swf
Clément Bœsch
- [FFmpeg-cvslog] lavu: add pthread asserts if ASSERT_LEVEL>1
Clément Bœsch
- [FFmpeg-cvslog] lavc, lavfi: use avutil/thread.h instead of redundant conditional includes
Clément Bœsch
- [FFmpeg-cvslog] lavfi/pthread: fix perameters/parameters typo
Clément Bœsch
- [FFmpeg-cvslog] lavu: add AV_CEIL_RSHIFT and use it in various places
Clément Bœsch
- [FFmpeg-cvslog] avcodec/samidec: make sure to properly restore parsing context after a tag
Clément Bœsch
- [FFmpeg-cvslog] avcodec/samidec: make sure to properly restore parsing context after a tag
Clément Bœsch
- [FFmpeg-cvslog] lavf/vqf: fix suported/supported typo
Clément Bœsch
- [FFmpeg-cvslog] lavc/utils: fix instanciate/instantiate typo
Clément Bœsch
- [FFmpeg-cvslog] opus: Fix typo causing overflow in silk_stabilize_lsf
Andreas Cadhalpun
- [FFmpeg-cvslog] exr: fix out of bounds read in get_code
Andreas Cadhalpun
- [FFmpeg-cvslog] oggparsedaala: reject too large gpshift
Andreas Cadhalpun
- [FFmpeg-cvslog] doc: make apidoc output independent of SRC_PATH
Andreas Cadhalpun
- [FFmpeg-cvslog] ffmdec: change type of state and id to unsigned
Andreas Cadhalpun
- [FFmpeg-cvslog] get_bits: add get_bitsz for reading 0-25 bits
Andreas Cadhalpun
- [FFmpeg-cvslog] lavc: use get_bitsz to simplify the code
Andreas Cadhalpun
- [FFmpeg-cvslog] ffmdec: reset packet_end in case of failure
Andreas Cadhalpun
- [FFmpeg-cvslog] vorbisdec: reject channel mapping with less than two channels
Andreas Cadhalpun
- [FFmpeg-cvslog] vorbisdec: reject rangebits 0 with non-0 partitions
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: make sure an ADPC chunk was read for adpcm_thp
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: also allocate b->table in read_packet
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: fix missing closing brace
Andreas Cadhalpun
- [FFmpeg-cvslog] parser: add av_assert1 to make sure the codec matches
Andreas Cadhalpun
- [FFmpeg-cvslog] avpacket: fix size check in packet_alloc
Andreas Cadhalpun
- [FFmpeg-cvslog] qtpalette: make the color_* variables unsigned again
Andreas Cadhalpun
- [FFmpeg-cvslog] ffmdec: change type of len to ptrdiff_t
Andreas Cadhalpun
- [FFmpeg-cvslog] diracdec: fix idwt_stride calculation in bytes
Andreas Cadhalpun
- [FFmpeg-cvslog] dca: fix misaligned access in avpriv_dca_convert_bitstream
Andreas Cadhalpun
- [FFmpeg-cvslog] lavu: prevent overflow in av_clip_intp2_c
Andreas Cadhalpun
- [FFmpeg-cvslog] asfdec_o: only set asf_pkt->data_size after sanity checks
Andreas Cadhalpun
- [FFmpeg-cvslog] asfdec_o: reject size > INT64_MAX in asf_read_unknown
Andreas Cadhalpun
- [FFmpeg-cvslog] asfdec_o: check avio_skip in asf_read_simple_index
Andreas Cadhalpun
- [FFmpeg-cvslog] asfdec_o: prevent overflow causing seekback
Andreas Cadhalpun
- [FFmpeg-cvslog] asfdec_o: make sure packet_size is non-zero before seeking
Andreas Cadhalpun
- [FFmpeg-cvslog] asfdec_o: break if EOF is reached after asf_read_packet_header
Andreas Cadhalpun
- [FFmpeg-cvslog] asfdec_o: check for too small size in asf_read_unknown
Andreas Cadhalpun
- [FFmpeg-cvslog] mjpegdec: extend check for incompatible values of s->rgb and s->ls
Andreas Cadhalpun
- [FFmpeg-cvslog] mjpegdec: extend check for incompatible values of s->rgb and s->ls
Andreas Cadhalpun
- [FFmpeg-cvslog] mjpegdec: extend check for incompatible values of s->rgb and s->ls
Andreas Cadhalpun
- [FFmpeg-cvslog] mjpegdec: extend check for incompatible values of s->rgb and s->ls
Andreas Cadhalpun
- [FFmpeg-cvslog] mpeg4videodec: silence ubsan warning
Andreas Cadhalpun
- [FFmpeg-cvslog] asfdec: only set asf_pkt->data_size after sanity checks
Andreas Cadhalpun
- [FFmpeg-cvslog] asfdec: reject size > INT64_MAX in asf_read_unknown
Andreas Cadhalpun
- [FFmpeg-cvslog] avpacket: fix size check in packet_alloc
Andreas Cadhalpun
- [FFmpeg-cvslog] build: make out-of-tree builds bit-identical to in-tree builds
Andreas Cadhalpun
- [FFmpeg-cvslog] build: fix make checkheaders in out-of-tree builds
Andreas Cadhalpun
- [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling
Andreas Cadhalpun
- [FFmpeg-cvslog] vf_libopencv: add support for opencv 3
Andreas Cadhalpun
- [FFmpeg-cvslog] svq1enc: fix out of bounds reads
Andreas Cadhalpun
- [FFmpeg-cvslog] lavc: Add get_bitsz()
Andreas Cadhalpun
- [FFmpeg-cvslog] lavc: Use get_bitsz where needed
Andreas Cadhalpun
- [FFmpeg-cvslog] on2avc: limit number of bits to 30 in get_egolomb
Andreas Cadhalpun
- [FFmpeg-cvslog] nuv: sanitize negative fps rate
Andreas Cadhalpun
- [FFmpeg-cvslog] xwddec: prevent overflow of lsize * avctx->height
Andreas Cadhalpun
- [FFmpeg-cvslog] nutdec: only copy the header if it exists
Andreas Cadhalpun
- [FFmpeg-cvslog] dca: fix misaligned access in ff_dca_convert_bitstream
Andreas Cadhalpun
- [FFmpeg-cvslog] ffmdec: reset packet_end in case of failure
Andreas Cadhalpun
- [FFmpeg-cvslog] vorbisdec: reject channel mapping with less than two channels
Andreas Cadhalpun
- [FFmpeg-cvslog] vorbisdec: reject rangebits 0 with non-0 partitions
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: make sure an ADPC chunk was read for adpcm_thp
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: also allocate b->table in read_packet
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: fix missing closing brace
Andreas Cadhalpun
- [FFmpeg-cvslog] dca: fix misaligned access in avpriv_dca_convert_bitstream
Andreas Cadhalpun
- [FFmpeg-cvslog] asfdec_o: only set asf_pkt->data_size after sanity checks
Andreas Cadhalpun
- [FFmpeg-cvslog] asfdec_o: reject size > INT64_MAX in asf_read_unknown
Andreas Cadhalpun
- [FFmpeg-cvslog] asfdec_o: check avio_skip in asf_read_simple_index
Andreas Cadhalpun
- [FFmpeg-cvslog] asfdec_o: prevent overflow causing seekback
Andreas Cadhalpun
- [FFmpeg-cvslog] asfdec_o: make sure packet_size is non-zero before seeking
Andreas Cadhalpun
- [FFmpeg-cvslog] asfdec_o: break if EOF is reached after asf_read_packet_header
Andreas Cadhalpun
- [FFmpeg-cvslog] asfdec_o: check for too small size in asf_read_unknown
Andreas Cadhalpun
- [FFmpeg-cvslog] ffmdec: reset packet_end in case of failure
Andreas Cadhalpun
- [FFmpeg-cvslog] vorbisdec: reject channel mapping with less than two channels
Andreas Cadhalpun
- [FFmpeg-cvslog] vorbisdec: reject rangebits 0 with non-0 partitions
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: make sure an ADPC chunk was read for adpcm_thp
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: also allocate b->table in read_packet
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: fix missing closing brace
Andreas Cadhalpun
- [FFmpeg-cvslog] dca: fix misaligned access in avpriv_dca_convert_bitstream
Andreas Cadhalpun
- [FFmpeg-cvslog] ffmdec: reset packet_end in case of failure
Andreas Cadhalpun
- [FFmpeg-cvslog] vorbisdec: reject channel mapping with less than two channels
Andreas Cadhalpun
- [FFmpeg-cvslog] vorbisdec: reject rangebits 0 with non-0 partitions
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: make sure an ADPC chunk was read for adpcm_thp
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: also allocate b->table in read_packet
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: fix missing closing brace
Andreas Cadhalpun
- [FFmpeg-cvslog] dca: fix misaligned access in avpriv_dca_convert_bitstream
Andreas Cadhalpun
- [FFmpeg-cvslog] ffmdec: reset packet_end in case of failure
Andreas Cadhalpun
- [FFmpeg-cvslog] vorbisdec: reject channel mapping with less than two channels
Andreas Cadhalpun
- [FFmpeg-cvslog] vorbisdec: reject rangebits 0 with non-0 partitions
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: make sure an ADPC chunk was read for adpcm_thp
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: also allocate b->table in read_packet
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: fix missing closing brace
Andreas Cadhalpun
- [FFmpeg-cvslog] dca: fix misaligned access in avpriv_dca_convert_bitstream
Andreas Cadhalpun
- [FFmpeg-cvslog] mjpegdec: extend check for incompatible values of s->rgb and s->ls
Andreas Cadhalpun
- [FFmpeg-cvslog] ffmdec: reset packet_end in case of failure
Andreas Cadhalpun
- [FFmpeg-cvslog] vorbisdec: reject channel mapping with less than two channels
Andreas Cadhalpun
- [FFmpeg-cvslog] vorbisdec: reject rangebits 0 with non-0 partitions
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: make sure an ADPC chunk was read for adpcm_thp
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: also allocate b->table in read_packet
Andreas Cadhalpun
- [FFmpeg-cvslog] brstm: fix missing closing brace
Andreas Cadhalpun
- [FFmpeg-cvslog] dca: fix misaligned access in avpriv_dca_convert_bitstream
Andreas Cadhalpun
- [FFmpeg-cvslog] configure: Use libgcrypt-config if available
Ricardo Constantino
- [FFmpeg-cvslog] configure: Use libgcrypt-config's cflags
Ricardo Constantino
- [FFmpeg-cvslog] rtmpdh: Initialize gcrypt before using it
Ricardo Constantino
- [FFmpeg-cvslog] cabac: Ensure 2-byte cabac loads are on 2-byte boundry
John Cox
- [FFmpeg-cvslog] cabac_functions: Count zeros with ctz if it is fast
John Cox
- [FFmpeg-cvslog] cabac_functions: Allow more functions to be overridden
John Cox
- [FFmpeg-cvslog] fate: add 10-bit v210 encoder tests
James Darnley
- [FFmpeg-cvslog] avcodec/v210: add avx2 version of the 8-bit line encoder
James Darnley
- [FFmpeg-cvslog] avcodec/v210: add avx2 version of the 10-bit line encoder
James Darnley
- [FFmpeg-cvslog] avcodec/v210: document the requirement for sample_factor
James Darnley
- [FFmpeg-cvslog] avcodec/v210: guard new avx2 functions from old assemblers
James Darnley
- [FFmpeg-cvslog] fate: add 10-bit v210 encoder tests
James Darnley
- [FFmpeg-cvslog] qsvenc_hevc: improve the default settings
Maxym Dmytrychenko
- [FFmpeg-cvslog] qsvdec: properly handle the warning from MFXVideoCORE_SyncOperation
Maxym Dmytrychenko
- [FFmpeg-cvslog] qsvenc: properly handle the warning from MFXVideoCORE_SyncOperation
Maxym Dmytrychenko
- [FFmpeg-cvslog] lavf/flvdec: Allow files where the PreviousTagSize is not set according to the spec.
Thierry Foucu
- [FFmpeg-cvslog] AAC encoder: fix assertion error with prediction
Claudio Freire
- [FFmpeg-cvslog] AAC encoder: avoid assertion failure on PNS
Claudio Freire
- [FFmpeg-cvslog] AAC encoder: don't apply MS on special bands
Claudio Freire
- [FFmpeg-cvslog] AAC encoder: in IS, fix index of sf_idx, band_type
Claudio Freire
- [FFmpeg-cvslog] AAC encoder: various fixes in M/S coding
Claudio Freire
- [FFmpeg-cvslog] AAC encoder: fix I/S relative error evaluation
Claudio Freire
- [FFmpeg-cvslog] AAC encoder: encode out-of-phase I/S efficiently
Claudio Freire
- [FFmpeg-cvslog] avcodec/aacenc_is: replace pow(x, 0.75) by x/sqrtf(sqrtf(x))
Claudio Freire
- [FFmpeg-cvslog] AAC encoder: enforce SF delta in PNS and IS SFs
Claudio Freire
- [FFmpeg-cvslog] AAC encoder: use signed coeffs when measuring IS energy
Claudio Freire
- [FFmpeg-cvslog] AAC encoder: TNS fixes on short windows
Claudio Freire
- [FFmpeg-cvslog] libavcodec/aacenc_tnc.c: remove unused variable w2
Claudio Freire
- [FFmpeg-cvslog] AAC encoder: check for NaNs/inf in TNS gain
Claudio Freire
- [FFmpeg-cvslog] lavfi/vf_decimate: do not compare the first frame to itself.
Nicolas George
- [FFmpeg-cvslog] yuv2rgb: Document the color space coefficients
Vittorio Giovara
- [FFmpeg-cvslog] sunrastenc: Properly load codec private options
Vittorio Giovara
- [FFmpeg-cvslog] yuv2rgb: Document the color space coefficients
Vittorio Giovara
- [FFmpeg-cvslog] imgconvert: Drop outdated comment block
Vittorio Giovara
- [FFmpeg-cvslog] imgconvert: Move the shrink functions only where needed
Vittorio Giovara
- [FFmpeg-cvslog] imgconvert: Move AVPicture-related static function to the deprecated section
Vittorio Giovara
- [FFmpeg-cvslog] imgconvert: Add the proper API guards to a deprecated function
Vittorio Giovara
- [FFmpeg-cvslog] lavc: Move b_frame_strategy and b_sensitivity to codec private options
Vittorio Giovara
- [FFmpeg-cvslog] lavc: Move brd_scale to codec private options
Vittorio Giovara
- [FFmpeg-cvslog] lavc: Move frame_skip_* to codec private options
Vittorio Giovara
- [FFmpeg-cvslog] lavc: Move chromaoffset to codec private options
Vittorio Giovara
- [FFmpeg-cvslog] lavc: Move scenechange_threshold to codec private options
Vittorio Giovara
- [FFmpeg-cvslog] lavc: Move noise_reduction to codec private options
Vittorio Giovara
- [FFmpeg-cvslog] lavc: Move mpeg_quant to codec private options
Vittorio Giovara
- [FFmpeg-cvslog] lavc: Move context_model to codec private options
Vittorio Giovara
- [FFmpeg-cvslog] libx264: Make sure to preserve default option values
Vittorio Giovara
- [FFmpeg-cvslog] lavc: Move timecode_frame_start to codec private options
Vittorio Giovara
- [FFmpeg-cvslog] lavc: Move rtp_payload_size to codec private options
Vittorio Giovara
- [FFmpeg-cvslog] lavc: Move {min, max}_prediction_order to codec private options
Vittorio Giovara
- [FFmpeg-cvslog] x86inc: Be more verbose in assertion failures
Henrik Gramner
- [FFmpeg-cvslog] x86inc: Improve FMA instruction handling
Henrik Gramner
- [FFmpeg-cvslog] x86inc: Preserve arguments when allocating stack space
Henrik Gramner
- [FFmpeg-cvslog] x86inc: Use more consistent indentation
Henrik Gramner
- [FFmpeg-cvslog] x86inc: Simplify AUTO_REP_RET
Henrik Gramner
- [FFmpeg-cvslog] x86inc: Avoid creating unnecessary local labels
Henrik Gramner
- [FFmpeg-cvslog] msvc: Fix libx264 linking
Henrik Gramner
- [FFmpeg-cvslog] libavutil: move FFALIGN macro from common.h to macros.h
Janne Grunau
- [FFmpeg-cvslog] arm64: add cycle counter support
Janne Grunau
- [FFmpeg-cvslog] x86_64: int32_to_float_fmul_scalar sign extend integer length
Janne Grunau
- [FFmpeg-cvslog] arm: add a cpu flag for the VFPv2 vector mode
Janne Grunau
- [FFmpeg-cvslog] arm64: convert dcadsp neon asm from arm
Janne Grunau
- [FFmpeg-cvslog] arm64: port synth_filter_float_neon from arm
Janne Grunau
- [FFmpeg-cvslog] arm64: int32_to_float_fmul neon asm
Janne Grunau
- [FFmpeg-cvslog] arm: add ff_int32_to_float_fmul_array8_neon
Janne Grunau
- [FFmpeg-cvslog] arm64: fix inverted register order in transpose_4x4H
Janne Grunau
- [FFmpeg-cvslog] x86: checkasm: check for or handle missing cleanup after MMX instructions
Janne Grunau
- [FFmpeg-cvslog] checkasm: add float comparison util functions
Janne Grunau
- [FFmpeg-cvslog] checkasm: add tests for dcadsp
Janne Grunau
- [FFmpeg-cvslog] checkasm: add synth_filter test
Janne Grunau
- [FFmpeg-cvslog] checkasm: add fmtconvert tests
Janne Grunau
- [FFmpeg-cvslog] x86: zero extend the 32-bit length in int32_to_float_fmul_scalar implicitly
Janne Grunau
- [FFmpeg-cvslog] checkasm: x86: post commit review fixes
Janne Grunau
- [FFmpeg-cvslog] x86: use emms after ff_int32_to_float_fmul_scalar_sse
Janne Grunau
- [FFmpeg-cvslog] avf_showspectrum: Silence "deprecated pixel format" warning
Timothy Gu
- [FFmpeg-cvslog] Correct two build/built typos
Timothy Gu
- [FFmpeg-cvslog] avdevice: Mark decklink_common.h as unconditional SKIPHEADER
Timothy Gu
- [FFmpeg-cvslog] common.mak: Use CCFLAGS for assembly generation as well
Timothy Gu
- [FFmpeg-cvslog] decklink: Header cleanup
Timothy Gu
- [FFmpeg-cvslog] configure: Maintain alphabetical order of components
Timothy Gu
- [FFmpeg-cvslog] Changelog: Add entry on libquvi being removed
Timothy Gu
- [FFmpeg-cvslog] Revert "decklink: Header cleanup"
Timothy Gu
- [FFmpeg-cvslog] all: Add missing header guards
Timothy Gu
- [FFmpeg-cvslog] amrwbdec_mips: Add missing ff_ prefix
Timothy Gu
- [FFmpeg-cvslog] avcodec: Remove libaacplus
Timothy Gu
- [FFmpeg-cvslog] libavcodec/ccaption_dec: remove unnecessary include
Aman Gupta
- [FFmpeg-cvslog] libavcodec/ccaption_dec: clean up and standardize white space
Aman Gupta
- [FFmpeg-cvslog] libavcodec/ccaption_dec: rewrite packet handler as case statement; remove COR3 macro
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: clean up whitespace
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: remove unused return value from internal functions
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: reap_screen() is responsible for clearing output buffer and signaling screen_changed
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: implement "erase non displayed memory"
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: reap_screen is not necessary when clearing screen or buffer
Aman Gupta
- [FFmpeg-cvslog] Revert "lavc/ccaption_dec: reap_screen is not necessary when clearing screen or buffer"
Aman Gupta
- [FFmpeg-cvslog] Revert "lavc/ccaption_dec: implement "erase non displayed memory""
Aman Gupta
- [FFmpeg-cvslog] Revert "lavc/ccaption_dec: reap_screen() is responsible for clearing output buffer and signaling screen_changed"
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: combine ROLLUP modes as they are identical
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: extract ass time base into constant
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: rename screen_changed to buffer_changed
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: centralize buffer_changed=1 into reap_screen
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: clear buffer before populating with screen contents
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: extract capture_screen() for future use
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: simplify by passing screen into write_char()
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: simplify by incrementing cursor_column inside write_char()
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: implement font styles
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: flush context on seek
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: implement real_time option
Aman Gupta
- [FFmpeg-cvslog] fate: add test for realtime ccaption decoder
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: clean up whitespace
Aman Gupta
- [FFmpeg-cvslog] lavc/ccaption_dec: clear all unused rows during rollup
Aman Gupta
- [FFmpeg-cvslog] remove all uses of the deprecated avpicture_get_size() function
Eddie Hao
- [FFmpeg-cvslog] avformat/utils: estimate_timings_from_pts - increase retry counter, fixes invalid duration for ts files with hevc codec
Rainer Hochecker
- [FFmpeg-cvslog] lavfi/drawtext: Fix microsecond display.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavf/matroskaenc: Assume 48kHz sample rate for Opus initial padding.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/libvpxenc: Improve documentation for option cpu-used.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/x264: Add compatibility values for coder options.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/mjpeg2jpeg: Check for jpeg file header.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavf/mpjpegdec: Do not call av_log() while probing.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/mjpeg2jpeg: Accept more mjpeg streams as input.
Carl Eugen Hoyos
- [FFmpeg-cvslog] configure: The XMA decoders depend on wmapro.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavf/icodec: Improve autodetection.
Carl Eugen Hoyos
- [FFmpeg-cvslog] ape: Show more information for loglevel verbose.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavf/nut: Add forgotten fourccs for YUV4xxP9.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavf/riff: Support reading vlc's rawvideo fourccs.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/h264: Show "Increasing reorder buffer" message with loglevel info.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/mjpegdec: Set SAR even if no resolution is available.
Carl Eugen Hoyos
- [FFmpeg-cvslog] Changelog: Sanitize Common Encryption entries.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/v210dec: Allow odd width.
Carl Eugen Hoyos
- [FFmpeg-cvslog] lavc/exr: Move setting SAR down.
Carl Eugen Hoyos
- [FFmpeg-cvslog] libx265: Remove experimental flag when encoding 4:2:2 and 4:4:4
Stephen Hutchinson
- [FFmpeg-cvslog] dca: Add math helpers.
Alexandra Hájková
- [FFmpeg-cvslog] dca: change the core to work with integer coefficients.
Alexandra Hájková
- [FFmpeg-cvslog] dca: remove unused decode_hf function and quant_d tables
Alexandra Hájková
- [FFmpeg-cvslog] dca: use defines for subband related constants
Alexandra Hájková
- [FFmpeg-cvslog] asfdec: Remove unused function parameters
Alexandra Hájková
- [FFmpeg-cvslog] asfdec: Fix typo in comment
Alexandra Hájková
- [FFmpeg-cvslog] libvpx: Support setting color range for vp9.
Sasi Inguva
- [FFmpeg-cvslog] avformat/flvenc: copyts in FLV muxer
Ivan
- [FFmpeg-cvslog] rmenc: do not use AVCodecContext.frame_size
Anton Khirnov
- [FFmpeg-cvslog] ff_parse_specific_params: do not use AVCodecContext.frame_size
Anton Khirnov
- [FFmpeg-cvslog] r3d: do not create the audio stream until we know the sample rate
Anton Khirnov
- [FFmpeg-cvslog] lavc: print the name of the codec, not its implementation, in avcodec_string
Anton Khirnov
- [FFmpeg-cvslog] lavc: add profiles to AVCodecDescriptor
Anton Khirnov
- [FFmpeg-cvslog] lavc: get the profile name through the codec descriptor in avcodec_string( )
Anton Khirnov
- [FFmpeg-cvslog] mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_header
Anton Khirnov
- [FFmpeg-cvslog] mp3dec: replace avpriv_mpa_decode_header with avpriv_mpegaudio_decode_header
Anton Khirnov
- [FFmpeg-cvslog] lavc: make avpriv_mpa_decode_header private on next bump
Anton Khirnov
- [FFmpeg-cvslog] flvdec: do not create any streams in read_header()
Anton Khirnov
- [FFmpeg-cvslog] vocdec: put the code not shared with other demuxers under appropriate ifdef
Anton Khirnov
- [FFmpeg-cvslog] vocdec: do not create the stream in read_header()
Anton Khirnov
- [FFmpeg-cvslog] r3d: fix an invalid read introduced in 6bf4c1d
Anton Khirnov
- [FFmpeg-cvslog] h264: improve behaviour with invalid reference lists
Anton Khirnov
- [FFmpeg-cvslog] qsvenc: split encoding frames and reading from the async FIFO
Anton Khirnov
- [FFmpeg-cvslog] mux: drop the warning about global headers
Anton Khirnov
- [FFmpeg-cvslog] movenc-test: stop setting the GLOBAL_HEADER codec flag
Anton Khirnov
- [FFmpeg-cvslog] nvenc: better error handling
Anton Khirnov
- [FFmpeg-cvslog] nvenc: rename encoders
Anton Khirnov
- [FFmpeg-cvslog] nvenc: flush the encoder before closing it, as required by the docs
Anton Khirnov
- [FFmpeg-cvslog] nvenc: fix encoding with B-frames
Anton Khirnov
- [FFmpeg-cvslog] nvenc: generate dts properly
Anton Khirnov
- [FFmpeg-cvslog] libavdevice/decklink_common.h: fix broken build due to missing `/`
Michael Ira Krufky
- [FFmpeg-cvslog] diracdec: Add slice threading to HQ profile
Kieran Kunhya
- [FFmpeg-cvslog] avformat: Remove support for libquvi
Kieran Kunhya
- [FFmpeg-cvslog] get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNAL
Kieran Kunhya
- [FFmpeg-cvslog] avcodec: Remove libvo-aacenc support.
Kieran Kunhya
- [FFmpeg-cvslog] avcodec: Cineform HD Decoder
Kieran Kunhya
- [FFmpeg-cvslog] avcodec: Add forgotten minor bump, add Changelog and add Cineform to general.texi
Kieran Kunhya
- [FFmpeg-cvslog] Merge commit '1f008f34d5b2b5f6217521747e7acfe3efc0e666'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '9f1eccb97bf8894cb18b14f642500686505ef186'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '6bf4c1d71199b92894f24db6386ed5070e590a16'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'cdc9ce098e8d101b43b8f68dd35ba7226f4a728c'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'
Hendrik Leppkes
- [FFmpeg-cvslog] lavc: add vp9 profiles to AVCodecDescriptor
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'cea1eef25c3310a68dd327eb74aae14ad3c2ddef'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '955aec3c7c7be39b659197e1ec379a09f2b7c41c'
Hendrik Leppkes
- [FFmpeg-cvslog] lavc: fix profile declarations for vdpau decoders
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '72d658766e6ccf198317dffd6499c5e288847a1c'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'de9e199a039473ebe4b1b87382e3064d0ea2cf02'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '09ae7b81ea2051eec2be9964296bd6ef492c6622'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '2d0432d918a71468419b7ac1e543ab3b399d3d37'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '9f0b6e6827e21e3477abe1199dc2728e30b8c061'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '64f8c439fd663fec4d57ac21af572d498fe21f7a'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '5bc223b15d064e328ff90b0241fa1191f1d2786d'
Hendrik Leppkes
- [FFmpeg-cvslog] avcodec/utils: fix AVPacket lifetime in seek_frame_generic
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'cc4c24208159200b7aff5b5c313903c7f23fa345'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'dbce017913ce04966021a2f72e4f8fae5b4b7190'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '50078c1c8070dd8d1c329e8117ff30ec72489039'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '64034849dad8410bedbe1def4c533490fb85cc4a'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '5dfe4edad63971d669ae456b0bc40ef9364cca80'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'e2710e790c09e49e86baa58c6063af0097cc8cb0'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'c33c1fa8af2b2e82418a06901b6ad17b3d61b73e'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '705f5e5e155f6f280a360af220fc5b30cfcee702'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'a0fc780a2093784e8664f88205ee1b215e109cee'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '90b1b9350c0a97c4065ae9054b83e57f48a0de1f'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '17776638c392d104975aba169e17b186490e1d5e'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '5ea59b1f424f0efc7805d837e6fdb80561fb0f3a'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'cc29d96d5a379dbcf2649947d884c202c2a52767'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '711781d7a1714ea4eb0217eb1ba04811978c43d1'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '9d218d573f8088c606d873e80df572582e6773ef'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'e71b747e9dc56cb84f8a06ec8214d5f3bd98bb6d'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '568a4323fbde03665b2b23a98068d02b39121812'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '489e6add4478b0f5717dbf644234c6f3a3baf02c'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '85990140e7302d1e7fcc9fc0eea316178c19fe03'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'aebf07075f4244caf591a3af71e5872fe314e87b'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '2008f76054906e9ff6bf744800af0e5a5bfe61be'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '5049f6b772891cdf4030a9d572362efc8f7ae97f'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '69a68593ce5684409c3c4dd9a901bfd8b16925b1'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'f4f27e4cf1013c55b2c7df359ce8d58ee922662c'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'f0f54117c8f206e8045d301c2eb975b26e9f263d'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '8563f9887194b07c972c3475d6b51592d77f73f7'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '40d949677335a564f769823f4afdb7e7a3da8d6b'
Hendrik Leppkes
- [FFmpeg-cvslog] dca: adjust decoding of the XBR extension for integer core decoding
Hendrik Leppkes
- [FFmpeg-cvslog] avcodec/dca: remove unused float quant table
Hendrik Leppkes
- [FFmpeg-cvslog] avutil/cpu: add missing entry for vfp_vm to av_parse_cpu_caps
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '9d74012761bc3ee676fe43321d5699e4877fde5b'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'a43905f4ae261bdde87c300901d867b31961f57b'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '3b6473b43eb69fc3faaf69f7fd0b83b51db7607f'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '58170b027144f4840018c7a60fb8d07924cc6242'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '2080bea4a74b6b1598caa806a11ea807ba546f94'
Hendrik Leppkes
- [FFmpeg-cvslog] x86/vf_w3fdif: 32-bit compatibility for w3fdif_simple_high
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '7ebf1b4adad40e2b0d88ebd5cfde821a7a0ceab2'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '63f7f8d1dbf6ce27440fdd56ef38c822fb11b9c2'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'a6259a6ecbad18d58085e4ab23f56151e98d7b53'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'd1cd20e4e33f8139e150034b3c457302312d81bd'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'c69461d73797e02e7a3ab4316050c241fa91f53f'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '2aec600ae7af7d46a4877b5ccc263b39f05a91cb'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '066281372d90d63ca021b659abcb8faefd6bc4a6'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'fa463aa83a4920b0eed47ad1f79775dfc53d21ec'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '26ec75aec3576daea691dee53a78ec67c0dc4040'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit 'fec76cd430f3c865183a6e5b4caec0743e055605'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '73c8c0341cce9e1a6c4169721f5123f97fc4be2f'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '40d43d25e76ca078e7665752e815fc8d96252f06'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '34d45b36164eee044cfe55d22488b2b65e387872'
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '7570c9e04f010c9b3bfdeb4338d330f2cdd25278'
Hendrik Leppkes
- [FFmpeg-cvslog] dxva2_h264: fix reference field marking in long slice struct
Hendrik Leppkes
- [FFmpeg-cvslog] avutil: add P010 pixel format
Hendrik Leppkes
- [FFmpeg-cvslog] swscale: add P010 input support
Hendrik Leppkes
- [FFmpeg-cvslog] Merge commit '8375dc1dd101d51baa430f34c0bcadfa37873896'
Hendrik Leppkes
- [FFmpeg-cvslog] doc/filters: add showwavespic colorize example
Lou Logan
- [FFmpeg-cvslog] x86inc: Add debug symbols indicating sizes of compiled functions
Geza Lore
- [FFmpeg-cvslog] avfilter/vf_zoompan: do not free frame we pushed to lavfi
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: store win_size in private context and calculate it only once
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add showspectrumpic filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: add fiery color map
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: fix null pointer dereference if allocation fails
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: make some helper functions
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: add 4th and 5th root scaler
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_zoompan: do not free frame we pushed to lavfi
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_zoompan: do not free frame we pushed to lavfi
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: switch to FFT
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: finally fix log scaler
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: add option to set gain for calculating color intensity
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: add yet another color map
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: use av_clip/lrintf
Paul B Mahol
- [FFmpeg-cvslog] avfilter/window_func: add tukey window function
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_avectorscope: add line drawing support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/formats: fix leak of formats on error
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: add option to draw legend
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showfreqs: fix possible null pointer dereference
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: add cool color map
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: set color range to frame
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: add posibility to display phase
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: reduce number of operations
Paul B Mahol
- [FFmpeg-cvslog] configure: showspectrum now uses fft, add showspectrumpic
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_dynaudnorm: fix possible null pointer dereference
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add spectrumsynth filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_fftfilt: use the name 's' for the pointer to the private context
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_fftfilt: this is video filter so use pixels instead of samples
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add ahistogram multimedia filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_sidechaincompress & af_agate: use audio fifo from lavu
Paul B Mahol
- [FFmpeg-cvslog] doc/filters: add yet another fftfilt example
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showfreqs/showspectrum: rename skip_samples to hop_size
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_dynaudnorm: call uninit() from config_input()
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add afftfilter
Paul B Mahol
- [FFmpeg-cvslog] doc/filters: fix afftfilt example
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showwaves: color support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showwaves: add logarithmic amplitude scaler
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add convolution filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_convolution: add timeline support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_ladspa: accepts ' ' as command separator too
Paul B Mahol
- [FFmpeg-cvslog] avfilter: update some comments
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_zoompan: rewrite so it doesn't cache all output frames
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_zoompan: unbreak filtering with video input
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_zoompan: fix pts handling
Paul B Mahol
- [FFmpeg-cvslog] avcodec/flacenc: fix calculation of bits required in case of custom sample rate
Paul B Mahol
- [FFmpeg-cvslog] avcodec/dcaenc: return correct number of bytes in output packet
Paul B Mahol
- [FFmpeg-cvslog] avcodec/dcaenc: do not change user requested bitrate
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_zscale: make it possible to override input frame parameters
Paul B Mahol
- [FFmpeg-cvslog] avcodec: add Ulead DV audio decoder
Paul B Mahol
- [FFmpeg-cvslog] avcodec/dvaudiodec: only stereo makes sense
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_afade: do not duplicate curve option
Paul B Mahol
- [FFmpeg-cvslog] avcodec/dvaudiodec: set channel layout
Paul B Mahol
- [FFmpeg-cvslog] avcodec/dvaudiodec: support cases when codec_tag is not set but block_align is
Paul B Mahol
- [FFmpeg-cvslog] avformat/brstm: fix overflow
Paul B Mahol
- [FFmpeg-cvslog] avformat/ipmovie: put video decoding_map_size into packet and use it in decoder
Paul B Mahol
- [FFmpeg-cvslog] avformat/ipmovie: put video decoding_map_size into packet and use it in decoder
Paul B Mahol
- [FFmpeg-cvslog] avformat/ipmovie: put video decoding_map_size into packet and use it in decoder
Paul B Mahol
- [FFmpeg-cvslog] avformat/ipmovie: put video decoding_map_size into packet and use it in decoder
Paul B Mahol
- [FFmpeg-cvslog] avformat/ipmovie: put video decoding_map_size into packet and use it in decoder
Paul B Mahol
- [FFmpeg-cvslog] avcodec: add dvaudio parser
Paul B Mahol
- [FFmpeg-cvslog] avcodec/flacenc: fix calculation of bits required in case of custom sample rate
Paul B Mahol
- [FFmpeg-cvslog] avcodec/flacenc: fix calculation of bits required in case of custom sample rate
Paul B Mahol
- [FFmpeg-cvslog] doc/filters.texi: fix typo in spectrumsynth example
Paul B Mahol
- [FFmpeg-cvslog] avcodec/fraps: remove superfluous "Fraps:" from av_log
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showfreqs: properly handle pts
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_scale: set proper out frame color range
Thomas Mundt
- [FFmpeg-cvslog] avfilter/vf_scale: set proper out frame color range
Thomas Mundt
- [FFmpeg-cvslog] avfilter/vf_scale: set proper out frame color range
Thomas Mundt
- [FFmpeg-cvslog] avfilter/vf_scale: set proper out frame color range
Thomas Mundt
- [FFmpeg-cvslog] avcodec/ffv1dec: Support AV_PIX_FMT_YA8
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1enc: Support AV_PIX_FMT_YA8
Michael Niedermayer
- [FFmpeg-cvslog] Revert "Merge commit '9f1eccb97bf8894cb18b14f642500686505ef186'"
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mp3dec: Remove unused variable
Michael Niedermayer
- [FFmpeg-cvslog] doc/encoders: Fix application name
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/put_bits: Always check buffer end before writing
Michael Niedermayer
- [FFmpeg-cvslog] avformat/ffmdec: Add {} to nested if/else
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264: Fix regression caused by removial of default_ref_list
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_refs: Fix and add back trace code removed in e1c5170c638e39a8017827339ac687c5f6ff9b35
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny dimensions
Michael Niedermayer
- [FFmpeg-cvslog] lavf/mov: add support for sidx fragment indexes
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_slice: Fix integer overflow in implicit weight computation
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dxv: Check idx in CHECKPOINT()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dxv: Check idx in dxv_decompress_dxt5()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/motion_est: Fix mv_penalty table size
Michael Niedermayer
- [FFmpeg-cvslog] configure: use warn() for mips unknown cpu warning
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid range
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: Check bits_per_raw_sample on video encoder open
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Simplify format checking code
Michael Niedermayer
- [FFmpeg-cvslog] avformat/ivfenc: fix division by zero
Michael Niedermayer
- [FFmpeg-cvslog] avformat/movenc: Check that pkt duration is within 32bit range
Michael Niedermayer
- [FFmpeg-cvslog] avformat: Add integer fps from 31 to 60 to get_std_framerate()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/codec_desc: Add ff_aac_profiles to aac_latm
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mss2: Check for repeat overflow
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Fix negative shift
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/g2meet: Check for ff_els_decode_bit() failure in epic_decode_run_length()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dvdec: Fix "left shift of negative value -254"
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacdec_template: Check id_map
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ac3enc: Remove duplicate #include
Michael Niedermayer
- [FFmpeg-cvslog] avformat/dfa: Fix packet leak on error
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wavpackenc: Headers are per channel
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wavpackenc: Check the number of channels
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg4video: Check time_incr
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/truemotion2: Cleanup in case of tm2_read_stream() failure
Michael Niedermayer
- [FFmpeg-cvslog] avformat/asfenc: Flush packet before duration becomes unrepresentable
Michael Niedermayer
- [FFmpeg-cvslog] avformat/asfenc: Check pts
Michael Niedermayer
- [FFmpeg-cvslog] avformat/aviobuf: Fix end check in put_str16()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/common: Protect GET_BYTE in GET_UTF8() by ()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacenc: Fix NAN check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacenc: mark output as const as its not written to
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/diracdec: Inline svq3_get_ue_golomb() and merge the sign bit decoding into it
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/diracdec: Factor +2 out of the inner loop
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/diracdec: Handle the 0 vlc case at the top of coeff_unpack_golomb( )
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacenc: Check for +-Inf too
Michael Niedermayer
- [FFmpeg-cvslog] swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out
Michael Niedermayer
- [FFmpeg-cvslog] swscale/yuv2rgb: Increase YUV2RGB table headroom
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() calls
Michael Niedermayer
- [FFmpeg-cvslog] swscale: Move VScalerContext into vscale.c
Michael Niedermayer
- [FFmpeg-cvslog] swscale: Move Contexts used only in hscale.c into it
Michael Niedermayer
- [FFmpeg-cvslog] swscale/slice: Fix doc typo
Michael Niedermayer
- [FFmpeg-cvslog] swscale/slice: Fix indention
Michael Niedermayer
- [FFmpeg-cvslog] swscale/vscale: Add fixme comment to "ugly" code
Michael Niedermayer
- [FFmpeg-cvslog] swscale/output: Assert that yalpha and uvalpha are within their expected range
Michael Niedermayer
- [FFmpeg-cvslog] swscale/vscale: Check that 2 tap filters are bilinear before using bilinear code
Michael Niedermayer
- [FFmpeg-cvslog] swscale/vscale: Use matching sliceY/chrSliceY for luma/chroma
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rmdec: Check size in ivr_read_packet() before use
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rmdec: Fix Packet memleak at close()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngenc: Replace memcpy by av_image_copy()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngenc: Fix mixed up linesizes
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: More strict url checks
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Even stricter URL checks
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Update handbrake_version threshold for full mp3 parsing
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Fix intermediate format for cascaded alpha downscaling
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/put_bits: Always check buffer end before writing
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_slice: Fix integer overflow in implicit weight computation
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/motion_est: Fix mv_penalty table size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid range
Michael Niedermayer
- [FFmpeg-cvslog] avformat/ivfenc: fix division by zero
Michael Niedermayer
- [FFmpeg-cvslog] avformat: Add integer fps from 31 to 60 to get_std_framerate()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mss2: Check for repeat overflow
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Fix negative shift
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/g2meet: Check for ff_els_decode_bit() failure in epic_decode_run_length()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dvdec: Fix "left shift of negative value -254"
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacdec_template: Check id_map
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wavpackenc: Headers are per channel
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wavpackenc: Check the number of channels
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg4video: Check time_incr
Michael Niedermayer
- [FFmpeg-cvslog] avformat/asfenc: Check pts
Michael Niedermayer
- [FFmpeg-cvslog] avformat/aviobuf: Fix end check in put_str16()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out
Michael Niedermayer
- [FFmpeg-cvslog] swscale/yuv2rgb: Increase YUV2RGB table headroom
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() calls
Michael Niedermayer
- [FFmpeg-cvslog] swscale: Move VScalerContext into vscale.c
Michael Niedermayer
- [FFmpeg-cvslog] swscale/vscale: Check that 2 tap filters are bilinear before using bilinear code
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngenc: Replace memcpy by av_image_copy()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngenc: Fix mixed up linesizes
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: More strict url checks
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Even stricter URL checks
Michael Niedermayer
- [FFmpeg-cvslog] Update for 2.8.5
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Fix intermediate format for cascaded alpha downscaling
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/put_bits: Always check buffer end before writing
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_slice: Fix integer overflow in implicit weight computation
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/motion_est: Fix mv_penalty table size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid range
Michael Niedermayer
- [FFmpeg-cvslog] avformat: Add integer fps from 31 to 60 to get_std_framerate()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mss2: Check for repeat overflow
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Fix negative shift
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dvdec: Fix "left shift of negative value -254"
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacdec_template: Check id_map
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wavpackenc: Headers are per channel
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wavpackenc: Check the number of channels
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg4video: Check time_incr
Michael Niedermayer
- [FFmpeg-cvslog] avformat/asfenc: Check pts
Michael Niedermayer
- [FFmpeg-cvslog] avformat/aviobuf: Fix end check in put_str16()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out
Michael Niedermayer
- [FFmpeg-cvslog] swscale/yuv2rgb: Increase YUV2RGB table headroom
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() calls
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: More strict url checks
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Even stricter URL checks
Michael Niedermayer
- [FFmpeg-cvslog] Update for 2.7.5
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vaf_spectrumsynth: Fix mixed declaration and statment
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/x86/fmtconvert: Add emms to int32_to_float_fmul_array8_sse()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Fix intermediate format for cascaded alpha downscaling
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/put_bits: Always check buffer end before writing
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_slice: Fix integer overflow in implicit weight computation
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/motion_est: Fix mv_penalty table size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid range
Michael Niedermayer
- [FFmpeg-cvslog] avformat: Add integer fps from 31 to 60 to get_std_framerate()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mss2: Check for repeat overflow
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Fix negative shift
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dvdec: Fix "left shift of negative value -254"
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wavpackenc: Headers are per channel
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wavpackenc: Check the number of channels
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg4video: Check time_incr
Michael Niedermayer
- [FFmpeg-cvslog] avformat/asfenc: Check pts
Michael Niedermayer
- [FFmpeg-cvslog] avformat/aviobuf: Fix end check in put_str16()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out
Michael Niedermayer
- [FFmpeg-cvslog] swscale/yuv2rgb: Increase YUV2RGB table headroom
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() calls
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: More strict url checks
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Even stricter URL checks
Michael Niedermayer
- [FFmpeg-cvslog] Update for 2.6.7
Michael Niedermayer
- [FFmpeg-cvslog] avutil/mathematics: Fix division by 0
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskaenc: Check codecdelay before use
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfenc: Do not crash if there is no packet in the first stream
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_mpdecimate: Add missing emms_c()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_refs: Fix long_idx check
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Fix intermediate format for cascaded alpha downscaling
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/put_bits: Always check buffer end before writing
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Use normal bilinear scaler if fast cannot be used due to tiny dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_slice: Fix integer overflow in implicit weight computation
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/motion_est: Fix mv_penalty table size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Clip bits_per_raw_sample within valid range
Michael Niedermayer
- [FFmpeg-cvslog] avformat: Add integer fps from 31 to 60 to get_std_framerate()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mss2: Check for repeat overflow
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Fix negative shift
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dvdec: Fix "left shift of negative value -254"
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wavpackenc: Headers are per channel
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wavpackenc: Check the number of channels
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg4video: Check time_incr
Michael Niedermayer
- [FFmpeg-cvslog] avformat/asfenc: Check pts
Michael Niedermayer
- [FFmpeg-cvslog] avformat/aviobuf: Fix end check in put_str16()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/yuv2rgb: Factor YUVRGB_TABLE_LUMA_HEADROOM out
Michael Niedermayer
- [FFmpeg-cvslog] swscale/yuv2rgb: Increase YUV2RGB table headroom
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Detect and skip unneeded sws_setColorspaceDetails() calls
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: More strict url checks
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Even stricter URL checks
Michael Niedermayer
- [FFmpeg-cvslog] Update for 2.5.10
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/motion_est: Attempt to fix "short data segment overflowed" on IA64
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacenc: Check both channels for finiteness
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmaenc: Check input for finiteness
Michael Niedermayer
- [FFmpeg-cvslog] ffmpeg: fix sws_dict leak on error exit
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale_unscaled: Fix odd height inputs for bayer_to_rgb24_wrapper ()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale_unscaled: Fix odd height inputs for bayer_to_yv12_wrapper( )
Michael Niedermayer
- [FFmpeg-cvslog] swscale/x86/rgb2rgb_template: Fix planar2x() for short width
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/diracdec: Fix qfactor/offset tables
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/libaacplus: Cleanup in case of init failure
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale: Add some sanity checks for srcSlice* parameters
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: Check subsample & rps values more completely
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/put_bits: Assert buf_ptr in flush_put_bits()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/gif: Fix lzw buffer size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ccaption_dec: Fix mixed declarations and code
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Require the file extension to be m3u / m3u8 for probing to succeed
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/img2dec: do not interpret the filename by default if a IO context has been opened
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avio: Limit url option parsing to the documented cases
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacenc: Check all coefficients for finiteness
Michael Niedermayer
- [FFmpeg-cvslog] avformat/img2dec: Use AVOpenCallback
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12enc: Move high resolution thread check to before initializing threads
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmaenc: Check ff_wma_init() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avformat: Replace some references to filenames by urls
Michael Niedermayer
- [FFmpeg-cvslog] avformat/nutenc: implement deinit()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbitbuffer()
Michael Niedermayer
- [FFmpeg-cvslog] fate: Add test for colorkey
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Check for end for both bytes in unescaping
Michael Niedermayer
- [FFmpeg-cvslog] fate: add 1 and 15BPP rawvideo in avi tests
Michael Niedermayer
- [FFmpeg-cvslog] fate: Add a small number of rawvideo in mov tests
Michael Niedermayer
- [FFmpeg-cvslog] doc/demuxers: Document enable_drefs and use_absolute_path
Michael Niedermayer
- [FFmpeg-cvslog] avformat/concat: Check protocol prefix
Michael Niedermayer
- [FFmpeg-cvslog] avformat/libquvi: Set default demuxer and protocol limitations
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg4videoenc: Use 64bit for time variables
Michael Niedermayer
- [FFmpeg-cvslog] fate/ffmpeg: Fix colorkey test failure without samples
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_convolution: Use av_clip_uint8()
Michael Niedermayer
- [FFmpeg-cvslog] fate/cabac: replace uninitialized bytes by random bytes
Michael Niedermayer
- [FFmpeg-cvslog] avformat: Document urls a bit
Michael Niedermayer
- [FFmpeg-cvslog] Print the whitelists if entities are not found on them
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Check that filename is not "" in probe before checking its extension
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/rawdec: Check height and packet size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: run ff_frame_thread_encoder_init() only for encoders
Michael Niedermayer
- [FFmpeg-cvslog] avutil/opt: check for and handle errors in av_opt_set_dict2()
Michael Niedermayer
- [FFmpeg-cvslog] build: use a link instead of changing current directory when compiling
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: More completely check cdef
Michael Niedermayer
- [FFmpeg-cvslog] flvdec: perform duration search just once
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264: Fix memleak in case of ff_h264_decode_extradata() failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacenc: Check both channels for finiteness
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale_unscaled: Fix odd height inputs for bayer_to_rgb24_wrapper ()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale_unscaled: Fix odd height inputs for bayer_to_yv12_wrapper( )
Michael Niedermayer
- [FFmpeg-cvslog] swscale/x86/rgb2rgb_template: Fix planar2x() for short width
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale: Add some sanity checks for srcSlice* parameters
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: Check subsample & rps values more completely
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/put_bits: Assert buf_ptr in flush_put_bits()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/gif: Fix lzw buffer size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/img2dec: do not interpret the filename by default if a IO context has been opened
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avio: Limit url option parsing to the documented cases
Michael Niedermayer
- [FFmpeg-cvslog] avformat/img2dec: Use AVOpenCallback
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12enc: Move high resolution thread check to before initializing threads
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmaenc: Check ff_wma_init() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avformat: Replace some references to filenames by urls
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbitbuffer()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Check for end for both bytes in unescaping
Michael Niedermayer
- [FFmpeg-cvslog] doc/demuxers: Document enable_drefs and use_absolute_path
Michael Niedermayer
- [FFmpeg-cvslog] avformat/concat: Check protocol prefix
Michael Niedermayer
- [FFmpeg-cvslog] avformat/libquvi: Set default demuxer and protocol limitations
Michael Niedermayer
- [FFmpeg-cvslog] avformat: Document urls a bit
Michael Niedermayer
- [FFmpeg-cvslog] avutil/opt: check for and handle errors in av_opt_set_dict2()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: More completely check cdef
Michael Niedermayer
- [FFmpeg-cvslog] Update for 2.8.6
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/libx264: Fix sc_threshold after 30c1bdb87ce336f2b9957769e30a10d72f93d372
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/huffyuvenc: Remove duplicate include
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avio: free url/avio options
Michael Niedermayer
- [FFmpeg-cvslog] avformat/format: Replace nodat by enum
Michael Niedermayer
- [FFmpeg-cvslog] avformat/format: Weight the filename extension higher if there is nearly no data after an ID3 available
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale-test: Fix slice height in random reference data creation.
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacenc: Check both channels for finiteness
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale_unscaled: Fix odd height inputs for bayer_to_rgb24_wrapper ()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale_unscaled: Fix odd height inputs for bayer_to_yv12_wrapper( )
Michael Niedermayer
- [FFmpeg-cvslog] swscale/x86/rgb2rgb_template: Fix planar2x() for short width
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale: Add some sanity checks for srcSlice* parameters
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: Check subsample & rps values more completely
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/put_bits: Assert buf_ptr in flush_put_bits()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/gif: Fix lzw buffer size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/img2dec: do not interpret the filename by default if a IO context has been opened
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avio: Limit url option parsing to the documented cases
Michael Niedermayer
- [FFmpeg-cvslog] avformat/img2dec: Use AVOpenCallback
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12enc: Move high resolution thread check to before initializing threads
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmaenc: Check ff_wma_init() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avformat: Replace some references to filenames by urls
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbitbuffer()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Check for end for both bytes in unescaping
Michael Niedermayer
- [FFmpeg-cvslog] doc/demuxers: Document enable_drefs and use_absolute_path
Michael Niedermayer
- [FFmpeg-cvslog] avformat/concat: Check protocol prefix
Michael Niedermayer
- [FFmpeg-cvslog] avformat/libquvi: Set default demuxer and protocol limitations
Michael Niedermayer
- [FFmpeg-cvslog] avformat: Document urls a bit
Michael Niedermayer
- [FFmpeg-cvslog] avutil/opt: check for and handle errors in av_opt_set_dict2()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: More completely check cdef
Michael Niedermayer
- [FFmpeg-cvslog] Update for 2.7.6
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/rawdec: Switch to monowhite if there is no palette & bpp=1
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dca: add new decoder based on libdcadec
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flacenc: Fix prediction_order parameter
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mux: Fix error when writing uncoded frames.
Matt Oliver
- [FFmpeg-cvslog] doc/encoders: fix typo in AAC encoder documentation
Rostislav Pehlivanov
- [FFmpeg-cvslog] aacenc: mark LTP mode as experimental
Rostislav Pehlivanov
- [FFmpeg-cvslog] aacenc: remove FAAC-like coder
Rostislav Pehlivanov
- [FFmpeg-cvslog] tests/fate/aac: remove unneeded strict arguments from the encoder tests
Rostislav Pehlivanov
- [FFmpeg-cvslog] diracdec: add support for 12 bit videos
Rostislav Pehlivanov
- [FFmpeg-cvslog] dirac_parser: Improve parsing and silence pointless warnings
Rostislav Pehlivanov
- [FFmpeg-cvslog] dirac_parser: add exceptions for Dirac inter parse codes
Rostislav Pehlivanov
- [FFmpeg-cvslog] dirac: add more parse codes from the specifications
Rostislav Pehlivanov
- [FFmpeg-cvslog] diracdec: fix original Dirac Low Delay profile
Rostislav Pehlivanov
- [FFmpeg-cvslog] diracdec: fix full range videos
Rostislav Pehlivanov
- [FFmpeg-cvslog] FATE: update AAC encoder PNS test target
Rostislav Pehlivanov
- [FFmpeg-cvslog] lavc/qtrle: Use AV_PIX_FMT_PAL8 for 1-bit video
Mats Peterson
- [FFmpeg-cvslog] lavf/qtpalette: Ignore greyscale bit in certain cases
Mats Peterson
- [FFmpeg-cvslog] lavf/matroskadec: correct codec_tag for "SMI" SVQ3 files
Mats Peterson
- [FFmpeg-cvslog] lavf/mov: Audio and fourcc 0x00000000
Mats Peterson
- [FFmpeg-cvslog] lavf/matroskadec: A_QUICKTIME and fourcc 0x00000000
Mats Peterson
- [FFmpeg-cvslog] lavf/matroskadec: Normalize noncompliant A_QUICKTIME/ V_QUICKTIME private data
Mats Peterson
- [FFmpeg-cvslog] lavf/matroskadec: Use av_realloc() in get_qt_codec()
Mats Peterson
- [FFmpeg-cvslog] lavf/mov: Confine 0x00000000 to raw/ twos fourcc mapping to version 0 sample descriptions
Mats Peterson
- [FFmpeg-cvslog] lavf/mov: Don't limit fourcc 0 -> raw/ twos to version 0 sample descriptions
Mats Peterson
- [FFmpeg-cvslog] lavf/matroskadec: Get sample size from private data
Mats Peterson
- [FFmpeg-cvslog] lavc/rawdec: Use AV_PIX_FMT_PAL8 for 1-bit raw QuickTime video
Mats Peterson
- [FFmpeg-cvslog] lavf/qtpalette: Fix incorrect palettes
Mats Peterson
- [FFmpeg-cvslog] avcodec/rawdec: initialize palette for mono
Mats Peterson
- [FFmpeg-cvslog] lavc/rawdec: Use 16-byte line alignment for 1, 2, 4 and 8 bpp
Mats Peterson
- [FFmpeg-cvslog] lavc/rawdec: Use 16-byte line alignment for AV_PIX_FMT_MONOWHITE
Mats Peterson
- [FFmpeg-cvslog] lavc/rawdec: Use AV_PIX_FMT_PAL8 for raw 1 bpp video in AVI
Mats Peterson
- [FFmpeg-cvslog] mpegtsenc: add flag to embed an AC-3 ES the DVB way
Stefan Pöschel
- [FFmpeg-cvslog] mips: display a warning message when using an unknown CPU
Vicente Olivert Riera
- [FFmpeg-cvslog] ffmpeg: replace "flush Media" with "flush_media" in benchmark_all output
Stefano Sabatini
- [FFmpeg-cvslog] mpegtsenc: Do not fail ADTS AAC muxing if the first frame is not ADTS
Hagen Schmidt
- [FFmpeg-cvslog] rtmpproto: Include the full path as app when "slist=" is found
Martin Storsjö
- [FFmpeg-cvslog] checkasm: Check register clobbering on arm
Martin Storsjö
- [FFmpeg-cvslog] checkasm: Check register clobbering on aarch64
Martin Storsjö
- [FFmpeg-cvslog] arm: Fix vfp dead code elimination with have_vfp_vm
Martin Storsjö
- [FFmpeg-cvslog] flvdec: Add sanity checking of the last packet size
Martin Storsjö
- [FFmpeg-cvslog] avfilter/vf_pad: fix direct padding
Andrey Turkin
- [FFmpeg-cvslog] ffplay: seek only when pressing the right mouse button on the video window
Vittorio Gambaletta VittGam
- [FFmpeg-cvslog] ffplay: toggle full screen when double-clicking the video window with the left mouse button
Vittorio Gambaletta VittGam
- [FFmpeg-cvslog] ffplay: update docs after previous changes in ffplay mouse behaviour
Vittorio Gambaletta VittGam
- [FFmpeg-cvslog] avformat/mpegtsenc: Fix multi program so that it supports adding the same stream to multiple programs.
Vittorio Gambaletta VittGam
- [FFmpeg-cvslog] ffmpeg_opt: Move the 'process manually set programs' block above ' process manually set metadata' in open_output_file().
Vittorio Gambaletta VittGam
- [FFmpeg-cvslog] ffmpeg_opt: Allow -metadata option to set metadata on programs.
Vittorio Gambaletta VittGam
- [FFmpeg-cvslog] avresample: Mark avresample_buffer() as pointer to const
Kip Warner
- [FFmpeg-cvslog] libkvazaar: Set frame rate as a rational number
Arttu Ylä-Outinen
- [FFmpeg-cvslog] lavc: Make sure that the effective timebase would not overflow
Arttu Ylä-Outinen
- [FFmpeg-cvslog] libkvazaar: Set frame rate as a rational number
Arttu Ylä-Outinen
- [FFmpeg-cvslog] libvpxdec: fix 'ISO C90 forbids mixed declarations and code' warning
James Zern
- [FFmpeg-cvslog] libavformat/network: use defined constant in poll
Zhao Zhili
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. bf04c2a web/download: Add FFmpeg 2.8.5
ffmpeg-cvslog at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 2bea4a1 web/security: add 2.7.5 and 2.8.5
ffmpeg-cvslog at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. c181f9e web: add FFmpeg 2.6.7
ffmpeg-cvslog at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 49e5ce0 web: Add FFmpeg 2.5.10
ffmpeg-cvslog at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. ab050ba News entry for FFmpeg 2.8.5, 2.7.5, 2.6.7, 2.5.10
ffmpeg-cvslog at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. f12f590 web: fix typo
ffmpeg-cvslog at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. e5dda59 Add news entry on removal of libvo-aacenc and libaacplus
ffmpeg-cvslog at ffmpeg.org
- [FFmpeg-cvslog] avcodec/dca: remove old decoder
foo86
- [FFmpeg-cvslog] avcodec/dca: add REV1AUX sync word
foo86
- [FFmpeg-cvslog] avcodec/dca: add more tables
foo86
- [FFmpeg-cvslog] avcodec/dca: add math helpers and fixed point DCT
foo86
- [FFmpeg-cvslog] avcodec/synth_filter: fix whitespace
foo86
- [FFmpeg-cvslog] avcodec/synth_filter: add more filters
foo86
- [FFmpeg-cvslog] avcodec/dca: add generic defines
foo86
- [FFmpeg-cvslog] avcodec/dca: add new decoder based on libdcadec
foo86
- [FFmpeg-cvslog] Tag n2.8.5 : FFmpeg 2.8.5 release
git at videolan.org
- [FFmpeg-cvslog] Tag n2.7.5 : FFmpeg 2.7.5 release
git at videolan.org
- [FFmpeg-cvslog] Tag n2.6.7 : FFmpeg 2.6.7 release
git at videolan.org
- [FFmpeg-cvslog] Tag n2.5.10 : FFmpeg 2.5.10 release
git at videolan.org
- [FFmpeg-cvslog] configure: fix mmal build dependencies
wm4
- [FFmpeg-cvslog] mmaldec: print the MMAL format FourCC automatically
wm4
- [FFmpeg-cvslog] mmaldec: support MPEG-4
wm4
- [FFmpeg-cvslog] mmaldec: limit internal buffering
wm4
Last message date:
Sun Jan 31 22:18:36 CET 2016
Archived on: Sun Jan 31 22:18:38 CET 2016
This archive was generated by
Pipermail 0.09 (Mailman edition).