]> git.sesse.net Git - ffmpeg/history - libavcodec
g722dec: set channel layout at initialization instead of validating it
[ffmpeg] / libavcodec /
2012-11-01 Justin Rugglesg722dec: set channel layout at initialization instead...
2012-11-01 Justin Rugglesamrwbdec: set channels, channel_layout, and sample_rate
2012-11-01 Justin Rugglesamrnbdec: set channels, channel_layout, and sample_rate
2012-11-01 Justin Rugglesdca_parser: allow the parser to change the sample rate
2012-11-01 Justin Ruggleslavc: check channel count after decoder init
2012-11-01 Justin Ruggleslavc: move SANE_NB_CHANNELS to internal.h and use it...
2012-10-31 Diego Biurrunx86: Move optimization suffix to end of function names
2012-10-31 Diego Biurrunx86: h264_chromamc_10bit: drop pointless PAVG %define
2012-10-31 Diego Biurrunx86: mmx2 ---> mmxext in function names
2012-10-31 Diego Biurrunaacdec: Drop some unused function arguments
2012-10-31 Diego Biurrunx86: fmtconvert: Refactor cvtps2pi emulation through...
2012-10-31 Diego Biurrunx86: fmtconvert: port to cpuflags
2012-10-31 Diego Biurrunx86: MMX2 ---> MMXEXT in macro names
2012-10-30 Diego Biurrunx86: mmx2 ---> mmxext in comments and messages
2012-10-30 Diego Biurrunx86: yasm: Use complete source path for macro helper...
2012-10-30 Diego Biurrunx86: include x86inc.asm in x86util.asm
2012-10-30 Martin Storsjöcng: Reindent some incorrectly indented lines
2012-10-30 Martin Storsjöcngdec: Allow flushing the decoder
2012-10-30 Martin Storsjöcngdec: Make the dbov variable have the right unit
2012-10-30 Martin Storsjöcngdec: Fix the memset size to cover the full array
2012-10-30 Martin Storsjöcngdec: Update the LPC coefficients after averaging...
2012-10-30 Luca Barbatopixfmt: support more yuva formats
2012-10-30 Ronald S. BultjeUse ptrdiff_t instead of int for intra pred "stride...
2012-10-30 Ronald S. Bultjex86: use PRED4x4/8x8/8x8L/16x16 macros to declare intra...
2012-10-29 Ronald S. BultjeRemove usage of INIT_AVX in h264_intrapred_10bit.asm.
2012-10-29 Martin Storsjöavcodec: Add a RFC 3389 comfort noise codec
2012-10-29 Martin Storsjölpc: Add a function for calculating reflection coeffici...
2012-10-29 Justin Ruggleslpc: Add a function for calculating reflection coeffici...
2012-10-29 Anton Khirnovindeo3: remove duplicate capabilities line.
2012-10-29 Diego Biurrunaacenc: Drop some unused function arguments
2012-10-29 Anton Khirnovlavc: add CODEC_CAP_DR1 to all video decoders missing...
2012-10-27 Mans Rullgardvp8: fix memset() crossing array boundary
2012-10-27 Mans Rullgardh264: fix invalid pointer arithmetic
2012-10-27 Mans Rullgardamrwbdec: fix invalid pointer arithmetic
2012-10-26 Diego Biurrunivi_common: Drop unused function parameter from decode_...
2012-10-26 Diego Biurruncook: Remove some silly Doxygen comments
2012-10-26 Diego Biurruncook: Remove senseless maybe_reformat_buffer32() function
2012-10-26 Diego Biurruncook: cosmetics: Better names for joint_decode() functi...
2012-10-26 Diego Biurruncook: cosmetics: Better name for ccpl COOKSubpacket...
2012-10-26 Janne Grunauh263: avoid memcpys over array bound in motion vector...
2001-01-01 Luca Barbatoffv1: set the range coder state in decode_slice_header
2012-10-25 Diego Biurrunavutil: Move memcpy_backptr() to mem.c
2012-10-24 Anton Khirnovg.723.1: add missing CODEC_CAP_DR1
2012-10-24 Anton Khirnovlavc: initialize output AVFrame before decoding.
2012-10-23 Justin Ruggleslavc: fix documentation for AVCodecContext.delay
2012-10-23 Justin Rugglesatrac3: return an error if extradata_size is not a...
2012-10-23 Justin Ruggleslavc: use the correct API version guard macro for avcod...
2012-10-23 Mans Rullgarddfa: use av_memcpy_backptr() where previously impossible
2012-10-23 Diego Biurrunav_memcpy_backptr: Drop no longer necessary malloc...
2012-10-23 Diego Biurrundsputil: Replace AV_WNxx(AV_RNxx()) combinations by...
2012-10-23 Diego Biurrundxtory: Replace AV_WN16A(AV_RN16A()) combination by...
2012-10-23 Luca Barbatomp3: properly forward mp_decode_frame errors
2012-10-23 Luca Barbatomp3: exit on parsing error in mp_decode_frame
2012-10-23 Mans Rullgardlibm: add fallbacks for various single-precision functions
2012-10-23 Michael Niedermayermpegaudiodec: Fix buffer handling on random access
2012-10-23 Diego Biurrunmpegaudio: Refactor mp3on4 flush function
2012-10-23 Diego BiurrunImprove wording and spelling of av_log_missing_feature...
2012-10-23 Anton KhirnovRevert "avutil: Add a copy of ff_sqrt_tab back into...
2012-10-22 Justin Rugglesatrac3: replace a calculation with FFALIGN()
2012-10-22 Justin Rugglesatrac3: remove unused ATRAC3Context field, sample_rate
2012-10-22 Justin Rugglesatrac3: use sizeof(variable) instead of sizeof(type)
2012-10-22 Justin Rugglesatrac3: simplify MDCT window calculation
2012-10-22 Justin Rugglesatrac3: initialize static tables in AVCodec.init_static...
2012-10-22 Justin Rugglesatrac3: separate window initialization from IMDCT initi...
2012-10-22 Justin Rugglesatrac3: move the 'frame_factor' field from ATRAC3Contex...
2012-10-22 Justin Rugglesatrac3: remove unused ATRAC3Context field, bit_rate
2012-10-22 Justin Rugglesatrac3: move the 'samples_per_frame' field from ATRAC3C...
2012-10-22 Justin Rugglesatrac3: remove unused ATRAC3Context field, samples_per_...
2012-10-22 Justin Rugglesatrac3: use AVCodecContext.block_align instead of keepi...
2012-10-22 Justin Rugglesatrac3: move the 'delay' field from ATRAC3Context to...
2012-10-22 Justin Rugglesatrac3: move the 'version' field from ATRAC3Context...
2012-10-22 Justin Rugglesatrac3: use AVCodecContext.channels instead of keeping...
2012-10-22 Justin Rugglesatrac3: simplify some loop indexing
2012-10-22 Justin Rugglesatrac3: cosmetics: pretty-printing and renaming
2012-10-22 Mans Rullgardpcm: define AVCodec instances only for enabled codecs
2012-10-22 Anton Khirnovlibxvid: remove useless doxy comments.
2012-10-22 Anton Khirnovlavc: remove stats_out from the options table.
2012-10-22 Anton Khirnovlavc: extend frame_size doxy.
2012-10-22 Justin Rugglesalacdec: set bits_per_raw_sample
2012-10-21 Nathan Caldwellavcodec: handle AVERROR_EXPERIMENTAL
2012-10-21 Nathan Caldwellavcodec: prefer decoders without CODEC_CAP_EXPERIMENTAL
2012-10-20 Diego Biurrunsvq3: cosmetics: Drop useless parentheses
2012-10-20 Diego Biurrunsvq3: K&R formatting cosmetics
2012-10-20 Diego Biurrunffv1: Add missing #includes to header file
2012-10-20 Luca Barbatoffv1: update to ffv1 version 3
2012-10-20 Luca Barbatoffv1: propagate errors
2012-10-20 Luca Barbatoffv1: split decoder and encoder
2012-10-20 Martin Storsjöavutil: Add a copy of ff_sqrt_tab back into avutil...
2012-10-20 Mans Rullgardcelp_math: rename ff_log2 to ff_log2_q15
2012-10-20 Mans RullgardARM: fix overreads in neon h264 chroma mc
2012-10-19 Diego Biurrunbuild: Drop OBJS declaration for non-existing PCM_DVD...
2012-10-19 Michael Niedermayermpeg4videodec: Disable frame multithreading for GMC...
2012-10-19 Kostya Shishkovindeo3: do not try to output more lines than we can fit
2012-10-19 Kostya Shishkovbmv: get a new frame on every decode_frame(), so we...
2012-10-18 Mans Rullgardaac: fix build with hardcoded tables
2012-10-18 Martin StorsjöAdd support for building shared libraries with MSVC
2012-10-18 Martin Storsjöavcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_fram...
2012-10-17 Mans Rullgardmips64: mark hi/lo registers clobbered in MAC64/MLS64...
2012-10-17 Justin Ruggleslibmp3lame: resize the output buffer if needed
2012-10-16 Rafaël Carréavcodec_encode_audio(): fix invalid free
next