]> git.sesse.net Git - ffmpeg/history - libavcodec
parser: Move Doxygen documentation to the header files
[ffmpeg] / libavcodec /
2012-11-02 Diego Biurrunparser: Move Doxygen documentation to the header files
2012-11-02 John StebbinsPGS subtitles: Expose forced flag
2012-11-02 Diego Biurrunx86: PMINUB: port to cpuflags
2012-11-02 Diego Biurrunx86: ac3dsp: port to cpuflags
2012-11-02 Anton Khirnovlavc: add some AVPacket doxy.
2012-11-01 Ilkka Ollakkadecode_audio3: initialize AVFrame
2012-11-01 Justin Rugglesws-snd1: set channel layout
2012-11-01 Justin Ruggleswmavoice: set channel layout
2012-11-01 Justin Ruggleswmapro: use AVCodecContext.channels instead of keeping...
2012-11-01 Justin Ruggleswma: do not keep private copies of some AVCodecContext...
2012-11-01 Justin Rugglesvmdaudio: set channel layout
2012-11-01 Justin Rugglestwinvq: validate sample rate code
2012-11-01 Justin Rugglestwinvq: set channel layout
2012-11-01 Justin Rugglestwinvq: validate that channels is not <= 0
2012-11-01 Justin Rugglestruespeech: set channel layout
2012-11-01 Justin Rugglessipr: set channel layout
2012-11-01 Justin Rugglesshorten: validate that the channel count in the header...
2012-11-01 Justin Rugglesra288dec: set channel layout
2012-11-01 Justin Rugglesra144dec: set channel layout
2012-11-01 Justin Rugglesqdm2: remove unneeded checks for channel count
2012-11-01 Justin Rugglesqdm2: make sure channels is not <= 0 and set channel...
2012-11-01 Justin Rugglesqcelpdec: set channel layout
2012-11-01 Justin Rugglesnellymoserdec: set channels to 1
2012-11-01 Justin Ruggleslibopencore-amr: set channel layout for amr-nb or if...
2012-11-01 Justin Ruggleslibilbc: set channel layout
2012-11-01 Justin Rugglesdpcm: use AVCodecContext.channels instead of keeping...
2012-11-01 Justin Rugglesimc: set channels to 1 instead of validating it
2012-11-01 Justin Rugglesgsmdec: always set channel layout and sample rate at...
2012-11-01 Justin Ruggleslibgsmdec: always set channel layout and sample rate...
2012-11-01 Justin Rugglesg726dec: do not validate sample rate
2012-11-01 Justin Rugglesg726dec: set channel layout at initialization instead...
2012-11-01 Justin Rugglesflacdec: do not warn on sample rate change
2012-11-01 Justin Rugglesflacdec: allow mid-stream channel layout change
2012-11-01 Justin Rugglesflacdec: use av_samples_* functions for sample buffer...
2012-11-01 Justin Rugglesdcadec: allow the decoder to change the channel layout...
2012-11-01 Justin Rugglescook: use av_dlog() for debug logging instead of av_log...
2012-11-01 Justin Rugglescook: move samples_per_frame from COOKSubpacket to...
2012-11-01 Justin Rugglescook: use av_get_channel_layout_nb_channels() instead...
2012-11-01 Justin Rugglescook: reverse a condition so that the code makes more...
2012-11-01 Justin Rugglescook: remove unneeded COOKContext variable, sample_rate
2012-11-01 Justin Rugglescook: remove unneeded COOKContext variable, bit_rate
2012-11-01 Justin Rugglescook: use AVCodecContext.channels instead of keeping...
2012-11-01 Justin Rugglesbmvaudio: set channel layout at init() rather than...
2012-11-01 Justin Rugglesatrac1: do not keep a copy of channel count in the...
2012-11-01 Justin Rugglesdsicinaudio: set channels and channel layout
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
next