]> git.sesse.net Git - ffmpeg/history - libavcodec
af_channelmap: remove stray enum declaration
[ffmpeg] / libavcodec /
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
2012-10-16 Christian Schmidtpcm-mpeg: correct bitrate calculation
2012-10-16 Luca Barbatoffv1: K&R formatting cosmetics
2012-10-15 Diego Biurrunrangecoder-test: Drop timer output that clutters stderr
2012-10-15 Diego Biurrunrangecoder-test: Return in case of an error
2012-10-14 Justin Ruggleswmapro: use planar sample format
2012-10-14 Justin Ruggleswmalossless: output in planar sample format
2012-10-14 Justin Ruggleswmadec: use float planar sample format output
2012-10-14 Justin Rugglesshorten: use planar sample format
2012-10-14 Justin Ruggleslavc: update documentation for AVFrame.extended_data
2012-10-13 Diego Biurrunavutil: Rename ff_set_systematic_pal2() ---> avpriv_set...
2012-10-13 Mashiat Sarker Sha... vc1: Use codec ID from AVCodecContext while parsing...
2012-10-13 Justin Rugglesdca: allocate a secondary buffer for extra channels...
2012-10-12 Mans Rullgardmpegvideo: remove write-only variable
2012-10-12 Diego BiurrunUse proper return values in case of missing features
2012-10-12 Diego Biurrunrangecoder-test: Set error message log level to error...
2012-10-12 Diego Biurrunrangecoder: K&R formatting cosmetics
2012-10-12 Diego Biurrunavcodec: Remove broken MMI optimizations
2012-10-12 Diego BiurrunRemove libmpeg2 #define remnants
2012-10-12 Diego BiurrunMove av_reverse table to libavcodec
2012-10-12 Diego Biurrunavutil: Duplicate ff_log2_tab instead of sharing it...
2012-10-12 Michael Niedermayertscc2: Fix an out of array access
2012-10-12 Sami Pietilavp8: reset loopfilter delta values at keyframes.
2012-10-12 Luca Barbatoavutil: add yuva422p and yuva444p formats
2012-10-12 Anton Khirnovlavc: do not use av_pix_fmt_descriptors directly.
2012-10-12 Anton Khirnovmpegvideo: fix indentation
2012-10-11 Martin StorsjöUse the new aes/md5/sha/tree allocation functions
2012-10-11 Mans Rullgardsvq3: fix pointer type warning
2012-10-11 Mans Rullgardsvq3: replace unsafe pointer casting with intreadwrite...
2012-10-11 Diego BiurrunMove avutil tables only used in libavcodec to libavcodec.
2012-10-11 Diego Biurrunoptions_table: refs option is not snow-only
2012-10-11 Luca Barbatomlpdsp: adding missing file
2012-10-11 Luca Barbatodsputil: split out mlp dsp function
2012-10-11 Mans Rullgardsh4: add required #include, fix build
2012-10-10 Janne Grunauflashsv: propagate inflateReset() errors
next