]> git.sesse.net Git - ffmpeg/history - libavcodec
Reverts GCC-4.0 "fixe" which broke GCC-3.3 and maybe others
[ffmpeg] / libavcodec /
2005-06-29 Michael Niedermayeroff by 1 error bugfix
2005-06-28 Gildas BazinIWMMXT configure support + runtime selection patch...
2005-06-28 Mark WeaverWMA MAX_CODED_SUPERFRAME_SIZE too small patch by (Mark...
2005-06-28 Michael Niedermayersupport extracting sps/pps from bitstream and putting...
2005-06-28 Michael Niedermayerfixing first_mb_in_slice if frame_mbs_only_flag==0...
2005-06-27 Michael Niedermayercheck mb_y
2005-06-27 Michael Niedermayerkeep decoding nal units after an error
2005-06-27 Michael Niedermayerx86_64 + PIC fix by (Jacob Meuser: jakemsr, jakemsr...
2005-06-27 Michael Niedermayersupport changing in bitstream global headers into extra...
2005-06-26 Michael Niedermayertiny docs improvement which i apparebtly forgot to...
2005-06-23 Guillaume PoirierGCC4 fix
2005-06-19 Michael Niedermayermake decoder a little bit more tolerant to missing...
2005-06-19 Falk HüffnerCommunicate proper aliasing to gcc (needed for 4.1).
2005-06-17 Diego Biurrunspelling fixes
2005-06-17 Loren MerrittH.264 lossless mode
2005-06-09 Ronald S. Bultjenon-avc h264 stream problems patch by ("Ronald S. Bultj...
2005-06-08 Loren Merritttypo in cabac tables
2005-06-07 Michael Niedermayerapiexample fix by (Chip: szarlada, freemail hu)
2005-06-07 Michael Niedermayeruint_fast64_t emulation by (Wolfram Gloger: wmglo,...
2005-06-05 Michael Niedermayer10l (dont read variables before they have been set)
2005-06-04 Måns Rullgårdremove mixed code/declarations
2005-06-03 Fabrice Bellardsubtitle codec type support
2005-06-02 Loren Merrittdecode H.264 with 8x8 transform.
2005-06-02 Loren Merrittsort H.264 mmx dsp functions into their own file
2005-06-01 Michael Niedermayeradding a few const
2005-06-01 Michael Niedermayer100l for myself (breaking amd64)
2005-06-01 Måns Rullgårdfix segfault if flush is called before the first frame
2005-06-01 Michael Niedermayermerge a few asm blocks so gcc cant unoptimize it (658...
2005-06-01 Michael Niedermayerget rid of 2 movq (680 -> 658 dezicycles on duron)
2005-06-01 Michael Niedermayeravoid one transpose (730->680 dezicycles on duron)
2005-06-01 Loren Merritt10l (symbol mangling)
2005-06-01 Michael Niedermayeradd rounding bias before the horizontal idct (765-...
2005-05-31 Loren MerrittMMX for H.264 iDCT (adapted from x264)
2005-05-30 Michael Niedermayerdecrease V_NB_BITS if possible
2005-05-30 Michael Niedermayermore trivial optimizations
2005-05-30 Måns Rullgårdenable x264 multi-threading
2005-05-30 Michael Niedermayermaxdepth is supposed to be a constant, its faster if...
2005-05-30 Michael Niedermayeroptimizations
2005-05-30 Michael Niedermayerfaster float->short conversation
2005-05-29 Michael Niedermayerilog() -> av_log2()
2005-05-29 Michael NiedermayerVorbis sse fix by (Balatoni Denes: dbalatoni, programoz...
2005-05-29 Loren Merrittdecode h264 end-of-slice flag
2005-05-26 Michael Niedermayercleanup
2005-05-26 Bernhard RosenkränzerBetter ARM support for mplayer/ffmpeg, ported from...
2005-05-26 Michael NiedermayerAV_LOG_DEBUG is not a good default ...
2005-05-25 Zoltán HidvégiMMX code for (put|avg)_h264_chroma_mc8
2005-05-24 Mike Melansonread loop filter limit values from Theora header, court...
2005-05-22 Jacob Meuserldconfig as config.mak variable patch by (Jacob Meuser...
2005-05-22 Michael Niedermayerlibgsm warper by (Alban Bedel: albeu, free fr)
2005-05-21 Michael Niedermayerfix max b frames with b frame strategy 1
2005-05-21 Michael NiedermayerSTART/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero...
2005-05-21 Mike Melansonfix bugs in new loop filter code; also, refrain from...
2005-05-21 Michael Niedermayerremove unused vp3 related function pointers
2005-05-21 Michael Niedermayerdisable broken loop filter optimization
2005-05-21 Mike Melansonapply the loop filter to fragments as they are rendered...
2005-05-21 Mike Melansonrender by the slice rather than the plane
2005-05-21 Mike Melansonclean up some warnings and dead code
2005-05-21 Denes Balatoni1.) LGPL license mentioned
2005-05-21 Mike Melansonanother bitstream extraction to optimize: fixed-length...
2005-05-19 Mike Melansonread Huffman tables from Theora header (patch courtesy of
2005-05-19 Loren Merrittmemory leak
2005-05-19 Måns Rullgårdaccept old extradata format
2005-05-19 Måns Rullgårdfix decoding of multi-channel vorbis streams
2005-05-19 Michael Niedermayeruse O(number of non zero coeffs) instead of O(number...
2005-05-19 Loren Merrittfix crash on negative POC
2005-05-19 Mike Melansonreplace unpack_token() with a series of lookup tables
2005-05-19 Aurelien Jacobsinstall libav(codec|format).pc/libpostproc.pc for pkg...
2005-05-18 Michael Niedermayerfix mpeg2 chroma_420_type
2005-05-18 Mike Melansonfix 4MV MC and reinstate new MC VLC
2005-05-18 Måns Rullgårdfix shared libpostproc build
2005-05-18 Loren MerrittH.264 deblocking optimizations (mmx for chroma_bS4...
2005-05-18 Michael Niedermayerreduce size of Vp3Fragment from 32byte to 16byte
2005-05-18 Michael Niedermayeroptimizing rle decoding loops a little
2005-05-18 Michael Niedermayerdisabling buggy optimizations
2005-05-18 Mike Melansonreplace get_superblock_run_length() with a VLC table
2005-05-17 Mike Melansonuse VLCs for in place of get_fragment_run_length()...
2005-05-17 Mike Melansonsignature has an 'x'
2005-05-17 Mike MelansonFraps FPS1 video decoder (v1 & v2), courtesy of Roine...
2005-05-17 Michael Niedermayersome optimizations gcc should have done (10% faster...
2005-05-17 Michael NiedermayerSATURATE_U8 -> clip_uint8 (10% faster loop filter)
2005-05-17 Michael NiedermayerVorbis decoder by (Balatoni Denes | dbalatoni programoz...
2005-05-17 Michael Niedermayerporting the mmx&sse2 (sse2 untested) vp3 idcts to the...
2005-05-17 Michael Niedermayerremove duplicate zigzag tables
2005-05-17 Michael Niedermayerfix idct permutation
2005-05-17 Michael Niedermayerporting vp3 idct over to lavc idct api
2005-05-17 Michael Niedermayerremove permutation done to quant tables and then undone...
2005-05-17 Michael Niedermayerdisabling vp3 mmx&mmx2 idcts, they must be ported over...
2005-05-17 Michael Niedermayerfix last coeff
2005-05-17 Michael Niedermayerclear blocks after each idct instead of per picture
2005-05-16 Ivan Kalvachevparse and save hrd_fullness and range_map
2005-05-16 Michael Niedermayersome benchmarking code
2005-05-16 Michael Niedermayervarious 10l fixes for the loop filter
2005-05-16 Ivan Kalvachevwhitespace cosmetics
2005-05-16 Michael Niedermayerfix dequant matrix
2005-05-15 Michael Niedermayeranother try at decode_ref_pic_list_reordering()
2005-05-14 Måns Rullgårdwork with latest svn of x264
2005-05-14 Michael Niedermayerpreserve parse context
2005-05-14 Michael Niedermayerfill missing reference pictures with something to avoid...
2005-05-13 Michael Niedermayer10l (%f vs. %Ld)
2005-05-13 Matthieu Castetfix theora header parsing
next