]> git.sesse.net Git - ffmpeg/history - libavcodec
avconv: Reformat s16 volume adjustment.
[ffmpeg] / libavcodec /
2011-09-28 Mans RullgardARM: NEON optimised vector_fmac_scalar()
2011-09-28 Mans Rullgarddca: use vector_fmac_scalar from dsputil
2011-09-28 Mans Rullgarddsputil: add vector_fmac_scalar()
2011-09-26 Justin Rugglesws_snd: misc cosmetic clean-ups
2011-09-26 Justin Rugglesws_snd: remove the 2-bit ADPCM table and just subtract...
2011-09-26 Justin Rugglesws_snd: use memcpy() and memset() instead of loops
2011-09-26 Justin Rugglesws_snd: use samples pointer for loop termination instea...
2011-09-26 Justin Rugglesws_snd: make sure number of channels is 1
2011-09-26 Justin Rugglesws_snd: add some checks to prevent buffer overread...
2011-09-26 Justin Rugglesws_snd: decode to AV_SAMPLE_FMT_U8 instead of S16.
2011-09-26 Justin Rugglesflacdec: fix buffer size checking in get_metadata_size()
2011-09-26 Nicolas Georgeoggdec: add support for Xiph's CELT codec
2011-09-25 Justin Rugglescosmetics: reindent and pretty-print
2011-09-25 Justin Ruggleslibgsm: split init and close fuctions for encoder and...
2011-09-25 Mans Rullgardppc: fix 32-bit PIC build
2011-09-25 Justin Rugglesvmdaudio: fix decoding of 16-bit audio format.
2011-09-25 Laurent Aimarh264: check for out of bounds reads in ff_h264_decode_e...
2011-09-24 Diego BiurrunUse explicit struct initializers for AVCodec declarations.
2011-09-24 Justin Rugglesadpcmenc: Set bits_per_coded_sample
2011-09-24 Baptiste Coudurieradpcmenc: fix QT IMA ADPCM encoder
2011-09-24 Baptiste Coudurieradpcmdec: Fix QT IMA ADPCM decoder
2011-09-24 Peter Rosspermit decoding of multichannel ADPCM_EA_XAS
2011-09-24 Reimar DöffingerFix input buffer size check in adpcm_ea decoder.
2011-09-24 Sean McGovernfft: avoid a signed overflow
2011-09-23 Luca Barbatoratecontrol: update last_qscale_for sooner
2011-09-22 Diego Biurrunprores: return more meaningful error values
2011-09-22 Diego Biurrunprores: improve error message wording
2011-09-22 Diego Biurrunprores: cosmetics: prettyprinting, drop useless parentheses
2011-09-22 Diego Biurrunprores: lowercase AVCodec name entry
2011-09-22 Justin Ruggles8svx/iff: fix decoding of compressed stereo 8svx files.
2011-09-22 Justin Ruggles8svx: log an error message if output buffer is too...
2011-09-22 Justin Ruggles8svx: check packet size before reading the initial...
2011-09-22 Justin Ruggles8svx: output 8-bit samples instead of 16-bit.
2011-09-22 Justin Ruggles8svx: split delta decoding into a separate function.
2011-09-22 Maxim PoliakovskiApple ProRes decoder
2011-09-22 Laurent Aimarrv34: Check for invalid slices offsets
2011-09-21 Mans Rullgarddct-test: factor out some common code and do whas was...
2011-09-21 Anton KhirnovRemove some forgotten AVCodecContext.palctrl usage.
2011-09-21 Anton Khirnovlavc/utils: move avcodec_init() higher in the file.
2011-09-21 Anton Khirnovlavc: replace some deprecated FF_*_TYPE with AV_PICTURE...
2011-09-21 Anton Khirnovac3dec: actually use drc_scale private option
2011-09-21 Anton Khirnovlavc: undeprecate AVPALETTE_SIZE and AVPALETTE_COUNT...
2011-09-21 Diego Biurrunmsmpeg4: remove leftover unused debug variable declaration
2011-09-21 Diego BiurrunFix assert() calls that need updates after FF_COMMON_FR...
2011-09-21 Diego BiurrunFix av_dlog invocations with wrong or missing logging...
2011-09-20 Laurent Aimarrv34: Check for invalid slice offsets
2011-09-19 Laurent Aimarrv34: Fix potential overreads
2011-09-19 Laurent Aimarrv34: Fix buffer size used for MC of B frames after...
2011-09-19 Laurent Aimarrv34: Avoid NULL dereference on corrupted bitstream
2011-09-19 Laurent Aimarrv10: Reject slices that does not have the same type...
2011-09-16 Luca Barbatolibx264: introduce slice-max-size option
2011-09-15 Laurent AimarFixed size given to init_get_bits().
2011-09-14 Michael Niedermayersmacker: fix a few off by 1 errors
2011-09-14 Laurent AimarCheck for invalid VLC value in smacker decoder.
2011-09-14 Laurent AimarCheck and propagate errors when VLC trees cannot be...
2011-09-13 Justin Rugglesinclude stdint.h in adpcm_data.h
2011-09-13 Diego Biurrunmpeg12: reorder functions to avoid ugly forward declara...
2011-09-12 Alex Conversexan: Add some buffer checks
2011-09-12 Alex Conversexan: Remove extra trailing newline
2011-09-12 Laurent AimarFixed size given to init_get_bits() in xan decoder.
2011-09-12 Justin Rugglesadpcm: split ADPCM encoders and decoders into separate...
2011-09-12 Kostya Shishkovrv34: check that subsequent slices have the same type...
2011-09-12 Anton Khirnovlibxavs: add private options corresponding to deprecate...
2011-09-11 Anton Khirnovavconv: remove me_threshold option.
2011-09-10 Laurent AimarFixed segfault with wavpack decoder on corrupted decorr...
2011-09-09 Alex Conversecljr: init_get_bits size in bits instead of bytes
2011-09-09 Alex Converseindeo2: fail if input buffer too small
2011-09-09 Alex Converseindeo2: init_get_bits size in bits instead of bytes
2011-09-09 Laurent Aimarffv1: Fixed size given to init_get_bits() in decoder.
2011-09-08 Alex Conversewavpack: Check error codes rather than working around...
2011-09-08 Laurent AimarFixed invalid access in wavpack decoder on corrupted...
2011-09-08 Laurent AimarFixed invalid writes in wavpack decoder on corrupted...
2011-09-08 Laurent AimarFixed invalid access in wavpack decoder on corrupted...
2011-09-07 Kieran KunhyaAdd LATM muxer
2011-09-07 Baptiste Coudurierv210enc: clip values according to specifications
2011-09-07 Baptiste Coudurierv210enc: switch to PIX_FMT_422P10
2011-09-07 Baptiste Coudurierv210dec: switch to PIX_FMT_422P10
2011-09-07 Anton KhirnovAVOptions: deprecate av_opt_set_defaults2
2011-09-07 Anton Khirnovlibx264: fix setting some more parameters
2011-09-07 Andrej Peterkalibx264: fix setting the H.264 level
2011-09-07 Anton Khirnovlibx264: add 'direct-pred' private option
2011-09-07 Anton Khirnovlibx264: add 'partitions' private option
2011-09-06 Anton Khirnovlibx264: add 'cplxblur' private option
2011-09-06 Anton Khirnovlibx264: add 'deblock' private option
2011-09-06 Anton Khirnovlibx264: add 'b-bias' private option
2011-09-06 Anton Khirnovlibx264: fix setting some options.
2011-09-06 Anton Khirnovlibx264: remove useless assignment
2011-09-06 Reimar Döffingerac3dec: avoid pointless alloc and indirection for input...
2011-09-06 Diego Biurrunmpeg12: cosmetics: reformat as K&R
2011-09-05 Justin Rugglesac3enc: Add channel coupling support for the fixed...
2011-09-05 Justin Rugglesac3enc: scale floating-point coupling channel coefficie...
2011-09-05 Justin Rugglesac3enc: fix encoding of stereo ac3 files when rematrixi...
2011-09-05 Kostya Shishkovwavpack: fix wrong return value in wavpack_decode_block()
2011-09-05 Dustin Brodympeg12: propagate more real return values through chunk...
2011-09-05 Kostya Shishkovwavpack: use context reset in appropriate places
2011-09-04 Anton Khirnovlavc: fix type for thread_type option
2011-09-03 Anton Khirnovlavf,lavc,sws: add {avcodec,avformat,sws}_get_class...
2011-09-03 Anton KhirnovAVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_f...
2011-09-01 Anton Khirnovlibmp3lame: fix typo
2011-09-01 Anton Khirnovlibx264: use X264_THREADS_AUTO constant instead of 0.
next