]> git.sesse.net Git - ffmpeg/history - libavcodec
Voxware MetaSound decoder
[ffmpeg] / libavcodec /
2013-08-08 Kostya ShishkovVoxware MetaSound decoder
2013-08-07 Rémi Denis-Courmontlibavcodec: use avpriv_open()
2013-08-07 Vittorio Giovarampegvideo_enc: drop outdated copy_picture_attributes...
2013-08-07 Kostya Shishkovdeprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID...
2013-08-06 Christian Schmidtpcm_bluray: Return AVERROR_INVALIDDATA instead of ...
2013-08-06 Diego Biurrunavcodec/options: Drop deprecation warning suppression...
2013-08-05 Kostya Shishkovtwinvq: Split VQF-specific part from common TwinVQ...
2013-08-05 Diego Biurruntwinvq: Prefix enums and defines shared with VoxWare...
2013-08-05 Kostya Shishkovtwinvq: move all bitstream reading into single place
2013-08-05 Ben Avisonmpegts: Remove one 64-bit integer modulus operation...
2013-08-05 Luca Barbatovc1: check mb_height validity.
2013-08-05 Luca Barbatovc1: check the source buffer in vc1_mc functions
2013-08-05 Luca Barbatobink: Bound check the quantization matrix.
2013-08-05 Luca Barbatolibx264: add shortcut for the bluray compatibility...
2013-08-05 Rémi Denis-Courmontvdpau: deprecate bitstream buffers within the hardware...
2013-08-05 Rémi Denis-Courmontvdpau: store picture data in picture's rather than...
2013-08-05 Rémi Denis-Courmontvdpau: deprecate VDPAU codec capability
2013-08-05 Rémi Denis-Courmontvdpau: remove old-style decoders
2013-08-04 Luca Barbatoaac: Forward errors properly in aac_decode_frame_int
2013-08-04 Luca Barbatoaac: Check init_get_bits return value
2013-08-02 Yusuke Nakamuraavcodec: Add output_picture_number to AVCodecParserContext
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-08-02 Diego BiurrunGive less generic names to global library option arrays
2013-08-02 Vittorio Giovarah264_sei: Return meaningful values
2013-08-01 Vittorio Giovarah264_sei: K&R formatting cosmetics
2013-08-01 Diego Biurrunh264_sei: Remove pointless old comment
2013-08-01 Diego Biurruntwinvq: Add proper twinvq prefixes to identifiers
2013-07-29 Diego BiurrunReplace remaining obsolete PIX_FMT names with AV_PIX_FM...
2013-07-29 Michael Niedermayerhuffyuvenc: BGRA support
2013-07-28 Luca Barbatoxl: Make sure the width is valid
2013-07-28 Paul B Maholutvideoenc: use av_image_copy_plane()
2013-07-28 Luca Barbatoaasc: Check minimum buffer size
2013-07-28 Luca Barbatoqdm2: Whitespace cosmetics
2013-07-28 Luca Barbatoflac: use meaningful return values
2013-07-28 Luca Barbatoxl: Fix the buffer size check
2013-07-28 Luca Barbatoxl: K&R formatting cosmetics
2013-07-27 Diego BiurrunAdd missing deprecation attributes
2013-07-27 Diego Biurrunh264: K&R formatting cosmetics
2013-07-25 Diego Biurrunmiscellaneous typo fixes
2013-07-25 Rémi Denis-Courmontmpeg12: Ignore slice threading if hwaccel is active
2013-07-25 Rainer Hocheckervdpau: Fix VC-1 interlaced mode
2013-07-25 Diego Biurruncosmetics: Add '0' to float constants ending in '.'.
2013-07-25 Diego Biurruntwinvq: K&R formatting cosmetics
2013-07-24 Martin Storsjöarm: Comment out unused labels in simple_idct_arm
2013-07-23 Luca Barbato8bps: Make the bound-checks consistent
2013-07-23 Luca Barbato8bps: Bound-check the input buffer
2013-07-23 Luca Barbato4xm: Reject not a multiple of 16 dimension
2013-07-23 Luca Barbatoalsdec: Clean up error paths
2013-07-23 Luca Barbatoalsdec: Fix the clipping range
2013-07-22 Martin Storsjöarm: Mangle external symbols properly in new vfp assemb...
2013-07-22 Ben Avisonarm: Add VFP-accelerated version of qmf_32_subbands
2013-07-22 Ben Avisondcadsp: Add a new method, qmf_32_subbands
2013-07-22 Martin Storsjöarm: Add VFP-accelerated version of fft16
2013-07-22 Martin Storsjöarm: Add VFP-accelerated version of dca_lfe_fir
2013-07-22 Martin Storsjöarm: Add VFP-accelerated version of imdct_half
2013-07-22 Ben Avisonarm: Add VFP-accelerated version of int32_to_float_fmul...
2013-07-22 Ben Avisondcadec: Use int32_to_float_fmul_array8
2013-07-22 Ben Avisonfmtconvert: Add a new method, int32_to_float_fmul_array8
2013-07-22 Ben Avisonarm: Add VFP-accelerated version of int32_to_float_fmul...
2013-07-22 Ben Avisonarm: Add VFP-accelerated version of synth_filter_float
2013-07-21 Justin Ruggleslibspeexdec: fix detection of final terminator code
2013-07-21 Derek Buitenhuislibx264: Define X264_API_IMPORTS on MSVC/ICL
2013-07-19 Luca Barbatodsicinav: Clip the source size to the expected maximum
2013-07-19 Luca Barbatodsicinav: Bound-check the source buffer when needed
2013-07-19 Luca Barbatodsicinav: K&R formatting cosmetics
2013-07-17 Diego BiurrunConsistently use "cpu_flags" as variable/parameter...
2013-07-17 Christophe Gisquetfmtconvert: Explicitly use int32_t instead of int
2013-07-16 Sean McGovernpthread: Rename thread_init to avoid symbol collision
2013-07-15 Martin Storsjöac3dec: Don't consume more data than the actual input...
2013-07-15 Luca Barbatoindeo: Reject impossible FRAMETYPE_NULL
2013-07-15 Luca Barbatoindeo: Do not reference mismatched tiles
2013-07-15 Luca Barbatoindeo: Sanitize ff_ivi_init_planes fail paths
2013-07-15 Luca Barbatoindeo5: return proper error codes
2013-07-15 Luca Barbatoindeo: Bound-check before applying motion compensation
2013-07-13 Luca Barbatoindeo: Bound-check before applying transform
2013-07-13 Luca Barbatoindeo4: Validate scantable dimension
2013-07-13 Luca Barbatoindeo4: Check the quantization matrix index
2013-07-13 Luca Barbatoindeo4: Do not access missing reference MV
2013-07-13 Martin Storsjöac3dec: Consistently use AC3_BLOCK_SIZE and sizeof
2013-07-13 Martin Storsjöac3dec: Increment channel pointers only once per channel
2013-07-13 Nicolas Bertrandjpeg2000: Remove unused passes array in Jpeg200Cblk...
2013-07-13 Nicolas Bertrandjpeg2000: Initialize only once mqc arrays
2013-07-12 Luca Barbatodca: Respect the current limits in the downmixing capab...
2013-07-12 Luca Barbatodca: Error out on missing DSYNC
2013-07-12 Luca Barbatopcm: always use codec->id instead of codec_id
2013-07-12 Luca Barbatovdpau: use the correct namespace for the union
2013-07-12 Luca Barbatomlpdec: Do not set invalid context in read_restart_header
2013-07-12 Luca Barbatomlpdsp: x86: Respect cpuflags
2013-07-12 Luca Barbatopcx: Do not overread source buffer in pcx_rle_decode
2013-07-12 Luca Barbatopcx: K&R formatting cosmetics
2013-07-10 Luca Barbatowmavoice: conceal clearly corrupted blocks
2013-07-10 Luca Barbatowmavoice: use init_static_data
2013-07-10 Luca Barbatowmavoice: return meaningful error codes
2013-07-10 Luca Barbatoiff: Do not read over the source buffer
2013-07-10 Luca Barbatoiff: K&R formatting cosmetics
2013-07-09 Luca Barbatoqdm2: Conceal broken samples
2013-07-09 Luca Barbatoqdm2: refactor joined stereo support
2013-07-09 Luca Barbatoadpcm: Write the correct number of samples for ima-dk4
2013-07-09 Luca Barbatoimc: Catch a division by zero
2013-07-09 Luca Barbatoatrac3: Error on impossible encoding/channel combinations
next