]> git.sesse.net Git - ffmpeg/history - libavcodec
Add support for Cell (requires gcc-4.2 or patches)
[ffmpeg] / libavcodec /
2007-06-03 Andreas Ömanfilter_mb_fast() doesn't handle h->deblocking_filter...
2007-06-02 Diego BiurrunRename aac_decoder to libfaad_decoder for consistency...
2007-06-02 Diego BiurrunRename faac_encoder to libfaac_encoder for consistency...
2007-06-02 Ramiro PollaRemove get_byte wrapper
2007-06-02 Ramiro PollaUse AV_xx throughout libavcodec
2007-06-01 Michael Niedermayerfix skipped blocks
2007-05-31 Michael Niedermayercheck qblur > 1 (prevent assert failure / segfault)
2007-05-30 Michael Niedermayersanity checks (should prevent hypothetical div by zero...
2007-05-30 Michael Niedermayerfix assert() 2nd try
2007-05-30 Stefano SabatiniAdd support for listing the supported pixel formats...
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused and moves its...
2007-05-29 Michael Niedermayerfix assertion failure
2007-05-29 Kostya ShishkovDo proper frame swapping so VMD video decoder works...
2007-05-29 Vitor SessakSplit RoQ decoder to accommodate future encoder patch
2007-05-29 Andreas Ömanallocate PPS and SPS dynamically
2007-05-29 Vitor Sessakcosmetics and function rename
2007-05-28 Diego BiurrunRemove redundant fastmemcpy.h #include, it is indirectl...
2007-05-27 Michael Niedermayermake decoder decode the first frame properly if theres...
2007-05-25 Harald KarnetCorrect the parameter order for the call to "av_clip".
2007-05-25 Loren Merrittmerge huffman tables for rgb too
2007-05-24 Loren Merrittcosmetics (reduce nesting)
2007-05-24 Loren Merrittuse sparse huffman tables. 1.5% faster huffyuv decoding.
2007-05-24 Loren Merrittadd init_vlc_sparse(). faster than init_vlc() if there...
2007-05-24 Sergey Vlasovfix dca_bitalloc_index decoder init
2007-05-24 Sergey VlasovFix dca.c compilation with #define TRACE
2007-05-23 Oded Shimonfix mjpeg decoding with broken huffman table headers
2007-05-23 Ramiro PollaRemove duplicate bytestream functions
2007-05-23 Panagiotis IssarisExport the four remaining H.264 decoder intra predictio...
2007-05-23 Panagiotis IssarisReindent
2007-05-23 Panagiotis IssarisMake the compilation of h264idct.c optional.
2007-05-23 Loren Merrittmerge huffman tables so that we read 2 symbols at a...
2007-05-22 Diego BiurrunRemove mdct.o and fft.o from fft-test prerequisites...
2007-05-21 Panagiotis IssarisOnly compile golomb.c when needed.
2007-05-21 Panagiotis IssarisFix compilation when the Sonic encoder and decoder...
2007-05-21 Panagiotis IssarisOnly compile cabac.c when needed.
2007-05-21 Aurelien Jacobsvorbis encoder missed rename to libvorbis
2007-05-21 Panagiotis IssarisSplit the h261.c file into separate files for the encod...
2007-05-21 Diego BiurrunRename motion_test.c to motion-test.c, which is the...
2007-05-21 Diego BiurrunFix imgresample-test linking.
2007-05-21 Diego BiurrunAdd explanatory comments to some #endifs.
2007-05-20 Aurelien Jacobsmake compilation of mpegaudiodec conditional
2007-05-20 Aurelien Jacobsremove dependency of mpeg audio encoder over mpeg audio...
2007-05-20 Aurelien Jacobsadd a ff_ prefix to some mpegaudio funcs
2007-05-20 Aurelien Jacobsloosen dependencies over mpegaudiodec
2007-05-20 Zuxy MengRemove incorrect comment; MMX2 is preferred over 3DNow...
2007-05-20 Michael Niedermayeruse AV_LOG_ERROR instead of INFO for errors
2007-05-20 Michael Niedermayersanity checks for bitrate tolerance and buffer size...
2007-05-20 Michael Niedermayerslightly more correct spliting of frames
2007-05-19 Aurelien Jacobsmove MJpegDecodeContext declaration from mjpeg.h to...
2007-05-19 Aurelien Jacobsmove mjpeg-b decoder in its own file
2007-05-19 Aurelien Jacobs10l: forgot to svn add mjpegdec.h
2007-05-19 Aurelien Jacobsmove sp5x decoder in its own file
2007-05-19 Aurelien Jacobsallows to disable jpegls decoder
2007-05-19 Loren Merrittchange brute force search to min-heap. 3.6x faster...
2007-05-19 Aurelien Jacobsmove mjpega_dump_header bitstream filter in its own...
2007-05-19 Aurelien Jacobsmove imx_dump_header bitstream filter in its own file
2007-05-19 Aurelien Jacobsmove dump_extradata bitstream filter in its own file
2007-05-19 Aurelien Jacobsmove remove_extradata bitstream filter in its own file
2007-05-19 Aurelien Jacobsmove noise bitstream filter in its own file
2007-05-19 Aurelien Jacobsmove mp3_header_compress bitstream filter in its own...
2007-05-19 Aurelien Jacobsmove mp3_header_decompress bitstream filter in its...
2007-05-19 Aurelien Jacobsadd proper prefix to extern mpeg audio data tables
2007-05-19 Aurelien Jacobsmove some common mpeg audio tables from mpegaudiodectab...
2007-05-18 Aurelien Jacobsmove the mjpeg_encoder struct from mpegvideo.c to mjpeg...
2007-05-18 Aurelien Jacobsadd a proper prefix to all mjpeg encoder exported functions
2007-05-18 Aurelien Jacobssplit ljpeg encoder out of mjpeg.c
2007-05-18 Benjamin LarssonBetter error reporting.
2007-05-18 Loren Merrittcosmetics: macrofy duplicate code in huffyuv
2007-05-18 Loren Merrittr3938 broke 2pass huffyuv (not that anyone uses it)
2007-05-18 Zuxy Meng3DNow! and SSSE3 optimization to QNS DSP functions...
2007-05-17 Reimar DöffingerMove attribute_unused to variable declarations in macro...
2007-05-17 Aurelien Jacobsremove libdts decoder, we have a native dts decoder
2007-05-17 Aurelien Jacobsadd proper prefix to new mjpeg extern func/var
2007-05-17 Aurelien Jacobssplit mjpeg.c into an encoder and a decoder file
2007-05-17 Guillaume Poirieruse macro Use DECLARE_ALIGNED_16 to align stack-allocat...
2007-05-17 Benjamin LarssonOnly compile fft and mdct when needed.
2007-05-17 Benjamin LarssonUse FFABS instead of abs.
2007-05-17 Benjamin LarssonRemove lots of unused commented code. (Cleanup)
2007-05-17 Benjamin LarssonChange default 1 pass blocksize to 64x64.
2007-05-16 Aurelien Jacobsbetter separation of vp3dsp functions from dsputil_mmx.c
2007-05-16 Denis Fortinprintf --> av_log, patch by Denis Fortin, fortin nerim net
2007-05-16 Diego BiurrunRemove extern C declarations for C++.
2007-05-16 Sergey VlasovDTS decoding was broken for every speaker configuration...
2007-05-16 Ronald S. BultjeAdd libavcodec to compiler include flags in order to...
2007-05-15 Reimar DöffingerUse DECLARE_ALIGNED to ease porting
2007-05-14 Michael Niedermayerdont write over the end of ref_cache
2007-05-14 Panagiotis IssarisMake vp3dsp*.c compilation optional.
2007-05-14 Reimar DöffingerChange some leftover __attribute__((unused)) and __attr...
2007-05-14 Aurelien Jacobsremove some unused mjpeg encoding variables
2007-05-13 Aurelien Jacobsjpegls encoder does not call this function, so remove...
2007-05-13 Aurelien Jacobssplit jpeg_ls into jpeglsdec, jpeglsenc and jpegls
2007-05-13 Diego BiurrunUse TARGET_ARMV6 variable instead of HAVE_ARMV6 for...
2007-05-13 Marc HoffmanBlackfin DSP utilities: add DEFUN_END
2007-05-13 Zuxy MengFaster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng...
2007-05-13 Alex Beregszasziuse DECLARE_ALIGNED from mem.h (which is included throu...
2007-05-13 Aurelien Jacobscosmetics: indent
2007-05-13 Aurelien Jacobsreplace some #ifdef CONFIG_* by if(ENABLE_*)
2007-05-12 Aurelien Jacobscosmetics: indentation
2007-05-12 Aurelien Jacobsmake compilation of mjpeg.c optional
2007-05-12 Jason Millardallow to enable or disable every bitstream filters...
next