]> git.sesse.net Git - ffmpeg/history - libavcodec
af_channelmap: remove stray enum declaration
[ffmpeg] / libavcodec /
2012-10-10 Janne Grunauindeo4/5: remove constant parameter num_bands from...
2012-10-10 Mashiat Sarker Sha... Double motion vector range for HPEL interlaced picture...
2012-10-10 Mashiat Sarker Sha... vc1dec: Set opposite to the correct value for 1REF...
2012-10-10 Mashiat Sarker Sha... vc1dec: Invoke edge emulation regardless of MV precisio...
2012-10-10 Mashiat Sarker Sha... vc1dec: Set chroma reference field from REFFIELD for...
2012-10-10 Mashiat Sarker Sha... vc1dec: Use correct spelling of "opposite"
2012-10-10 Janne Grunaua64multienc: change mc_frame_counter to unsigned
2012-10-10 Jean-Baptiste Kempfarm: call arm-specific rv34dsp init functions under...
2012-10-10 Diego Biurrunsvq1: Drop a bunch of useless parentheses
2012-10-10 Diego Biurrunsvq1: K&R formatting cosmetics
2012-10-09 Janne Grunaug722enc: fix size argument in memset
2012-10-09 Anton Khirnovlavc: split asv12 encoder/decoder
2012-10-09 Janne Grunauvc1dec: prevent memory leak in error path
2012-10-09 Janne Grunauvc1dec: prevent memory leak on av_realloc error
2012-10-09 Justin Rugglesadxdec: use planar sample format
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_thp
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_ea_xas
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_ea_r1...
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_xa
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_ima_ws...
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_4xm
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_ima_wav
2012-10-09 Justin Rugglesadpcmdec: use planar sample format for adpcm_ima_qt
2012-10-09 Justin Rugglespcmdec: use planar sample format for pcm_lxf
2012-10-09 Justin Rugglesmace: use planar sample format
2012-10-09 Justin Rugglesatrac1: use planar sample format
2012-10-09 Diego Biurrunbuild: non-x86: Only compile mpegvideo optimizations...
2012-10-09 Janne Grunauavcodec: free extended_data instead address of it
2012-10-09 Diego BiurrunRestructure av_log_missing_feature message
2012-10-08 Mans Rullgardppc: fix Altivec build with old compilers
2012-10-08 Janne Grunaux86: vc1: call ff_vc1dsp_init_x86() under if (ARCH_X86)
2012-10-08 Janne Grunaux86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)
2012-10-08 Janne Grunaux86: call most of the x86 dsp init functions under...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-10-07 Justin Rugglesavcodec: allow either planar or interleaved sample...
2012-10-07 Justin Rugglesadpcmenc: ensure calls to adpcm_ima_compress_sample...
2012-10-06 Justin Ruggleswmaenc: use float planar sample format
2012-10-06 Justin Ruggles(e)ac3enc: use planar sample format
2012-10-06 Justin Rugglesaacenc: use planar sample format
2012-10-06 Justin Rugglesadpcmenc: use planar sample format for adpcm_ima_wav...
2012-10-06 Justin Rugglesadpcmenc: move 'ch' variable to higher scope
2012-10-06 Justin Rugglesadpcmenc: fix 3 instances of variable shadowing
2012-10-06 Justin Rugglesadpcm_ima_wav: simplify encoding
2012-10-06 Justin Ruggleslibvorbis: use planar sample format
2012-10-06 Justin Ruggleslibmp3lame: use planar sample formats
2012-10-06 Justin Rugglesvorbisenc: use float planar sample format
2012-10-06 Diego BiurrunGive all anonymously typedeffed structs in headers...
2012-10-05 Mans Rullgardppc: fmtconvert: kill VLA in float_to_int16_interleave_...
2012-10-05 Mans Rullgardx86: dsputil: kill VLA in gmc_mmx()
2012-10-05 Dmitry Samonenkolibspeexenc: Updated commentary to reflect recent changes
2012-10-05 Dmitry Samonenkolibspeexenc: Add an option for enabling DTX
2012-10-05 Anton Khirnovlavc: deprecate the audio resampling API.
2012-10-05 Ronald S. Bultjeh264: don't touch H264Context->ref_count[] during MB...
2012-10-04 Diego Biurrunbuild: Factor out mpegaudio dependencies to CONFIG_MPEG...
2012-10-03 Justin Ruggleslibspeexdec: handle NULL return value from speex_packet...
2012-10-03 Janne Grunaumpegvideo: set extended_data in ff_update_duplicate_con...
2012-10-03 Justin Ruggleslibspeexdec: properly handle DTX for multiple frames...
2012-10-03 Justin Ruggleslibspeexdec: move the SpeexHeader from LibSpeexContext...
2012-10-03 Justin Ruggleslibspeexdec: simplify setting of frame_size
2012-10-03 Justin Ruggleslibspeexdec: set channel_layout
2012-10-03 Justin Ruggleslibspeexdec: If the channel count is not valid, decode...
2012-10-03 Justin Ruggleslibspeexdec: improve setting of Speex mode and sample...
2012-10-03 Dmitry Samonenkolibspeex: Add a private option for enabling VAD
2012-10-02 Mans RullgardARM: set Tag_ABI_align_preserved in all asm files
2012-10-02 Alex Conversetiffenc: Check av_malloc() results.
2012-10-02 Alex Conversetiffenc: Simplify pixel format setup using AVPixFmtDesc...
2012-10-01 Justin Rugglesadpcmdec: set AVCodec.sample_fmts
2012-10-01 Justin Rugglestwinvq: use planar sample format
2012-10-01 Justin Rugglesralf: use planar sample format
2012-10-01 Justin Rugglesmpc7/8: use planar sample format
2012-10-01 Justin Rugglesiac/imc: use planar sample format
2012-10-01 Justin Rugglesdcadec: use float planar sample format
2012-10-01 Justin Rugglescook: use planar sample format
2012-10-01 Justin Rugglesatrac3: use float planar sample format
2012-10-01 Justin Rugglesapedec: output in planar sample format
2012-10-01 Justin Ruggles8svx: use planar sample format
2012-10-01 Nathan CaldwellOpus encoder using libopus
2012-10-01 Diego Biurrunwmadec: Adjust debug printf argument length modifier
2012-10-01 Diego Biurrunavcodec: Convert some commented-out printf/av_log insta...
2012-10-01 Diego Biurrunavcodec: Drop silly and/or broken printf debug output
2012-10-01 Diego Biurrunavcodec: Drop some silly commented-out av_log() invocations
2012-10-01 Diego BiurrunRemove some silly disabled code.
2012-10-01 Justin Rugglesac3dec: ensure get_buffer() gets a buffer for the corre...
2012-09-29 Jindřich Makovičkah264: avoid stuck buffer pointer in decode_nal_units
2012-09-29 Anton Khirnovmpeg12: fix the semantics of the int* parameter of...
2012-09-29 Anton Khirnovmpeg12: move mpeg_decode_frame() lower
2012-09-29 Michael Niedermayeravsdec: Set dimensions instead of relying on the demuxer.
2012-09-29 Michael Niedermayerwmalosslessdec: Reset put bit buffer when num_saved_bit...
2012-09-29 Anton Khirnovdfa: improve boundary checks in decode_dds1()
2012-09-29 Anton Khirnovwmalosslessdec: Fix reading too many bits in decode_cha...
2012-09-29 Michael Niedermayerwmalosslessdec: fix a get_bits(0) in decode_ac_filter
2012-09-29 Michael Niedermayerwmalosslessdec: make MCLMS arrays big enough for what...
2012-09-29 Anton Khirnovindeo4/5: check empty tile size in decode_mb_info().
2012-09-29 Anton Khirnovivi_common: make ff_ivi_process_empty_tile() static.
2012-09-29 Michael Niedermayerindeo5: check tile size in decode_mb_info().
2012-09-29 Anton Khirnovindeo3: fix out of cell write.
2012-09-29 Anton Khirnovwmalosslessdec: increase channel_coeffs/residues size
2012-09-29 Anton Khirnovwmalosslessdec: increase WMALL_BLOCK_MAX_BITS to 14.
2012-09-29 Michael Niedermayerlagarith: check count before writing zeros.
2012-09-29 Michael Niedermayerwmaprodec: check num_vec_coeffs for validity
next