]> git.sesse.net Git - ffmpeg/history - libavcodec
dont forget table_size in the decode_frame return value
[ffmpeg] / libavcodec /
2006-02-20 Kostya ShishkovZMBV 15-/16-/32-bit decoding. 24-bit mode is disabled...
2006-02-20 Erik Slagterpass noise reduction option to x264
2006-02-19 Erik SlagterIncrease maximum number of B-frames, necessary for...
2006-02-19 Michael NiedermayerRMP4 ("xvid fork") decoding support
2006-02-17 Falk HüffnerChange license header to LGPL for consistency.
2006-02-17 Mike Melansoncomplete AVS playback system (from Creature Shock compu...
2006-02-16 Loren Merrittdon't arbitrarily limit delta_qp
2006-02-16 Aurelien Jacobsadd Creative 8 bits ADPCM schemes support
2006-02-14 Loren Merrittfix some crashes on negative nalsize.
2006-02-13 Loren Merrittfix some crashes when missing frames
2006-02-13 Måns Rullgårdmove common parts of makefiles into common.mak
2006-02-13 Alex Beregszasziincrease audio buffer to 1second of 48khz float audio
2006-02-12 Mike Melansonadd another set of zlib guards
2006-02-12 Mike Melansonmake TSCC endian-safe, PPC testing courtesy of Diego B.
2006-02-12 Mike Melansondosbox native ZMBV decoder, courtesy of Kostya
2006-02-12 Mike Melansoncomplete American Laser Games MM playback system, court...
2006-02-12 Alex Beregszaszitta decoder, tested with 44khz mono and stereo (for...
2006-02-11 Diego BiurrunMove libpostproc compilation to the top-level Makefile.
2006-02-11 Diego BiurrunQuote all installation paths to protect against spaces...
2006-02-11 Diego Biurrunlibpostproc installs into a different directory that...
2006-02-11 Diego Biurrun100l typo: forgotten $
2006-02-11 Jindřich Makovička- fix insufficient code length for exp_vlc
2006-02-11 Diego BiurrunSimplify header installation.
2006-02-11 Diego BiurrunSeparate library install into static and shared install...
2006-02-11 Diego BiurrunSeparate header file installation from the general...
2006-02-11 Diego BiurrunAdd installlib and install-headers targets like everywh...
2006-02-11 Diego BiurrunInstall static libpostproc if CONFIG_PP is set.
2006-02-11 Diego BiurrunInstall libpostproc headers if CONFIG_PP is set.
2006-02-10 Alexander StrasserDon't use pow/powf functions where we just need integer...
2006-02-10 Loren Merritth264: special case dc-only idct. ~1% faster overall
2006-02-10 Måns Rullgårduse get_bits1/skip_bits[1] in ac3 and aac parsers
2006-02-09 Michael Niedermayerfix segfault on broken streams
2006-02-09 Loren Merritt10l in 1.12
2006-02-08 Loren Merrittslightly faster loopfilter
2006-02-08 Måns Rullgårdbump version numbers and update docs for adts aac support
2006-02-08 Måns Rullgårdcreate adts stream if CODEC_FLAG_GLOBAL_HEADER not set
2006-02-08 Måns Rullgårdadts aac parser
2006-02-08 Måns Rullgårddecode adts aac streams
2006-02-07 Loren Merritt10l (x86_64)
2006-02-07 Loren Merritt18% faster put_h264_qpel16_mc[13]2_mmx2
2006-02-07 Loren Merritt11% faster put_h264_qpel16_v_lowpass_mmx2
2006-02-07 Loren Merritt15% faster put_h264_qpel16_hv_lowpass_mmx2
2006-02-06 Michael Niedermayer1 goto 1 fix
2006-02-06 Benjamin LarssonFix broken cosmetics commit and add a check for valid...
2006-02-06 Benjamin LarssonSmall cosmetics and better variable names.
2006-02-05 Steve L'HommeMSVC-compatible __align8/__align16 declaration
2006-02-05 Alexander StrasserCorrect the relation between floors of type 0 and block...
2006-02-04 Michael Niedermayersimplify
2006-02-04 Michael Niedermayerfaster find_startcode()
2006-02-04 Alexander StrasserCosmetic: Fix indentation.
2006-02-04 Alexander Strasser10l (malloc check with the wrong pointer)
2006-02-04 Alexander StrasserAdded support for vorbis files containing floor type 0.
2006-02-02 Michael Niedermayeroutput last ac3 frame and simplify
2006-02-02 Michael Niedermayeros2 thread, network and freetype2 support by (Paul...
2006-02-02 Luca AbeniSet interlaced_frame and top_field_first according...
2006-02-02 Michael Niedermayerlist of supported pix_fmts
2006-02-02 Michael NiedermayerJPEG-LS codec by (Kostya | kostya.forjunk gmail com)
2006-01-31 Diego BiurrunFix silly typos.
2006-01-30 Dieteradd static keyword to some functions
2006-01-30 Dieteradd static keyword to some functions
2006-01-30 Dieterlong is better than int for pointer differences
2006-01-30 Diego BiurrunOn MinGW it is not possible to build shared and static...
2006-01-29 Diego BiurrunSimplify LDFLAGS handling for MinGW.
2006-01-28 Dietermake some functions static (patch by Dieter < freebsd...
2006-01-28 Loren Merrittfix crash on height < 16 pixels.
2006-01-27 Corey HickeyAdd a newline to b_frame_strategy error message.
2006-01-27 Michael Niedermayerfixing bframe strategy 2
2006-01-26 Diego BiurrunRemove obscure Makefile.bak entry from distclean rules.
2006-01-25 Diego Biurrunwarning fixes by Luca Abeni, lucabe72 ##@## email ...
2006-01-25 Michael Niedermayer10l forgot #ifdef CONFIG_XVID
2006-01-24 Michael Niedermayerxvid ratecontrol support
2006-01-24 Diego BiurrunRemove all stray tabs and trailing whitespace, this...
2006-01-23 Baptiste CoudurierMjpeg interlaced decoding fix, height was wrong while...
2006-01-22 Corey Hickeysc_factor support for encoding.
2006-01-22 Reimar Döffingerfaster copy functions for lzo decoder that also need...
2006-01-21 Måns Rullgårdnative ac3 parser
2006-01-21 Justin RugglesImplement audio cutoff frequency to the vorbis encoder.
2006-01-21 Loren Merrittfix convergence of snow iterative_me
2006-01-21 Loren Merrittrevert 1.83 because it's not needed
2006-01-20 Benjamin LarssonSilence warnings, these came when some tables got decla...
2006-01-20 Måns Rullgårdplace SPS/PPS in extradata if GLOBAL_HEADER flag is set
2006-01-19 Loren Merrittdetect when iterative_me fails to converge, and stop...
2006-01-19 Måns Rullgårdinterpret H264 VUI timing info correctly
2006-01-17 Loren Merrittobmc-aware 4mv
2006-01-16 Diego BiurrunMake clean/distclean consistent throughout all the...
2006-01-15 Reimar Döffinger10l, get_byte returning 0 on error can cause a hang...
2006-01-15 Diego BiurrunDon't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSU...
2006-01-14 Diego BiurrunDefine separate version number for libpostproc.
2006-01-14 Diego BiurrunRemove redundant --enable-shared-pp configure option...
2006-01-14 jwestfall@surreali... Off by one fix to prevent possible segfault. Patch...
2006-01-14 Diego BiurrunMove library name generation to configure, simplifies...
2006-01-14 Diego BiurrunFix a bunch of spelling/grammar mistakes in doxygen...
2006-01-14 Reimar Döffingerget_byte may not return -1 on error, since it can lead...
2006-01-14 Reimar DöffingerWrong state handling causing decompression errors in...
2006-01-14 Diego BiurrunCreate symbolic links for all library sonames and clean...
2006-01-14 Diego BiurrunCamStudio video decoder
2006-01-13 Diego BiurrunChange this Makefile to be consistent with all the...
2006-01-13 Diego Biurrunminor consistency fix
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2006-01-12 Michael Niedermayerbugs found by valgrind
next