]> git.sesse.net Git - ffmpeg/history - libavcodec
Part 2 of EAC3 support, this is still disabled as it breaks regressions
[ffmpeg] / libavcodec /
2008-04-19 Michael NiedermayerPart 2 of EAC3 support, this is still disabled as it...
2008-04-19 Michael Niedermayerpart 1 of EAC3 support
2008-04-19 Michael NiedermayerAdd new_frame_start and need_next_header.
2008-04-19 Michael NiedermayerChange aac and ac3 parsers to use ff_combine_frame().
2008-04-18 Matthieu Castetcheck alac EOF marker
2008-04-18 Sisir KoppakaBFI video decoder.
2008-04-18 Michael Niedermayerremove AACAC3FrameFlag
2008-04-17 Diego Biurruncosmetics: spelling
2008-04-17 Diego Biurruncosmetics: Sort some lists alphabetically.
2008-04-17 Diego Biurruncosmetics: __asm__ __volatile__ --> asm volatile
2008-04-17 Vitor SessakRemove another unneeded var from context
2008-04-17 Vitor Sessak10l: my last commit broke compilation and introduced...
2008-04-17 Vitor SessakRemove unneeded variables from context
2008-04-17 Vitor SessakRemove wrapper around av_log2()
2008-04-17 Alexander StrangeXvid IDCTs are not under CONFIG_GPL, so don't require...
2008-04-17 Benoit Fouetfix a typo
2008-04-17 Stefano SabatiniMake two comments doxygen compatible.
2008-04-17 Stefano SabatiniAdd descriptive long_name to AVCodec
2008-04-17 Michael Niedermayerindent
2008-04-17 Michael NiedermayerFactorize more code.
2008-04-17 Michael NiedermayerFactorize decode_postfix() out.
2008-04-17 Michael NiedermayerChange k limiting code, i think the code was buggy.
2008-04-17 Michael Niedermayermore senseless code
2008-04-17 Michael Niedermayersenseless code
2008-04-17 Michael Niedermayeruseless variable
2008-04-17 Michael Niedermayersimplify
2008-04-16 Måns Rullgårdfix building of test programs (make tests)
2008-04-16 Diego Biurruncosmetics: Fix nonstandard indentation.
2008-04-16 Jeff DownsCosmetics:
2008-04-16 Michael Niedermayerunused
2008-04-16 Michael Niedermayercosmetic
2008-04-16 Michael NiedermayerMove the *-1 to a more sane place as well.
2008-04-16 Michael NiedermayerMove scale_bias to a more sane place. I am starting...
2008-04-16 Michael Niedermayersimplify
2008-04-16 Michael NiedermayerAvoid reverse addressing, not sure if this is faster...
2008-04-16 Michael Niedermayercommutative law based cleanup
2008-04-16 Michael Niedermayerdo the -1 outside of the transform
2008-04-16 Michael Niedermayernormalize signs
2008-04-16 Michael Niedermayer100l lost add_bias
2008-04-16 Michael Niedermayersimplify transform
2008-04-16 Jeff DownsRedo r12838, this time using svn copy to create h264_i3...
2008-04-16 Jeff DownsRevert 12838 to redo it the right way (use svn copy...
2008-04-16 Alexander StrangeTest idct_xvid_sse2() in dct-test.
2008-04-16 Alexander StrangeAdd a new xvid-style IDCT using SSE2.
2008-04-16 Alexander StrangeAdd a new IDCT permutation, used in xvid_sse2 and possi...
2008-04-15 Jeff DownsMove decode_significance_x86() and decode_significance_...
2008-04-15 Kostya ShishkovDCA frame size is constant
2008-04-14 Luca BarbatoEliminate movdqu in vp3dsp_sse2, patch from Alexander...
2008-04-14 Robert MarstonMaxis XA demuxer and decoder.
2008-04-14 Benoit FouetIndentation
2008-04-14 Benoit FouetSupport for BMP os2v1.
2008-04-13 Sisir KoppakaBFI demuxer
2008-04-13 Michael NiedermayerILP64 fixes (untested)
2008-04-13 Diego BiurrunClear DIRS variable in common.mak, so it does not have...
2008-04-13 Diego BiurrunUnset DIRS after including subdir.mak so that the varia...
2008-04-13 Diego BiurrunGenerate the list of files to clean in subdirectories...
2008-04-13 Diego BiurrunSimplify CLEANFILES generation.
2008-04-13 Diego BiurrunAdd explanatory comments to enum CodecID.
2008-04-13 Michael NiedermayerRemove redundant &.
2008-04-12 Alexander StrangeAdd a header file to declare Xvid IDCT functions.
2008-04-11 Michael NiedermayerCrop parameters are unsigned, having them negative...
2008-04-11 Michael NiedermayerAvoid crash with idiotic cropping. Fixes crash with...
2008-04-10 Keiji Costantinicosmetics: Break an overly long line.
2008-04-10 Keiji Costantinicosmetics: Break some overly long lines.
2008-04-10 Keiji Costantinicosmetics: Break some overly long lines.
2008-04-10 Benjamin LarssonOnly set channels in the stream if previously unset...
2008-04-09 Bartlomiej Wolowiecundo changes in aac_ac3_parser
2008-04-08 Loren MerrittFix H.264 interframe decoding when compiling with icc...
2008-04-08 Diego BiurrunFix reference to a file in MPlayer that was renamed.
2008-04-08 Michael Niedermayeradd CODEC_ID_DIRAC
2008-04-08 Bartlomiej WolowiecCorrection of typo in aac_ac3_parser
2008-04-08 Alexander StrangeIncrease alignment for DCT block arrays from 8 to 16
2008-04-08 Stefano SabatiniAdd a missing comma in tiff_encoder.pix_fmts
2008-04-07 Måns Rullgårdreplace some ifeq with prettier ifdef
2008-04-07 Måns Rullgårdappend TESTS-yes to TESTS; one ifeq less
2008-04-07 Måns Rullgårdnon-recursive makefiles
2008-04-07 Bartlomiej WolowiecCorrections of errors in aac_ac3_parser
2008-04-05 Bartlomiej Wolowiecchange of aac_ac3_parser, so it is able to send complet...
2008-04-04 Michael NiedermayerDisable the split function. This should end the mpeg1...
2008-04-03 Michael NiedermayerDecode stuff from extradata as well.
2008-04-03 Michael NiedermayerFactorize code a little.
2008-04-02 Aurelien Jacobsuse common aac sample rate tables
2008-04-02 Michael NiedermayerDo not use the mlib IDCT by default. We do not want...
2008-04-01 Baptiste Coudurieruse mpeg4audio common code in aac parser
2008-04-01 Baptiste Couduriermpeg4audio common code
2008-04-01 Loren Merritth264 chroma mc ssse3
2008-04-01 Eli FriedmanRemove flexible array member from Escape 124
2008-03-31 Diego Biurrunminor typo fixes
2008-03-31 Diego Biurruncosmetics: Write some Doxygen comments in a more compac...
2008-03-31 Diego BiurrunFix a bunch of typos in comments.
2008-03-31 Diego BiurrunRemove redundant #ifdef around the complete file.
2008-03-31 Diego BiurrunMake XVMC compilation depend on HAVE_XVMC, not HAVE_XVM...
2008-03-31 Michael Niedermayerhelp gcc-2.95
2008-03-31 Eli FriedmanEscape 124 (RPL) decoder
2008-03-31 Justin Rugglesremove redundant context variable
2008-03-30 Jai Menon8SVX decoder
2008-03-30 Baptiste Coudurierchange rle encoder to count up to 127, sgi does not...
2008-03-30 Justin RugglesUse 15-bit LPC precision by default. This generally...
2008-03-30 Alexander StrangeAltivec and SSE2 require 16-byte alignment, so make...
2008-03-30 Alexander Strangecheck mm_flags for each DCT and skips the ones that...
next