October 2011 Archives by author
Starting: Sat Oct 1 00:48:40 CEST 2011
Ending: Mon Oct 31 23:13:59 CET 2011
Messages: 2081
- [libav-devel] [PATCH] vc1: explicitly zero interlaced mode coding variables for progressive mode
shahriman AMS
- [libav-devel] [PATCH] VC1: Implement range mapping
shahriman AMS
- [libav-devel] [PATCH 1/8] Fix size of the temporary buffer used for audio in segafilm demuxer.
Laurent Aimar
- [libav-devel] [PATCH] mpc8: Check out of bound bands limit
Laurent Aimar
- [libav-devel] [PATCH] mpc8: Check out of bound bands limit
Laurent Aimar
- [libav-devel] [PATCH 10/27] bink: Check for out of bound writes when building tree
Laurent Aimar
- [libav-devel] [PATCH 20/22] h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][]
Laurent Aimar
- [libav-devel] [PATCH 22/22] h264: fix intra 16x16 mode check for mbaff and constrained_intra_pred
Laurent Aimar
- [libav-devel] [PATCH 19/22] h264: fix the check for invalid SPS:num_ref_frames
Laurent Aimar
- [libav-devel] [PATCH 06/22] adpcm: fix out of bound reads due to integer overflow
Laurent Aimar
- [libav-devel] [PATCH 08/22] eacmv: prevent NULL dereferences with missing reference frame
Laurent Aimar
- [libav-devel] [PATCH 19/22] h264: fix the check for invalid SPS:num_ref_frames
Laurent Aimar
- [libav-devel] [PATCH 21/22] h264: check for invalid bit depth value
Laurent Aimar
- [libav-devel] [PATCH] mpc8: Check out of bound bands limit
Laurent Aimar
- [libav-devel] [PATCH 16/22] 4xm: reject video with non multiple of 16 width/height
Laurent Aimar
- [libav-devel] [PATCH] h264: fix HRD parameters parsing
Laurent Aimar
- [libav-devel] RGB H.264 encoding and decoding, swscale GBR24P
Hans-Kristian Arntzen
- [libav-devel] [PATCH] Fix decoding of DNxHD video in MXF container
Joseph Artsimovich
- [libav-devel] [PATCH] Announce Libav 0.7.2
Luca Barbato
- [libav-devel] [PATCH 7/7] lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs
Luca Barbato
- [libav-devel] [PATCH 1/3] id3v2: don't discard the whole tag when encountering empty frames.
Luca Barbato
- [libav-devel] [PATCH 2/3] id3v2: read TXXX frames with two calls to decode_str() instead of one.
Luca Barbato
- [libav-devel] [PATCH 3/3] id3v2: remove pointless casts
Luca Barbato
- [libav-devel] [PATCH 2/2] Split up yuv2yuvX functions.
Luca Barbato
- [libav-devel] [PATCH] ARM: check for inline asm 'y' operand modifier support
Luca Barbato
- [libav-devel] [PATCH] sipr: fix the output data size check and only calculate it once.
Luca Barbato
- [libav-devel] [PATCH 1/5] ra144dec: use a more descriptive calculation for output data size
Luca Barbato
- [libav-devel] [PATCH 4/5] ra288: use a more descriptive calculation for output data size
Luca Barbato
- [libav-devel] [PATCH 5/5] ra288: log an error message when output buffer is too small.
Luca Barbato
- [libav-devel] [PATCH 3/5] ra144: use macro constants to make the code more understandable.
Luca Barbato
- [libav-devel] [PATCH 2/5] ra144dec: log an error message when output buffer is too small.
Luca Barbato
- [libav-devel] [PATCH 1/3] qcelpdec: fix the return value of qcelp_decode_frame().
Luca Barbato
- [libav-devel] [PATCH] libvpx: fix build with older libvpx versions.
Luca Barbato
- [libav-devel] [PATCH 1/7] mp3on4: copy MPADSPContext from first context to all contexts.
Luca Barbato
- [libav-devel] [PATCH] mp3on4: check for allocation failures in decode_init_mp3on4()
Luca Barbato
- [libav-devel] [PATCH 7/7] mp3on4: create a separate flush function for MP3onMP4 to use the correct decoder private context.
Luca Barbato
- [libav-devel] [PATCH 2/2] Split up yuv2yuvX functions.
Luca Barbato
- [libav-devel] [PATCH 01/13] lavc: use designated initializers for av_codec_context_class
Luca Barbato
- [libav-devel] [PATCH 02/13] lavc/lavf: use unique private classes.
Luca Barbato
- [libav-devel] [PATCH 1/3] avcodec: add metadata to AVFrame
Luca Barbato
- [libav-devel] [PATCH 1/3] avcodec: add metadata to AVFrame
Luca Barbato
- [libav-devel] [PATCH/RFC] movenc: Rudimentary IODs support.
Luca Barbato
- [libav-devel] [PATCH] Print command line parameters in show_banner().
Luca Barbato
- [libav-devel] [PATCH] libx264: support 9- and 10-bit output.
Luca Barbato
- [libav-devel] [PATCH] avconv: add presets
Luca Barbato
- [libav-devel] [PATCH 3/4] motion_est: fix some signed overflows
Luca Barbato
- [libav-devel] [PATCH 1/3] new interrupt callback interface, that works per URLContext instead of globally
Luca Barbato
- [libav-devel] [PATCH] mpegts: Attempt to seek back to beginning in non-seekable mpegts files.
Luca Barbato
- [libav-devel] patch to libavformat/mov.c, metadata various
Luca Barbato
- [libav-devel] [PATCH 01/15] AVOptions: split av_set_string3 into opt type-specific functions
Luca Barbato
- [libav-devel] [PATCH 02/15] AVOptions: cosmetics, move and rename static av_set_number().
Luca Barbato
- [libav-devel] [PATCH 03/15] AVOptions: cosmetics, rename static av_set_number2() to write_number().
Luca Barbato
- [libav-devel] [PATCH 04/15] AVOptions: refactor set_number/write_number
Luca Barbato
- [libav-devel] [PATCH 06/15] AVOptions: add av_opt_set*().
Luca Barbato
- [libav-devel] [PATCH 07/15] AVOptions: add av_opt_get*, deprecate av_get*.
Luca Barbato
- [libav-devel] [PATCH 02/22] anmdemux: prevent double free on error
Luca Barbato
- [libav-devel] [PATCH 1/2] mov: cosmetics
Luca Barbato
- [libav-devel] [PATCH 2/2] mov: do not misreport empty stts
Luca Barbato
- [libav-devel] [PATCH 1/2] mov: cosmetics
Luca Barbato
- [libav-devel] [PATCH 2/2] mov: do not misreport empty stts
Luca Barbato
- [libav-devel] [PATCH 2/2] some cosmetics for vc1.h
Luca Barbato
- [libav-devel] [PATCH 1/3] pretty-print some VC-1 tables
Luca Barbato
- [libav-devel] [PATCH 1/2] some cosmetics for VC-1 decoder
Luca Barbato
- [libav-devel] [PATCH 1/2] mov: cosmetics
Luca Barbato
- [libav-devel] [PATCH 6/6] intfloat_readwrite: fix signed addition overflows
Luca Barbato
- [libav-devel] [PATCH/RFC] mathops: remove undefined behaviour from sign_extend()
Luca Barbato
- [libav-devel] [PATCH] fix ac3 encoder documentation
Luca Barbato
- [libav-devel] [PATCH 2/2] flvdec: Don't export metadata entries that aren't proper metadata
Luca Barbato
- [libav-devel] [PATCH 06/13] AVOptions: refactor set_number/write_number
Luca Barbato
- [libav-devel] [PATCH 05/13] AVOptions: cosmetics, rename static av_set_number2() to write_number().
Luca Barbato
- [libav-devel] [PATCH 03/13] AVOptions: split av_set_string3 into opt type-specific functions
Luca Barbato
- [libav-devel] [PATCH 04/13] AVOptions: cosmetics, move and rename static av_set_number().
Luca Barbato
- [libav-devel] [PATCH 08/13] AVOptions: add av_opt_set*().
Luca Barbato
- [libav-devel] [PATCH 07/13] AVOptions: add new API for enumerating children.
Luca Barbato
- [libav-devel] [PATCH 09/13] AVOptions: add av_opt_get*, deprecate av_get*.
Luca Barbato
- [libav-devel] [PATCH 10/13] AVOptions: split get_number().
Luca Barbato
- [libav-devel] [PATCH 11/13] AVOptions: add functions for evaluating option strings.
Luca Barbato
- [libav-devel] [PATCH 12/13] AVOptions: add av_opt_next, deprecate av_next_option.
Luca Barbato
- [libav-devel] [PATCH 13/13] Remove all uses of deprecated AVOptions API.
Luca Barbato
- [libav-devel] [PATCH] rtpdec: Add ff_ prefix to all nonstatic symbols
Luca Barbato
- [libav-devel] [PATCH 1/2] flvenc: Write the right metadata entry count
Luca Barbato
- [libav-devel] [PATCH] rtpdec: Add ff_ prefix to all nonstatic symbols
Luca Barbato
- [libav-devel] [PATCH] rtpdec: Add ff_ prefix to all nonstatic symbols
Luca Barbato
- [libav-devel] [PATCH] avconv: add presets
Luca Barbato
- [libav-devel] [PATCH] rtpdec: Add ff_ prefix to all nonstatic symbols
Luca Barbato
- [libav-devel] [PATCH 12/15] AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Luca Barbato
- [libav-devel] [PATCH 13/15] cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()
Luca Barbato
- [libav-devel] [PATCH 14/15] AVOptions: bump minor and add APIchanges entry.
Luca Barbato
- [libav-devel] [PATCH] avconv: add presets
Luca Barbato
- [libav-devel] [PATCH v2 3/5] rtsp: Accept options via private avoptions instead of URL options
Luca Barbato
- [libav-devel] [PATCH v2 3/5] rtsp: Accept options via private avoptions instead of URL options
Luca Barbato
- [libav-devel] [PATCH v2 3/5] rtsp: Accept options via private avoptions instead of URL options
Luca Barbato
- [libav-devel] [PATCH 1/2] prores: do not set pixel format on codec init
Luca Barbato
- [libav-devel] [rfc] segment muxer
Luca Barbato
- [libav-devel] [rfc] segment muxer
Luca Barbato
- [libav-devel] [PATCH 1/7] AVOptions: don't segfault on NULL parameter in av_set_options_string()
Luca Barbato
- [libav-devel] [PATCH 1/7] AVOptions: don't segfault on NULL parameter in av_set_options_string()
Luca Barbato
- [libav-devel] [PATCH 12/20] shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc()
Luca Barbato
- [libav-devel] [PATCH] avplay: avoid window resize crash on osx with libsdl 1.2.14.
Luca Barbato
- [libav-devel] [rfc] segment muxer
Luca Barbato
- [libav-devel] [PATCH] macosx: use the default surface on newer sdl
Luca Barbato
- [libav-devel] [rfc] segment muxer
Luca Barbato
- [libav-devel] [PATCH v2 3/5] rtsp: Accept options via private avoptions instead of URL options
Luca Barbato
- [libav-devel] [PATCH 2/7] lavfi: add LUT (LookUp Table) generic filters
Luca Barbato
- [libav-devel] [PATCH 3/7] lavfi: add negate filter
Luca Barbato
- [libav-devel] [PATCH 4/7] lavfi: port boxblur filter from libmpcodecs
Luca Barbato
- [libav-devel] [PATCH 5/7] lavfi: port libmpcodecs delogo filter
Luca Barbato
- [libav-devel] [PATCH] macosx: use the default surface on newer sdl
Luca Barbato
- [libav-devel] [PATCH 6/7] lavfi: add testsrc source
Luca Barbato
- [libav-devel] [PATCH] avconv: add presets
Luca Barbato
- [libav-devel] [PATCH] avconv: add presets
Luca Barbato
- [libav-devel] [rfc] segment muxer
Luca Barbato
- [libav-devel] [PATCH] Ut Video decoder
Luca Barbato
- [libav-devel] [PATCH] libspeexenc: add libspeex encoder
Luca Barbato
- [libav-devel] [PATCH] libspeexenc: add libspeex encoder
Luca Barbato
- [libav-devel] [PATCH] libspeexenc: add libspeex encoder
Luca Barbato
- [libav-devel] [PATCH] avconv: add presets
Luca Barbato
- [libav-devel] [PATCH] Enable multithreding when decoding with libopenjpeg
Luca Barbato
- [libav-devel] [PATCH 2/3] Update libx264 ffpresets to use native presets.
Luca Barbato
- [libav-devel] [PATCH] libspeexenc: add libspeex encoder
Luca Barbato
- [libav-devel] [PATCH] Enable multithreding when decoding with libopenjpeg
Luca Barbato
- [libav-devel] [PATCH] libspeexenc: add libspeex encoder
Luca Barbato
- [libav-devel] [PATCH] libspeexenc: add libspeex encoder
Luca Barbato
- [libav-devel] [PATCH] mpegtsenc: fix av_freep() of adts null pointer
Luca Barbato
- [libav-devel] [PATCH] avf: fix memleak in packet corrupt dropping code
Luca Barbato
- [libav-devel] [PATCH] avf: fix memleak in packet corrupt dropping code
Luca Barbato
- [libav-devel] [PATCH] Enable multithreding when decoding with libopenjpeg
Luca Barbato
- [libav-devel] [PATCH] avf: fix memleak in packet corrupt dropping code
Luca Barbato
- [libav-devel] [PATCH] avplay: fix missing blue channel when switching from/to fullscreen on osx with libsdl 1.2.14
Luca Barbato
- [libav-devel] [PATCH] avplay: fix missing blue channel when switching from/to fullscreen on osx with libsdl 1.2.14
Luca Barbato
- [libav-devel] [PATCH] pulse: introduce pulseaudio input
Luca Barbato
- [libav-devel] [PATCH 1/5] flvenc: adjust for negative DTS for all codecs, not just H.264
Luca Barbato
- [libav-devel] [PATCH 2/5] libspeexenc: add libspeex encoder
Luca Barbato
- [libav-devel] [PATCH 3/5] flvenc: Check Speex packet duration using timestamps instead of frame_size.
Luca Barbato
- [libav-devel] [PATCH 4/5] ogg/speex: set correct timestamp and duration for the first packet.
Luca Barbato
- [libav-devel] [PATCH 5/5] avformat: do not require frame_size for Speex.
Luca Barbato
- [libav-devel] [PATCH] Only test-compile w32pthreads.h if W32THREADS are available.
Luca Barbato
- [libav-devel] [PATCH] avcodec.h: Move G.729/G.723 CODEC_IDs to the correct section.
Luca Barbato
- [libav-devel] [PATCH] avcodec.h: Move G.729/G.723 CODEC_IDs to the correct section.
Luca Barbato
- [libav-devel] [PATCH] pulse: introduce pulseaudio input
Luca Barbato
- [libav-devel] [PATCH] pulse: introduce pulseaudio input
Luca Barbato
- [libav-devel] [PATCH 3/5] flvenc: Check Speex packet duration using timestamps instead of frame_size.
Luca Barbato
- [libav-devel] [PATCH] pulse: introduce pulseaudio input
Luca Barbato
- [libav-devel] [PATCH 11/17] lavc: rename ff_find_start_code to avpriv_MPV_find_start_code
Luca Barbato
- [libav-devel] [PATCH 01/17] lavf: use avpriv_ prefix for ff_new_chapter().
Luca Barbato
- [libav-devel] [PATCH] flvenc: store delay and last_ts per-stream.
Luca Barbato
- [libav-devel] [PATCH] flvenc: store delay and last_ts per-stream.
Luca Barbato
- [libav-devel] [PATCH 7/7] aacdec: only overwrite configuration if theres a actual change
Luca Barbato
- [libav-devel] [PATCH] avplay: fix fullscreen behaviour with SDL 1.2.14 on Mac OS X
Luca Barbato
- [libav-devel] [PATCH 3/4] libspeexdec: return meaningful error codes
Luca Barbato
- [libav-devel] [PATCH 4/4] libspeexdec: include system headers before local headers
Luca Barbato
- [libav-devel] [PATCH 1/4] libspeexdec: decode one frame at a time.
Luca Barbato
- [libav-devel] [PATCH 2/4] libspeexdec: cosmetics: reindent
Luca Barbato
- [libav-devel] [PATCH] flvdec: Do not call parse_keyframes_index with a NULL stream
Luca Barbato
- [libav-devel] [PATCH] flvdec: Do not call parse_keyframes_index with a NULL stream
Luca Barbato
- [libav-devel] [PATCH] flvdec: Do not call parse_keyframes_index with a NULL stream
Luca Barbato
- [libav-devel] [PATCH 11/15] tta: use if/else instead of switch for copying of samples to output buffer
Luca Barbato
- [libav-devel] [PATCH 13/15] tta: check for allocation failure of decode_buffer
Luca Barbato
- [libav-devel] [PATCH 3/5] wmapro: fix strict-aliasing violation by using av_flt2int()
Luca Barbato
- [libav-devel] [PATCH] Xiph CELT decoder using libcelt.
Luca Barbato
- [libav-devel] [PATCH 1/7] aacdec: Disable locking code for parse_adts_frame_header() non zero chan config
Luca Barbato
- [libav-devel] [PATCH 08/10] pcmdec: return buf_size instead of src-buf.
Luca Barbato
- [libav-devel] [PATCH 1/2] pulse: introduce pulseaudio input
Luca Barbato
- [libav-devel] [PATCH 2/2] pulse: documentation
Luca Barbato
- [libav-devel] [PATCH 2/2] pulse: documentation
Luca Barbato
- [libav-devel] [PATCH 1/2] pulse: introduce pulseaudio input
Luca Barbato
- [libav-devel] [PATCH] pulse: documentation
Luca Barbato
- [libav-devel] [PATCH 1/2] pulse: introduce pulseaudio input
Luca Barbato
- [libav-devel] [PATCH 1/2] pulse: introduce pulseaudio input
Luca Barbato
- [libav-devel] [PATCH 2/2] pulse: documentation
Luca Barbato
- [libav-devel] [PATCH] pulse: documentation
Luca Barbato
- [libav-devel] [PATCH] H.264: Convert H.264 luma MC ASM from inlined to yasm.
Luca Barbato
- [libav-devel] [PATCH] Fix decoding of DNxHD video in MXF container
Luca Barbato
- [libav-devel] [PATCH 1/2] pulse: introduce pulseaudio input
Luca Barbato
- [libav-devel] [PATCH 2/2] pulse: documentation
Luca Barbato
- [libav-devel] [PATCH 0/3] libopencore_amr clean-up
Luca Barbato
- [libav-devel] [PATCH] aac_latm: remove unneeded check for zero-size packet.
Luca Barbato
- [libav-devel] [PATCH] H.264: Convert H.264 luma MC ASM from inlined to yasm.
Luca Barbato
- [libav-devel] [PATCH 1/2] pulse: introduce pulseaudio input
Luca Barbato
- [libav-devel] [PATCH 2/2] pulse: documentation
Luca Barbato
- [libav-devel] [PATCH] flvenc: use first packet delay as global delay.
Luca Barbato
- [libav-devel] [PATCH] snow: fix segfault on emu edge
Luca Barbato
- [libav-devel] [PATCH] snow: do not draw_edge if emu_edge is set
Luca Barbato
- [libav-devel] [PATCH 3/7] mpegts: Add support for multiple mp4 descriptors
Luca Barbato
- [libav-devel] [PATCH 4/7] mpegts: Replace the MP4 descriptor parser with a recursive parser.
Luca Barbato
- [libav-devel] [PATCH 5/7] mpegts: Add support for Sections in PMT
Luca Barbato
- [libav-devel] [PATCH 6/7] mpegts: MP4 OD support
Luca Barbato
- [libav-devel] [PATCH 7/7] mpegts: MP4 SL support
Luca Barbato
- [libav-devel] [PATCH 0/7] DMB demuxer
Luca Barbato
- [libav-devel] [PATCH 1/6] lavf: make some seeking functions private
Luca Barbato
- [libav-devel] [PATCH 3/6] lavf: move private fields in AVFormatContext to the end at next bump.
Luca Barbato
- [libav-devel] [PATCH 4/6] lavf: move private fields in AVStream to the end at next bump.
Luca Barbato
- [libav-devel] [PATCH] another round of chrome security fixes
Luca Barbato
- [libav-devel] [PATCH] another round of chrome security fixes
Luca Barbato
- [libav-devel] [PATCH 1/2] seek-test: use avformat_open_input
Luca Barbato
- [libav-devel] [PATCH] lavf: add init_put_byte() to the list of visible symbols.
Luca Barbato
- [libav-devel] [PATCH 0/5] nellymoser clean-up
Luca Barbato
- [libav-devel] [PATCH] mov: Avoid divide by zero in edit list dts handling
Luca Barbato
- [libav-devel] [PATCH] utvideo: handle empty Huffman trees
Luca Barbato
- [libav-devel] [PATCH] utvideo: handle empty Huffman trees
Luca Barbato
- [libav-devel] [PATCH 1/3] dca: return proper error codes instead of -1
Luca Barbato
- [libav-devel] [PATCH] flacdec: use av_get_bytes_per_sample() to get sample size
Luca Barbato
- [libav-devel] [PATCH 0/7] CIN audio clean-up
Luca Barbato
- [libav-devel] [PATCH] libdirac/libschroedinger: Drop unnecessary symbol prefixes.
Luca Barbato
- [libav-devel] [PATCH 0/7] IMC clean-up
Luca Barbato
- [libav-devel] [RFC 0/6] TLS/SSL support
Luca Barbato
- [libav-devel] [RFC 1/6] avcodec: Allow locking and unlocking an avformat specific mutex
Luca Barbato
- [libav-devel] [PATCH] vaapi: fix VC-1 decoding (reconstruct bitstream TTFRM correctly).
Gwenole Beauchesne
- [libav-devel] [PATCH] libvpx: fix build with older libvpx versions.
Diego Biurrun
- [libav-devel] [PATCH] Synchronize various 4CCs and codec tags from FFmpeg.
Diego Biurrun
- [libav-devel] [PATCH] libvpx: fix build with older libvpx versions.
Diego Biurrun
- [libav-devel] [PATCH] Synchronize various 4CCs and codec tags from FFmpeg.
Diego Biurrun
- [libav-devel] [PATCH] Synchronize various 4CCs and codec tags from FFmpeg.
Diego Biurrun
- [libav-devel] [PATCH] Synchronize various 4CCs and codec tags from FFmpeg.
Diego Biurrun
- [libav-devel] [PATCH 1/3] prores: extract idct into its own dspcontext and merge with put_pixels.
Diego Biurrun
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Diego Biurrun
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Diego Biurrun
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Diego Biurrun
- [libav-devel] [PATCH] dnxhd: Spelling
Diego Biurrun
- [libav-devel] [PATCH] Fix 'heigth' vs. 'height' typos.
Diego Biurrun
- [libav-devel] [PATCH] Print command line parameters in show_banner().
Diego Biurrun
- [libav-devel] [PATCH] Print command line parameters in show_banner().
Diego Biurrun
- [libav-devel] [PATCH] Fix 'heigth' vs. 'height' typos.
Diego Biurrun
- [libav-devel] [PATCH] Fix 'heigth' vs. 'height' typos.
Diego Biurrun
- [libav-devel] [PATCH] Fix a bunch of common typos.
Diego Biurrun
- [libav-devel] [PATCH] Fix a bunch of common typos.
Diego Biurrun
- [libav-devel] [PATCH] Fix a bunch of common typos.
Diego Biurrun
- [libav-devel] [PATCH] libx264: support 9- and 10-bit output.
Diego Biurrun
- [libav-devel] [PATCH 2/4] VC1 interlaced stream decoding support 2/3
Diego Biurrun
- [libav-devel] [PATCH 1/4] VC1 interlaced stream decoding support 1/3
Diego Biurrun
- [libav-devel] [PATCH 3/4] VC1 interlaced stream decoding support 3/3
Diego Biurrun
- [libav-devel] [PATCH 21/27] motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer
Diego Biurrun
- [libav-devel] [PATCH] configure: Add -Wstrict-prototypes to CFLAGS if available.
Diego Biurrun
- [libav-devel] [PATCH 1/6] fmtconvert: fix and extend documentation for float_interleave()
Diego Biurrun
- [libav-devel] [PATCH v2] avidec: fix signed overflow in avi_sync()
Diego Biurrun
- [libav-devel] [PATCH] vaapi: fix VC-1 decoding (reconstruct bitstream TTFRM correctly).
Diego Biurrun
- [libav-devel] [PATCH] id2v2: fix parameterless function pointer declaration
Diego Biurrun
- [libav-devel] [PATCH] id3v2: reduce the scope of some non-globally-used symbols/structures
Diego Biurrun
- [libav-devel] [PATCH] id3v2: reduce the scope of some non-globally-used symbols/structures
Diego Biurrun
- [libav-devel] [PATCH] id3v2: reduce the scope of some non-globally-used symbols/structures
Diego Biurrun
- [libav-devel] [PATCH] id2v2: fix parameterless function pointer declaration
Diego Biurrun
- [libav-devel] Cosmetics for libavcodec/vc1.c
Diego Biurrun
- [libav-devel] [PATCH 1/2] id3v2: cosmetics: move some declarations before the places they are used
Diego Biurrun
- [libav-devel] [PATCH 2/2] id3v2: reduce the scope of some non-globally-used symbols/structures
Diego Biurrun
- [libav-devel] [PATCH] id2v2: fix parameterless function pointer declaration
Diego Biurrun
- [libav-devel] [PATCH 1/2] mov: cosmetics
Diego Biurrun
- [libav-devel] [PATCH 1/2] mov: cosmetics
Diego Biurrun
- [libav-devel] [PATCH 1/2] Fix MOV/MP4 disc/track numbers and totals
Diego Biurrun
- [libav-devel] [PATCH] avconv: add presets
Diego Biurrun
- [libav-devel] [PATCH 6/7] truespeech: remove unneeded variable, 'consumed'
Diego Biurrun
- [libav-devel] [PATCH 7/7] truespeech: use sizeof() instead of hardcoded sizes
Diego Biurrun
- [libav-devel] [PATCH] w32threads: support for frame multithreading
Diego Biurrun
- [libav-devel] [PATCH] prores: add '-pix_fmt yuv422p10le' to FATE tests to keep CRCs endian independent
Diego Biurrun
- [libav-devel] [PATCH] prores: add '-pix_fmt yuv422p10le' to FATE tests to keep CRCs endian independent
Diego Biurrun
- [libav-devel] [PATCH] id2v2: fix parameterless function pointer declaration
Diego Biurrun
- [libav-devel] [PATCH] prores: add appropriate -fix_fmt parameter to FATE command
Diego Biurrun
- [libav-devel] [PATCH] prores: add appropriate -fix_fmt parameter to FATE command
Diego Biurrun
- [libav-devel] [PATCH 15/15] AVOptions: add documentation.
Diego Biurrun
- [libav-devel] [PATCH] Ut Video decoder
Diego Biurrun
- [libav-devel] [PATCH] libspeexenc: add libspeex encoder
Diego Biurrun
- [libav-devel] [PATCH] libspeexenc: add libspeex encoder
Diego Biurrun
- [libav-devel] [PATCH] AVOptions: add documentation.
Diego Biurrun
- [libav-devel] [PATCH] mpegtsenc: fix av_freep() of adts null pointer
Diego Biurrun
- [libav-devel] [PATCH] avf: fix memleak in packet corrupt dropping code
Diego Biurrun
- [libav-devel] [PATCH] avcodec.h: Move G.729/G.723 CODEC_IDs to the correct section.
Diego Biurrun
- [libav-devel] [PATCH] Only test-compile w32pthreads.h if W32THREADS are available.
Diego Biurrun
- [libav-devel] [PATCH] avcodec.h: Move G.729/G.723 CODEC_IDs to the correct section.
Diego Biurrun
- [libav-devel] [PATCH] sync libav avcodec.h
Diego Biurrun
- [libav-devel] [PATCH] pulse: introduce pulseaudio input
Diego Biurrun
- [libav-devel] [PATCH 1/2] x86: Fix linking of ProRes DSP ASM with YASM disabled.
Diego Biurrun
- [libav-devel] [PATCH 2/2] x86: Move some variable declarations below the appropriat #ifdef.
Diego Biurrun
- [libav-devel] [PATCH] Move timefilter code from lavf to lavd.
Diego Biurrun
- [libav-devel] [PATCH 7/7] aacdec: only overwrite configuration if theres a actual change
Diego Biurrun
- [libav-devel] [PATCH 2/2] Add OpenMG audio muxer
Diego Biurrun
- [libav-devel] [PATCH 1/2] Move id3v2 tag writing from mp3enc.c into id3v2.c
Diego Biurrun
- [libav-devel] [PATCH] Move id3v2 tag writing to a separate file.
Diego Biurrun
- [libav-devel] [PATCH 1/2] Move id3v2 tag writing from mp3enc.c into id3v2.c
Diego Biurrun
- [libav-devel] [PATCH] VC1: restore mistakenly removed code
Diego Biurrun
- [libav-devel] [PATCH] doc comment: 'Machine byte order' makes no sense on char arrays
Diego Biurrun
- [libav-devel] [PATCH 2/2] cosmetics: remove extra spaces before end-of-statement semi-colons
Diego Biurrun
- [libav-devel] [PATCH 2/3] g722dec: cosmetics: reindent/linewrap
Diego Biurrun
- [libav-devel] [PATCH] Move id3v2 tag writing to a separate file.
Diego Biurrun
- [libav-devel] [PATCH] Xiph CELT decoder using libcelt.
Diego Biurrun
- [libav-devel] [PATCH] Xiph CELT decoder using libcelt.
Diego Biurrun
- [libav-devel] [PATCH] Xiph CELT decoder using libcelt.
Diego Biurrun
- [libav-devel] [PATCH] H.264: Convert H.264 luma MC ASM from inlined to yasm.
Diego Biurrun
- [libav-devel] [PATCH 1/2] pulse: introduce pulseaudio input
Diego Biurrun
- [libav-devel] [PATCH] H.264: Cometics to dsputil_mmx.c
Diego Biurrun
- [libav-devel] [PATCH 4/8] mpegaudiodec: cosmetics: basic pretty-printing
Diego Biurrun
- [libav-devel] [PATCH 05/18] apedec: cosmetics: break some excessively long lines
Diego Biurrun
- [libav-devel] [PATCH 06/18] apedec: correct an error message
Diego Biurrun
- [libav-devel] [PATCH 08/18] apedec: cosmetics: remove space after '*'
Diego Biurrun
- [libav-devel] [PATCH] libdirac/libschroedinger: Drop unnecessary symbol prefixes.
Diego Biurrun
- [libav-devel] [PATCH] Fix decoding of DNxHD video in MXF container
Diego Biurrun
- [libav-devel] [rfc] a replacement decoder
Diego Biurrun
- [libav-devel] [PATCH 1/3] doxygen: eliminate Qt-style doxygen syntax
Diego Biurrun
- [libav-devel] [PATCH 2/3] Remove redundant filename self-references inside files.
Diego Biurrun
- [libav-devel] [PATCH 3/3] misc Doxygen markup improvements
Diego Biurrun
- [libav-devel] [PATCH 1/7] vp3: remove some pointless comments
Diego Biurrun
- [libav-devel] [PATCH 2/7] Remove some stray unnecessary ffmpeg references.
Diego Biurrun
- [libav-devel] [PATCH 3/7] Replace outdated references to ffmpeg tool by avconv.
Diego Biurrun
- [libav-devel] [PATCH 4/7] Replace ffmpeg references with more accurate libav* references.
Diego Biurrun
- [libav-devel] [PATCH 5/7] vsrc_testsrc: fix mailing list reference URL
Diego Biurrun
- [libav-devel] [PATCH 6/7] Replace some forgotten FFmpeg references by Libav.
Diego Biurrun
- [libav-devel] [PATCH 7/7] Replace vendor string in Ogg and FLAC muxers.
Diego Biurrun
- [libav-devel] [PATCH 4/7] Replace ffmpeg references with more accurate libav* references.
Diego Biurrun
- [libav-devel] [PATCH] h264: add 4:2:2 and 4:4:4 lossless FATE tests
Diego Biurrun
- [libav-devel] [PATCH] Xiph CELT decoder using libcelt.
Brad
- [libav-devel] [PATCH] Xiph CELT decoder using libcelt.
Brad
- [libav-devel] [PATCH 1/2] libavcodec: rename FF_API_AGGRESSIVE depreciation symbol to FF_API_ER
Dustin Brody
- [libav-devel] [PATCH 2/2] libavcodec, libavformat: ifdef-template error-recognition API use
Dustin Brody
- [libav-devel] [PATCH] lavc: deprecate FF_ER_AGGRESSIVE and rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ER
Dustin Brody
- [libav-devel] [PATCH 1/2] lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ER
Dustin Brody
- [libav-devel] [PATCH 2/2] lavc: add a flag-based error_recognition field to AVCodecContext and deprecate non-flag-based ER field
Dustin Brody
- [libav-devel] [PATCH 1/2] lavc: rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ER
Dustin Brody
- [libav-devel] [PATCH 1/4] lavc: replace API-bump-triggered AVCodecContext field change with shorter, non-conflicting name
Dustin Brody
- [libav-devel] [PATCH 2/4] lavc: rename AV_ER_* options to AV_EF_* and rename AGGRESSIVE to BUFFER
Dustin Brody
- [libav-devel] [PATCH 3/4] lavc: add -ef AVOptions to access flag-based err-recognition
Dustin Brody
- [libav-devel] [PATCH 4/4] lavc: translate non-flag-based er options into flag-based ef options at codec open
Dustin Brody
- [libav-devel] [PATCH 5/5] lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition
Dustin Brody
- [libav-devel] [PATCH 5/5] lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition
Dustin Brody
- [libav-devel] [PATCH] lavc: add -err_filter AVOptions to access flag-based error recognition
Dustin Brody
- [libav-devel] [PATCH 1/4] add -err_filter AVOptions to access flag-based error recognition
Dustin Brody
- [libav-devel] [PATCH 2/4] lavc: translate non-flag-based er options into flag-based ef options at codec open
Dustin Brody
- [libav-devel] [PATCH 3/4] lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition
Dustin Brody
- [libav-devel] [PATCH 4/4] lavc: document -err_filter
Dustin Brody
- [libav-devel] [PATCH] matroskaenc: expand WAVEFORMAT to WAVEFORMATEX for A_MS/ACM data
John Brooks
- [libav-devel] [PATCH] matroskaenc: expand WAVEFORMAT to WAVEFORMATEX for A_MS/ACM data
John Brooks
- [libav-devel] [PATCH] matroskaenc: expand WAVEFORMAT to WAVEFORMATEX for A_MS/ACM data
John Brooks
- [libav-devel] [PATCH] matroskaenc: expand WAVEFORMAT to WAVEFORMATEX for A_MS/ACM data
John Brooks
- [libav-devel] [PATCH] matroskaenc: expand WAVEFORMAT to WAVEFORMATEX for A_MS/ACM data
John Brooks
- [libav-devel] [PATCH 1/1] Always generate a proper WAVEFORMATEX structure in ff_put_wav_header
John Brooks
- [libav-devel] [PATCH 1/1] Always generate a proper WAVEFORMATEX structure in ff_put_wav_header
John Brooks
- [libav-devel] [PATCH 1/1] rtsp: add allowed_media_types option
John Brooks
- [libav-devel] [PATCH 2/2] Split up yuv2yuvX functions.
Ronald S. Bultje
- [libav-devel] [PATCH] Synchronize various 4CCs and codec tags from FFmpeg.
Ronald S. Bultje
- [libav-devel] [PATCH] Synchronize various 4CCs and codec tags from FFmpeg.
Ronald S. Bultje
- [libav-devel] [PATCH 1/3] prores: extract idct into its own dspcontext and merge with put_pixels.
Ronald S. Bultje
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Ronald S. Bultje
- [libav-devel] [PATCH 3/3] prores: implement multithreading.
Ronald S. Bultje
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Ronald S. Bultje
- [libav-devel] [PATCH 3/3] prores: implement multithreading.
Ronald S. Bultje
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Ronald S. Bultje
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Ronald S. Bultje
- [libav-devel] [PATCH 3/3] prores: implement multithreading.
Ronald S. Bultje
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Ronald S. Bultje
- [libav-devel] [PATCH 1/3] mpegvideo: fix position of bottom edge.
Ronald S. Bultje
- [libav-devel] [PATCH 2/3] mpegvideo: set correct offset for edge emulation buffer.
Ronald S. Bultje
- [libav-devel] [PATCH 3/3] h264: correct implicit_weight for field-interlaced pictures.
Ronald S. Bultje
- [libav-devel] [PATCH 1/3] prores: extract idct into its own dspcontext and merge with put_pixels.
Ronald S. Bultje
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Ronald S. Bultje
- [libav-devel] [PATCH 2/3] mpegvideo: set correct offset for edge emulation buffer.
Ronald S. Bultje
- [libav-devel] [PATCH 2/2] Split up yuv2yuvX functions.
Ronald S. Bultje
- [libav-devel] [PATCH] H264: Only wait before triggering ff_thread_setup_complete() until the next slice that contains a start-of-field/frame macroblock
Ronald S. Bultje
- [libav-devel] [PATCH 2/3] mpegvideo: set correct offset for edge emulation buffer.
Ronald S. Bultje
- [libav-devel] [PATCH] H264: Only wait before triggering ff_thread_setup_complete() until the next slice that contains a start-of-field/frame macroblock
Ronald S. Bultje
- [libav-devel] [PATCH 2/3] mpegvideo: set correct offset for edge emulation buffer.
Ronald S. Bultje
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Ronald S. Bultje
- [libav-devel] [PATCH 2/6] rv34: move inverse transform to rv34dsp
Ronald S. Bultje
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Ronald S. Bultje
- [libav-devel] [PATCH 1/3] prores: extract idct into its own dspcontext and merge with put_pixels.
Ronald S. Bultje
- [libav-devel] [PATCH 3/3] prores: implement multithreading.
Ronald S. Bultje
- [libav-devel] [PATCH 1/3] prores: extract idct into its own dspcontext and merge with put_pixels.
Ronald S. Bultje
- [libav-devel] [PATCH 1/3] prores: extract idct into its own dspcontext and merge with put_pixels.
Ronald S. Bultje
- [libav-devel] [PATCH 1/4] VC1 interlaced stream decoding support 1/3
Ronald S. Bultje
- [libav-devel] [PATCH] segafilm: check av_malloc return value for audio interleave buffer
Ronald S. Bultje
- [libav-devel] [libav-commits] nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.
Ronald S. Bultje
- [libav-devel] [PATCH 1/2] avtools: add -v as alias for -loglevel
Ronald S. Bultje
- [libav-devel] [PATCH 12/27] wmavoice: Check for out of bound writes
Ronald S. Bultje
- [libav-devel] [PATCH 13/27] wmavoice: Check for corrupted extra data
Ronald S. Bultje
- [libav-devel] [PATCH 07/27] wmapro: Validate the number of audio channels before using it
Ronald S. Bultje
- [libav-devel] Sun CC FATE failures
Ronald S. Bultje
- [libav-devel] [PATCH 03/27] oggdemux: Fix out of bounds writes
Ronald S. Bultje
- [libav-devel] [PATCH 21/27] motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer
Ronald S. Bultje
- [libav-devel] [PATCH] motionpixels: decode only the 111 complete frames for fate
Ronald S. Bultje
- [libav-devel] [PATCH 21/27] motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer
Ronald S. Bultje
- [libav-devel] [PATCH 4/6] lavf: fix signed overflow in avformat_find_stream_info()
Ronald S. Bultje
- [libav-devel] [PATCH 10/27] bink: Check for out of bound writes when building tree
Ronald S. Bultje
- [libav-devel] [PATCH 4/4] vp8: fix signed overflows
Ronald S. Bultje
- [libav-devel] [PATCH 22/22] h264: fix intra 16x16 mode check for mbaff and constrained_intra_pred
Ronald S. Bultje
- [libav-devel] [PATCH 21/22] h264: check for invalid bit depth value
Ronald S. Bultje
- [libav-devel] [PATCH 18/22] h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reordering()
Ronald S. Bultje
- [libav-devel] [PATCH 19/22] h264: fix the check for invalid SPS:num_ref_frames
Ronald S. Bultje
- [libav-devel] [PATCH 22/22] h264: fix intra 16x16 mode check for mbaff and constrained_intra_pred
Ronald S. Bultje
- [libav-devel] [PATCH 20/22] h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][]
Ronald S. Bultje
- [libav-devel] [PATCH 17/22] error_resilience: fix the check for missing references in ff_er_frame_end() for H264
Ronald S. Bultje
- [libav-devel] [PATCH 09/22] eacmv: check for out of bound reads
Ronald S. Bultje
- [libav-devel] [PATCH 06/22] adpcm: fix out of bound reads due to integer overflow
Ronald S. Bultje
- [libav-devel] [PATCH 08/22] eacmv: prevent NULL dereferences with missing reference frame
Ronald S. Bultje
- [libav-devel] [PATCH 07/22] eacmv: fix potential pointer arithmetic overflows
Ronald S. Bultje
- [libav-devel] [PATCH 08/22] eacmv: prevent NULL dereferences with missing reference frame
Ronald S. Bultje
- [libav-devel] [PATCH 1/3] h264pred: remove unused variables
Ronald S. Bultje
- [libav-devel] [PATCH 2/3] h264: fix signed overflows in x*0x01010101 expressions
Ronald S. Bultje
- [libav-devel] [PATCH 3/3] h264pred: use unsigned types for pixel values, fix signed overflows
Ronald S. Bultje
- [libav-devel] [PATCH] [WIP] yuv2planeX10 SIMD
Ronald S. Bultje
- [libav-devel] [PATCH] [WIP] yuv2planeX10 SIMD
Ronald S. Bultje
- [libav-devel] [PATCH] [WIP] yuv2planeX10 SIMD
Ronald S. Bultje
- [libav-devel] [PATCH] [WIP] yuv2planeX10 SIMD
Ronald S. Bultje
- [libav-devel] [PATCH 3/6] crc: fix signed overflow
Ronald S. Bultje
- [libav-devel] Cosmetics for libavcodec/vc1.c
Ronald S. Bultje
- [libav-devel] [PATCH] swscale: use aligned move for storage into temporary buffer.
Ronald S. Bultje
- [libav-devel] [PATCH 11/22] ptx: check for out of bound reads
Ronald S. Bultje
- [libav-devel] RGB H.264 encoding and decoding, swscale GBR24P
Ronald S. Bultje
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Ronald S. Bultje
- [libav-devel] [PATCH] Support for lossless and inter H264 4:2:2.
Ronald S. Bultje
- [libav-devel] [PATCH] vc1: explicitly zero interlaced mode coding variables for progressive mode
Ronald S. Bultje
- [libav-devel] PPC warning patrol & PIC
Ronald S. Bultje
- [libav-devel] [PATCH 5/6] fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm
Ronald S. Bultje
- [libav-devel] [PATCH 3/6] fmtconvert: port float_to_int16() x86 inline asm to yasm
Ronald S. Bultje
- [libav-devel] [PATCH 4/6] fmtconvert: check compile-time x86 instruction set flags
Ronald S. Bultje
- [libav-devel] [PATCH 6/6] fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm
Ronald S. Bultje
- [libav-devel] [PATCH 2/6] fmtconvert: use mova instead of defining a new macro
Ronald S. Bultje
- [libav-devel] [PATCH] w32threads: support for frame multithreading
Ronald S. Bultje
- [libav-devel] [libav-commits] prores: add FATE tests
Ronald S. Bultje
- [libav-devel] [PATCH] prores: add '-pix_fmt yuv422p10le' to FATE tests to keep CRCs endian independent
Ronald S. Bultje
- [libav-devel] [PATCH] w32threads: support for frame multithreading
Ronald S. Bultje
- [libav-devel] [PATCH] prores: add missing feature warning for alpha
Ronald S. Bultje
- [libav-devel] [PATCH] prores: add appropriate -fix_fmt parameter to FATE command
Ronald S. Bultje
- [libav-devel] [PATCH] fix overflows in proresdsp0idct
Ronald S. Bultje
- [libav-devel] [PATCH] Fix overreads/overwrites in VP8/MKV
Ronald S. Bultje
- [libav-devel] [PATCH] prores: fix fate CRCs for prores-422_proxy
Ronald S. Bultje
- [libav-devel] [PATCH] fate: update prores-alpha ref after changing pix_fmt to yuv444p10le
Ronald S. Bultje
- [libav-devel] [PATCH] Fix overreads/overwrites in VP8/MKV
Ronald S. Bultje
- [libav-devel] [PATCH] Fix overreads/overwrites in VP8/MKV
Ronald S. Bultje
- [libav-devel] [PATCH 3/5] vp8: prevent read from uninitialized memory in decode_mvs
Ronald S. Bultje
- [libav-devel] [PATCH 1/3] swscale: reintroduce full precision in 16-bit output.
Ronald S. Bultje
- [libav-devel] [PATCH 2/3] swscale: decide whether to use yuv2plane1/X on a per-plane basis.
Ronald S. Bultje
- [libav-devel] [PATCH 3/3] swscale: write yuv2plane1 SSE2 functions.
Ronald S. Bultje
- [libav-devel] [PATCH 2/3] swscale: decide whether to use yuv2plane1/X on a per-plane basis.
Ronald S. Bultje
- [libav-devel] [PATCH 3/3] swscale: write yuv2plane1 SSE2 functions.
Ronald S. Bultje
- [libav-devel] [PATCH] VC1: Implement range mapping
Ronald S. Bultje
- [libav-devel] [PATCH 2/2] lavc: add a flag-based error_recognition field to AVCodecContext and deprecate non-flag-based ER field
Ronald S. Bultje
- [libav-devel] [PATCH 3/3] swscale: write yuv2plane1 SSE2 functions.
Ronald S. Bultje
- [libav-devel] [PATCH] avcodec: remove stray @deprecated comment
Ronald S. Bultje
- [libav-devel] [PATCH] Enable multithreding when decoding with libopenjpeg
Ronald S. Bultje
- [libav-devel] [PATCH] avplay: avoid window resize crash on osx with libsdl 1.2.14.
Ronald S. Bultje
- [libav-devel] [PATCH 5/5] lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition
Ronald S. Bultje
- [libav-devel] [PATCH 3/3] mpegenc: add preload private option.
Ronald S. Bultje
- [libav-devel] [PATCH 2/3] mpegenc/mpegtsenc: add muxrate private options.
Ronald S. Bultje
- [libav-devel] [PATCH 1/3] lavf: deprecate AVFormatContext.file_size
Ronald S. Bultje
- [libav-devel] [PATCH 3/4] lavf: replace av_new_stream->avformat_new_stream part II.
Ronald S. Bultje
- [libav-devel] [PATCH] macosx: use the default surface on newer sdl
Ronald S. Bultje
- [libav-devel] [PATCH 1/3] lavf: deprecate AVFormatContext.file_size
Ronald S. Bultje
- [libav-devel] [PATCH 3/3] mpegenc: add preload private option.
Ronald S. Bultje
- [libav-devel] [RFC] lavf: remove an ugly hack for guess mpeg/mpegts duration
Ronald S. Bultje
- [libav-devel] [PATCH] macosx: use the default surface on newer sdl
Ronald S. Bultje
- [libav-devel] [PATCH] rtp: Fix ff_rtp_get_payload_type
Ronald S. Bultje
- [libav-devel] [PATCH 1/2] H264: change weight/biweight functions to take a height argument.
Ronald S. Bultje
- [libav-devel] [PATCH 2/2] H264: have hl_motion() and its callees take a chroma_idc argument.
Ronald S. Bultje
- [libav-devel] [PATCH] prevent overflow
Ronald S. Bultje
- [libav-devel] [PATCH 1/2] swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.
Ronald S. Bultje
- [libav-devel] [PATCH 2/2] swscale: update altivec yuv2planeX asm to new per-plane API.
Ronald S. Bultje
- [libav-devel] [PATCH 1/2] swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.
Ronald S. Bultje
- [libav-devel] [PATCH 1/2] H264: change weight/biweight functions to take a height argument.
Ronald S. Bultje
- [libav-devel] [PATCH 3/3] Add libvpx presets.
Ronald S. Bultje
- [libav-devel] [PATCH 1/2] H264: change weight/biweight functions to take a height argument.
Ronald S. Bultje
- [libav-devel] [PATCH] prevent overflow
Ronald S. Bultje
- [libav-devel] [PATCH] swscale: prevent overflow in coefficient calculation.
Ronald S. Bultje
- [libav-devel] [PATCH] prevent overflow
Ronald S. Bultje
- [libav-devel] [PATCH] Ut Video decoder
Ronald S. Bultje
- [libav-devel] [PATCH] presets: rename presets directory
Ronald S. Bultje
- [libav-devel] [PATCH 1/2] swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.
Ronald S. Bultje
- [libav-devel] [PATCH 1/2] H264: change weight/biweight functions to take a height argument.
Ronald S. Bultje
- [libav-devel] [PATCH 1/4] h264: 4:2:2 intra decoding support
Ronald S. Bultje
- [libav-devel] [PATCH 2/4] Support for lossless and inter H264 4:2:2.
Ronald S. Bultje
- [libav-devel] [PATCH 3/4] H264: change weight/biweight functions to take a height argument.
Ronald S. Bultje
- [libav-devel] [PATCH 4/4] H264: have hl_motion() and its callees take a chroma_idc argument.
Ronald S. Bultje
- [libav-devel] [PATCH 1/8] Split out yuv2yuv1 luma and chroma in order to make them generic DSP functions
Ronald S. Bultje
- [libav-devel] [PATCH 2/8] Split up yuv2yuvX functions
Ronald S. Bultje
- [libav-devel] [PATCH 3/8] swscale: reintroduce full precision in 16-bit output.
Ronald S. Bultje
- [libav-devel] [PATCH 4/8] swscale: decide whether to use yuv2plane1/X on a per-plane basis.
Ronald S. Bultje
- [libav-devel] [PATCH 5/8] swscale: write yuv2plane1 MMX/SSE2/SSE4 functions.
Ronald S. Bultje
- [libav-devel] [PATCH 6/8] yuv2planeX10 SIMD
Ronald S. Bultje
- [libav-devel] [PATCH 7/8] swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.
Ronald S. Bultje
- [libav-devel] [PATCH 8/8] swscale: update altivec yuv2planeX asm to new per-plane API.
Ronald S. Bultje
- [libav-devel] [PATCH] vp8: fix up handling of segmentation_maps in reference frames.
Ronald S. Bultje
- [libav-devel] [PATCH 6/8] yuv2planeX10 SIMD
Ronald S. Bultje
- [libav-devel] [PATCH] prevent overflow
Ronald S. Bultje
- [libav-devel] [PATCH] swscale: prevent overflow in coefficient calculation.
Ronald S. Bultje
- [libav-devel] [PATCH 3/4] H264: change weight/biweight functions to take a height argument.
Ronald S. Bultje
- [libav-devel] [PATCH 1/2] x86: Fix linking of ProRes DSP ASM with YASM disabled.
Ronald S. Bultje
- [libav-devel] [PATCH 2/2] x86: Move some variable declarations below the appropriat #ifdef.
Ronald S. Bultje
- [libav-devel] [PATCH] swscale: prevent overflow in coefficient calculation.
Ronald S. Bultje
- [libav-devel] [PATCH 1/5] h264: 4:2:2 intra decoding support
Ronald S. Bultje
- [libav-devel] [PATCH 2/5] Support for lossless and inter H264 4:2:2.
Ronald S. Bultje
- [libav-devel] [PATCH 3/5] H264: change weight/biweight functions to take a height argument.
Ronald S. Bultje
- [libav-devel] [PATCH 4/5] H264: have hl_motion() and its callees take a chroma_idc argument.
Ronald S. Bultje
- [libav-devel] [PATCH 5/5] h264: mark some MC functions with av_always_inline instead of inline.
Ronald S. Bultje
- [libav-devel] [PATCH] Revert d1d421cbc0d13b08535f7fc08d179572ee352072: change to fate-lavfi-crop_scale.
Ronald S. Bultje
- [libav-devel] [PATCH 1/5] h264: 4:2:2 intra decoding support
Ronald S. Bultje
- [libav-devel] [PATCH 1/6] sws/pixfmt/pixdesc: add support for yuv420p9le/be.
Ronald S. Bultje
- [libav-devel] [PATCH 8/8] swscale: update altivec yuv2planeX asm to new per-plane API.
Ronald S. Bultje
- [libav-devel] [PATCH 5/5] h264: mark some MC functions with av_always_inline instead of inline.
Ronald S. Bultje
- [libav-devel] [PATCH] swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables()
Ronald S. Bultje
- [libav-devel] [PATCH 1/2] Move id3v2 tag writing from mp3enc.c into id3v2.c
Ronald S. Bultje
- [libav-devel] [PATCH] h264_weight: initialize "height" function argument properly.
Ronald S. Bultje
- [libav-devel] [PATCH 1/3] avcodec: add metadata to AVFrame
Ronald S. Bultje
- [libav-devel] [PATCH 1/3] avcodec: add metadata to AVFrame
Ronald S. Bultje
- [libav-devel] [PATCH] swscale: write yuv2plane1 MMX/SSE2/SSE4 functions.
Ronald S. Bultje
- [libav-devel] [PATCH] swscale: write yuv2plane1 MMX/SSE2/SSE4 functions.
Ronald S. Bultje
- [libav-devel] [PATCH] lavf: export some forgotten symbols with non-av prefixes.
Ronald S. Bultje
- [libav-devel] [PATCH 4/5] wmavoice: only set data_size to 0 when necessary
Ronald S. Bultje
- [libav-devel] [PATCH 5/5] wmavoice: move output buffer size check to synth_superframe().
Ronald S. Bultje
- [libav-devel] [PATCH] g722: split decoder and encoder into separate files
Ronald S. Bultje
- [libav-devel] [PATCH 2/7] resample: reject unhandled conversions
Ronald S. Bultje
- [libav-devel] [PATCH] swscale: add missing colons to x86 assembly yuv2planeX.
Ronald S. Bultje
- [libav-devel] [PATCH][RFC} remove dsputil put/avg_2tap_qpel_pixels_tab
Ronald S. Bultje
- [libav-devel] [PATCH 1/2] Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"
Ronald S. Bultje
- [libav-devel] [PATCH 2/2] mpeg12: fix mpeg_decode_slice context parameter type
Ronald S. Bultje
- [libav-devel] [PATCH 1/3] avcodec: add metadata to AVFrame
Ronald S. Bultje
- [libav-devel] [PATCH] swscale: add missing colons to x86 assembly yuv2planeX.
Ronald S. Bultje
- [libav-devel] [PATCH] Xiph CELT decoder using libcelt.
Ronald S. Bultje
- [libav-devel] [PATCH 3/3] mpegenc: add preload private option.
Ronald S. Bultje
- [libav-devel] [PATCH] H.264: Cometics to dsputil_mmx.c
Ronald S. Bultje
- [libav-devel] [PATCH] threads: restore has_b_frames in frame_thread_free
Ronald S. Bultje
- [libav-devel] [PATCH] snow: do not draw_edge if emu_edge is set
Ronald S. Bultje
- [libav-devel] [PATCH] lavf: use number of output pictures for delay checks.
Ronald S. Bultje
- [libav-devel] [PATCH] another round of chrome security fixes
Ronald S. Bultje
- [libav-devel] [PATCH] lavf: use number of output pictures for delay checks.
Ronald S. Bultje
- [libav-devel] [PATCH] lavf: use number of output pictures for delay checks.
Ronald S. Bultje
- [libav-devel] [PATCH] another round of chrome security fixes
Ronald S. Bultje
- [libav-devel] [PATCH] Fix decoding of lossless 10-bit 4:4:4 H.264
Ronald S. Bultje
- [libav-devel] [PATCH] lavf: use number of output pictures for delay checks.
Ronald S. Bultje
- [libav-devel] [PATCH] lavf: use number of output pictures for delay checks.
Ronald S. Bultje
- [libav-devel] [PATCH] lavf: use number of output pictures for delay checks.
Ronald S. Bultje
- [libav-devel] [PATCH] Fix decoding of lossless 4:2:2 H.264
Ronald S. Bultje
- [libav-devel] [PATCH] utvideo: account for coupled lines in YUV420 format
Ronald S. Bultje
- [libav-devel] [PATCH 1/4] Update x86inc.asm to latest x264 version.
Ronald S. Bultje
- [libav-devel] [PATCH 2/4] x86inc: AVX symmetry.
Ronald S. Bultje
- [libav-devel] [PATCH 3/4] swscale: write yuv2plane1 MMX/SSE2/SSE4/AVX functions.
Ronald S. Bultje
- [libav-devel] [PATCH 4/4] h264_weight: remove duplication functions.
Ronald S. Bultje
- [libav-devel] [rfc] a replacement decoder
Ronald S. Bultje
- [libav-devel] [RFC 6/6] cmdutils: Rename read_file to ff_read_file
Ronald S. Bultje
- [libav-devel] [PATCH] h264: add 4:2:2 and 4:4:4 lossless FATE tests
Ronald S. Bultje
- [libav-devel] [PATCH] cmdutils: Rename read_file to cmdutils_read_file
Ronald S. Bultje
- [libav-devel] [PATCH] Print command line parameters in show_banner().
Georgi Chorbadzhiyski
- [libav-devel] [PATCH] Print command line parameters in show_banner().
Georgi Chorbadzhiyski
- [libav-devel] [PATCH] Print command line parameters in show_banner().
Georgi Chorbadzhiyski
- [libav-devel] [PATCH] Print command line parameters in show_banner().
Georgi Chorbadzhiyski
- [libav-devel] [PATCH] Print command line parameters in show_banner().
Georgi Chorbadzhiyski
- [libav-devel] [PATCH/RFC] movenc: Rudimentary IODs support.
Alex Converse
- [libav-devel] [PATCH] dnxhd: Spelling
Alex Converse
- [libav-devel] [PATCH] dnxhddec: handle cid change in bitstream.
Alex Converse
- [libav-devel] [PATCH] mpegps: Use av_get_packet() instead of poorly emulating it.
Alex Converse
- [libav-devel] [PATCH 2/6] avidec: fix signed overflow in avi_sync()
Alex Converse
- [libav-devel] [PATCH 2/6] avidec: fix signed overflow in avi_sync()
Alex Converse
- [libav-devel] [PATCH 5/6] put_bits: fix invalid shift by 32 in flush_put_bits()
Alex Converse
- [libav-devel] [PATCH 2/6] avidec: fix signed overflow in avi_sync()
Alex Converse
- [libav-devel] [PATCH] mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related functions.
Alex Converse
- [libav-devel] [PATCH 1/4] aacdec: fix undefined shifts
Alex Converse
- [libav-devel] [PATCH v2] avidec: fix signed overflow in avi_sync()
Alex Converse
- [libav-devel] [PATCH 0/7] DMB demuxer
Alex Converse
- [libav-devel] [PATCH 1/7] isom: Add MPEG4SYSTEMS dummy object type indication.
Alex Converse
- [libav-devel] [PATCH 2/7] mpegts: Parse mpeg2 SL descriptors.
Alex Converse
- [libav-devel] [PATCH 3/7] mpegts: Add support for multiple mp4 descriptors
Alex Converse
- [libav-devel] [PATCH 4/7] mpegts: Replace the MP4 descriptor parser with a recursive parser.
Alex Converse
- [libav-devel] [PATCH 5/7] mpegts: Add support for Sections in PMT
Alex Converse
- [libav-devel] [PATCH 6/7] mpegts: MP4 OD support
Alex Converse
- [libav-devel] [PATCH 7/7] mpegts: MP4 SL support
Alex Converse
- [libav-devel] [PATCH] movenc: Rudimentary IODs support.
Alex Converse
- [libav-devel] [PATCH] movenc: Don't wrap whole extradata atoms in glbl.
Alex Converse
- [libav-devel] [PATCH] mov: Prevent illegal writes when chapter titles are very short.
Alex Converse
- [libav-devel] [PATCH 7/7] mpegts: MP4 SL support
Alex Converse
- [libav-devel] [PATCH] avio: Check for invalid buffer length.
Alex Converse
- [libav-devel] [PATCH] mov: parse the gnre atom
Alex Converse
- [libav-devel] [PATCH] fft-test: Eliminate global exptab.
Alex Converse
- [libav-devel] [PATCH] fft-test: Eliminate global exptab.
Alex Converse
- [libav-devel] [PATCH] fft-test: Eliminate global exptab.
Alex Converse
- [libav-devel] [PATCH 1/7] aacdec: Disable locking code for parse_adts_frame_header() non zero chan config
Alex Converse
- [libav-devel] [PATCH 3/7] aacdec:initiale sbr context only in new channel elements
Alex Converse
- [libav-devel] [PATCH 4/7] latm: avoid unnecessary reinit of the aac decoder
Alex Converse
- [libav-devel] [PATCH 1/7] resample: remove unused #define
Alex Converse
- [libav-devel] [PATCH 5/7] cosmetics: simplify latm_decode_init
Alex Converse
- [libav-devel] [PATCH 6/7] latm: do not parse data as PS specific config
Alex Converse
- [libav-devel] [PATCH 1/7] aacdec: Disable locking code for parse_adts_frame_header() non zero chan config
Alex Converse
- [libav-devel] [PATCH 3/7] mpegts: Add support for multiple mp4 descriptors
Alex Converse
- [libav-devel] [PATCH 1/7] aacdec: Disable locking code for parse_adts_frame_header() non zero chan config
Alex Converse
- [libav-devel] [libav-commits] lavf: add avformat_open_input() as a replacement for av_open_input_*
Alex Converse
- [libav-devel] [libav-commits] lavf: add avformat_open_input() as a replacement for av_open_input_*
Alex Converse
- [libav-devel] [PATCH 1/2] probe: Remove id3 tag presence as a criteria to do file extension checking.
Alex Converse
- [libav-devel] [PATCH 2/2] probe: Restore identification of files with very large id3 tags and no extension.
Alex Converse
- [libav-devel] [PATCH 2/2] probe: Restore identification of files with very large id3 tags and no extension.
Alex Converse
- [libav-devel] [PATCH 2/2] probe: Restore identification of files with very large id3 tags and no extension.
Alex Converse
- [libav-devel] [libav-commits] lavf: add avformat_open_input() as a replacement for av_open_input_*
Alex Converse
- [libav-devel] [PATCH] remove the zork pcm seek test
Alex Converse
- [libav-devel] [PATCH] aacdec: allow output reconfiguration on channel changes
Alex Converse
- [libav-devel] [PATCH 1/7] aacdec: Disable locking code for parse_adts_frame_header() non zero chan config
Jan E
- [libav-devel] [PATCH 1/7] aacdec: Disable locking code for parse_adts_frame_header() non zero chan config
Jan E
- [libav-devel] [PATCH 2/7] aacsbr: Add an assert checking for an inconsistency
Jan E
- [libav-devel] [PATCH 3/7] aacsbr: prevent multiple ff_aac_sbr_ctx_init()
Jan E
- [libav-devel] [PATCH 4/7] aacdec: Make aac-latm closer to the spec
Jan E
- [libav-devel] [PATCH 5/7] aacdec: fix channel reconfigs on LATM
Jan E
- [libav-devel] [PATCH 6/7] aacdec: support chan config =1 stereo files
Jan E
- [libav-devel] [PATCH 7/7] aacdec: only overwrite configuration if theres a actual change
Jan E
- [libav-devel] [PATCH] Ut Video decoder
Jan Ekström
- [libav-devel] [PATCH 7/7] aacdec: only overwrite configuration if theres a actual change
Jan Ekström
- [libav-devel] [PATCH 6/7] aacdec: support chan config =1 stereo files
Jan Ekström
- [libav-devel] [PATCH] Enable multithreding when decoding with libopenjpeg
Jean First
- [libav-devel] [PATCH] Enable multithreding when decoding with libopenjpeg
Jean First
- [libav-devel] [PATCH] avplay: fix missing blue channel when switching from/to fullscreen on osx with libsdl 1.2.14
Jean First
- [libav-devel] [PATCH] avplay: fix missing blue channel when switching from/to fullscreen on osx with libsdl 1.2.14
Jean First
- [libav-devel] [PATCH] avplay: fix fullscreen behaviour with SDL 1.2.14 on Mac OS X
Jean First
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Jason Garrett-Glaser
- [libav-devel] [PATCH] Inline some more the VLC decoding functions for prores
Jason Garrett-Glaser
- [libav-devel] [PATCH 21/22] h264: check for invalid bit depth value
Jason Garrett-Glaser
- [libav-devel] [PATCH 19/22] h264: fix the check for invalid SPS:num_ref_frames
Jason Garrett-Glaser
- [libav-devel] [PATCH 21/22] h264: check for invalid bit depth value
Jason Garrett-Glaser
- [libav-devel] [PATCH 6/6] fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm
Jason Garrett-Glaser
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Jason Garrett-Glaser
- [libav-devel] [PATCH/RFC] mathops: remove undefined behaviour from sign_extend()
Jason Garrett-Glaser
- [libav-devel] [PATCH 3/5] vp8: prevent read from uninitialized memory in decode_mvs
Jason Garrett-Glaser
- [libav-devel] [PATCH 6/8] yuv2planeX10 SIMD
Jason Garrett-Glaser
- [libav-devel] [PATCH 5/5] h264: mark some MC functions with av_always_inline instead of inline.
Jason Garrett-Glaser
- [libav-devel] [PATCH] swscale: write yuv2plane1 MMX/SSE2/SSE4 functions.
Jason Garrett-Glaser
- [libav-devel] [PATCH 3/5] wmapro: fix strict-aliasing violation by using av_flt2int()
Jason Garrett-Glaser
- [libav-devel] [PATCH][RFC} remove dsputil put/avg_2tap_qpel_pixels_tab
Jason Garrett-Glaser
- [libav-devel] [PATCH] H.264: Convert H.264 luma MC ASM from inlined to yasm.
Jason Garrett-Glaser
- [libav-devel] [PATCH 4/4] twinvq: add SSE optimized sum/difference stereo interleaving
Jason Garrett-Glaser
- [libav-devel] [PATCH 1/3] new interrupt callback interface, that works per URLContext instead of globally
Nicolas George
- [libav-devel] [PATCH] Xiph CELT decoder using libcelt.
Nicolas George
- [libav-devel] [PATCH] Xiph CELT decoder using libcelt.
Nicolas George
- [libav-devel] [PATCH] Xiph CELT decoder using libcelt.
Nicolas George
- [libav-devel] [PATCH] Xiph CELT decoder using libcelt.
Nicolas George
- [libav-devel] [PATCH] Xiph CELT decoder using libcelt.
Nicolas George
- [libav-devel] [PATCH] Xiph CELT decoder using libcelt.
Nicolas George
- [libav-devel] [PATCH] Inline some more the VLC decoding functions for prores
Christophe Gisquet
- [libav-devel] [PATCH] Inline some more the VLC decoding functions for prores
Christophe Gisquet
- [libav-devel] [PATCH] Inline some more the VLC decoding functions for prores
Christophe Gisquet
- [libav-devel] [PATCH 1/3] id3v2: don't discard the whole tag when encountering empty frames.
David Goldwich
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Janne Grunau
- [libav-devel] [PATCH 2/3] mpegvideo: set correct offset for edge emulation buffer.
Janne Grunau
- [libav-devel] [PATCH 1/3] mpegvideo: fix position of bottom edge.
Janne Grunau
- [libav-devel] [PATCH 2/3] mpegvideo: set correct offset for edge emulation buffer.
Janne Grunau
- [libav-devel] first round of rv40 neon optimisations
Janne Grunau
- [libav-devel] [PATCH 1/6] rv40: NEON optimised [put|avg]_chroma_mc[48]
Janne Grunau
- [libav-devel] [PATCH 2/6] rv34: move inverse transform to rv34dsp
Janne Grunau
- [libav-devel] [PATCH 3/6] rv34: NEON optimised rv34_inv_transform*
Janne Grunau
- [libav-devel] [PATCH 4/6] rv40: NEON optimised rv40_weight_func[8|16]
Janne Grunau
- [libav-devel] [PATCH 5/6] ARM: reuse NEON transpose macros
Janne Grunau
- [libav-devel] [PATCH 6/6] rv40: NEON optimised rv40 specific qpel motion compensation
Janne Grunau
- [libav-devel] [PATCH] Fix a bunch of common typos.
Janne Grunau
- [libav-devel] [PATCH 3/3] prores: implement multithreading.
Janne Grunau
- [libav-devel] [PATCH] Fixed deference of NULL pointer in motionpixels decoder.
Janne Grunau
- [libav-devel] [PATCH 1/8] Fix size of the temporary buffer used for audio in segafilm demuxer.
Janne Grunau
- [libav-devel] [PATCH 1/8] Fix size of the temporary buffer used for audio in segafilm demuxer.
Janne Grunau
- [libav-devel] [PATCH 2/6] Fixed segfault on corrupted sega streams in the demuxer.
Janne Grunau
- [libav-devel] [PATCH] segafilm: check av_malloc return value for audio interleave buffer
Janne Grunau
- [libav-devel] [FFmpeg-devel] [PATCH 2/6] Fixed segfault on corrupted sega streams in the demuxer.
Janne Grunau
- [libav-devel] [PATCH 1/8] Fix size of the temporary buffer used for audio in segafilm demuxer.
Janne Grunau
- [libav-devel] [PATCH 6/6] Fixed segfaults on corruped VMD streams in the decoder.
Janne Grunau
- [libav-devel] [PATCH 7/8] Fix js_vlc_bits value validation when joint stereo is used in cook decoder.
Janne Grunau
- [libav-devel] [PATCH 4/6] Fixed invalid read access on extra data in cinepak decoder.
Janne Grunau
- [libav-devel] [PATCH 2/5] Check for missing reference in vp5/6 decoder.
Janne Grunau
- [libav-devel] [PATCH 4/5] Check for huffman tree building error in vp6 decoder.
Janne Grunau
- [libav-devel] [PATCH 3/4] Fix error recovery code on size changes in vp5/6 decoder
Janne Grunau
- [libav-devel] [PATCH 5/5] Release old pictures after a resolution change in vp5/6 decoder
Janne Grunau
- [libav-devel] [PATCH 4/4] Reset the internal state when aborting key frames header parsing in vp6 decoder.
Janne Grunau
- [libav-devel] Backported buffer/sanity check patches from Laurent Aimar for september
Janne Grunau
- [libav-devel] [PATCH 01/27] xan: Prevent out of bound accesses
Janne Grunau
- [libav-devel] [PATCH 02/27] shorten: Prevent block size from increasing
Janne Grunau
- [libav-devel] [PATCH 03/27] oggdemux: Fix out of bounds writes
Janne Grunau
- [libav-devel] [PATCH 04/27] id3v2: Fix NULL pointer dereference in parser
Janne Grunau
- [libav-devel] [PATCH 05/27] mpc8: Fix return value on EOF
Janne Grunau
- [libav-devel] [PATCH 06/27] mpc8: Check out of bound bands limit
Janne Grunau
- [libav-devel] [PATCH 07/27] wmapro: Validate the number of audio channels before using it
Janne Grunau
- [libav-devel] [PATCH 08/27] wavpack: Reset internal state on corrupted blocks
Janne Grunau
- [libav-devel] [PATCH 09/27] bink: Check for various out of bound writes
Janne Grunau
- [libav-devel] [PATCH 10/27] bink: Check for out of bound writes when building tree
Janne Grunau
- [libav-devel] [PATCH 11/27] bink: Prevent NULL dereferences with missing reference frame
Janne Grunau
- [libav-devel] [PATCH 12/27] wmavoice: Check for out of bound writes
Janne Grunau
- [libav-devel] [PATCH 13/27] wmavoice: Check for corrupted extra data
Janne Grunau
- [libav-devel] [PATCH 14/27] sunrast: Check for out of bounds reads
Janne Grunau
- [libav-devel] [PATCH 15/27] xan: Prevent NULL dereferences with missing reference frame
Janne Grunau
- [libav-devel] [PATCH 16/27] sunrast: Check for invalid/corrupted bitstream
Janne Grunau
- [libav-devel] [PATCH 17/27] xan: Prevent NULL dereference with missing palette
Janne Grunau
- [libav-devel] [PATCH 18/27] xan: Fixed out of bound accesses in xan_unpack()
Janne Grunau
- [libav-devel] [PATCH 19/27] motionpixels: Prevent calling init_vlc() with invalid parameters
Janne Grunau
- [libav-devel] [PATCH 20/27] xan: Check for out of bound reads in xan_huffman_decode()
Janne Grunau
- [libav-devel] [PATCH 21/27] motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer
Janne Grunau
- [libav-devel] [PATCH 22/27] motionpixels: Fix the size of workspace buffers
Janne Grunau
- [libav-devel] [PATCH 23/27] dsicinav: Check for out of bounds reads
Janne Grunau
- [libav-devel] [PATCH 24/27] quickdraw: Check for out of bound reads
Janne Grunau
- [libav-devel] [PATCH 25/27] tiertexseqv: Check for out of bound reads
Janne Grunau
- [libav-devel] [PATCH 26/27] dsicinav: Check for out of bounds writes
Janne Grunau
- [libav-devel] [PATCH 27/27] shorten: Fix out of bound writes in fix_bitshift()
Janne Grunau
- [libav-devel] [PATCH] xan: Prevent NULL dereference with missing palette
Janne Grunau
- [libav-devel] [PATCH 03/27] oggdemux: Fix out of bounds writes
Janne Grunau
- [libav-devel] [PATCH 21/27] motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer
Janne Grunau
- [libav-devel] [PATCH] mpc8: Check out of bound bands limit
Janne Grunau
- [libav-devel] [PATCH] mpc8: Check out of bound bands limit
Janne Grunau
- [libav-devel] [PATCH] mpc8: Check out of bound bands limit
Janne Grunau
- [libav-devel] [PATCH 21/27] motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer
Janne Grunau
- [libav-devel] [PATCH] motionpixels: change fate crc for the last frame after 1cd0a5516
Janne Grunau
- [libav-devel] [PATCH] motionpixels: decode only the 111 complete frames for fate
Janne Grunau
- [libav-devel] [PATCH 09/27] bink: Check for various out of bound writes
Janne Grunau
- [libav-devel] 2nd round of backported buffer/sanity check patches from Laurent Aimar
Janne Grunau
- [libav-devel] [PATCH 01/22] avsdemux: check for corrupted data
Janne Grunau
- [libav-devel] [PATCH 02/22] anmdemux: prevent double free on error
Janne Grunau
- [libav-devel] [PATCH 03/22] avs: check for out of bound reads
Janne Grunau
- [libav-devel] [PATCH 04/22] avsdemux: check for out of bound writes
Janne Grunau
- [libav-devel] [PATCH 05/22] anm: prevent infinite loop
Janne Grunau
- [libav-devel] [PATCH 06/22] adpcm: fix out of bound reads due to integer overflow
Janne Grunau
- [libav-devel] [PATCH 07/22] eacmv: fix potential pointer arithmetic overflows
Janne Grunau
- [libav-devel] [PATCH 08/22] eacmv: prevent NULL dereferences with missing reference frame
Janne Grunau
- [libav-devel] [PATCH 09/22] eacmv: check for out of bound reads
Janne Grunau
- [libav-devel] [PATCH 10/22] tiffdec: fix out of bound reads/writes
Janne Grunau
- [libav-devel] [PATCH 11/22] ptx: check for out of bound reads
Janne Grunau
- [libav-devel] [PATCH 12/22] 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffers
Janne Grunau
- [libav-devel] [PATCH 13/22] 4xmdemux: prevent use of uninitialized memory
Janne Grunau
- [libav-devel] [PATCH 14/22] 4xm: prevent NULL dereference with invalid huffman table
Janne Grunau
- [libav-devel] [PATCH 15/22] 4xm: check for out of bound accesses
Janne Grunau
- [libav-devel] [PATCH 16/22] 4xm: reject video with non multiple of 16 width/height
Janne Grunau
- [libav-devel] [PATCH 17/22] error_resilience: fix the check for missing references in ff_er_frame_end() for H264
Janne Grunau
- [libav-devel] [PATCH 18/22] h264: reset h->ref_count in case of errors in ff_h264_decode_ref_pic_list_reordering()
Janne Grunau
- [libav-devel] [PATCH 19/22] h264: fix the check for invalid SPS:num_ref_frames
Janne Grunau
- [libav-devel] [PATCH 20/22] h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][]
Janne Grunau
- [libav-devel] [PATCH 21/22] h264: check for invalid bit depth value
Janne Grunau
- [libav-devel] [PATCH 22/22] h264: fix intra 16x16 mode check for mbaff and constrained_intra_pred
Janne Grunau
- [libav-devel] [PATCH] zmbv: remove memcpy() of decoded frame
Janne Grunau
- [libav-devel] [PATCH] mpeg12enc: use sign_extend() function
Janne Grunau
- [libav-devel] [PATCH 1/5] avconv: factorize common code in transcode_init()
Janne Grunau
- [libav-devel] [PATCH] avconv: add presets
Janne Grunau
- [libav-devel] [PATCH 2/5] avconv: remove pointless always true condition
Janne Grunau
- [libav-devel] [PATCH 3/5] avconv: in output_packet() don't set decoded_data_size for video.
Janne Grunau
- [libav-devel] [PATCH 5/5] doc/avconv: add forgotten output/per-stream info to -filter
Janne Grunau
- [libav-devel] [PATCH] fate: run avconv with -nostats flag
Janne Grunau
- [libav-devel] [PATCH] wmavoice: fix a signed overflow
Janne Grunau
- [libav-devel] [PATCH 2/5] mpegvideo_enc: fix a signed overflow
Janne Grunau
- [libav-devel] [PATCH 3/5] ac3dec: use get_sbits() instead of manually sign-extending
Janne Grunau
- [libav-devel] [PATCH 4/5] mpeg124: use sign_extend() function
Janne Grunau
- [libav-devel] [PATCH 5/5] 4xm: fix signed overflow
Janne Grunau
- [libav-devel] [PATCH] mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_header
Janne Grunau
- [libav-devel] [PATCH v2] avidec: fix signed overflow in avi_sync()
Janne Grunau
- [libav-devel] [PATCH] avidec: simplify size parameter in memset()
Janne Grunau
- [libav-devel] [PATCH 11/22] ptx: check for out of bound reads
Janne Grunau
- [libav-devel] [PATCH] sipr: fix get_bits(0) calls
Janne Grunau
- [libav-devel] [PATCH] h264: fix invalid shifts in init_cavlc_level_tab()
Janne Grunau
- [libav-devel] [PATCH 2/6] rv34: move inverse transform to rv34dsp
Janne Grunau
- [libav-devel] [PATCH] rv34: NEON optimised inverse transform functions
Janne Grunau
- [libav-devel] [PATCH] avconv: add presets
Janne Grunau
- [libav-devel] [PATCH 4/6] fmtconvert: check compile-time x86 instruction set flags
Janne Grunau
- [libav-devel] [PATCH 4/5] adpcmdec: check remaining buffer size before decoding next block in the ADPCM IMA WAV decoder.
Janne Grunau
- [libav-devel] [PATCH 5/5] adpcmdec: calculate actual number of output samples for each decoder.
Janne Grunau
- [libav-devel] [PATCH 4/6] fmtconvert: check compile-time x86 instruction set flags
Janne Grunau
- [libav-devel] [PATCH 1/5] avformat: don't unconditionally call ff_read_frame_flush() when trying to seek.
Janne Grunau
- [libav-devel] [PATCH 2/5] avformat: update AVInputFormat allowed flags
Janne Grunau
- [libav-devel] [PATCH 3/5] avformat: add AVInputFormat flag AVFMT_NO_SEEK_BY_BYTES.
Janne Grunau
- [libav-devel] [PATCH 4/5] shn: do not allow seeking in the raw shn demuxer.
Janne Grunau
- [libav-devel] [PATCH 3/5] avformat: add AVInputFormat flag AVFMT_NO_SEEK_BY_BYTES.
Janne Grunau
- [libav-devel] [PATCH 5/5] shorten: remove the flush function.
Janne Grunau
- [libav-devel] [PATCH 3/5] avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.
Janne Grunau
- [libav-devel] Replace incomplete w32threads implementation
Janne Grunau
- [libav-devel] [PATCH] w32threads: support for frame multithreading
Janne Grunau
- [libav-devel] [PATCH] prores: add '-pix_fmt yuv422p10le' to FATE tests to keep CRCs endian independent
Janne Grunau
- [libav-devel] [PATCH] w32threads: support for frame multithreading
Janne Grunau
- [libav-devel] [PATCH 1/1] Always generate a proper WAVEFORMATEX structure in ff_put_wav_header
Janne Grunau
- [libav-devel] [PATCH] prores: add missing feature warning for alpha
Janne Grunau
- [libav-devel] [PATCH] prores: add appropriate -fix_fmt parameter to FATE command
Janne Grunau
- [libav-devel] [PATCH] fix overflows in proresdsp0idct
Janne Grunau
- [libav-devel] [PATCH] prores: fix fate CRCs for prores-422_proxy
Janne Grunau
- [libav-devel] [PATCH] fate: update prores-alpha ref after changing pix_fmt to yuv444p10le
Janne Grunau
- [libav-devel] [PATCH] prores: fix fate CRCs for prores-422_proxy
Janne Grunau
- [libav-devel] [PATCH] Fix overreads/overwrites in VP8/MKV
Janne Grunau
- [libav-devel] [PATCH] Fix overreads/overwrites in VP8/MKV
Janne Grunau
- [libav-devel] [PATCH] Fix overreads/overwrites in VP8/MKV
Janne Grunau
- [libav-devel] [PATCH 1/5] vp8: fix return value if update_dimensions fails
Janne Grunau
- [libav-devel] [PATCH 2/5] vp8: force reallocation in update_thread_context after frame size change
Janne Grunau
- [libav-devel] [PATCH 3/5] vp8: prevent read from uninitialized memory in decode_mvs
Janne Grunau
- [libav-devel] [PATCH 4/5] pthread: copy coded frame dimensions in update_context_from_thread
Janne Grunau
- [libav-devel] [PATCH 5/5] pthread: prevent updating AVCodecContext from itself in frame_thread_free
Janne Grunau
- [libav-devel] [PATCH 1/7] isom: Add MPEG4SYSTEMS dummy object type indication.
Janne Grunau
- [libav-devel] [PATCH 2/7] mpegts: Parse mpeg2 SL descriptors.
Janne Grunau
- [libav-devel] [PATCH] prevent overflow
Janne Grunau
- [libav-devel] [PATCH] swscale: prevent overflow during initialization
Janne Grunau
- [libav-devel] [PATCH] swscale: prevent overflow during initialization
Janne Grunau
- [libav-devel] [PATCH 14/27] sunrast: Check for out of bounds reads
Janne Grunau
- [libav-devel] [PATCH] sunrast: Check for invalid/corrupted bitstream
Janne Grunau
- [libav-devel] [PATCH] Makefile: change presets extension to .avpreset
Janne Grunau
- [libav-devel] [PATCH] presets: rename presets directory
Janne Grunau
- [libav-devel] [PATCH 1/2] H264: change weight/biweight functions to take a height argument.
Janne Grunau
- [libav-devel] [PATCH] sync libav avcodec.h
Janne Grunau
- [libav-devel] [PATCH] swscale: prevent overflow in coefficient calculation.
Janne Grunau
- [libav-devel] [PATCH] Add V210 unpack SIMD
Janne Grunau
- [libav-devel] [PATCH] avplay: fix fullscreen behaviour with SDL 1.2.14 on Mac OS X
Janne Grunau
- [libav-devel] [PATCH 5/7] aacdec: fix channel reconfigs on LATM
Janne Grunau
- [libav-devel] [PATCH 4/7] aacdec: Make aac-latm closer to the spec
Janne Grunau
- [libav-devel] [PATCH 3/7] aacsbr: prevent multiple ff_aac_sbr_ctx_init()
Janne Grunau
- [libav-devel] [PATCH] avplay: fix fullscreen behaviour with SDL 1.2.14 on Mac OS X
Janne Grunau
- [libav-devel] [PATCH] Move timefilter code from lavf to lavd.
Janne Grunau
- [libav-devel] [PATCH] presets: spelling error in libvpx 1080p50_60
Janne Grunau
- [libav-devel] [PATCH 2/7] resample: reject unhandled conversions
Janne Grunau
- [libav-devel] [PATCH 3/7] aacdec:initiale sbr context only in new channel elements
Janne Grunau
- [libav-devel] [PATCH 4/7] latm: avoid unnecessary reinit of the aac decoder
Janne Grunau
- [libav-devel] [PATCH 5/7] cosmetics: simplify latm_decode_init
Janne Grunau
- [libav-devel] [PATCH 6/7] latm: do not parse data as PS specific config
Janne Grunau
- [libav-devel] [PATCH 7/7] aac_latm: reconfigure decoder on audio specific config changes
Janne Grunau
- [libav-devel] [PATCH] aac_latm: reconfigure decoder on audio specific config changes
Janne Grunau
- [libav-devel] [PATCH 1/7] resample: remove unused #define
Janne Grunau
- [libav-devel] [PATCH] wavpack: calculate bpp using av_get_bytes_per_sample()
Janne Grunau
- [libav-devel] [PATCH 1/2] vorbisdec: check output buffer size before writing output
Janne Grunau
- [libav-devel] [PATCH] g722: split decoder and encoder into separate files
Janne Grunau
- [libav-devel] [PATCH] swscale: add missing colons to x86 assembly yuv2planeX.
Janne Grunau
- [libav-devel] [PATCH 1/2] Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"
Janne Grunau
- [libav-devel] [PATCH 2/2] mpeg12: fix mpeg_decode_slice context parameter type
Janne Grunau
- [libav-devel] [PATCH] swscale: add missing colons to x86 assembly yuv2planeX.
Janne Grunau
- [libav-devel] [PATCH 02/10] pcmdec: move DVD PCM bits_per_coded_sample check near to the code that sets the sample size.
Janne Grunau
- [libav-devel] [PATCH] threads: restore has_b_frames in frame_thread_free
Janne Grunau
- [libav-devel] [PATCH 1/2] iv8: assemble packets to return complete frames
Janne Grunau
- [libav-devel] [PATCH 2/2] iv8: set dts instead of pts to trick timestamp guessing code
Janne Grunau
- [libav-devel] [PATCH 2/2] iv8: set dts instead of pts to trick timestamp guessing code
Janne Grunau
- [libav-devel] [PATCH 1/2] latmdec: fix audio specific config parsing
Janne Grunau
- [libav-devel] [PATCH 2/2] aac_latm: reconfigure decoder on audio specific config changes
Janne Grunau
- [libav-devel] [PATCH 2/2] aac_latm: reconfigure decoder on audio specific config changes
Janne Grunau
- [libav-devel] [PATCH] lavf: use number of output pictures for delay checks.
Janne Grunau
- [libav-devel] [PATCH] lavf: use number of output pictures for delay checks.
Janne Grunau
- [libav-devel] [PATCH] lavf: use number of output pictures for delay checks.
Janne Grunau
- [libav-devel] [PATCH 1/2] seek-test: use avformat_open_input
Janne Grunau
- [libav-devel] [PATCH 2/2] pktdumper: use avformat_open_input instead of av_open_input_file
Janne Grunau
- [libav-devel] [PATCH] pktdumper: use avformat_open_input instead of av_open_input_file
Janne Grunau
- [libav-devel] [PATCH] seek-test: free options dictionary after use
Janne Grunau
- [libav-devel] [PATCH] lavf: use number of output pictures for delay checks.
Janne Grunau
- [libav-devel] [PATCH] lavf: add init_put_byte() to the list of visible symbols.
Janne Grunau
- [libav-devel] [PATCH 01/17] atrac1: check output buffer size before decoding
Janne Grunau
- [libav-devel] [PATCH 02/17] atrac1: decode mono audio directly to output buffer
Janne Grunau
- [libav-devel] [PATCH 13/17] atrac3: return error if packet is too small
Janne Grunau
- [libav-devel] [PATCH 14/17] atrac3: add a couple macro constants
Janne Grunau
- [libav-devel] [PATCH 15/17] atrac3: make sure all memory is freed on init failure
Janne Grunau
- [libav-devel] [PATCH 16/17] atrac3: return appropriate error codes instead of -1
Janne Grunau
- [libav-devel] [PATCH 17/17] atrac3: add CODEC_CAP_SUBFRAMES capability
Janne Grunau
- [libav-devel] [PATCH] aacdec: allow output reconfiguration on channel changes
Janne Grunau
- [libav-devel] [PATCH 2/7] aacsbr: Add an assert checking for an inconsistency
Janne Grunau
- [libav-devel] [PATCH] cook: return AVERROR_PATCHWELCOME instead of ENOTSUP
Janne Grunau
- [libav-devel] [PATCH] cmdutils: check fread() return value
Janne Grunau
- [libav-devel] patch to libavformat/mov.c, metadata various
Raivo Hool
- [libav-devel] [PATCH 1/4] Fixed MOV/MP4 tracktotal metadata
Raivo Hool
- [libav-devel] [PATCH 2/4] Fixed MOV/MP4 disc and tracktotal metadata
Raivo Hool
- [libav-devel] [PATCH 3/4] Fixed MOV/MP4 album_artist metadata
Raivo Hool
- [libav-devel] [PATCH 4/4] Added support for tves, tvsn and stik atoms
Raivo Hool
- [libav-devel] [PATCH 4/4] Added support for tves, tvsn and stik atoms
Raivo Hool
- [libav-devel] [PATCH 1/2] Fix MOV/MP4 disc/track numbers and totals
Raivo Hool
- [libav-devel] [PATCH 2/2] Fix MOV/MP4 album_artist atom
Raivo Hool
- [libav-devel] MOV/MP4 metadata
Raivo Hool
- [libav-devel] [PATCH] mov: add support for TV metadata atoms tves, tvsn and stik
Raivo Hool
- [libav-devel] [PATCH] mov: parse the gnre atom
Raivo Hool
- [libav-devel] [PATCH 1/4] mov: parse the gnre atom
Raivo Hool
- [libav-devel] [PATCH 2/4] mov: rename function to remove ambiguity, some indentation cosmetics
Raivo Hool
- [libav-devel] [PATCH 3/4] mov: rename function _stik, some indentation cosmetics
Raivo Hool
- [libav-devel] [PATCH 4/4] mov: add support for hdvd and pgap metadata atoms
Raivo Hool
- [libav-devel] [PATCH 1/4] mov: parse the gnre atom
Raivo Hool
- [libav-devel] [PATCH 1/4] mov: parse the gnre atom
Raivo Hool
- [libav-devel] [PATCH 2/4] mov: rename function _int8 to remove ambiguity, some indentation cosmetics
Raivo Hool
- [libav-devel] [PATCH 3/4] mov: rename function _stik, some indentation cosmetics
Raivo Hool
- [libav-devel] [PATCH 4/4] mov: add support for hdvd and pgapmetadata atoms
Raivo Hool
- [libav-devel] [PATCH 1/4] mov: parse the gnre atom
Raivo Hool
- [libav-devel] [PATCH] mpegts: Attempt to seek back to beginning in non-seekable mpegts files.
Tomas Härdin
- [libav-devel] [PATCH] mpegts: Attempt to seek back to beginning in non-seekable mpegts files.
Tomas Härdin
- [libav-devel] [PATCH] movenc: Don't wrap whole extradata atoms in glbl.
Tomas Härdin
- [libav-devel] [PATCH] swscale: add missing colons to x86 assembly yuv2planeX.
Daniel Kang
- [libav-devel] [PATCH][RFC} remove dsputil put/avg_2tap_qpel_pixels_tab
Daniel Kang
- [libav-devel] [PATCH][RFC} remove dsputil put/avg_2tap_qpel_pixels_tab
Daniel Kang
- [libav-devel] [PATCH] H.264: Convert H.264 luma MC ASM from inlined to yasm.
Daniel Kang
- [libav-devel] [PATCH] H.264: Convert H.264 luma MC ASM from inlined to yasm.
Daniel Kang
- [libav-devel] [PATCH] H.264: Cometics to dsputil_mmx.c
Daniel Kang
- [libav-devel] [PATCH] H.264: Convert H.264 luma MC ASM from inlined to yasm.
Daniel Kang
- [libav-devel] [PATCH] H.264: Convert H.264 luma MC ASM from inlined to yasm.
Daniel Kang
- [libav-devel] [PATCH] H.264: Convert H.264 luma MC ASM from inlined to yasm.
Daniel Kang
- [libav-devel] [PATCH 1/2] Move id3v2 tag writing from mp3enc.c into id3v2.c
Michael Karcher
- [libav-devel] [PATCH 2/2] Add OpenMG audio muxer
Michael Karcher
- [libav-devel] [PATCH 1/2] Move id3v2 tag writing from mp3enc.c into id3v2.c
Michael Karcher
- [libav-devel] [PATCH 2/2] Add OpenMG audio muxer
Michael Karcher
- [libav-devel] [PATCH] doc comment: 'Machine byte order' makes no sense on char arrays
Michael Karcher
- [libav-devel] [PATCH] mpegtsenc: fix av_freep() of adts null pointer
Chris Kennedy
- [libav-devel] [PATCH 1/7] AVOptions: don't segfault on NULL parameter in av_set_options_string()
Anton Khirnov
- [libav-devel] [PATCH 2/7] lavfi: add LUT (LookUp Table) generic filters
Anton Khirnov
- [libav-devel] [PATCH 3/7] lavfi: add negate filter
Anton Khirnov
- [libav-devel] [PATCH 4/7] lavfi: port boxblur filter from libmpcodecs
Anton Khirnov
- [libav-devel] [PATCH 5/7] lavfi: port libmpcodecs delogo filter
Anton Khirnov
- [libav-devel] [PATCH 6/7] lavfi: add testsrc source
Anton Khirnov
- [libav-devel] [PATCH 7/7] lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs
Anton Khirnov
- [libav-devel] [PATCH 1/3] id3v2: don't discard the whole tag when encountering empty frames.
Anton Khirnov
- [libav-devel] [PATCH 2/3] id3v2: read TXXX frames with two calls to decode_str() instead of one.
Anton Khirnov
- [libav-devel] [PATCH 3/3] id3v2: remove pointless casts
Anton Khirnov
- [libav-devel] [PATCH] id3v2: don't discard the whole tag when encountering empty frames.
Anton Khirnov
- [libav-devel] [PATCH] ogg/celt: do not set sample_fmt in the demuxer
Anton Khirnov
- [libav-devel] [PATCH 1/3] Check for out of bound writes in the QDM2 decoder.
Anton Khirnov
- [libav-devel] [PATCH 2/3] Fix out of bound reads in the QDM2 decoder.
Anton Khirnov
- [libav-devel] [PATCH 3/3] qdm2: check output buffer size before decoding
Anton Khirnov
- [libav-devel] [PATCH] libvpx: fix build with older libvpx versions.
Anton Khirnov
- [libav-devel] [PATCH] libvpx: fix build with older libvpx versions.
Anton Khirnov
- [libav-devel] [RFC] AVOptions API rewrite
Anton Khirnov
- [libav-devel] [PATCH 01/13] lavc: use designated initializers for av_codec_context_class
Anton Khirnov
- [libav-devel] [PATCH 02/13] lavc/lavf: use unique private classes.
Anton Khirnov
- [libav-devel] [PATCH 03/13] AVOptions: split av_set_string3 into opt type-specific functions
Anton Khirnov
- [libav-devel] [PATCH 04/13] AVOptions: cosmetics, move and rename static av_set_number().
Anton Khirnov
- [libav-devel] [PATCH 05/13] AVOptions: cosmetics, rename static av_set_number2() to write_number().
Anton Khirnov
- [libav-devel] [PATCH 06/13] AVOptions: refactor set_number/write_number
Anton Khirnov
- [libav-devel] [PATCH 07/13] AVOptions: add new API for enumerating children.
Anton Khirnov
- [libav-devel] [PATCH 08/13] AVOptions: add av_opt_set*().
Anton Khirnov
- [libav-devel] [PATCH 09/13] AVOptions: add av_opt_get*, deprecate av_get*.
Anton Khirnov
- [libav-devel] [PATCH 10/13] AVOptions: split get_number().
Anton Khirnov
- [libav-devel] [PATCH 11/13] AVOptions: add functions for evaluating option strings.
Anton Khirnov
- [libav-devel] [PATCH 12/13] AVOptions: add av_opt_next, deprecate av_next_option.
Anton Khirnov
- [libav-devel] [PATCH 13/13] Remove all uses of deprecated AVOptions API.
Anton Khirnov
- [libav-devel] [PATCH] H264: Only wait before triggering ff_thread_setup_complete() until the next slice that contains a start-of-field/frame macroblock
Anton Khirnov
- [libav-devel] [PATCH] Print command line parameters in show_banner().
Anton Khirnov
- [libav-devel] [PATCH 3/3] h264: correct implicit_weight for field-interlaced pictures.
Anton Khirnov
- [libav-devel] [PATCH] libx264: support 9- and 10-bit output.
Anton Khirnov
- [libav-devel] [PATCH 1/2] libavcodec: rename FF_API_AGGRESSIVE depreciation symbol to FF_API_ER
Anton Khirnov
- [libav-devel] [PATCH 01/15] AVOptions: split av_set_string3 into opt type-specific functions
Anton Khirnov
- [libav-devel] [PATCH 02/15] AVOptions: cosmetics, move and rename static av_set_number().
Anton Khirnov
- [libav-devel] [PATCH 03/15] AVOptions: cosmetics, rename static av_set_number2() to write_number().
Anton Khirnov
- [libav-devel] [PATCH 04/15] AVOptions: refactor set_number/write_number
Anton Khirnov
- [libav-devel] [PATCH 05/15] AVOptions: add new API for enumerating children.
Anton Khirnov
- [libav-devel] [PATCH 06/15] AVOptions: add av_opt_set*().
Anton Khirnov
- [libav-devel] [PATCH 07/15] AVOptions: add av_opt_get*, deprecate av_get*.
Anton Khirnov
- [libav-devel] [PATCH 08/15] AVOptions: split get_number().
Anton Khirnov
- [libav-devel] [PATCH 09/15] AVOptions: add functions for evaluating option strings.
Anton Khirnov
- [libav-devel] [PATCH 10/15] AVOptions: add av_opt_next, deprecate av_next_option.
Anton Khirnov
- [libav-devel] [PATCH 11/15] Remove all uses of deprecated AVOptions API.
Anton Khirnov
- [libav-devel] [PATCH 12/15] AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
- [libav-devel] [PATCH 13/15] cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()
Anton Khirnov
- [libav-devel] [PATCH 14/15] AVOptions: bump minor and add APIchanges entry.
Anton Khirnov
- [libav-devel] [PATCH 15/15] AVOptions: add documentation.
Anton Khirnov
- [libav-devel] [PATCH] id3v2: fix NULL pointer dereference
Anton Khirnov
- [libav-devel] [PATCH 1/2] avtools: add -v as alias for -loglevel
Anton Khirnov
- [libav-devel] [PATCH 2/2] avconv: raise verbosity level of progress reports
Anton Khirnov
- [libav-devel] [PATCH] fate: run avconv with log level 'info'
Anton Khirnov
- [libav-devel] [PATCH 1/5] avconv: factorize common code in transcode_init()
Anton Khirnov
- [libav-devel] [PATCH 2/5] avconv: remove pointless always true condition
Anton Khirnov
- [libav-devel] [PATCH 3/5] avconv: in output_packet() don't set decoded_data_size for video.
Anton Khirnov
- [libav-devel] [PATCH 4/5] avconv: add -stats option to enable/disable printing encoding progress
Anton Khirnov
- [libav-devel] [PATCH 5/5] doc/avconv: add forgotten output/per-stream info to -filter
Anton Khirnov
- [libav-devel] [PATCH] mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related functions.
Anton Khirnov
- [libav-devel] [PATCH] avconv: add -stats option to enable/disable printing encoding progress
Anton Khirnov
- [libav-devel] [PATCH] avconv: always print stats with AV_LOG_INFO
Anton Khirnov
- [libav-devel] [PATCH 1/2] sws: support yuv444p9/10 output.
Anton Khirnov
- [libav-devel] [PATCH 2/2] libx264: support yuv422/444 output.
Anton Khirnov
- [libav-devel] [PATCH] dnxhddec: handle cid change in bitstream.
Anton Khirnov
- [libav-devel] [PATCH 01/15] AVOptions: split av_set_string3 into opt type-specific functions
Anton Khirnov
- [libav-devel] [PATCH] id3v2: reduce the scope of some non-globally-used symbols/structures
Anton Khirnov
- [libav-devel] [PATCH] id2v2: fix parameterless function pointer declaration
Anton Khirnov
- [libav-devel] [PATCH] id2v2: fix parameterless function pointer declaration
Anton Khirnov
- [libav-devel] [PATCH 1/4] Fixed MOV/MP4 tracktotal metadata
Anton Khirnov
- [libav-devel] [PATCH 3/4] Fixed MOV/MP4 album_artist metadata
Anton Khirnov
- [libav-devel] [PATCH 2/4] Fixed MOV/MP4 disc and tracktotal metadata
Anton Khirnov
- [libav-devel] [PATCH 4/4] Added support for tves, tvsn and stik atoms
Anton Khirnov
- [libav-devel] [PATCH] id3v2: fix NULL pointer dereference
Anton Khirnov
- [libav-devel] [PATCH 2/2] libx264: support yuv422/444 output.
Anton Khirnov
- [libav-devel] [PATCH] lavc: deprecate FF_ER_AGGRESSIVE and rename deprecation symbol FF_API_VERY_AGGRESSIVE to FF_API_ER
Anton Khirnov
- [libav-devel] [PATCH 2/2] mov: do not misreport empty stts
Anton Khirnov
- [libav-devel] [PATCH 1/2] Fix MOV/MP4 disc/track numbers and totals
Anton Khirnov
- [libav-devel] [PATCH 2/2] flvdec: Don't export metadata entries that aren't proper metadata
Anton Khirnov
- [libav-devel] [PATCH 2/2] rtsp: Request that dynamic rate is disabled
Anton Khirnov
- [libav-devel] [PATCH 1/2] rtpdec: Fix the minimum packet length for RTCP SR packets
Anton Khirnov
- [libav-devel] [PATCH 2/2] rtpdec: Read the packet length for all RTCP packet types
Anton Khirnov
- [libav-devel] [PATCH 12/15] AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*
Anton Khirnov
- [libav-devel] [PATCH 13/15] cmdutils/avtools: simplify show_help() by using av_opt_child_class_next()
Anton Khirnov
- [libav-devel] [PATCH 14/15] AVOptions: bump minor and add APIchanges entry.
Anton Khirnov
- [libav-devel] [PATCH 15/15] AVOptions: add documentation.
Anton Khirnov
- [libav-devel] [PATCH 1/4] lavf: add avformat_new_stream as a replacement for av_new_stream.
Anton Khirnov
- [libav-devel] [PATCH 2/4] lavf, lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
- [libav-devel] [PATCH 3/4] lavf: replace av_new_stream->avformat_new_stream part II.
Anton Khirnov
- [libav-devel] [PATCH 4/4] lavc: make avcodec_get_context_defaults3 "officially" public
Anton Khirnov
- [libav-devel] [PATCH 1/4] rtsp: Merge the AVOption lists
Anton Khirnov
- [libav-devel] [PATCH 2/4] rtsp: Accept options via private avoptions instead of URL options
Anton Khirnov
- [libav-devel] [PATCH 2/4] rtsp: Accept options via private avoptions instead of URL options
Anton Khirnov
- [libav-devel] [PATCH] avconv: add presets
Anton Khirnov
- [libav-devel] fix build error when using avutil/log.h with C++ code
Anton Khirnov
- [libav-devel] fix build error when using avutil/log.h with C++ code
Anton Khirnov
- [libav-devel] [PATCH 2/4] rtsp: Accept options via private avoptions instead of URL options
Anton Khirnov
- [libav-devel] fix build error when using avutil/log.h with C++ code
Anton Khirnov
- [libav-devel] [PATCH 3/5] avformat: add AVInputFormat flag AVFMT_NO_SEEK_BY_BYTES.
Anton Khirnov
- [libav-devel] [PATCH] matroskaenc: expand WAVEFORMAT to WAVEFORMATEX for A_MS/ACM data
Anton Khirnov
- [libav-devel] [PATCH v2 1/5] rtsp: Merge the AVOption lists
Anton Khirnov
- [libav-devel] [PATCH v2 2/5] rtsp: Simplify AVOption definitions
Anton Khirnov
- [libav-devel] [PATCH v2 4/5] rtsp: Remove the separate filter_source variable
Anton Khirnov
- [libav-devel] [PATCH 5/5] adpcmdec: calculate actual number of output samples for each decoder.
Anton Khirnov
- [libav-devel] [PATCH 2/2] lavc: add a flag-based error_recognition field to AVCodecContext and deprecate non-flag-based ER field
Anton Khirnov
- [libav-devel] [PATCH 5/5] adpcmdec: calculate actual number of output samples for each decoder.
Anton Khirnov
- [libav-devel] [PATCH] mov: add support for TV metadata atoms tves, tvsn and stik
Anton Khirnov
- [libav-devel] [PATCH] lavf: replace av_new_stream->avformat_new_stream part II.
Anton Khirnov
- [libav-devel] [PATCH 1/3] lavf: deprecate AVFormatContext.file_size
Anton Khirnov
- [libav-devel] [PATCH 2/3] mpegenc/mpegtsenc: add muxrate private options.
Anton Khirnov
- [libav-devel] [PATCH 3/3] mpegenc: add preload private option.
Anton Khirnov
- [libav-devel] [PATCH] avio: Check for invalid buffer length.
Anton Khirnov
- [libav-devel] [PATCH] id2v2: fix parameterless function pointer declaration
Anton Khirnov
- [libav-devel] [PATCH 1/7] AVOptions: don't segfault on NULL parameter in av_set_options_string()
Anton Khirnov
- [libav-devel] [PATCH 1/3] avcodec: clarify documentation of CODEC_CAP_DELAY
Anton Khirnov
- [libav-devel] [PATCH 2/3] avcodec: clarify the CODEC_CAP_DELAY note in avcodec_decode_video2()
Anton Khirnov
- [libav-devel] [PATCH 3/3] avcodec: add CODEC_CAP_DELAY note to avcodec_decode_audio3() documentation
Anton Khirnov
- [libav-devel] [rfc] segment muxer
Anton Khirnov
- [libav-devel] [rfc] segment muxer
Anton Khirnov
- [libav-devel] [PATCH 3/4] lavf: replace av_new_stream->avformat_new_stream part II.
Anton Khirnov
- [libav-devel] [PATCH 1/3] lavf: deprecate AVFormatContext.file_size
Anton Khirnov
- [libav-devel] [PATCH 3/3] mpegenc: add preload private option.
Anton Khirnov
- [libav-devel] [RFC] lavf: remove an ugly hack for guess mpeg/mpegts duration
Anton Khirnov
- [libav-devel] [PATCH 3/3] mpegenc: add preload private option.
Anton Khirnov
- [libav-devel] [PATCH v2 3/5] rtsp: Accept options via private avoptions instead of URL options
Anton Khirnov
- [libav-devel] [PATCH v2 5/5] doc: Update the documentation on setting options for RTSP
Anton Khirnov
- [libav-devel] [PATCH] avoptions: Fix av_opt_flag_is_set
Anton Khirnov
- [libav-devel] [PATCH 01/17] lavf: use avpriv_ prefix for ff_new_chapter().
Anton Khirnov
- [libav-devel] [PATCH 02/17] lavf: use avpriv_ prefix for some dv functions.
Anton Khirnov
- [libav-devel] [PATCH 03/17] lavf: hide private symbols.
Anton Khirnov
- [libav-devel] [PATCH 04/17] lavc: use avpriv_ prefix for ff_aac_parse_header().
Anton Khirnov
- [libav-devel] [PATCH 05/17] lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.
Anton Khirnov
- [libav-devel] [PATCH 06/17] lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.
Anton Khirnov
- [libav-devel] [PATCH 07/17] lavc: use avpriv_ prefix for some flac symbols used in lavf.
Anton Khirnov
- [libav-devel] [PATCH 08/17] lavc: use avpriv_ prefix for some dv symbols used in lavf.
Anton Khirnov
- [libav-devel] [PATCH 09/17] lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header.
Anton Khirnov
- [libav-devel] [PATCH 10/17] lavc: use avpriv_ prefix for ff_split_xiph_headers.
Anton Khirnov
- [libav-devel] [PATCH 11/17] lavc: rename ff_find_start_code to avpriv_MPV_find_start_code
Anton Khirnov
- [libav-devel] [PATCH 12/17] lavc: use avpriv_ prefix for ff_frame_rate_tab.
Anton Khirnov
- [libav-devel] [PATCH 13/17] lavc: use avpriv_ prefix for ff_ac3_parse_header.
Anton Khirnov
- [libav-devel] [PATCH 14/17] lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits.
Anton Khirnov
- [libav-devel] [PATCH 15/17] lavc: use avpriv_ prefix for ff_toupper4.
Anton Khirnov
- [libav-devel] [PATCH 16/17] lavc: deprecate img_get_alpha_info().
Anton Khirnov
- [libav-devel] [PATCH 17/17] lavc: hide private symbols.
Anton Khirnov
- [libav-devel] [PATCH] avoptions: Fix av_opt_flag_is_set
Anton Khirnov
- [libav-devel] [PATCH 2/2] rtsp: Expose the flag options via private AVOptions for sdp and rtp, too
Anton Khirnov
- [libav-devel] [PATCH] rtpenc: Set a default video codec
Anton Khirnov
- [libav-devel] [PATCH] rtpenc: Set a default video codec
Anton Khirnov
- [libav-devel] [PATCH 1/2] rtsp: Make the rtsp flags avoptions set via a define
Anton Khirnov
- [libav-devel] [PATCH 2/2] rtsp: Expose the flag options via private AVOptions for sdp and rtp, too
Anton Khirnov
- [libav-devel] [PATCH] AVOptions: add documentation.
Anton Khirnov
- [libav-devel] [PATCH] avconv: add presets
Anton Khirnov
- [libav-devel] [PATCH 1/3] doc/avtools: add forgotten part to stream specifiers description
Anton Khirnov
- [libav-devel] [PATCH 2/3] Update libx264 ffpresets to use native presets.
Anton Khirnov
- [libav-devel] [PATCH 3/3] Add libvpx presets.
Anton Khirnov
- [libav-devel] [PATCH 3/3] mpegenc: add preload private option.
Anton Khirnov
- [libav-devel] [PATCH 1/4] lavc: replace API-bump-triggered AVCodecContext field change with shorter, non-conflicting name
Anton Khirnov
- [libav-devel] [PATCH 3/4] lavc: add -ef AVOptions to access flag-based err-recognition
Anton Khirnov
- [libav-devel] [PATCH] Enable multithreding when decoding with libopenjpeg
Anton Khirnov
- [libav-devel] [PATCH 2/3] Update libx264 ffpresets to use native presets.
Anton Khirnov
- [libav-devel] [PATCH] Makefile: change presets extension to .avpreset
Anton Khirnov
- [libav-devel] [PATCH] presets: rename presets directory
Anton Khirnov
- [libav-devel] [PATCH] Move timefilter code from lavf to lavd.
Anton Khirnov
- [libav-devel] [PATCH 1/4] mov: parse the gnre atom
Anton Khirnov
- [libav-devel] [PATCH] lavc: add -err_filter AVOptions to access flag-based error recognition
Anton Khirnov
- [libav-devel] [PATCH 1/4] mov: parse the gnre atom
Anton Khirnov
- [libav-devel] [PATCH] lavc: add -err_filter AVOptions to access flag-based error recognition
Anton Khirnov
- [libav-devel] [PATCH 1/4] mov: parse the gnre atom
Anton Khirnov
- [libav-devel] [PATCH 1/2] Move id3v2 tag writing from mp3enc.c into id3v2.c
Anton Khirnov
- [libav-devel] [PATCH] lavf: export some forgotten symbols with non-av prefixes.
Anton Khirnov
- [libav-devel] [PATCH 1/6] lavf: make some seeking functions private
Anton Khirnov
- [libav-devel] [PATCH 2/6] lavf: simplify by using FFMAX/FFMIN.
Anton Khirnov
- [libav-devel] [PATCH 3/6] lavf: move private fields in AVFormatContext to the end at next bump.
Anton Khirnov
- [libav-devel] [PATCH 4/6] lavf: move private fields in AVStream to the end at next bump.
Anton Khirnov
- [libav-devel] [PATCH 5/6] avconc: split choose_codec() to choose_decoder/choose_encoder.
Anton Khirnov
- [libav-devel] [PATCH 6/6] lavf: deprecate AVStream.stream_copy
Anton Khirnov
- [libav-devel] [PATCH 1/5] mpegvideo: remove some unused variables from MpegEncContext.
Anton Khirnov
- [libav-devel] [PATCH 2/5] mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.h
Anton Khirnov
- [libav-devel] [PATCH 3/5] mpeg12: move full_pel from MpegEncContext to Mpeg1Context
Anton Khirnov
- [libav-devel] [PATCH 4/5] mpeg12: move closed_gop from MpegEncContext to Mpeg1Context
Anton Khirnov
- [libav-devel] [PATCH 5/5] lavc: move get_b_cbp() from h263.h to mpeg4videoenc.c
Anton Khirnov
- [libav-devel] [PATCH 1/5] mpegvideo: remove some unused variables from MpegEncContext.
Anton Khirnov
- [libav-devel] [PATCH] Move id3v2 tag writing to a separate file.
Anton Khirnov
- [libav-devel] [PATCH 2/2] Add OpenMG audio muxer
Anton Khirnov
- [libav-devel] [PATCH 6/7] latm: do not parse data as PS specific config
Anton Khirnov
- [libav-devel] [PATCH] seek-test: replace deprecated API usage with current API
Anton Khirnov
- [libav-devel] [RFC/PATCH] lavc: remove "legacy" mpegvideo decoder.
Anton Khirnov
- [libav-devel] [PATCH] H.264: Convert H.264 luma MC ASM from inlined to yasm.
Anton Khirnov
- [libav-devel] [libav-commits] lavf: add avformat_open_input() as a replacement for av_open_input_*
Anton Khirnov
- [libav-devel] [PATCH 1/2] pulse: introduce pulseaudio input
Anton Khirnov
- [libav-devel] [PATCH 2/2] pulse: documentation
Anton Khirnov
- [libav-devel] [PATCH 1/2] pulse: introduce pulseaudio input
Anton Khirnov
- [libav-devel] [PATCH 2/2] pulse: documentation
Anton Khirnov
- [libav-devel] [PATCH 2/2] probe: Restore identification of files with very large id3 tags and no extension.
Anton Khirnov
- [libav-devel] [PATCH] lavf: add init_put_byte() to the list of visible symbols.
Anton Khirnov
- [libav-devel] [PATCH] libdirac/libschroedinger: Drop unnecessary symbol prefixes.
Anton Khirnov
- [libav-devel] [RFC 6/6] cmdutils: Rename read_file to ff_read_file
Anton Khirnov
- [libav-devel] [PATCH] avcodec: add support for planar signed 8-bit PCM.
Anton Khirnov
- [libav-devel] [PATCH] avconv: add presets
Alexandra Khirnova
- [libav-devel] [PATCH 2/2] Split up yuv2yuvX functions.
Kieran Kunhya
- [libav-devel] [PATCH 2/2] Split up yuv2yuvX functions.
Kieran Kunhya
- [libav-devel] [PATCH 2/2] Split up yuv2yuvX functions.
Kieran Kunhya
- [libav-devel] [PATCH] [WIP] yuv2planeX10 SIMD
Kieran Kunhya
- [libav-devel] [PATCH] [WIP] yuv2planeX10 SIMD
Kieran Kunhya
- [libav-devel] [PATCH] [WIP] yuv2planeX10 SIMD
Kieran Kunhya
- [libav-devel] [PATCH 2/2] libx264: support yuv422/444 output.
Kieran Kunhya
- [libav-devel] [PATCH] Add V210 unpack SIMD
Kieran Kunhya
- [libav-devel] [PATCH] Add V210 unpack SIMD
Kieran Kunhya
- [libav-devel] [PATCH 0/3] Support for GeoTIFF metadata
Thomas Kühnel
- [libav-devel] [PATCH 1/3] avcodec: add metadata to AVFrame
Thomas Kühnel
- [libav-devel] [PATCH 2/3] tiff: Add GeoTIFF support to the TIFF decoder
Thomas Kühnel
- [libav-devel] [PATCH 3/3] avprobe: Print frame-based metadata
Thomas Kühnel
- [libav-devel] [PATCH 1/3] avcodec: add metadata to AVFrame
Thomas Kühnel
- [libav-devel] [PATCH 3/3] avprobe: Print frame-based metadata
Thomas Kühnel
- [libav-devel] [PATCH 1/3] avcodec: add metadata to AVFrame
Thomas Kühnel
- [libav-devel] [PATCH 2/3] tiff: Add GeoTIFF support to the TIFF decoder
Thomas Kühnel
- [libav-devel] [PATCH 3/3] avprobe: Print frame-based metadata
Thomas Kühnel
- [libav-devel] [PATCH 1/3] avcodec: add metadata to AVFrame
Thomas Kühnel
- [libav-devel] [PATCH 2/3] tiff: Add GeoTIFF support to the TIFF decoder
Thomas Kühnel
- [libav-devel] [PATCH 3/3] avprobe: Print frame-based metadata
Thomas Kühnel
- [libav-devel] [PATCH 0/5] nellymoser patches
Benjamin Larsson
- [libav-devel] [PATCH] Synchronize various 4CCs and codec tags from FFmpeg.
Benjamin Larsson
- [libav-devel] [PATCH 4/5] ra288: use a more descriptive calculation for output data size
Benjamin Larsson
- [libav-devel] [PATCH 1/5] adpcmdec: remove unneeded zeroing of *data_size
Benjamin Larsson
- [libav-devel] [PATCH 2/5] adpcmdec: remove unneeded buf_size==0 check.
Benjamin Larsson
- [libav-devel] [PATCH 3/5] adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder.
Benjamin Larsson
- [libav-devel] [PATCH] qdm2: fix signed multiplication overflow
Benjamin Larsson
- [libav-devel] [PATCH] matroskaenc: expand WAVEFORMAT to WAVEFORMATEX for A_MS/ACM data
Benjamin Larsson
- [libav-devel] [PATCH] matroskaenc: expand WAVEFORMAT to WAVEFORMATEX for A_MS/ACM data
Benjamin Larsson
- [libav-devel] [PATCH 1/1] Always generate a proper WAVEFORMATEX structure in ff_put_wav_header
Benjamin Larsson
- [libav-devel] [PATCH 01/10] pcmdec: do not needlessly set *data_size to 0
Benjamin Larsson
- [libav-devel] [PATCH 03/10] pcmdec: remove unnecessary check for sample_fmt change
Benjamin Larsson
- [libav-devel] [PATCH 04/10] pcmdec: move number of channels check to pcm_decode_init()
Benjamin Larsson
- [libav-devel] [PATCH 05/10] pcmenc: remove unneeded sample_fmt check.
Benjamin Larsson
- [libav-devel] [PATCH 06/10] pcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting all samples by 8.
Benjamin Larsson
- [libav-devel] [PATCH 07/10] avcodec: remove the Zork PCM encoder.
Benjamin Larsson
- [libav-devel] [PATCH 09/10] pcmdec: move codec-specific variable declarations to the corresponding codec blocks.
Benjamin Larsson
- [libav-devel] [PATCH 10/10] pcmdec: fix output buffer size check by calculating the actual output size prior to decoding.
Benjamin Larsson
- [libav-devel] [PATCH 01/19] alacdec: set bytespersample using av_get_bytes_per_sample()
Benjamin Larsson
- [libav-devel] [PATCH 01/12] atrac1: check output buffer size before decoding
Benjamin Larsson
- [libav-devel] [PATCH 02/12] atrac1: decode mono audio directly to output buffer
Benjamin Larsson
- [libav-devel] [PATCH 03/12] atrac1: validate number of channels
Benjamin Larsson
- [libav-devel] [PATCH 04/12] atrac1: fix a typo
Benjamin Larsson
- [libav-devel] [PATCH 05/12] atrac1: use optimized float_interleave() function for stereo interleaving
Benjamin Larsson
- [libav-devel] [PATCH 06/12] atrac3: decode output to float samples instead of converting to s16
Benjamin Larsson
- [libav-devel] [PATCH 07/12] atrac3: decode mono directly to the output buffer
Benjamin Larsson
- [libav-devel] [PATCH 08/12] atrac3: use separate channel buffers instead of a single flat buffer
Benjamin Larsson
- [libav-devel] [PATCH 09/12] atrac3: use optimized float_interleave() function for stereo interleaving
Benjamin Larsson
- [libav-devel] [PATCH 10/12] atrac3: check output buffer size before decoding
Benjamin Larsson
- [libav-devel] [PATCH 11/12] atrac3: return error if packet is too small
Benjamin Larsson
- [libav-devel] [PATCH 12/12] atrac3: add a couple macro constants
Benjamin Larsson
- [libav-devel] [PATCH] mov: Avoid divide by zero in edit list dts handling
Benjamin Larsson
- [libav-devel] [PATCH 1/8] cook: output float samples instead of converting to int16
Benjamin Larsson
- [libav-devel] [PATCH 2/8] cook: remove unneeded #includes
Benjamin Larsson
- [libav-devel] [PATCH 3/8] cook: avoid hardcoded sizes in sizeof()
Benjamin Larsson
- [libav-devel] [PATCH 4/8] cook: return appropriate error codes instead of -1
Benjamin Larsson
- [libav-devel] [PATCH 5/8] cook: simplify decouple_info()
Benjamin Larsson
- [libav-devel] [PATCH 6/8] cook: remove pointless return statements
Benjamin Larsson
- [libav-devel] [PATCH 7/8] cook: do not needlessly set *data_size to 0
Benjamin Larsson
- [libav-devel] [PATCH 8/8] cook: check output buffer size before decoding
Benjamin Larsson
- [libav-devel] [PATCH 01/13] g726: use int16_t instead of short
Benjamin Larsson
- [libav-devel] [PATCH 1/7] imc: use DSPContext.bswap16_buf() to byte-swap packet data
Benjamin Larsson
- [libav-devel] [PATCH 2/7] imc: check output buffer size before decoding
Benjamin Larsson
- [libav-devel] [PATCH 3/7] imc: check for ff_fft_init() failure
Benjamin Larsson
- [libav-devel] [PATCH 4/7] imc: validate channel count
Benjamin Larsson
- [libav-devel] [PATCH 5/7] imc: do not set channel layout for stereo
Benjamin Larsson
- [libav-devel] [PATCH 6/7] imc: return meaningful error codes instead of -1
Benjamin Larsson
- [libav-devel] [PATCH 7/7] imc: return error codes instead of 0 for error conditions.
Benjamin Larsson
- [libav-devel] [PATCH 02/13] g726: pre-calculate the number of output samples.
Benjamin Larsson
- [libav-devel] [PATCH 03/13] g726: split the init function for the encoder and decoder
Benjamin Larsson
- [libav-devel] [PATCH 05/13] g726dec: remove the sample_rate validation
Benjamin Larsson
- [libav-devel] [PATCH 04/13] g726: use bits_per_coded_sample instead of bitrate to determine mode
Benjamin Larsson
- [libav-devel] [PATCH 06/13] g726: treat sample rates other than 8kHz as unofficial.
Benjamin Larsson
- [libav-devel] [PATCH 07/13] g726enc: use av_assert0() for sample_rate validation
Benjamin Larsson
- [libav-devel] [PATCH 08/13] g726: return AVERROR(EINVAL) instead of -1 for invalid channel count
Benjamin Larsson
- [libav-devel] [PATCH 09/13] g726: group the g726_encoder AVCodec with the other encoding functions
Benjamin Larsson
- [libav-devel] [PATCH 10/13] g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER check
Benjamin Larsson
- [libav-devel] [PATCH 11/13] g726enc: add private option for setting code size directly.
Benjamin Larsson
- [libav-devel] [PATCH 12/13] g726: don't pass index to g726_reset()
Benjamin Larsson
- [libav-devel] [PATCH 13/13] g726dec: add flush() function to reset state when seeking
Benjamin Larsson
- [libav-devel] fix build error when using avutil/log.h with C++ code
Jindřich Makovička
- [libav-devel] fix build error when using avutil/log.h with C++ code
Jindřich Makovička
- [libav-devel] [PATCH] fate: fix logging argument
Sean McGovern
- [libav-devel] [PATCH] fate: fix logging argument
Sean McGovern
- [libav-devel] Sun CC FATE failures
Sean McGovern
- [libav-devel] Sun CC FATE failures
Sean McGovern
- [libav-devel] PPC warning patrol & PIC
Sean McGovern
- [libav-devel] PPC warning patrol & PIC
Sean McGovern
- [libav-devel] PPC warning patrol & PIC
Sean McGovern
- [libav-devel] LibAV-FATE on Solaris x86
Sean McGovern
- [libav-devel] GCC release
Sean McGovern
- [libav-devel] [PATCH 6/6] fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm
Loren Merritt
- [libav-devel] [PATCH 6/6] fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm
Loren Merritt
- [libav-devel] [PATCH 3/3] swscale: write yuv2plane1 SSE2 functions.
Loren Merritt
- [libav-devel] [PATCH 3/3] swscale: write yuv2plane1 SSE2 functions.
Loren Merritt
- [libav-devel] [PATCH 4/4] twinvq: add SSE/AVX optimized sum/difference stereo interleaving
Loren Merritt
- [libav-devel] [PATCH 2/7] lavf: add M3U playlist demuxer.
Vladimir Pantelic
- [libav-devel] [PATCH 1/3] mpc7: check output buffer size before decoding
Justin Ruggles
- [libav-devel] [PATCH 2/3] mpc7: return error if packet is too small.
Justin Ruggles
- [libav-devel] [PATCH 3/3] mpc8: check output buffer size before decoding
Justin Ruggles
- [libav-devel] [PATCH 0/5] nellymoser patches
Justin Ruggles
- [libav-devel] [PATCH 1/5] nellymoser: check output buffer size before decoding
Justin Ruggles
- [libav-devel] [PATCH 2/5] nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.
Justin Ruggles
- [libav-devel] [PATCH 3/5] nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate.
Justin Ruggles
- [libav-devel] [PATCH 4/5] nellymoserdec: use NELLY_BUF_LEN instead of 128
Justin Ruggles
- [libav-devel] [PATCH 5/5] nellymoserdec: allocate float_buf only when decoding to int16
Justin Ruggles
- [libav-devel] [PATCH 1/7] mp3on4: copy MPADSPContext from first context to all contexts.
Justin Ruggles
- [libav-devel] [PATCH] mp3on4: allocate temp buffer with av_malloc() instead of on the stack.
Justin Ruggles
- [libav-devel] [PATCH 4/7] mp3on4: fix the output channel order
Justin Ruggles
- [libav-devel] [PATCH 5/7] mp3on4: set channel layout
Justin Ruggles
- [libav-devel] [PATCH 7/7] mp3on4: create a separate flush function for MP3onMP4 to use the correct decoder private context.
Justin Ruggles
- [libav-devel] [PATCH] mp3on4: check for allocation failures in decode_init_mp3on4()
Justin Ruggles
- [libav-devel] [PATCH 1/5] avformat: don't unconditionally call ff_read_frame_flush() when trying to seek.
Justin Ruggles
- [libav-devel] [PATCH 2/5] avformat: update AVInputFormat allowed flags
Justin Ruggles
- [libav-devel] [PATCH 3/5] avformat: add AVInputFormat flag AVFMT_NO_SEEK_BY_BYTES.
Justin Ruggles
- [libav-devel] [PATCH 4/5] shn: do not allow seeking in the raw shn demuxer.
Justin Ruggles
- [libav-devel] [PATCH 5/5] shorten: remove the flush function.
Justin Ruggles
- [libav-devel] [PATCH 1/3] qcelpdec: fix the return value of qcelp_decode_frame().
Justin Ruggles
- [libav-devel] [PATCH 2/3] qcelp: check output buffer size before decoding
Justin Ruggles
- [libav-devel] [PATCH 3/3] qcelpdec: cosmetics: do not add line break before opening bracket in 'for', 'while', 'if/else', and 'switch' statements.
Justin Ruggles
- [libav-devel] [PATCH 1/3] Check for out of bound writes in the QDM2 decoder.
Justin Ruggles
- [libav-devel] [PATCH 2/3] Fix out of bound reads in the QDM2 decoder.
Justin Ruggles
- [libav-devel] [PATCH 3/3] qdm2: check output buffer size before decoding
Justin Ruggles
- [libav-devel] [PATCH 1/5] ra144dec: use a more descriptive calculation for output data size
Justin Ruggles
- [libav-devel] [PATCH 2/5] ra144dec: log an error message when output buffer is too small.
Justin Ruggles
- [libav-devel] [PATCH 3/5] ra144: use macro constants to make the code more understandable.
Justin Ruggles
- [libav-devel] [PATCH 4/5] ra288: use a more descriptive calculation for output data size
Justin Ruggles
- [libav-devel] [PATCH 5/5] ra288: log an error message when output buffer is too small.
Justin Ruggles
- [libav-devel] [PATCH 1/3] Check for out of bound writes in the QDM2 decoder.
Justin Ruggles
- [libav-devel] [PATCH] ogg/celt: do not set sample_fmt in the demuxer
Justin Ruggles
- [libav-devel] [PATCH] sipr: fix the output data size check and only calculate it once.
Justin Ruggles
- [libav-devel] [PATCH 1/3] avcodec: add metadata to AVFrame
Justin Ruggles
- [libav-devel] [PATCH 4/5] ra288: use a more descriptive calculation for output data size
Justin Ruggles
- [libav-devel] [PATCH 1/4] smacker: Separate audio flags from sample rates in smacker demuxer.
Justin Ruggles
- [libav-devel] [PATCH 2/4] smacker: validate number of channels
Justin Ruggles
- [libav-devel] [PATCH 3/4] smacker: check buffer size before reading output size
Justin Ruggles
- [libav-devel] [PATCH 4/4] smacker: validate channels and sample format.
Justin Ruggles
- [libav-devel] [PATCH 0/5] adpcm clean-up, round 3
Justin Ruggles
- [libav-devel] [PATCH 1/5] adpcmdec: remove unneeded zeroing of *data_size
Justin Ruggles
- [libav-devel] [PATCH 2/5] adpcmdec: remove unneeded buf_size==0 check.
Justin Ruggles
- [libav-devel] [PATCH 3/5] adpcmdec: do not terminate early in ADPCM IMA Duck DK3 decoder.
Justin Ruggles
- [libav-devel] [PATCH 4/5] adpcmdec: check remaining buffer size before decoding next block in the ADPCM IMA WAV decoder.
Justin Ruggles
- [libav-devel] [PATCH 5/5] adpcmdec: calculate actual number of output samples for each decoder.
Justin Ruggles
- [libav-devel] [PATCH 1/6] fmtconvert: fix and extend documentation for float_interleave()
Justin Ruggles
- [libav-devel] [PATCH 2/6] fmtconvert: use mova instead of defining a new macro
Justin Ruggles
- [libav-devel] [PATCH 3/6] fmtconvert: port float_to_int16() x86 inline asm to yasm
Justin Ruggles
- [libav-devel] [PATCH 4/6] fmtconvert: check compile-time x86 instruction set flags
Justin Ruggles
- [libav-devel] [PATCH 5/6] fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm
Justin Ruggles
- [libav-devel] [PATCH 6/6] fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm
Justin Ruggles
- [libav-devel] [PATCH 6/6] fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm
Justin Ruggles
- [libav-devel] [PATCH] id3v2: reduce the scope of some non-globally-used symbols/structures
Justin Ruggles
- [libav-devel] [PATCH 6/6] fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm
Justin Ruggles
- [libav-devel] [PATCH 4/4] smacker: validate channels and sample format.
Justin Ruggles
- [libav-devel] [PATCH 4/5] adpcmdec: check remaining buffer size before decoding next block in the ADPCM IMA WAV decoder.
Justin Ruggles
- [libav-devel] [PATCH 5/5] adpcmdec: calculate actual number of output samples for each decoder.
Justin Ruggles
- [libav-devel] [PATCH 09/15] AVOptions: add functions for evaluating option strings.
Justin Ruggles
- [libav-devel] [PATCH] h264: fix HRD parameters parsing
Justin Ruggles
- [libav-devel] [PATCH] fix AC3ENC_OPT_MODE_ON/OFF
Justin Ruggles
- [libav-devel] [PATCH] fix ac3 encoder documentation
Justin Ruggles
- [libav-devel] [PATCH 0/2] fix avplay memleaks
Justin Ruggles
- [libav-devel] [PATCH 1/2] avplay: free rdft data used for spectrogram analysis.
Justin Ruggles
- [libav-devel] [PATCH 2/2] avplay: free the active audio packet at exit.
Justin Ruggles
- [libav-devel] [PATCH 4/6] fmtconvert: check compile-time x86 instruction set flags
Justin Ruggles
- [libav-devel] [PATCH 6/6] fmtconvert: port float_to_int16_interleave() 2-channel x86 inline asm to yasm
Justin Ruggles
- [libav-devel] [PATCH 5/5] adpcmdec: calculate actual number of output samples for each decoder.
Justin Ruggles
- [libav-devel] [PATCH 3/5] avformat: add AVInputFormat flag AVFMT_NO_SEEK_BY_BYTES.
Justin Ruggles
- [libav-devel] [PATCH 3/5] avformat: add AVInputFormat flag AVFMT_NO_SEEK_BY_BYTES.
Justin Ruggles
- [libav-devel] [PATCH 3/5] avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.
Justin Ruggles
- [libav-devel] [PATCH 5/5] adpcmdec: calculate actual number of output samples for each decoder.
Justin Ruggles
- [libav-devel] [PATCH 5/5] adpcmdec: calculate actual number of output samples for each decoder.
Justin Ruggles
- [libav-devel] [PATCH 5/5] adpcmdec: calculate actual number of output samples for each decoder.
Justin Ruggles
- [libav-devel] [PATCH 1/4] mlpdec: validate that the reported channel count matches the actual output channel count
Justin Ruggles
- [libav-devel] [PATCH 2/4] mlpdec: only calculate output size once
Justin Ruggles
- [libav-devel] [PATCH 3/4] mlpdec: remove unnecessary wrapper function
Justin Ruggles
- [libav-devel] [PATCH 4/4] mlpdec: return meaningful error codes instead of -1
Justin Ruggles
- [libav-devel] [PATCH 1/4] mlpdec: validate that the reported channel count matches the actual output channel count
Justin Ruggles
- [libav-devel] [PATCH 3/5] avformat: add AVInputFormat flag AVFMT_NO_BYTE_SEEK.
Justin Ruggles
- [libav-devel] [PATCH 0/7] truespeech clean-up
Justin Ruggles
- [libav-devel] [PATCH 1/7] truespeech: remove unneeded zero-size packet check.
Justin Ruggles
- [libav-devel] [PATCH 2/7] truespeech: check for large enough output buffer rather than truncating output
Justin Ruggles
- [libav-devel] [PATCH 3/7] truespeech: check to make sure channels == 1
Justin Ruggles
- [libav-devel] [PATCH 4/7] truespeech: decode directly to output buffer instead of a temp buffer
Justin Ruggles
- [libav-devel] [PATCH 5/7] truespeech: simplify truespeech_read_frame() by using get_bits()
Justin Ruggles
- [libav-devel] [PATCH 6/7] truespeech: remove unneeded variable, 'consumed'
Justin Ruggles
- [libav-devel] [PATCH 7/7] truespeech: use sizeof() instead of hardcoded sizes
Justin Ruggles
- [libav-devel] [PATCH 1/2] id3v2: cosmetics: move some declarations before the places they are used
Justin Ruggles
- [libav-devel] [PATCH 2/2] id3v2: reduce the scope of some non-globally-used symbols/structures
Justin Ruggles
- [libav-devel] [PATCH 2/6] fmtconvert: use mova instead of defining a new macro
Justin Ruggles
- [libav-devel] [PATCH 4/6] fmtconvert: check compile-time x86 instruction set flags
Justin Ruggles
- [libav-devel] [PATCH 00/20] shorten clean-up
Justin Ruggles
- [libav-devel] [PATCH 01/20] shorten: split reading of file header into a separate functions
Justin Ruggles
- [libav-devel] [PATCH 02/20] shorten: skip some fields in the WAV header embedded in the shorten header.
Justin Ruggles
- [libav-devel] [PATCH 03/20] shorten: separate processing of audio commands from non-audio commands
Justin Ruggles
- [libav-devel] [PATCH 04/20] cosmetics: reindent
Justin Ruggles
- [libav-devel] [PATCH 05/20] shorten: only calculate output size when returning decoded samples, otherwise just set data_size to zero.
Justin Ruggles
- [libav-devel] [PATCH 06/20] shorten: move decoding of prediction order and applying of global offset to decode_subframe_lpc().
Justin Ruggles
- [libav-devel] [PATCH 07/20] shorten: check for realloc failure
Justin Ruggles
- [libav-devel] [PATCH 08/20] shorten: pass on error value from allocate_buffers() instead of returning -1
Justin Ruggles
- [libav-devel] [PATCH 09/20] shorten: move declaration of 'ret' to top of shorten_decode_frame()
Justin Ruggles
- [libav-devel] [PATCH 10/20] shorten: validate block size
Justin Ruggles
- [libav-devel] [PATCH 11/20] cosmetics: remove some needless commented-out stuff
Justin Ruggles
- [libav-devel] [PATCH 12/20] shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc()
Justin Ruggles
- [libav-devel] [PATCH 13/20] shorten: add some comments
Justin Ruggles
- [libav-devel] [PATCH 14/20] shorten: use bytestream functions to decode the embedded WAVE header
Justin Ruggles
- [libav-devel] [PATCH 15/20] shorten: use av_clip_int16() for output sample clipping
Justin Ruggles
- [libav-devel] [PATCH 16/20] shorten: check output buffer size before decoding
Justin Ruggles
- [libav-devel] [PATCH 17/20] shorten: do not return after reading header
Justin Ruggles
- [libav-devel] [PATCH 18/20] shorten: do not use block size to determine whether to read the header.
Justin Ruggles
- [libav-devel] [PATCH 19/20] shorten: enable CODEC_CAP_DELAY to flush any remaining frames in the buffer.
Justin Ruggles
- [libav-devel] [PATCH 20/20] shorten: decode all channels in the same call to avcodec_decode_audio3().
Justin Ruggles
- [libav-devel] [PATCH 5/5] adpcmdec: calculate actual number of output samples for each decoder.
Justin Ruggles
- [libav-devel] [PATCH 12/20] shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc()
Justin Ruggles
- [libav-devel] [PATCH] libspeexenc: add libspeex encoder
Justin Ruggles
- [libav-devel] [PATCH 0/5] libspeexenc
Justin Ruggles
- [libav-devel] [PATCH 1/5] flvenc: adjust for negative DTS for all codecs, not just H.264
Justin Ruggles
- [libav-devel] [PATCH 2/5] libspeexenc: add libspeex encoder
Justin Ruggles
- [libav-devel] [PATCH 3/5] flvenc: Check Speex packet duration using timestamps instead of frame_size.
Justin Ruggles
- [libav-devel] [PATCH 4/5] ogg/speex: set correct timestamp and duration for the first packet.
Justin Ruggles
- [libav-devel] [PATCH 5/5] avformat: do not require frame_size for Speex.
Justin Ruggles
- [libav-devel] [PATCH 17/20] shorten: do not return after reading header
Justin Ruggles
- [libav-devel] [PATCH 19/20] shorten: fix end-of-stream decoding.
Justin Ruggles
- [libav-devel] [PATCH 3/5] flvenc: Check Speex packet duration using timestamps instead of frame_size.
Justin Ruggles
- [libav-devel] [PATCH] flvenc: store delay and last_ts per-stream.
Justin Ruggles
- [libav-devel] [PATCH] flvenc: store delay and last_ts per-stream.
Justin Ruggles
- [libav-devel] [PATCH] pulse: introduce pulseaudio input
Justin Ruggles
- [libav-devel] [PATCH 6/7] mp3on4: ensure that the frame channel count does not exceed the codec channel count.
Justin Ruggles
- [libav-devel] [PATCH 0/4] libspeexdec clean-up
Justin Ruggles
- [libav-devel] [PATCH 1/4] libspeexdec: decode one frame at a time.
Justin Ruggles
- [libav-devel] [PATCH 2/4] libspeexdec: cosmetics: reindent
Justin Ruggles
- [libav-devel] [PATCH 3/4] libspeexdec: return meaningful error codes
Justin Ruggles
- [libav-devel] [PATCH 4/4] libspeexdec: include system headers before local headers
Justin Ruggles
- [libav-devel] [PATCH] flv: add index entries for audio packets.
Justin Ruggles
- [libav-devel] [PATCH 00/15] tta clean-up
Justin Ruggles
- [libav-devel] [PATCH 01/15] tta: check remaining bitstream size while reading unary value
Justin Ruggles
- [libav-devel] [PATCH 02/15] tta: remove useless commented-out lines
Justin Ruggles
- [libav-devel] [PATCH 03/15] tta: fix reading of format in TTA header.
Justin Ruggles
- [libav-devel] [PATCH 04/15] tta: check output buffer size after adjusting frame length for last frame
Justin Ruggles
- [libav-devel] [PATCH 05/15] tta: remove pointless braces
Justin Ruggles
- [libav-devel] [PATCH 06/15] cosmetics: indentation
Justin Ruggles
- [libav-devel] [PATCH 07/15] tta: fix the sample format check.
Justin Ruggles
- [libav-devel] [PATCH 08/15] tta: use correct frame_length calculation.
Justin Ruggles
- [libav-devel] [PATCH 09/15] tta: calculate output data_size based on the sample format
Justin Ruggles
- [libav-devel] [PATCH 10/15] tta: use signed 16-bit data type for output samples rather than unsigned
Justin Ruggles
- [libav-devel] [PATCH 11/15] tta: use if/else instead of switch for copying of samples to output buffer
Justin Ruggles
- [libav-devel] [PATCH 12/15] cosmetics: indentation and remove unneeded braces
Justin Ruggles
- [libav-devel] [PATCH 13/15] tta: check for allocation failure of decode_buffer
Justin Ruggles
- [libav-devel] [PATCH 14/15] tta: add support for decoding 24-bit sample format
Justin Ruggles
- [libav-devel] [PATCH 15/15] tta: check for extradata allocation failure in tta demuxer
Justin Ruggles
- [libav-devel] [PATCH 1/2] twinvq: return an error when the packet size is too small
Justin Ruggles
- [libav-devel] [PATCH 2/2] twinvq: check output buffer size before decoding
Justin Ruggles
- [libav-devel] [PATCH 11/15] tta: use if/else instead of switch for copying of samples to output buffer
Justin Ruggles
- [libav-devel] [PATCH 13/15] tta: check for allocation failure of decode_buffer
Justin Ruggles
- [libav-devel] [PATCH 09/15] tta: calculate output data_size based on the sample format
Justin Ruggles
- [libav-devel] [PATCH 13/15] tta: check for allocation failure of decode_buffer
Justin Ruggles
- [libav-devel] [PATCH 1/2] vorbisdec: check output buffer size before writing output
Justin Ruggles
- [libav-devel] [PATCH 2/2] cosmetics: remove extra spaces before end-of-statement semi-colons
Justin Ruggles
- [libav-devel] [PATCH] wavpack: calculate bpp using av_get_bytes_per_sample()
Justin Ruggles
- [libav-devel] [PATCH 0/5] wma decoders clean-up
Justin Ruggles
- [libav-devel] [PATCH 1/5] wmadec: consolidate 2 output buffer size checks into 1 check
Justin Ruggles
- [libav-devel] [PATCH 2/5] wmapro: use FmtConvertContext.float_interleave() to interleave output samples
Justin Ruggles
- [libav-devel] [PATCH 3/5] wmapro: fix strict-aliasing violation by using av_flt2int()
Justin Ruggles
- [libav-devel] [PATCH 4/5] wmavoice: only set data_size to 0 when necessary
Justin Ruggles
- [libav-devel] [PATCH 5/5] wmavoice: move output buffer size check to synth_superframe().
Justin Ruggles
- [libav-devel] [PATCH] g722: split decoder and encoder into separate files
Justin Ruggles
- [libav-devel] [PATCH] g722: split decoder and encoder into separate files
Justin Ruggles
- [libav-devel] [PATCH 2/6] lavf: simplify by using FFMAX/FFMIN.
Justin Ruggles
- [libav-devel] [PATCH 5/6] avconc: split choose_codec() to choose_decoder/choose_encoder.
Justin Ruggles
- [libav-devel] [PATCH 6/6] lavf: deprecate AVStream.stream_copy
Justin Ruggles
- [libav-devel] [PATCH] Set max value for dsur_mode correctly
Justin Ruggles
- [libav-devel] [PATCH 1/3] g722dec: remove the use of lowres for half-rate decoding.
Justin Ruggles
- [libav-devel] [PATCH 2/3] g722dec: cosmetics: reindent/linewrap
Justin Ruggles
- [libav-devel] [PATCH 3/3] g722dec: check output buffer size before decoding
Justin Ruggles
- [libav-devel] [PATCH 1/3] g722dec: remove the use of lowres for half-rate decoding.
Justin Ruggles
- [libav-devel] [PATCH 00/10] tta clean-up, rearranged
Justin Ruggles
- [libav-devel] [PATCH 01/10] tta: check remaining bitstream size while reading unary value
Justin Ruggles
- [libav-devel] [PATCH 02/10] tta: remove useless commented-out lines
Justin Ruggles
- [libav-devel] [PATCH 03/10] tta: fix reading of format in TTA header.
Justin Ruggles
- [libav-devel] [PATCH 04/10] tta: check output buffer size after adjusting frame length for last frame
Justin Ruggles
- [libav-devel] [PATCH 05/10] tta: remove pointless braces
Justin Ruggles
- [libav-devel] [PATCH 06/10] cosmetics: indentation
Justin Ruggles
- [libav-devel] [PATCH 07/10] tta: add support for decoding 24-bit sample format
Justin Ruggles
- [libav-devel] [PATCH 08/10] tta: use correct frame_length calculation.
Justin Ruggles
- [libav-devel] [PATCH 09/10] tta: check for allocation failure of decode_buffer
Justin Ruggles
- [libav-devel] [PATCH 10/10] tta: check for extradata allocation failure in tta demuxer
Justin Ruggles
- [libav-devel] [PATCH] adpcm: use sign_extend()
Justin Ruggles
- [libav-devel] [PATCH 01/10] tta: check remaining bitstream size while reading unary value
Justin Ruggles
- [libav-devel] [PATCH 3/5] wmapro: fix strict-aliasing violation by using av_flt2int()
Justin Ruggles
- [libav-devel] [PATCH 3/5] wmapro: fix strict-aliasing violation by using av_flt2int()
Justin Ruggles
- [libav-devel] [PATCH 01/10] tta: check remaining bitstream size while reading unary value
Justin Ruggles
- [libav-devel] [PATCH 3/5] wmapro: fix strict-aliasing violations by using av_alias32
Justin Ruggles
- [libav-devel] [PATCH 08/10] tta: use correct frame_length calculation.
Justin Ruggles
- [libav-devel] [PATCH 3/5] wmapro: fix strict-aliasing violations by using av_alias32
Justin Ruggles
- [libav-devel] [PATCH 1/3] g722dec: remove the use of lowres for half-rate decoding.
Justin Ruggles
- [libav-devel] [PATCH 3/5] wmapro: fix strict-aliasing violations by using av_alias32
Justin Ruggles
- [libav-devel] [PATCH 3/5] wmapro: fix strict-aliasing violations by using av_alias32
Justin Ruggles
- [libav-devel] [PATCH 00/10] PCM clean-up
Justin Ruggles
- [libav-devel] [PATCH 01/10] pcmdec: do not needlessly set *data_size to 0
Justin Ruggles
- [libav-devel] [PATCH 02/10] pcmdec: move DVD PCM bits_per_coded_sample check near to the code that sets the sample size.
Justin Ruggles
- [libav-devel] [PATCH 03/10] pcmdec: remove unnecessary check for sample_fmt change
Justin Ruggles
- [libav-devel] [PATCH 04/10] pcmdec: move number of channels check to pcm_decode_init()
Justin Ruggles
- [libav-devel] [PATCH 05/10] pcmenc: remove unneeded sample_fmt check.
Justin Ruggles
- [libav-devel] [PATCH 06/10] pcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting all samples by 8.
Justin Ruggles
- [libav-devel] [PATCH 07/10] avcodec: remove the Zork PCM encoder.
Justin Ruggles
- [libav-devel] [PATCH 08/10] pcmdec: return buf_size instead of src-buf.
Justin Ruggles
- [libav-devel] [PATCH 09/10] pcmdec: move codec-specific variable declarations to the corresponding codec blocks.
Justin Ruggles
- [libav-devel] [PATCH 10/10] pcmdec: fix output buffer size check by calculating the actual output size prior to decoding.
Justin Ruggles
- [libav-devel] [PATCH 1/5] wmadec: consolidate 2 output buffer size checks into 1 check
Justin Ruggles
- [libav-devel] [PATCH] seek-test: replace deprecated API usage with current API
Justin Ruggles
- [libav-devel] [PATCH 00/19] alac decoder clean-up
Justin Ruggles
- [libav-devel] [PATCH 01/19] alacdec: set bytespersample using av_get_bytes_per_sample()
Justin Ruggles
- [libav-devel] [PATCH 02/19] alacdec: set sample_fmt in alac_decode_init()
Justin Ruggles
- [libav-devel] [PATCH 03/19] alacdec: remove unneeded validation of setinfo_sample_size.
Justin Ruggles
- [libav-devel] [PATCH 04/19] alacdec: read/validate number of channels from the extradata.
Justin Ruggles
- [libav-devel] [PATCH 05/19] alacdec: allocate per-channel buffers based on channel count.
Justin Ruggles
- [libav-devel] [PATCH 06/19] alacdec: check for buffer allocation failure.
Justin Ruggles
- [libav-devel] [PATCH 07/19] alacdec: remove unneeded channel count checks
Justin Ruggles
- [libav-devel] [PATCH 08/19] alacdec: cosmetics: rename 'wasted_bits' to 'extra_bits'.
Justin Ruggles
- [libav-devel] [PATCH 09/19] alacdec: split stereo decorrelation into a separate function.
Justin Ruggles
- [libav-devel] [PATCH 10/19] alacdec: move appending of extra_bits to a separate function.
Justin Ruggles
- [libav-devel] [PATCH 11/19] alacdec: cosmetics: rename 2 functions.
Justin Ruggles
- [libav-devel] [PATCH 12/19] alacdec: remove the numchannels parameter from several functions.
Justin Ruggles
- [libav-devel] [PATCH 13/19] alacdec: remove unneeded local variable
Justin Ruggles
- [libav-devel] [PATCH 14/19] alacdec: always use get_sbits_long() for uncompressed samples
Justin Ruggles
- [libav-devel] [PATCH 15/19] alacdec: move some declarations to the top of the function
Justin Ruggles
- [libav-devel] [PATCH 16/19] alacdec: cosmetics: use 'ch' instead of 'chan' to iterate channels
Justin Ruggles
- [libav-devel] [PATCH 17/19] alacdec: ask for a sample for unsupported sample depths.
Justin Ruggles
- [libav-devel] [PATCH 18/19] alacdec: simplify buffer allocation by using FF_ALLOC_OR_GOTO()
Justin Ruggles
- [libav-devel] [PATCH 19/19] alacdec: remove unneeded NULL or zero-size packet checks.
Justin Ruggles
- [libav-devel] [PATCH 1/2] pulse: introduce pulseaudio input
Justin Ruggles
- [libav-devel] [PATCH 2/2] pulse: documentation
Justin Ruggles
- [libav-devel] [PATCH 0/8] mpegaudio clean-up
Justin Ruggles
- [libav-devel] [PATCH 1/8] mpegaudiodec: Skip only bad frames instead of the whole packet.
Justin Ruggles
- [libav-devel] [PATCH 2/8] mpegaudiodec: return AVERROR return codes instead of -1
Justin Ruggles
- [libav-devel] [PATCH 3/8] mpegaudiodec: remove frame_count field from MPADecodeContext.
Justin Ruggles
- [libav-devel] [PATCH 4/8] mpegaudiodec: cosmetics: basic pretty-printing
Justin Ruggles
- [libav-devel] [PATCH 5/8] avcodec: remove avcodec_parse_frame and deprecate associated elements.
Justin Ruggles
- [libav-devel] [PATCH 6/8] mpegaudiodec: check output data size in mp3adu decoder
Justin Ruggles
- [libav-devel] [PATCH 7/8] mp3adu: return error instead of just consuming bad packets
Justin Ruggles
- [libav-devel] [PATCH 8/8] mp3on4: do not needlessly set data_size to 0
Justin Ruggles
- [libav-devel] [PATCH 0/3] libopencore_amr clean-up
Justin Ruggles
- [libav-devel] [PATCH 1/3] libopencore-amr: remove unneeded frame_count field.
Justin Ruggles
- [libav-devel] [PATCH 2/3] libopencore-amr: remove unneeded buf_size==0 check.
Justin Ruggles
- [libav-devel] [PATCH 3/3] libopencore-amr: check output buffer size before decoding
Justin Ruggles
- [libav-devel] [PATCH] aac_latm: remove unneeded check for zero-size packet.
Justin Ruggles
- [libav-devel] [PATCH 6/8] mpegaudiodec: check output data size in mp3adu decoder
Justin Ruggles
- [libav-devel] [PATCH] flvenc: use first packet delay as global delay.
Justin Ruggles
- [libav-devel] [PATCH 4/8] mpegaudiodec: cosmetics: basic pretty-printing
Justin Ruggles
- [libav-devel] [PATCH 6/8] mpegaudiodec: check output data size based on avctx->frame_size
Justin Ruggles
- [libav-devel] [PATCH 00/18] monkey's audio clean-up
Justin Ruggles
- [libav-devel] [PATCH 01/18] apedec: remove unneeded check for zero-size packet.
Justin Ruggles
- [libav-devel] [PATCH 02/18] apedec: use memcpy for pseudo-stereo mode
Justin Ruggles
- [libav-devel] [PATCH 03/18] apedec: check for filter buffer allocation failure
Justin Ruggles
- [libav-devel] [PATCH 04/18] apedec: return meaningful error codes from ape_decode_init()
Justin Ruggles
- [libav-devel] [PATCH 05/18] apedec: cosmetics: break some excessively long lines
Justin Ruggles
- [libav-devel] [PATCH 06/18] apedec: correct an error message
Justin Ruggles
- [libav-devel] [PATCH 07/18] apedec: return meaningful error values in ape_decode_frame()
Justin Ruggles
- [libav-devel] [PATCH 08/18] apedec: cosmetics: remove space after '*'
Justin Ruggles
- [libav-devel] [PATCH 09/18] apedec: check for data buffer realloc failure
Justin Ruggles
- [libav-devel] [PATCH 10/18] apedec: do not set s->samples until after validation.
Justin Ruggles
- [libav-devel] [PATCH 11/18] apedec: use unsigned int for 'nblocks' and make sure that it's within int range
Justin Ruggles
- [libav-devel] [PATCH 12/18] apedec: set s->currentframeblocks after validating nblocks
Justin Ruggles
- [libav-devel] [PATCH 13/18] apedec: remove pointless increment of 'buf'
Justin Ruggles
- [libav-devel] [PATCH 14/18] apedec: use unsigned int for offset to avoid undefined conversion to signed
Justin Ruggles
- [libav-devel] [PATCH 15/18] apedec: check for input buffer overflow while reading frame header
Justin Ruggles
- [libav-devel] [PATCH 16/18] apedec: do not keep incrementing the input data pointer past the end of the buffer during entropy decoding.
Justin Ruggles
- [libav-devel] [PATCH 17/18] apedec: use FFALIGN macro for internal data buffer size
Justin Ruggles
- [libav-devel] [PATCH 18/18] apedec: assert that s->samples is not negative before trying to decode
Justin Ruggles
- [libav-devel] [PATCH] flvenc: use first packet delay as global delay.
Justin Ruggles
- [libav-devel] [PATCH] remove the zork pcm seek test
Justin Ruggles
- [libav-devel] [PATCH 04/18] apedec: return meaningful error codes from ape_decode_init()
Justin Ruggles
- [libav-devel] [PATCH 2/3] tiff: Add GeoTIFF support to the TIFF decoder
Justin Ruggles
- [libav-devel] [PATCH] Fix decoding of lossless 10-bit 4:4:4 H.264
Justin Ruggles
- [libav-devel] [PATCH 00/12] atrac clean-up
Justin Ruggles
- [libav-devel] [PATCH 01/12] atrac1: check output buffer size before decoding
Justin Ruggles
- [libav-devel] [PATCH 02/12] atrac1: decode mono audio directly to output buffer
Justin Ruggles
- [libav-devel] [PATCH 03/12] atrac1: validate number of channels
Justin Ruggles
- [libav-devel] [PATCH 04/12] atrac1: fix a typo
Justin Ruggles
- [libav-devel] [PATCH 05/12] atrac1: use optimized float_interleave() function for stereo interleaving
Justin Ruggles
- [libav-devel] [PATCH 06/12] atrac3: decode output to float samples instead of converting to s16
Justin Ruggles
- [libav-devel] [PATCH 07/12] atrac3: decode mono directly to the output buffer
Justin Ruggles
- [libav-devel] [PATCH 08/12] atrac3: use separate channel buffers instead of a single flat buffer
Justin Ruggles
- [libav-devel] [PATCH 09/12] atrac3: use optimized float_interleave() function for stereo interleaving
Justin Ruggles
- [libav-devel] [PATCH 10/12] atrac3: check output buffer size before decoding
Justin Ruggles
- [libav-devel] [PATCH 11/12] atrac3: return error if packet is too small
Justin Ruggles
- [libav-devel] [PATCH 12/12] atrac3: add a couple macro constants
Justin Ruggles
- [libav-devel] [PATCH 00/12] atrac clean-up
Justin Ruggles
- [libav-devel] [PATCH 00/17] atrac clean-up, version 2
Justin Ruggles
- [libav-devel] [PATCH 01/17] atrac1: check output buffer size before decoding
Justin Ruggles
- [libav-devel] [PATCH 02/17] atrac1: decode mono audio directly to output buffer
Justin Ruggles
- [libav-devel] [PATCH 03/17] atrac1: validate number of channels
Justin Ruggles
- [libav-devel] [PATCH 04/17] atrac1: fix a typo
Justin Ruggles
- [libav-devel] [PATCH 05/17] atrac1: use optimized float_interleave() function for stereo interleaving
Justin Ruggles
- [libav-devel] [PATCH 06/17] atrac1: check for ff_mdct_init() failure
Justin Ruggles
- [libav-devel] [PATCH 07/17] atrac1: return appropriate error codes instead of -1
Justin Ruggles
- [libav-devel] [PATCH 08/17] atrac3: decode output to float samples instead of converting to s16
Justin Ruggles
- [libav-devel] [PATCH 09/17] atrac3: decode mono directly to the output buffer
Justin Ruggles
- [libav-devel] [PATCH 10/17] atrac3: use optimized float_interleave() function for stereo interleaving
Justin Ruggles
- [libav-devel] [PATCH 11/17] atrac3: use separate pointers for each channel in decodeFrame()
Justin Ruggles
- [libav-devel] [PATCH 12/17] atrac3: check output buffer size before decoding
Justin Ruggles
- [libav-devel] [PATCH 13/17] atrac3: return error if packet is too small
Justin Ruggles
- [libav-devel] [PATCH 14/17] atrac3: add a couple macro constants
Justin Ruggles
- [libav-devel] [PATCH 15/17] atrac3: make sure all memory is freed on init failure
Justin Ruggles
- [libav-devel] [PATCH 16/17] atrac3: return appropriate error codes instead of -1
Justin Ruggles
- [libav-devel] [PATCH 17/17] atrac3: add CODEC_CAP_SUBFRAMES capability
Justin Ruggles
- [libav-devel] [PATCH] seek-test: free options dictionary after use
Justin Ruggles
- [libav-devel] [PATCH 0/5] nellymoser clean-up
Justin Ruggles
- [libav-devel] [PATCH 1/5] nellymoserdec: remove pointless buffer size check.
Justin Ruggles
- [libav-devel] [PATCH 2/5] nellymoserdec: fail if output buffer is too small
Justin Ruggles
- [libav-devel] [PATCH 3/5] nellymoserdec: do not fail if there is extra data in the packet
Justin Ruggles
- [libav-devel] [PATCH 4/5] nellymoserdec: use dsp functions for overlap and windowing
Justin Ruggles
- [libav-devel] [PATCH 5/5] nellymoserenc: take float input samples instead of int16
Justin Ruggles
- [libav-devel] [PATCH 06/17] atrac1: check for ff_mdct_init() failure
Justin Ruggles
- [libav-devel] [PATCH 08/17] atrac3: decode output to float samples instead of converting to s16
Justin Ruggles
- [libav-devel] [PATCH 18/18] atrac3: support float or int16 output using request_sample_fmt
Justin Ruggles
- [libav-devel] [PATCH 06/18] atrac1: check for ff_mdct_init() failure
Justin Ruggles
- [libav-devel] [PATCH 18/18] atrac3: support float or int16 output using request_sample_fmt
Justin Ruggles
- [libav-devel] [PATCH 0/5] bink clean-up
Justin Ruggles
- [libav-devel] [PATCH 1/5] binkaudio: add some buffer overread checks.
Justin Ruggles
- [libav-devel] [PATCH 2/5] binkaudio: pre-calculate quantization factors
Justin Ruggles
- [libav-devel] [PATCH 3/5] binkaudio: store interleaved overlap samples in BinkAudioContext.
Justin Ruggles
- [libav-devel] [PATCH 4/5] binkaudio: only decode one block at a time.
Justin Ruggles
- [libav-devel] [PATCH 5/5] binkaudio: change short to int16_t
Justin Ruggles
- [libav-devel] [PATCH 0/8] cook clean-up
Justin Ruggles
- [libav-devel] [PATCH 1/8] cook: output float samples instead of converting to int16
Justin Ruggles
- [libav-devel] [PATCH 2/8] cook: remove unneeded #includes
Justin Ruggles
- [libav-devel] [PATCH 3/8] cook: avoid hardcoded sizes in sizeof()
Justin Ruggles
- [libav-devel] [PATCH 4/8] cook: return appropriate error codes instead of -1
Justin Ruggles
- [libav-devel] [PATCH 5/8] cook: simplify decouple_info()
Justin Ruggles
- [libav-devel] [PATCH 6/8] cook: remove pointless return statements
Justin Ruggles
- [libav-devel] [PATCH 7/8] cook: do not needlessly set *data_size to 0
Justin Ruggles
- [libav-devel] [PATCH 8/8] cook: check output buffer size before decoding
Justin Ruggles
- [libav-devel] [PATCH 1/5] binkaudio: add some buffer overread checks.
Justin Ruggles
- [libav-devel] [PATCH] cook: return AVERROR_PATCHWELCOME instead of ENOTSUP
Justin Ruggles
- [libav-devel] [PATCH 1/3] dca: return proper error codes instead of -1
Justin Ruggles
- [libav-devel] [PATCH 2/3] dca: return error if the frame header is invalid
Justin Ruggles
- [libav-devel] [PATCH 3/3] dca: handle errors from dca_decode_block()
Justin Ruggles
- [libav-devel] [PATCH 0/7] CIN audio clean-up
Justin Ruggles
- [libav-devel] [PATCH 1/7] dsicin: fix several audio-related fields in the CIN demuxer
Justin Ruggles
- [libav-devel] [PATCH 2/7] cin audio: remove unneeded AVCodecContext pointer from CinAudioContext
Justin Ruggles
- [libav-devel] [PATCH 3/7] cin audio: validate the channel count
Justin Ruggles
- [libav-devel] [PATCH 4/7] cin audio: remove unneeded cast from void*
Justin Ruggles
- [libav-devel] [PATCH 5/7] cin audio: use local variable for delta value
Justin Ruggles
- [libav-devel] [PATCH 6/7] cin audio: restructure decoding loop to avoid a separate counter variable
Justin Ruggles
- [libav-devel] [PATCH 7/7] cin audio: use sign_extend() instead of casting to int16_t
Justin Ruggles
- [libav-devel] [PATCH] flacdec: use av_get_bytes_per_sample() to get sample size
Justin Ruggles
- [libav-devel] [PATCH 00/13] g726 clean-up
Justin Ruggles
- [libav-devel] [PATCH 01/13] g726: use int16_t instead of short
Justin Ruggles
- [libav-devel] [PATCH 02/13] g726: pre-calculate the number of output samples.
Justin Ruggles
- [libav-devel] [PATCH 03/13] g726: split the init function for the encoder and decoder
Justin Ruggles
- [libav-devel] [PATCH 04/13] g726: use bits_per_coded_sample instead of bitrate to determine mode
Justin Ruggles
- [libav-devel] [PATCH 05/13] g726dec: remove the sample_rate validation
Justin Ruggles
- [libav-devel] [PATCH 06/13] g726: treat sample rates other than 8kHz as unofficial.
Justin Ruggles
- [libav-devel] [PATCH 07/13] g726enc: use av_assert0() for sample_rate validation
Justin Ruggles
- [libav-devel] [PATCH 08/13] g726: return AVERROR(EINVAL) instead of -1 for invalid channel count
Justin Ruggles
- [libav-devel] [PATCH 09/13] g726: group the g726_encoder AVCodec with the other encoding functions
Justin Ruggles
- [libav-devel] [PATCH 10/13] g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER check
Justin Ruggles
- [libav-devel] [PATCH 11/13] g726enc: add private option for setting code size directly.
Justin Ruggles
- [libav-devel] [PATCH 12/13] g726: don't pass index to g726_reset()
Justin Ruggles
- [libav-devel] [PATCH 13/13] g726dec: add flush() function to reset state when seeking
Justin Ruggles
- [libav-devel] [PATCH 00/10] GSM clean-up
Justin Ruggles
- [libav-devel] [PATCH 01/10] Create separate functions for the raw GSM demuxer.
Justin Ruggles
- [libav-devel] [PATCH 02/10] gsm: use av_get_bytes_per_sample() in frame_bytes calculation
Justin Ruggles
- [libav-devel] [PATCH 03/10] gsmdec: log error message when output buffer is too small.
Justin Ruggles
- [libav-devel] [PATCH 04/10] libgsmdec: check output buffer size before decoding
Justin Ruggles
- [libav-devel] [PATCH 05/10] gsmdec: add flush function to reset the decoder state when seeking
Justin Ruggles
- [libav-devel] [PATCH 06/10] gsmdec: do not needlessly set *data_size to 0
Justin Ruggles
- [libav-devel] [PATCH 07/10] libgsmdec: do not needlessly set *data_size to 0
Justin Ruggles
- [libav-devel] [PATCH 08/10] gsm: log error message when packet is too small
Justin Ruggles
- [libav-devel] [PATCH 09/10] libgsm: simplify decoding by using a loop
Justin Ruggles
- [libav-devel] [PATCH 10/10] libgsm: add flush function to reset the decoder state when seeking
Justin Ruggles
- [libav-devel] [PATCH 0/4] TwinVQ clean-up (and more)
Justin Ruggles
- [libav-devel] [PATCH 1/4] twinvq: check for allocation failure in init_mdct_win()
Justin Ruggles
- [libav-devel] [PATCH 2/4] vqf: do not set bits_per_coded_sample for TwinVQ.
Justin Ruggles
- [libav-devel] [PATCH 3/4] vqf/twinvq: pass vqf COMM chunk info in extradata
Justin Ruggles
- [libav-devel] [PATCH 4/4] twinvq: add SSE optimized sum/difference stereo interleaving
Justin Ruggles
- [libav-devel] [PATCH 4/4] twinvq: add SSE/AVX optimized sum/difference stereo interleaving
Justin Ruggles
- [libav-devel] [PATCH 7/7] Replace vendor string in Ogg and FLAC muxers.
Justin Ruggles
- [libav-devel] [PATCH 6/7] Replace some forgotten FFmpeg references by Libav.
Justin Ruggles
- [libav-devel] [PATCH 5/7] vsrc_testsrc: fix mailing list reference URL
Justin Ruggles
- [libav-devel] [PATCH 4/7] Replace ffmpeg references with more accurate libav* references.
Justin Ruggles
- [libav-devel] [PATCH 3/7] Replace outdated references to ffmpeg tool by avconv.
Justin Ruggles
- [libav-devel] [PATCH 2/7] Remove some stray unnecessary ffmpeg references.
Justin Ruggles
- [libav-devel] [PATCH 1/7] vp3: remove some pointless comments
Justin Ruggles
- [libav-devel] [PATCH 0/7] IMC clean-up
Justin Ruggles
- [libav-devel] [PATCH 1/7] imc: use DSPContext.bswap16_buf() to byte-swap packet data
Justin Ruggles
- [libav-devel] [PATCH 2/7] imc: check output buffer size before decoding
Justin Ruggles
- [libav-devel] [PATCH 3/7] imc: check for ff_fft_init() failure
Justin Ruggles
- [libav-devel] [PATCH 4/7] imc: validate channel count
Justin Ruggles
- [libav-devel] [PATCH 5/7] imc: do not set channel layout for stereo
Justin Ruggles
- [libav-devel] [PATCH 6/7] imc: return meaningful error codes instead of -1
Justin Ruggles
- [libav-devel] [PATCH 7/7] imc: return error codes instead of 0 for error conditions.
Justin Ruggles
- [libav-devel] [PATCH 1/7] imc: use DSPContext.bswap16_buf() to byte-swap packet data
Justin Ruggles
- [libav-devel] [PATCH] avcodec: add support for planar signed 8-bit PCM.
Justin Ruggles
- [libav-devel] [PATCH] ARM: check for inline asm 'y' operand modifier support
Mans Rullgard
- [libav-devel] [PATCH 1/2] avtools: add -v as alias for -loglevel
Mans Rullgard
- [libav-devel] [PATCH 2/2] avconv: raise verbosity level of progress reports
Mans Rullgard
- [libav-devel] [PATCH 1/6] dnxhdenc: fixed signed multiplication overflow
Mans Rullgard
- [libav-devel] [PATCH 2/6] avidec: fix signed overflow in avi_sync()
Mans Rullgard
- [libav-devel] [PATCH 3/6] crc: fix signed overflow
Mans Rullgard
- [libav-devel] [PATCH 4/6] lavf: fix signed overflow in avformat_find_stream_info()
Mans Rullgard
- [libav-devel] [PATCH 5/6] put_bits: fix invalid shift by 32 in flush_put_bits()
Mans Rullgard
- [libav-devel] [PATCH 6/6] intfloat_readwrite: fix signed addition overflows
Mans Rullgard
- [libav-devel] [PATCH 1/4] aacdec: fix undefined shifts
Mans Rullgard
- [libav-devel] [PATCH 2/4] dca: fix signed overflow in shift
Mans Rullgard
- [libav-devel] [PATCH 3/4] motion_est: fix some signed overflows
Mans Rullgard
- [libav-devel] [PATCH 4/4] vp8: fix signed overflows
Mans Rullgard
- [libav-devel] [PATCH 1/3] h264pred: remove unused variables
Mans Rullgard
- [libav-devel] [PATCH 2/3] h264: fix signed overflows in x*0x01010101 expressions
Mans Rullgard
- [libav-devel] [PATCH 3/3] h264pred: use unsigned types for pixel values, fix signed overflows
Mans Rullgard
- [libav-devel] [PATCH] fate: run avconv with log level 'info'
Mans Rullgard
- [libav-devel] [PATCH v2] avidec: fix signed overflow in avi_sync()
Mans Rullgard
- [libav-devel] [PATCH] mpeg12enc: use sign_extend() function
Mans Rullgard
- [libav-devel] [PATCH] zmbv: remove memcpy() of decoded frame
Mans Rullgard
- [libav-devel] [PATCH] fate: run avconv with -nostats flag
Mans Rullgard
- [libav-devel] [PATCH] golomb: fix get_[us]e_golomb() with >15 value bits
Mans Rullgard
- [libav-devel] [PATCH 1/5] motion_est: make MotionExtContext.map_generation unsigned
Mans Rullgard
- [libav-devel] [PATCH 2/5] mpegvideo_enc: fix a signed overflow
Mans Rullgard
- [libav-devel] [PATCH 3/5] ac3dec: use get_sbits() instead of manually sign-extending
Mans Rullgard
- [libav-devel] [PATCH 4/5] mpeg124: use sign_extend() function
Mans Rullgard
- [libav-devel] [PATCH 5/5] 4xm: fix signed overflow
Mans Rullgard
- [libav-devel] [PATCH] wmavoice: fix a signed overflow
Mans Rullgard
- [libav-devel] [PATCH] mpeg4dec: use unsigned type for startcode in ff_mpeg4_decode_picture_header
Mans Rullgard
- [libav-devel] [PATCH] sipr: fix get_bits(0) calls
Mans Rullgard
- [libav-devel] [PATCH] h264: fix detection of optional trailing PPS elements
Mans Rullgard
- [libav-devel] [PATCH] h264: fix invalid shifts in init_cavlc_level_tab()
Mans Rullgard
- [libav-devel] [PATCH] h264: fix HRD parameters parsing
Mans Rullgard
- [libav-devel] [PATCH] qdm2: fix signed multiplication overflow
Mans Rullgard
- [libav-devel] [PATCH/RFC] mathops: remove undefined behaviour from sign_extend()
Mans Rullgard
- [libav-devel] [PATCH] h264: change unsupported bit depth message to error level
Mans Rullgard
- [libav-devel] [PATCH] pcm: reduce pointer type casting
Mans Rullgard
- [libav-devel] [PATCH 1/2] prores: do not set pixel format on codec init
Mans Rullgard
- [libav-devel] [PATCH 2/2] prores: get correct size for coded V plane if alpha is present
Mans Rullgard
- [libav-devel] [PATCH] avcodec: remove stray @deprecated comment
Mans Rullgard
- [libav-devel] [PATCH] h264: fix ppc/altivec build
Mans Rullgard
- [libav-devel] [PATCH] swscale: fix signed shift overflows in ff_yuv2rgb_c_init_tables()
Mans Rullgard
- [libav-devel] [PATCH] adpcm: use sign_extend()
Mans Rullgard
- [libav-devel] [PATCH 3/3] prores: implement multithreading.
Måns Rullgård
- [libav-devel] [PATCH 3/3] prores: implement multithreading.
Måns Rullgård
- [libav-devel] [PATCH 3/3] prores: implement multithreading.
Måns Rullgård
- [libav-devel] [PATCH 2/3] mpegvideo: set correct offset for edge emulation buffer.
Måns Rullgård
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Måns Rullgård
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Måns Rullgård
- [libav-devel] [PATCH] H264: Only wait before triggering ff_thread_setup_complete() until the next slice that contains a start-of-field/frame macroblock
Måns Rullgård
- [libav-devel] [PATCH] Print command line parameters in show_banner().
Måns Rullgård
- [libav-devel] [PATCH] Print command line parameters in show_banner().
Måns Rullgård
- [libav-devel] [PATCH] Fix a bunch of common typos.
Måns Rullgård
- [libav-devel] [PATCH] Fix a bunch of common typos.
Måns Rullgård
- [libav-devel] [PATCH] Fix a bunch of common typos.
Måns Rullgård
- [libav-devel] [PATCH] Fix a bunch of common typos.
Måns Rullgård
- [libav-devel] [PATCH] Fix a bunch of common typos.
Måns Rullgård
- [libav-devel] [PATCH 2/6] rv34: move inverse transform to rv34dsp
Måns Rullgård
- [libav-devel] [PATCH] Print command line parameters in show_banner().
Måns Rullgård
- [libav-devel] [PATCH] fate: fix logging argument
Måns Rullgård
- [libav-devel] [PATCH] fate: fix logging argument
Måns Rullgård
- [libav-devel] [libav-commits] nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.
Måns Rullgård
- [libav-devel] [PATCH] mpc8: Check out of bound bands limit
Måns Rullgård
- [libav-devel] [PATCH] mpegps: Use av_get_packet() instead of poorly emulating it.
Måns Rullgård
- [libav-devel] [PATCH 2/6] avidec: fix signed overflow in avi_sync()
Måns Rullgård
- [libav-devel] [PATCH 2/6] avidec: fix signed overflow in avi_sync()
Måns Rullgård
- [libav-devel] [PATCH 2/2] avconv: raise verbosity level of progress reports
Måns Rullgård
- [libav-devel] [PATCH] fate: run avconv with log level 'info'
Måns Rullgård
- [libav-devel] [PATCH 4/5] avconv: add -stats option to enable/disable printing encoding progress
Måns Rullgård
- [libav-devel] [PATCH] avconv: add -stats option to enable/disable printing encoding progress
Måns Rullgård
- [libav-devel] [PATCH] avconv: always print stats with AV_LOG_INFO
Måns Rullgård
- [libav-devel] [PATCH 3/6] crc: fix signed overflow
Måns Rullgård
- [libav-devel] [PATCH 4/5] mpeg124: use sign_extend() function
Måns Rullgård
- [libav-devel] [PATCH 3/6] fmtconvert: port float_to_int16() x86 inline asm to yasm
Måns Rullgård
- [libav-devel] [PATCH] configure: Add -Wstrict-prototypes to CFLAGS if available.
Måns Rullgård
- [libav-devel] [PATCH v2] avidec: fix signed overflow in avi_sync()
Måns Rullgård
- [libav-devel] [PATCH] avidec: simplify size parameter in memset()
Måns Rullgård
- [libav-devel] [PATCH v2] avidec: fix signed overflow in avi_sync()
Måns Rullgård
- [libav-devel] [PATCH] id3v2: reduce the scope of some non-globally-used symbols/structures
Måns Rullgård
- [libav-devel] [PATCH] id3v2: reduce the scope of some non-globally-used symbols/structures
Måns Rullgård
- [libav-devel] RGB H.264 encoding and decoding, swscale GBR24P
Måns Rullgård
- [libav-devel] [PATCH] golomb: fix get_[us]e_golomb() with >15 value bits
Måns Rullgård
- [libav-devel] [PATCH] h264: fix HRD parameters parsing
Måns Rullgård
- [libav-devel] [PATCH/RFC] mathops: remove undefined behaviour from sign_extend()
Måns Rullgård
- [libav-devel] [PATCH/RFC] mathops: remove undefined behaviour from sign_extend()
Måns Rullgård
- [libav-devel] [PATCH 2/6] rv34: move inverse transform to rv34dsp
Måns Rullgård
- [libav-devel] [PATCH] rv34: NEON optimised inverse transform functions
Måns Rullgård
- [libav-devel] [PATCH] rv34: NEON optimised inverse transform functions
Måns Rullgård
- [libav-devel] [PATCH] rv34: NEON optimised inverse transform functions
Måns Rullgård
- [libav-devel] [PATCH 4/6] fmtconvert: check compile-time x86 instruction set flags
Måns Rullgård
- [libav-devel] fix build error when using avutil/log.h with C++ code
Måns Rullgård
- [libav-devel] fix build error when using avutil/log.h with C++ code
Måns Rullgård
- [libav-devel] fix build error when using avutil/log.h with C++ code
Måns Rullgård
- [libav-devel] fix build error when using avutil/log.h with C++ code
Måns Rullgård
- [libav-devel] [PATCH] matroskaenc: expand WAVEFORMAT to WAVEFORMATEX for A_MS/ACM data
Måns Rullgård
- [libav-devel] PPC warning patrol & PIC
Måns Rullgård
- [libav-devel] [PATCH] prores: add '-pix_fmt yuv422p10le' to FATE tests to keep CRCs endian independent
Måns Rullgård
- [libav-devel] [RFC] g722: Add a fate test for the encoder
Måns Rullgård
- [libav-devel] [PATCH 2/2] g722: Add a fate test for the encoder
Måns Rullgård
- [libav-devel] [PATCH 1/2] fate: Add a target for creating a 16000 Hz mono synthetic audio file
Måns Rullgård
- [libav-devel] [PATCH 2/2] g722: Add a fate test for the encoder
Måns Rullgård
- [libav-devel] [PATCH 2/2] g722: Add a fate test for the encoder
Måns Rullgård
- [libav-devel] [PATCH 1/2] H264: change weight/biweight functions to take a height argument.
Måns Rullgård
- [libav-devel] [PATCH] prevent overflow
Måns Rullgård
- [libav-devel] [PATCH] prevent overflow
Måns Rullgård
- [libav-devel] [PATCH] prevent overflow
Måns Rullgård
- [libav-devel] [PATCH 1/2] H264: change weight/biweight functions to take a height argument.
Måns Rullgård
- [libav-devel] [PATCH 1/2] H264: change weight/biweight functions to take a height argument.
Måns Rullgård
- [libav-devel] [PATCH 1/2] H264: change weight/biweight functions to take a height argument.
Måns Rullgård
- [libav-devel] [PATCH 1/2] H264: change weight/biweight functions to take a height argument.
Måns Rullgård
- [libav-devel] [PATCH] sync libav avcodec.h
Måns Rullgård
- [libav-devel] [PATCH] sync libav avcodec.h
Måns Rullgård
- [libav-devel] [PATCH 3/4] H264: change weight/biweight functions to take a height argument.
Måns Rullgård
- [libav-devel] [PATCH 3/7] aacsbr: prevent multiple ff_aac_sbr_ctx_init()
Måns Rullgård
- [libav-devel] [PATCH 4/7] aacdec: Make aac-latm closer to the spec
Måns Rullgård
- [libav-devel] [PATCH 5/7] aacdec: fix channel reconfigs on LATM
Måns Rullgård
- [libav-devel] [PATCH 7/7] aacdec: only overwrite configuration if theres a actual change
Måns Rullgård
- [libav-devel] LibAV-FATE on Solaris x86
Måns Rullgård
- [libav-devel] [PATCH] fft-test: Eliminate global exptab.
Måns Rullgård
- [libav-devel] [PATCH] fft-test: Eliminate global exptab.
Måns Rullgård
- [libav-devel] [PATCH 2/5] wmapro: use FmtConvertContext.float_interleave() to interleave output samples
Måns Rullgård
- [libav-devel] [PATCH 3/5] wmapro: fix strict-aliasing violation by using av_flt2int()
Måns Rullgård
- [libav-devel] [PATCH 3/5] wmapro: fix strict-aliasing violation by using av_flt2int()
Måns Rullgård
- [libav-devel] [PATCH 1/5] mpegvideo: remove some unused variables from MpegEncContext.
Måns Rullgård
- [libav-devel] [PATCH 2/5] mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.h
Måns Rullgård
- [libav-devel] [PATCH 3/5] mpeg12: move full_pel from MpegEncContext to Mpeg1Context
Måns Rullgård
- [libav-devel] [PATCH 4/5] mpeg12: move closed_gop from MpegEncContext to Mpeg1Context
Måns Rullgård
- [libav-devel] [PATCH 5/5] lavc: move get_b_cbp() from h263.h to mpeg4videoenc.c
Måns Rullgård
- [libav-devel] [libav-commits] mpeg12: move full_pel from MpegEncContext to Mpeg1Context
Måns Rullgård
- [libav-devel] [PATCH 01/10] tta: check remaining bitstream size while reading unary value
Måns Rullgård
- [libav-devel] [PATCH 02/10] tta: remove useless commented-out lines
Måns Rullgård
- [libav-devel] [PATCH 04/10] tta: check output buffer size after adjusting frame length for last frame
Måns Rullgård
- [libav-devel] [PATCH 05/10] tta: remove pointless braces
Måns Rullgård
- [libav-devel] [PATCH 06/10] cosmetics: indentation
Måns Rullgård
- [libav-devel] [PATCH 01/10] tta: check remaining bitstream size while reading unary value
Måns Rullgård
- [libav-devel] [PATCH 3/5] wmapro: fix strict-aliasing violation by using av_flt2int()
Måns Rullgård
- [libav-devel] [PATCH 3/5] wmapro: fix strict-aliasing violation by using av_flt2int()
Måns Rullgård
- [libav-devel] [PATCH 3/5] wmapro: fix strict-aliasing violations by using av_alias32
Måns Rullgård
- [libav-devel] [PATCH 3/5] wmapro: fix strict-aliasing violations by using av_alias32
Måns Rullgård
- [libav-devel] [PATCH] Xiph CELT decoder using libcelt.
Måns Rullgård
- [libav-devel] [PATCH 3/5] wmapro: fix strict-aliasing violations by using av_alias32
Måns Rullgård
- [libav-devel] [PATCH 3/5] wmapro: fix strict-aliasing violations by using av_alias32
Måns Rullgård
- [libav-devel] [PATCH] Xiph CELT decoder using libcelt.
Måns Rullgård
- [libav-devel] [PATCH] Xiph CELT decoder using libcelt.
Måns Rullgård
- [libav-devel] [PATCH] seek-test: replace deprecated API usage with current API
Måns Rullgård
- [libav-devel] [PATCH] Xiph CELT decoder using libcelt.
Måns Rullgård
- [libav-devel] [PATCH 2/2] iv8: set dts instead of pts to trick timestamp guessing code
Måns Rullgård
- [libav-devel] [PATCH 1/7] imc: use DSPContext.bswap16_buf() to byte-swap packet data
Måns Rullgård
- [libav-devel] [PATCH 2/3] tiff: Add GeoTIFF support to the TIFF decoder
Stefano Sabatini
- [libav-devel] [PATCH 3/3] avprobe: Print frame-based metadata
Stefano Sabatini
- [libav-devel] [PATCH 1/4] VC1 interlaced stream decoding support 1/3
Mashiat Sarker Shakkhar
- [libav-devel] [PATCH 2/4] VC1 interlaced stream decoding support 2/3
Mashiat Sarker Shakkhar
- [libav-devel] [PATCH 3/4] VC1 interlaced stream decoding support 3/3
Mashiat Sarker Shakkhar
- [libav-devel] [PATCH 4/4] Micro version bump for VC1 interlaced decoding support
Mashiat Sarker Shakkhar
- [libav-devel] [PATCH] VC1: Implement range mapping
Mashiat Sarker Shakkhar
- [libav-devel] [PATCH] Use correct scaling table for bwd-pred MVs in second B-field
Mashiat Sarker Shakkhar
- [libav-devel] [PATCH] VC1: restore mistakenly removed code
Mashiat Sarker Shakkhar
- [libav-devel] [PATCH 1/3] mpc7: check output buffer size before decoding
Kostya Shishkov
- [libav-devel] [PATCH 2/3] mpc7: return error if packet is too small.
Kostya Shishkov
- [libav-devel] [PATCH 3/3] mpc8: check output buffer size before decoding
Kostya Shishkov
- [libav-devel] [PATCH 3/6] rv34: NEON optimised rv34_inv_transform*
Kostya Shishkov
- [libav-devel] [PATCH 1/4] smacker: Separate audio flags from sample rates in smacker demuxer.
Kostya Shishkov
- [libav-devel] [PATCH 2/4] smacker: validate number of channels
Kostya Shishkov
- [libav-devel] [PATCH 3/4] smacker: check buffer size before reading output size
Kostya Shishkov
- [libav-devel] [PATCH 4/4] smacker: validate channels and sample format.
Kostya Shishkov
- [libav-devel] [PATCH] dnxhd: Spelling
Kostya Shishkov
- [libav-devel] [PATCH] Fix 'heigth' vs. 'height' typos.
Kostya Shishkov
- [libav-devel] [PATCH] Fix 'heigth' vs. 'height' typos.
Kostya Shishkov
- [libav-devel] [PATCH] Fix a bunch of common typos.
Kostya Shishkov
- [libav-devel] [PATCH] Fix a bunch of common typos.
Kostya Shishkov
- [libav-devel] [PATCH 3/3] prores: implement multithreading.
Kostya Shishkov
- [libav-devel] [PATCH 1/3] prores: extract idct into its own dspcontext and merge with put_pixels.
Kostya Shishkov
- [libav-devel] [PATCH 1/3] prores: extract idct into its own dspcontext and merge with put_pixels.
Kostya Shishkov
- [libav-devel] [PATCH 4/4] Micro version bump for VC1 interlaced decoding support
Kostya Shishkov
- [libav-devel] [PATCH 1/4] VC1 interlaced stream decoding support 1/3
Kostya Shishkov
- [libav-devel] [PATCH 2/4] VC1 interlaced stream decoding support 2/3
Kostya Shishkov
- [libav-devel] [PATCH 3/4] VC1 interlaced stream decoding support 3/3
Kostya Shishkov
- [libav-devel] [PATCH 01/27] xan: Prevent out of bound accesses
Kostya Shishkov
- [libav-devel] [PATCH 02/27] shorten: Prevent block size from increasing
Kostya Shishkov
- [libav-devel] [PATCH 05/27] mpc8: Fix return value on EOF
Kostya Shishkov
- [libav-devel] [PATCH 06/27] mpc8: Check out of bound bands limit
Kostya Shishkov
- [libav-devel] [PATCH 08/27] wavpack: Reset internal state on corrupted blocks
Kostya Shishkov
- [libav-devel] [PATCH 09/27] bink: Check for various out of bound writes
Kostya Shishkov
- [libav-devel] [PATCH 10/27] bink: Check for out of bound writes when building tree
Kostya Shishkov
- [libav-devel] [PATCH 11/27] bink: Prevent NULL dereferences with missing reference frame
Kostya Shishkov
- [libav-devel] [PATCH 15/27] xan: Prevent NULL dereferences with missing reference frame
Kostya Shishkov
- [libav-devel] [PATCH 17/27] xan: Prevent NULL dereference with missing palette
Kostya Shishkov
- [libav-devel] [PATCH 18/27] xan: Fixed out of bound accesses in xan_unpack()
Kostya Shishkov
- [libav-devel] [PATCH 20/27] xan: Check for out of bound reads in xan_huffman_decode()
Kostya Shishkov
- [libav-devel] [PATCH 19/27] motionpixels: Prevent calling init_vlc() with invalid parameters
Kostya Shishkov
- [libav-devel] [PATCH 21/27] motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer
Kostya Shishkov
- [libav-devel] [PATCH 22/27] motionpixels: Fix the size of workspace buffers
Kostya Shishkov
- [libav-devel] [PATCH 23/27] dsicinav: Check for out of bounds reads
Kostya Shishkov
- [libav-devel] [PATCH 24/27] quickdraw: Check for out of bound reads
Kostya Shishkov
- [libav-devel] [PATCH 25/27] tiertexseqv: Check for out of bound reads
Kostya Shishkov
- [libav-devel] [PATCH 26/27] dsicinav: Check for out of bounds writes
Kostya Shishkov
- [libav-devel] [PATCH 27/27] shorten: Fix out of bound writes in fix_bitshift()
Kostya Shishkov
- [libav-devel] [PATCH] xan: Prevent NULL dereference with missing palette
Kostya Shishkov
- [libav-devel] [PATCH 10/27] bink: Check for out of bound writes when building tree
Kostya Shishkov
- [libav-devel] [PATCH 10/27] bink: Check for out of bound writes when building tree
Kostya Shishkov
- [libav-devel] [PATCH 2/4] dca: fix signed overflow in shift
Kostya Shishkov
- [libav-devel] [PATCH 01/22] avsdemux: check for corrupted data
Kostya Shishkov
- [libav-devel] [PATCH 03/22] avs: check for out of bound reads
Kostya Shishkov
- [libav-devel] [PATCH 04/22] avsdemux: check for out of bound writes
Kostya Shishkov
- [libav-devel] [PATCH 05/22] anm: prevent infinite loop
Kostya Shishkov
- [libav-devel] [PATCH 10/22] tiffdec: fix out of bound reads/writes
Kostya Shishkov
- [libav-devel] [PATCH 11/22] ptx: check for out of bound reads
Kostya Shishkov
- [libav-devel] [PATCH 12/22] 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffers
Kostya Shishkov
- [libav-devel] [PATCH 13/22] 4xmdemux: prevent use of uninitialized memory
Kostya Shishkov
- [libav-devel] [PATCH 14/22] 4xm: prevent NULL dereference with invalid huffman table
Kostya Shishkov
- [libav-devel] [PATCH 16/22] 4xm: reject video with non multiple of 16 width/height
Kostya Shishkov
- [libav-devel] [PATCH] vaapi: fix VC-1 decoding (reconstruct bitstream TTFRM correctly).
Kostya Shishkov
- [libav-devel] Cosmetics for libavcodec/vc1.c
Kostya Shishkov
- [libav-devel] [PATCH 4/4] smacker: validate channels and sample format.
Kostya Shishkov
- [libav-devel] [PATCH] id3v2: fix NULL pointer dereference
Kostya Shishkov
- [libav-devel] [PATCH 1/2] some cosmetics for VC-1 decoder
Kostya Shishkov
- [libav-devel] [PATCH 2/2] some cosmetics for vc1.h
Kostya Shishkov
- [libav-devel] [PATCH 1/3] pretty-print some VC-1 tables
Kostya Shishkov
- [libav-devel] [PATCH] h264: fix detection of optional trailing PPS elements
Kostya Shishkov
- [libav-devel] [PATCH 1/5] motion_est: make MotionExtContext.map_generation unsigned
Kostya Shishkov
- [libav-devel] [PATCH] golomb: fix get_[us]e_golomb() with >15 value bits
Kostya Shishkov
- [libav-devel] [PATCH] h264: fix invalid shifts in init_cavlc_level_tab()
Kostya Shishkov
- [libav-devel] [PATCH 2/3] prores: idct sse2/sse4 optimizations.
Kostya Shishkov
- [libav-devel] [PATCH] swscale: use aligned move for storage into temporary buffer.
Kostya Shishkov
- [libav-devel] [PATCH] h264: fix HRD parameters parsing
Kostya Shishkov
- [libav-devel] [PATCH 07/13] AVOptions: add new API for enumerating children.
Kostya Shishkov
- [libav-devel] [PATCH 05/15] AVOptions: add new API for enumerating children.
Kostya Shishkov
- [libav-devel] [PATCH] h264: change unsupported bit depth message to error level
Kostya Shishkov
- [libav-devel] [PATCH] rv34: NEON optimised inverse transform functions
Kostya Shishkov
- [libav-devel] [PATCH] rv34: NEON optimised inverse transform functions
Kostya Shishkov
- [libav-devel] [PATCH 1/2] avplay: free rdft data used for spectrogram analysis.
Kostya Shishkov
- [libav-devel] [PATCH 2/2] avplay: free the active audio packet at exit.
Kostya Shishkov
- [libav-devel] [PATCH 1/4] mlpdec: validate that the reported channel count matches the actual output channel count
Kostya Shishkov
- [libav-devel] [PATCH 2/4] mlpdec: only calculate output size once
Kostya Shishkov
- [libav-devel] [PATCH 3/4] mlpdec: remove unnecessary wrapper function
Kostya Shishkov
- [libav-devel] [PATCH 4/4] mlpdec: return meaningful error codes instead of -1
Kostya Shishkov
- [libav-devel] [PATCH] vc1: explicitly zero interlaced mode coding variables for progressive mode
Kostya Shishkov
- [libav-devel] [PATCH] pcm: reduce pointer type casting
Kostya Shishkov
- [libav-devel] [PATCH 1/4] mlpdec: validate that the reported channel count matches the actual output channel count
Kostya Shishkov
- [libav-devel] [PATCH 1/7] truespeech: remove unneeded zero-size packet check.
Kostya Shishkov
- [libav-devel] [PATCH 3/7] truespeech: check to make sure channels == 1
Kostya Shishkov
- [libav-devel] [PATCH 2/7] truespeech: check for large enough output buffer rather than truncating output
Kostya Shishkov
- [libav-devel] [PATCH 4/7] truespeech: decode directly to output buffer instead of a temp buffer
Kostya Shishkov
- [libav-devel] [PATCH 5/7] truespeech: simplify truespeech_read_frame() by using get_bits()
Kostya Shishkov
- [libav-devel] [PATCH 01/20] shorten: split reading of file header into a separate functions
Kostya Shishkov
- [libav-devel] [PATCH 02/20] shorten: skip some fields in the WAV header embedded in the shorten header.
Kostya Shishkov
- [libav-devel] [PATCH 03/20] shorten: separate processing of audio commands from non-audio commands
Kostya Shishkov
- [libav-devel] [PATCH 04/20] cosmetics: reindent
Kostya Shishkov
- [libav-devel] [PATCH 05/20] shorten: only calculate output size when returning decoded samples, otherwise just set data_size to zero.
Kostya Shishkov
- [libav-devel] [PATCH 06/20] shorten: move decoding of prediction order and applying of global offset to decode_subframe_lpc().
Kostya Shishkov
- [libav-devel] [PATCH 07/20] shorten: check for realloc failure
Kostya Shishkov
- [libav-devel] [PATCH 08/20] shorten: pass on error value from allocate_buffers() instead of returning -1
Kostya Shishkov
- [libav-devel] [PATCH 09/20] shorten: move declaration of 'ret' to top of shorten_decode_frame()
Kostya Shishkov
- [libav-devel] [PATCH 10/20] shorten: validate block size
Kostya Shishkov
- [libav-devel] [PATCH 11/20] cosmetics: remove some needless commented-out stuff
Kostya Shishkov
- [libav-devel] [PATCH 13/20] shorten: add some comments
Kostya Shishkov
- [libav-devel] [PATCH 12/20] shorten: merge decoding of FN_DIFF* subblocks into decode_subframe_lpc()
Kostya Shishkov
- [libav-devel] [PATCH 14/20] shorten: use bytestream functions to decode the embedded WAVE header
Kostya Shishkov
- [libav-devel] [PATCH 15/20] shorten: use av_clip_int16() for output sample clipping
Kostya Shishkov
- [libav-devel] [PATCH 16/20] shorten: check output buffer size before decoding
Kostya Shishkov
- [libav-devel] [PATCH 17/20] shorten: do not return after reading header
Kostya Shishkov
- [libav-devel] [PATCH 18/20] shorten: do not use block size to determine whether to read the header.
Kostya Shishkov
- [libav-devel] [PATCH 19/20] shorten: enable CODEC_CAP_DELAY to flush any remaining frames in the buffer.
Kostya Shishkov
- [libav-devel] [PATCH 20/20] shorten: decode all channels in the same call to avcodec_decode_audio3().
Kostya Shishkov
- [libav-devel] [PATCH 1/6] dnxhdenc: fixed signed multiplication overflow
Kostya Shishkov
- [libav-devel] [PATCH] prores: add '-pix_fmt yuv422p10le' to FATE tests to keep CRCs endian independent
Kostya Shishkov
- [libav-devel] [PATCH 1/3] swscale: reintroduce full precision in 16-bit output.
Kostya Shishkov
- [libav-devel] [PATCH 2/3] swscale: decide whether to use yuv2plane1/X on a per-plane basis.
Kostya Shishkov
- [libav-devel] [PATCH] VC1: Implement range mapping
Kostya Shishkov
- [libav-devel] [PATCH] VC1: Implement range mapping
Kostya Shishkov
- [libav-devel] [PATCH] Ut Video decoder
Kostya Shishkov
- [libav-devel] [PATCH] Ut Video decoder
Kostya Shishkov
- [libav-devel] [PATCH] Ut Video decoder
Kostya Shishkov
- [libav-devel] [PATCH 1/3] doc/avtools: add forgotten part to stream specifiers description
Kostya Shishkov
- [libav-devel] [PATCH] prevent overflow
Kostya Shishkov
- [libav-devel] [PATCH 2/2] swscale: update altivec yuv2planeX asm to new per-plane API.
Kostya Shishkov
- [libav-devel] [PATCH] swscale: prevent overflow during initialization
Kostya Shishkov
- [libav-devel] [PATCH] libspeexenc: add libspeex encoder
Kostya Shishkov
- [libav-devel] [PATCH] Ut Video decoder
Kostya Shishkov
- [libav-devel] [PATCH] Ut Video decoder
Kostya Shishkov
- [libav-devel] [PATCH] Ut Video decoder
Kostya Shishkov
- [libav-devel] [PATCH 1/2] swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.
Kostya Shishkov
- [libav-devel] [PATCH 2/2] H264: have hl_motion() and its callees take a chroma_idc argument.
Kostya Shishkov
- [libav-devel] [PATCH 1/2] H264: change weight/biweight functions to take a height argument.
Kostya Shishkov
- [libav-devel] [PATCH 1/2] H264: change weight/biweight functions to take a height argument.
Kostya Shishkov
- [libav-devel] [PATCH 1/2] H264: change weight/biweight functions to take a height argument.
Kostya Shishkov
- [libav-devel] [PATCH 1/4] lavf: add avformat_new_stream as a replacement for av_new_stream.
Kostya Shishkov
- [libav-devel] [PATCH 4/4] lavc: make avcodec_get_context_defaults3 "officially" public
Kostya Shishkov
- [libav-devel] [PATCH 2/4] lavf, lavd: replace av_new_stream->avformat_new_stream part I.
Kostya Shishkov
- [libav-devel] [PATCH 3/4] lavf: replace av_new_stream->avformat_new_stream part II.
Kostya Shishkov
- [libav-devel] [PATCH] Use correct scaling table for bwd-pred MVs in second B-field
Kostya Shishkov
- [libav-devel] [PATCH 1/2] H264: change weight/biweight functions to take a height argument.
Kostya Shishkov
- [libav-devel] [PATCH] vp8: fix up handling of segmentation_maps in reference frames.
Kostya Shishkov
- [libav-devel] [PATCH 1/4] h264: 4:2:2 intra decoding support
Kostya Shishkov
- [libav-devel] [PATCH 2/4] Support for lossless and inter H264 4:2:2.
Kostya Shishkov
- [libav-devel] [PATCH 3/4] H264: change weight/biweight functions to take a height argument.
Kostya Shishkov
- [libav-devel] [PATCH 4/4] H264: have hl_motion() and its callees take a chroma_idc argument.
Kostya Shishkov
- [libav-devel] [PATCH] sync libav avcodec.h
Kostya Shishkov
- [libav-devel] [PATCH 3/4] H264: change weight/biweight functions to take a height argument.
Kostya Shishkov
- [libav-devel] [PATCH 19/20] shorten: fix end-of-stream decoding.
Kostya Shishkov
- [libav-devel] [PATCH 1/5] h264: 4:2:2 intra decoding support
Kostya Shishkov
- [libav-devel] [PATCH 2/5] Support for lossless and inter H264 4:2:2.
Kostya Shishkov
- [libav-devel] [PATCH 3/5] H264: change weight/biweight functions to take a height argument.
Kostya Shishkov
- [libav-devel] [PATCH] Revert d1d421cbc0d13b08535f7fc08d179572ee352072: change to fate-lavfi-crop_scale.
Kostya Shishkov
- [libav-devel] [PATCH 1/5] h264: 4:2:2 intra decoding support
Kostya Shishkov
- [libav-devel] [PATCH 4/5] H264: have hl_motion() and its callees take a chroma_idc argument.
Kostya Shishkov
- [libav-devel] [PATCH 5/5] h264: mark some MC functions with av_always_inline instead of inline.
Kostya Shishkov
- [libav-devel] [PATCH 1/6] sws/pixfmt/pixdesc: add support for yuv420p9le/be.
Kostya Shishkov
- [libav-devel] [PATCH 8/8] swscale: update altivec yuv2planeX asm to new per-plane API.
Kostya Shishkov
- [libav-devel] [PATCH] h264: fix ppc/altivec build
Kostya Shishkov
- [libav-devel] [PATCH] presets: spelling error in libvpx 1080p50_60
Kostya Shishkov
- [libav-devel] [PATCH 4/7] mp3on4: fix the output channel order
Kostya Shishkov
- [libav-devel] [PATCH 5/7] mp3on4: set channel layout
Kostya Shishkov
- [libav-devel] [PATCH] mp3on4: allocate temp buffer with av_malloc() instead of on the stack.
Kostya Shishkov
- [libav-devel] [PATCH 6/7] mp3on4: ensure that the frame channel count does not exceed the codec channel count.
Kostya Shishkov
- [libav-devel] [PATCH 1/2] twinvq: return an error when the packet size is too small
Kostya Shishkov
- [libav-devel] [PATCH 2/2] twinvq: check output buffer size before decoding
Kostya Shishkov
- [libav-devel] [PATCH] h264_weight: initialize "height" function argument properly.
Kostya Shishkov
- [libav-devel] [PATCH 01/15] tta: check remaining bitstream size while reading unary value
Kostya Shishkov
- [libav-devel] [PATCH 02/15] tta: remove useless commented-out lines
Kostya Shishkov
- [libav-devel] [PATCH 03/15] tta: fix reading of format in TTA header.
Kostya Shishkov
- [libav-devel] [PATCH 04/15] tta: check output buffer size after adjusting frame length for last frame
Kostya Shishkov
- [libav-devel] [PATCH 05/15] tta: remove pointless braces
Kostya Shishkov
- [libav-devel] [PATCH 06/15] cosmetics: indentation
Kostya Shishkov
- [libav-devel] [PATCH 07/15] tta: fix the sample format check.
Kostya Shishkov
- [libav-devel] [PATCH 08/15] tta: use correct frame_length calculation.
Kostya Shishkov
- [libav-devel] [PATCH 11/15] tta: use if/else instead of switch for copying of samples to output buffer
Kostya Shishkov
- [libav-devel] [PATCH 09/15] tta: calculate output data_size based on the sample format
Kostya Shishkov
- [libav-devel] [PATCH 10/15] tta: use signed 16-bit data type for output samples rather than unsigned
Kostya Shishkov
- [libav-devel] [PATCH 12/15] cosmetics: indentation and remove unneeded braces
Kostya Shishkov
- [libav-devel] [PATCH 14/15] tta: add support for decoding 24-bit sample format
Kostya Shishkov
- [libav-devel] [PATCH 15/15] tta: check for extradata allocation failure in tta demuxer
Kostya Shishkov
- [libav-devel] [PATCH 09/15] tta: calculate output data_size based on the sample format
Kostya Shishkov
- [libav-devel] [PATCH 13/15] tta: check for allocation failure of decode_buffer
Kostya Shishkov
- [libav-devel] [PATCH 00/10] tta clean-up, rearranged
Kostya Shishkov
- [libav-devel] [PATCH] adpcm: use sign_extend()
Kostya Shishkov
- [libav-devel] [PATCH 08/10] tta: use correct frame_length calculation.
Kostya Shishkov
- [libav-devel] [RFC/PATCH] lavc: remove "legacy" mpegvideo decoder.
Kostya Shishkov
- [libav-devel] [PATCH 02/19] alacdec: set sample_fmt in alac_decode_init()
Kostya Shishkov
- [libav-devel] [PATCH 03/19] alacdec: remove unneeded validation of setinfo_sample_size.
Kostya Shishkov
- [libav-devel] [PATCH 04/19] alacdec: read/validate number of channels from the extradata.
Kostya Shishkov
- [libav-devel] [PATCH 05/19] alacdec: allocate per-channel buffers based on channel count.
Kostya Shishkov
- [libav-devel] [PATCH 06/19] alacdec: check for buffer allocation failure.
Kostya Shishkov
- [libav-devel] [PATCH 07/19] alacdec: remove unneeded channel count checks
Kostya Shishkov
- [libav-devel] [PATCH 07/19] alacdec: remove unneeded channel count checks
Kostya Shishkov
- [libav-devel] [PATCH 08/19] alacdec: cosmetics: rename 'wasted_bits' to 'extra_bits'.
Kostya Shishkov
- [libav-devel] [PATCH 09/19] alacdec: split stereo decorrelation into a separate function.
Kostya Shishkov
- [libav-devel] [PATCH 10/19] alacdec: move appending of extra_bits to a separate function.
Kostya Shishkov
- [libav-devel] [PATCH 11/19] alacdec: cosmetics: rename 2 functions.
Kostya Shishkov
- [libav-devel] [PATCH 12/19] alacdec: remove the numchannels parameter from several functions.
Kostya Shishkov
- [libav-devel] [PATCH 13/19] alacdec: remove unneeded local variable
Kostya Shishkov
- [libav-devel] [PATCH 14/19] alacdec: always use get_sbits_long() for uncompressed samples
Kostya Shishkov
- [libav-devel] [PATCH 15/19] alacdec: move some declarations to the top of the function
Kostya Shishkov
- [libav-devel] [PATCH 16/19] alacdec: cosmetics: use 'ch' instead of 'chan' to iterate channels
Kostya Shishkov
- [libav-devel] [PATCH 17/19] alacdec: ask for a sample for unsupported sample depths.
Kostya Shishkov
- [libav-devel] [PATCH 18/19] alacdec: simplify buffer allocation by using FF_ALLOC_OR_GOTO()
Kostya Shishkov
- [libav-devel] [PATCH 19/19] alacdec: remove unneeded NULL or zero-size packet checks.
Kostya Shishkov
- [libav-devel] [PATCH 1/8] mpegaudiodec: Skip only bad frames instead of the whole packet.
Kostya Shishkov
- [libav-devel] [PATCH 2/8] mpegaudiodec: return AVERROR return codes instead of -1
Kostya Shishkov
- [libav-devel] [PATCH 3/8] mpegaudiodec: remove frame_count field from MPADecodeContext.
Kostya Shishkov
- [libav-devel] [PATCH 4/8] mpegaudiodec: cosmetics: basic pretty-printing
Kostya Shishkov
- [libav-devel] [PATCH 5/8] avcodec: remove avcodec_parse_frame and deprecate associated elements.
Kostya Shishkov
- [libav-devel] [PATCH 6/8] mpegaudiodec: check output data size in mp3adu decoder
Kostya Shishkov
- [libav-devel] [PATCH 6/8] mpegaudiodec: check output data size in mp3adu decoder
Kostya Shishkov
- [libav-devel] [PATCH 7/8] mp3adu: return error instead of just consuming bad packets
Kostya Shishkov
- [libav-devel] [PATCH 8/8] mp3on4: do not needlessly set data_size to 0
Kostya Shishkov
- [libav-devel] [PATCH 6/8] mpegaudiodec: check output data size based on avctx->frame_size
Kostya Shishkov
- [libav-devel] [PATCH 01/18] apedec: remove unneeded check for zero-size packet.
Kostya Shishkov
- [libav-devel] [PATCH 02/18] apedec: use memcpy for pseudo-stereo mode
Kostya Shishkov
- [libav-devel] [PATCH 03/18] apedec: check for filter buffer allocation failure
Kostya Shishkov
- [libav-devel] [PATCH 04/18] apedec: return meaningful error codes from ape_decode_init()
Kostya Shishkov
- [libav-devel] [PATCH 07/18] apedec: return meaningful error values in ape_decode_frame()
Kostya Shishkov
- [libav-devel] [PATCH 09/18] apedec: check for data buffer realloc failure
Kostya Shishkov
- [libav-devel] [PATCH 10/18] apedec: do not set s->samples until after validation.
Kostya Shishkov
- [libav-devel] [PATCH 11/18] apedec: use unsigned int for 'nblocks' and make sure that it's within int range
Kostya Shishkov
- [libav-devel] [PATCH 12/18] apedec: set s->currentframeblocks after validating nblocks
Kostya Shishkov
- [libav-devel] [PATCH 13/18] apedec: remove pointless increment of 'buf'
Kostya Shishkov
- [libav-devel] [PATCH 14/18] apedec: use unsigned int for offset to avoid undefined conversion to signed
Kostya Shishkov
- [libav-devel] [PATCH 15/18] apedec: check for input buffer overflow while reading frame header
Kostya Shishkov
- [libav-devel] [PATCH 16/18] apedec: do not keep incrementing the input data pointer past the end of the buffer during entropy decoding.
Kostya Shishkov
- [libav-devel] [PATCH 17/18] apedec: use FFALIGN macro for internal data buffer size
Kostya Shishkov
- [libav-devel] [PATCH 18/18] apedec: assert that s->samples is not negative before trying to decode
Kostya Shishkov
- [libav-devel] [PATCH 04/18] apedec: return meaningful error codes from ape_decode_init()
Kostya Shishkov
- [libav-devel] [PATCH 1/2] iv8: assemble packets to return complete frames
Kostya Shishkov
- [libav-devel] [PATCH 2/2] iv8: set dts instead of pts to trick timestamp guessing code
Kostya Shishkov
- [libav-devel] [PATCH 2/2] aac_latm: reconfigure decoder on audio specific config changes
Kostya Shishkov
- [libav-devel] [PATCH] lavf: use number of output pictures for delay checks.
Kostya Shishkov
- [libav-devel] [PATCH] Fix decoding of lossless 10-bit 4:4:4 H.264
Kostya Shishkov
- [libav-devel] [PATCH 1/5] wmadec: consolidate 2 output buffer size checks into 1 check
Kostya Shishkov
- [libav-devel] [PATCH] utvideo: account for coupled lines in YUV420 format
Kostya Shishkov
- [libav-devel] [PATCH 0/5] nellymoser clean-up
Kostya Shishkov
- [libav-devel] [PATCH 03/17] atrac1: validate number of channels
Kostya Shishkov
- [libav-devel] [PATCH 04/17] atrac1: fix a typo
Kostya Shishkov
- [libav-devel] [PATCH 05/17] atrac1: use optimized float_interleave() function for stereo interleaving
Kostya Shishkov
- [libav-devel] [PATCH 06/17] atrac1: check for ff_mdct_init() failure
Kostya Shishkov
- [libav-devel] [PATCH 07/17] atrac1: return appropriate error codes instead of -1
Kostya Shishkov
- [libav-devel] [PATCH 08/17] atrac3: decode output to float samples instead of converting to s16
Kostya Shishkov
- [libav-devel] [PATCH 09/17] atrac3: decode mono directly to the output buffer
Kostya Shishkov
- [libav-devel] [PATCH 10/17] atrac3: use optimized float_interleave() function for stereo interleaving
Kostya Shishkov
- [libav-devel] [PATCH 11/17] atrac3: use separate pointers for each channel in decodeFrame()
Kostya Shishkov
- [libav-devel] [PATCH 12/17] atrac3: check output buffer size before decoding
Kostya Shishkov
- [libav-devel] [PATCH 14/17] atrac3: add a couple macro constants
Kostya Shishkov
- [libav-devel] [PATCH 15/17] atrac3: make sure all memory is freed on init failure
Kostya Shishkov
- [libav-devel] [PATCH 16/17] atrac3: return appropriate error codes instead of -1
Kostya Shishkov
- [libav-devel] [PATCH 17/17] atrac3: add CODEC_CAP_SUBFRAMES capability
Kostya Shishkov
- [libav-devel] [PATCH 18/18] atrac3: support float or int16 output using request_sample_fmt
Kostya Shishkov
- [libav-devel] [PATCH 06/18] atrac1: check for ff_mdct_init() failure
Kostya Shishkov
- [libav-devel] [PATCH] Fix decoding of lossless 4:2:2 H.264
Kostya Shishkov
- [libav-devel] [PATCH 2/5] binkaudio: pre-calculate quantization factors
Kostya Shishkov
- [libav-devel] [PATCH 3/5] binkaudio: store interleaved overlap samples in BinkAudioContext.
Kostya Shishkov
- [libav-devel] [PATCH 4/5] binkaudio: only decode one block at a time.
Kostya Shishkov
- [libav-devel] [PATCH 5/5] binkaudio: change short to int16_t
Kostya Shishkov
- [libav-devel] [PATCH 1/5] binkaudio: add some buffer overread checks.
Kostya Shishkov
- [libav-devel] [PATCH] utvideo: handle empty Huffman trees
Kostya Shishkov
- [libav-devel] [PATCH] utvideo: handle empty Huffman trees
Kostya Shishkov
- [libav-devel] [PATCH] utvideo: handle empty Huffman trees
Kostya Shishkov
- [libav-devel] [PATCH 1/5] binkaudio: add some buffer overread checks.
Kostya Shishkov
- [libav-devel] [PATCH 1/3] dca: return proper error codes instead of -1
Kostya Shishkov
- [libav-devel] [PATCH 2/3] dca: return error if the frame header is invalid
Kostya Shishkov
- [libav-devel] [PATCH 3/3] dca: handle errors from dca_decode_block()
Kostya Shishkov
- [libav-devel] [PATCH 1/4] twinvq: check for allocation failure in init_mdct_win()
Kostya Shishkov
- [libav-devel] [PATCH 2/4] vqf: do not set bits_per_coded_sample for TwinVQ.
Kostya Shishkov
- [libav-devel] [PATCH 3/4] vqf/twinvq: pass vqf COMM chunk info in extradata
Kostya Shishkov
- [libav-devel] [PATCH 4/4] twinvq: add SSE optimized sum/difference stereo interleaving
Kostya Shishkov
- [libav-devel] [PATCH] cmdutils: check fread() return value
Kostya Shishkov
- [libav-devel] [rfc] a replacement decoder
Kostya Shishkov
- [libav-devel] [rfc] a replacement decoder
Kostya Shishkov
- [libav-devel] [PATCH] avcodec: add support for planar signed 8-bit PCM.
Kostya Shishkov
- [libav-devel] [PATCH] avcodec: add support for planar signed 8-bit PCM.
Kostya Shishkov
- [libav-devel] [PATCH] fix AC3ENC_OPT_MODE_ON/OFF
John Stebbins
- [libav-devel] [PATCH 2/2] lavc: add a flag-based error_recognition field to AVCodecContext and deprecate non-flag-based ER field
John Stebbins
- [libav-devel] [PATCH] Set max value for dsur_mode correctly
John Stebbins
- [libav-devel] [PATCH 1/4] Fixed MOV/MP4 tracktotal metadata
Martin Storsjö
- [libav-devel] [PATCH 1/2] flvdec: Split out setting of numeric fields from storing metadata
Martin Storsjö
- [libav-devel] [PATCH 2/2] flvdec: Don't export metadata entries that aren't proper metadata
Martin Storsjö
- [libav-devel] [PATCH 1/2] rtsp: Parse the x-Accept-Dynamic-Rate header
Martin Storsjö
- [libav-devel] [PATCH 2/2] rtsp: Request that dynamic rate is disabled
Martin Storsjö
- [libav-devel] [PATCH 2/2] flvdec: Don't export metadata entries that aren't proper metadata
Martin Storsjö
- [libav-devel] [FFmpeg-devel] [PATCH] Correct buffer handling for RTCP packets
Martin Storsjö
- [libav-devel] [PATCH 1/2] rtpdec: Fix the minimum packet length for RTCP SR packets
Martin Storsjö
- [libav-devel] [PATCH 2/2] rtpdec: Read the packet length for all RTCP packet types
Martin Storsjö
- [libav-devel] [PATCH 2/2] rtpdec: Read the packet length for all RTCP packet types
Martin Storsjö
- [libav-devel] [PATCH] rtpdec: Add ff_ prefix to all nonstatic symbols
Martin Storsjö
- [libav-devel] [PATCH] rtpdec: Add ff_ prefix to all nonstatic symbols
Martin Storsjö
- [libav-devel] [PATCH 2/2] rtsp: Request that dynamic rate is disabled
Martin Storsjö
- [libav-devel] [PATCH 2/2] flvenc: Don't copy metadata entries that are written by the muxer itself
Martin Storsjö
- [libav-devel] [PATCH] rtpdec: Add ff_ prefix to all nonstatic symbols
Martin Storsjö
- [libav-devel] [PATCH 1/2] flvenc: Write the right metadata entry count
Martin Storsjö
- [libav-devel] [PATCH] rtpdec: Add ff_ prefix to all nonstatic symbols
Martin Storsjö
- [libav-devel] [PATCH 1/4] rtsp: Merge the AVOption lists
Martin Storsjö
- [libav-devel] [PATCH 2/4] rtsp: Accept options via private avoptions instead of URL options
Martin Storsjö
- [libav-devel] [PATCH 3/4] rtsp: Remove the separate filter_source variable
Martin Storsjö
- [libav-devel] [PATCH 4/4] doc: Update the documentation on setting options for RTSP
Martin Storsjö
- [libav-devel] [PATCH 1/4] rtsp: Merge the AVOption lists
Martin Storsjö
- [libav-devel] [PATCH 2/4] rtsp: Accept options via private avoptions instead of URL options
Martin Storsjö
- [libav-devel] [PATCH 2/4] rtsp: Accept options via private avoptions instead of URL options
Martin Storsjö
- [libav-devel] [PATCH v2 1/5] rtsp: Merge the AVOption lists
Martin Storsjö
- [libav-devel] [PATCH v2 2/5] rtsp: Simplify AVOption definitions
Martin Storsjö
- [libav-devel] [PATCH v2 3/5] rtsp: Accept options via private avoptions instead of URL options
Martin Storsjö
- [libav-devel] [PATCH v2 4/5] rtsp: Remove the separate filter_source variable
Martin Storsjö
- [libav-devel] [PATCH v2 5/5] doc: Update the documentation on setting options for RTSP
Martin Storsjö
- [libav-devel] [PATCH v2 3/5] rtsp: Accept options via private avoptions instead of URL options
Martin Storsjö
- [libav-devel] [PATCH v2 3/5] rtsp: Accept options via private avoptions instead of URL options
Martin Storsjö
- [libav-devel] [PATCH] mov: Prevent illegal writes when chapter titles are very short.
Martin Storsjö
- [libav-devel] [PATCH v2 4/5] rtsp: Remove the separate filter_source variable
Martin Storsjö
- [libav-devel] [PATCH v2 3/5] rtsp: Accept options via private avoptions instead of URL options
Martin Storsjö
- [libav-devel] [PATCH v2 3/5] rtsp: Accept options via private avoptions instead of URL options
Martin Storsjö
- [libav-devel] [PATCH] macosx: use the default surface on newer sdl
Martin Storsjö
- [libav-devel] [PATCH v2 3/5] rtsp: Accept options via private avoptions instead of URL options
Martin Storsjö
- [libav-devel] [PATCH] rtp: Fix ff_rtp_get_payload_type
Martin Storsjö
- [libav-devel] [PATCH] avoptions: Fix av_opt_flag_is_set
Martin Storsjö
- [libav-devel] [PATCH 1/2] rtsp: Make the rtsp flags avoptions set via a define
Martin Storsjö
- [libav-devel] [PATCH 2/2] rtsp: Expose the flag options via private AVOptions for sdp and rtp, too
Martin Storsjö
- [libav-devel] [PATCH] avoptions: Fix av_opt_flag_is_set
Martin Storsjö
- [libav-devel] [PATCH] rtpenc: Set a default video codec
Martin Storsjö
- [libav-devel] [PATCH 2/2] rtsp: Expose the flag options via private AVOptions for sdp and rtp, too
Martin Storsjö
- [libav-devel] [PATCH] rtpenc: Set a default video codec
Martin Storsjö
- [libav-devel] [RFC] g722: Add a fate test for the encoder
Martin Storsjö
- [libav-devel] [PATCH 1/2] fate: Add a target for creating a 16000 Hz mono synthetic audio file
Martin Storsjö
- [libav-devel] [PATCH 2/2] g722: Add a fate test for the encoder
Martin Storsjö
- [libav-devel] [PATCH 2/2] g722: Add a fate test for the encoder
Martin Storsjö
- [libav-devel] [PATCH 2/2] g722: Add a fate test for the encoder
Martin Storsjö
- [libav-devel] [PATCH 2/2] g722: Add a fate test for the encoder
Martin Storsjö
- [libav-devel] [PATCH] flvdec: Do not call parse_keyframes_index with a NULL stream
Martin Storsjö
- [libav-devel] [PATCH] flvdec: Do not call parse_keyframes_index with a NULL stream
Martin Storsjö
- [libav-devel] [PATCH] flvdec: Do not call parse_keyframes_index with a NULL stream
Martin Storsjö
- [libav-devel] [PATCH 1/3] g722dec: remove the use of lowres for half-rate decoding.
Martin Storsjö
- [libav-devel] [PATCH 1/3] g722dec: remove the use of lowres for half-rate decoding.
Martin Storsjö
- [libav-devel] [PATCH 1/3] g722dec: remove the use of lowres for half-rate decoding.
Martin Storsjö
- [libav-devel] [PATCH 3/3] g722dec: check output buffer size before decoding
Martin Storsjö
- [libav-devel] [RFC 0/6] TLS/SSL support
Martin Storsjö
- [libav-devel] [RFC 1/6] avcodec: Allow locking and unlocking an avformat specific mutex
Martin Storsjö
- [libav-devel] [RFC 2/6] configure: Allow linking to openssl
Martin Storsjö
- [libav-devel] [RFC 3/6] configure: Allow linking to the gnutls library
Martin Storsjö
- [libav-devel] [RFC 4/6] Add the tls protocol, using OpenSSL or gnutls
Martin Storsjö
- [libav-devel] [RFC 5/6] Add the https protocol, using tls instead of tcp as underlying protocol
Martin Storsjö
- [libav-devel] [RFC 6/6] cmdutils: Rename read_file to ff_read_file
Martin Storsjö
- [libav-devel] [PATCH] cmdutils: Rename read_file to cmdutils_read_file
Martin Storsjö
- [libav-devel] [PATCH] Announce Libav 0.7.2
Reinhard Tartler
- [libav-devel] [PATCH] libvpx: fix build with older libvpx versions.
Reinhard Tartler
- [libav-devel] [PATCH] Print command line parameters in show_banner().
Reinhard Tartler
- [libav-devel] [PATCH/RFC] mathops: remove undefined behaviour from sign_extend()
Uoti Urpala
- [libav-devel] fix build error when using avutil/log.h with C++ code
Uoti Urpala
- [libav-devel] fix build error when using avutil/log.h with C++ code
Uoti Urpala
- [libav-devel] [PATCH] prevent overflow
Uoti Urpala
- [libav-devel] [PATCH] prevent overflow
Uoti Urpala
- [libav-devel] [PATCH] swscale: add missing colons to x86 assembly yuv2planeX.
Dave Yeo
- [libav-devel] [PATCH] swscale: add missing colons to x86 assembly yuv2planeX.
Dave Yeo
- [libav-devel] [PATCH] sync libav avcodec.h
compn
- [libav-devel] [PATCH] sync libav avcodec.h
compn
- [libav-devel] [PATCH] sync libav avcodec.h
compn
- [libav-devel] [PATCH] avconv: add presets
alexandra at khirnov.net
- [libav-devel] [PATCH] avconv: add presets
alexandra at khirnov.net
- [libav-devel] [PATCH] avconv: add presets
alexandra at khirnov.net
- [libav-devel] [PATCH 1/3] new interrupt callback interface, that works per URLContext instead of globally
aviad rozenhek
Last message date:
Mon Oct 31 23:13:59 CET 2011
Archived on: Mon Oct 31 23:15:00 CET 2011
This archive was generated by
Pipermail 0.09 (Mailman edition).