]> git.sesse.net Git - ffmpeg/history - libavcodec
rtmp: Factorize the code by adding handle_invoke_status
[ffmpeg] / libavcodec /
2012-08-09 Diego Biurrundoxygen: Fix function parameter names to match the...
2012-08-09 Mans Rullgardmotion_est: drop inline from sad_hpel_motion_search()
2012-08-09 Mans Rullgardmotion_est: remove unused macros
2012-08-09 Mans Rullgardmotion_est: remove useless no_motion_search() function
2012-08-09 Hendrik Leppkeslagarith: frame multithreading
2012-08-09 Diego Biurrundoxygen: qdm2: Drop documentation for non-existing...
2012-08-09 Mans Rullgardmpegvideo: reduce excessive inlining of mpeg_motion()
2012-08-09 Mans Rullgardmpegvideo: convert mpegvideo_common.h to a .c file
2012-08-09 Mans Rullgardbuild: factor out mpegvideo.o dependencies to CONFIG_MP...
2012-08-08 Mans RullgardMove MASK_ABS macro to libavcodec/mathops.h
2012-08-08 Mans Rullgardx86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h
2012-08-08 Alex Converseaacdec: Don't fall back to the old output configuration...
2012-08-08 Dave Yeox86: pngdsp: Fix assembly for OS/2
2012-08-08 Kostya Shishkovg723_1: clip argument for 15-bit version of normalize_b...
2012-08-08 Kostya Shishkovg723_1: use all LPC vectors in formant postfilter
2012-08-08 Kostya Shishkovmpc8: do not leave padding after last frame in buffer...
2012-08-08 Anton Khirnovmpegaudioenc: list supported channel layouts.
2012-08-08 Anton Khirnovmpegaudiodec: don't print an error on > 1 frame in...
2012-08-08 Anton Khirnovapi-example: update to new audio encoding API.
2012-08-07 Mans Rullgardx86: use 32-bit source registers with movd instruction
2012-08-07 Mans Rullgardx86: add colons after labels
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-08-07 Anton Khirnovlavc: add AV prefix to codec ids.
2012-08-06 Justin Rugglesmpc8: add a flush function
2012-08-06 Diego Biurrunnuv: K&R formatting cosmetics
2012-08-06 Janne Grunaunuv: check RTjpeg header for validity
2012-08-06 Janne GrunauRevert "nuv: check per-frame header for validity."
2012-08-06 Mans Rullgardimc: remove unused field IMCContext.one_div_log2
2012-08-06 Mans Rullgardimc: fix size of a memset()
2012-08-06 Mans Rullgardimc: remove empty if() block
2012-08-05 Diego Biurrunx86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_a...
2012-08-05 Derek Buitenhuisdpx: Make start offset unsigned
2012-08-04 Derek Buitenhuiscosmetics: Fix a few switched periods and linebreaks
2012-08-04 Derek Buitenhuiszerocodec: Fix memleak in decode_frame
2012-08-04 Derek Buitenhuiszerocodec: Cosmetics
2012-08-03 Mans RullgardARMv6: vp8: fix stack allocation with Apple's assembler
2012-08-03 Mans RullgardARM: vp56: allow inline asm to build with clang
2012-08-03 Ronald S. Bultjefft: 3dnow: fix register name typo in DECL_IMDCT macro
2012-08-03 Diego Biurrunx86: dct32: port to cpuflags
2012-08-03 Diego Biurrunx86: build: replace mmx2 by mmxext
2012-08-03 Ronald S. BultjeRevert "wmapro: prevent division by zero when sample...
2012-08-03 Sean McGovernwmapro: prevent division by zero when sample rate is...
2012-08-03 Ronald S. Bultjelagarith: fix color plane inversion for YUY2 output.
2012-08-03 Ronald S. Bultjelagarith: pad RGB buffer by 1 byte.
2012-08-03 Ronald S. Bultjedsputil: make add_hfyu_left_prediction_sse4() support...
2012-08-03 Mashiat Sarker Sha... vc1dec: Remove separate scaling function for interlaced...
2012-08-03 Mashiat Sarker Sha... vc1dec: Invoke edge_emulation regardless of MV precision
2012-08-03 Diego Biurrunx86: Use consistent 3dnowext function and macro name...
2012-08-03 Kostya Shishkovg723_1: scale output as supposed for the case with...
2012-08-03 Kostya Shishkovg723_1: increase excitation storage by 4
2012-08-03 Kostya Shishkovg723_1: fix upper bound parameter from inverse maximum...
2012-08-03 Kostya Shishkovg723_1: make scale_vector() behave like the reference
2012-08-03 Kostya Shishkovg723_1: fix off-by-one error in normalize_bits()
2012-08-03 Kostya Shishkovg723_1: save/restore excitation with offset to store...
2012-08-03 Sean McGovernwmapro: prevent division by zero when sample rate is...
2012-08-02 Diego Biurrunx86: proresdsp: improve SIGNEXTEND macro comments
2012-08-02 Diego Biurrunx86: h264dsp: K&R formatting cosmetics
2012-08-02 Ronald S. Bultjex86: fft: fix imdct_half() for AVX
2012-08-02 Mans Rullgardvc1dec: remove useless #include simple_idct.h
2012-08-02 Mans Rullgarddct-test: always link with aandcttab.o
2012-08-02 Mans Rullgardvp8: pack struct VP8ThreadData more efficiently
2012-08-02 Mans Rullgardx86: remove libmpeg2 mmx(ext) idct functions
2012-08-02 Derek Buitenhuiseamad: Use dsputils instead of a custom bswap16_buf
2012-08-02 Derek BuitenhuisCanopus Lossless decoder
2012-08-01 Diego Biurrundca: Switch dca_sample_rates to avpriv_ prefix; it...
2012-08-01 Mans RullgardARM: use =const syntax instead of explicit literal...
2012-08-01 Mans RullgardARM: use standard syntax for all LDRD/STRD instructions
2012-08-01 Ronald S. Bultjefft: port FFT/IMDCT 3dnow functions to yasm, and disabl...
2012-08-01 Ronald S. Bultjedct-test: allow to compile without HAVE_INLINE_ASM.
2012-08-01 Ronald S. Bultjex86/dsputilenc: bury inline asm under HAVE_INLINE_ASM.
2012-07-31 Diego Biurrundca: Move tables used outside of dcadec.c to a separate...
2012-07-31 Diego Biurrundca: Rename dca.c ---> dcadec.c
2012-07-31 Diego Biurrunx86: h264dsp: Remove unused variable ff_pb_3_1
2012-07-31 Diego Biurrunx86: h264dsp: Adjust YASM #ifdefs
2012-07-31 Ronald S. Bultjeh264: convert loop filter strength dsp function to...
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-07-29 Ronald S. Bultjeh264_ps: declare array of colorspace strings on its...
2012-07-29 Mans Rullgardeamad/eatgq/eatqi: call special EA IDCT directly
2012-07-29 Mans Rullgardeamad: remove use of MpegEncContext
2012-07-29 Mans Rullgardmpegvideo: remove unnecessary inclusions of faandct.h
2012-07-28 Ronald S. Bultjeh264_idct_10bit: port x86 assembly to cpuflags.
2012-07-28 Ronald S. Bultjefft: rename "z" to "zc" to prevent name collision.
2012-07-28 Michael Niedermayervc1dec: Override invalid macroblock quantizer
2012-07-28 Michael Niedermayervc1: avoid reading beyond the last line in vc1_draw_spr...
2012-07-28 Michael Niedermayervc1dec: check that coded slice positions and interlacin...
2012-07-28 Michael Niedermayervc1dec: Do not ignore ff_vc1_parse_frame_header_adv...
2012-07-28 Ronald S. Bultjevp3: don't compile mmx IDCT functions on x86-64.
2012-07-28 Ronald S. Bultjeh264_loopfilter: port x86 simd to cpuflags.
2012-07-28 Ronald S. Bultjeh264_chromamc_10bit: port x86 simd to cpuflags.
2012-07-28 Ronald S. Bultjevp3: port x86 SIMD to cpuflags.
2012-07-27 Ronald S. Bultjerv34: port x86 SIMD to cpuflags.
2012-07-27 Ronald S. Bultjevp56: only compile MMX SIMD on x86-32.
2012-07-27 Ronald S. Bultjevp56: port x86 simd to cpuflags.
2012-07-27 Ronald S. Bultjeproresdsp: port x86 assembly to cpuflags.
2012-07-27 Justin Rugglesalac: check for truncated packets
2012-07-27 Justin Rugglesalac: reverse lpc coeff order, simplify filter
2012-07-27 Kostya Shishkovtscc2: fix typo in array index
2012-07-26 Diego Biurrunbuild: Rename aandct component to more descriptive...
2012-07-26 Ronald S. Bultjempegaudio: bury inline asm under HAVE_INLINE_ASM.
2012-07-26 Ronald S. Bultjex86inc: automatically insert vzeroupper for YMM functions.
next