]> git.sesse.net Git - ffmpeg/shortlog
ffmpeg
2006-07-02 Ivo van Poortencompile md5 and include in libavutil.a
2006-07-02 Ivo van Poortenadd missing declaration for av_md5_sum
2006-07-02 Ivo van Poortencast pointers to make compiler happy
2006-07-02 Diego Biurrunsimplify
2006-07-02 Luca Barbatomake distclean clean everything
2006-07-02 Stefan GehrerCODEC_ID_CAVS (part of the cavs patch by Stefan Gehrer...
2006-07-02 Stefan Gehrerstaric frame_rate_tab -> non static ff_frame_rate_tab...
2006-07-02 Michael Niedermayer3 lines while -> 1 line for loop
2006-07-02 Michael Niedermayersimplify
2006-07-02 Michael Niedermayersimplify compute_autocorr
2006-07-02 Michael Niedermayerdont use memcpy for copying structs
2006-07-02 Michael Niedermayersimplify
2006-07-02 Justin Rugglesflac-lpc patch by (Justin Ruggles jruggle earthlink...
2006-07-02 Michael Niedermayersimplify
2006-07-02 Benjamin Larssonff_fft_init now double checks that the system has mm3dn...
2006-07-02 Måns Rullgårdremove unneeded casts
2006-07-02 Måns Rullgårdget rid of veccpy(), replace with simple assignment
2006-07-01 Michael Niedermayernew files for the CAVS decoder by (Stefan Gehrer <stefa...
2006-07-01 Måns Rullgårdfill_mbaff_ref_list is missing a return statement,...
2006-07-01 Luca AbeniRemove unneeded code
2006-07-01 Michael Niedermayermd5 support
2006-07-01 Kostya ShishkovAdjust AC prediction if (some) predictors are not avail...
2006-07-01 Kostya Shishkov0xFFFF l of cola. Now P-frames are decoded almost witho...
2006-07-01 Kostya ShishkovRemove unused variable (and it wasn't free'd too)
2006-07-01 Kostya ShishkovUse MpegEncContext->mbskip_table instead of custom...
2006-06-30 Luca AbeniMove postproc ---> libswscale
2006-06-30 Guillaume PoirierWoops, this file was supposed to be added in r5556...
2006-06-30 Herve W* Allocating 16 bytes more for the MEMALIGN_HACK is...
2006-06-30 Diego PettenòDisable w53 and w97 cmp methods when snow encoder is...
2006-06-30 Diego Pettenòmake sure NDEBUG is not defined already before defining it
2006-06-30 Diego PettenòMove initialisations and internal symbols in allformats.h,
2006-06-30 Reynaldo H... anothe useless sizeof(char)
2006-06-30 Kostya ShishkovSlightly reworked MC code, it gives better picture.
2006-06-30 Kostya Shishkovtypo
2006-06-30 Diego Biurrunspelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpe...
2006-06-29 Måns Rullgårdcompiler sanity check
2006-06-29 Måns Rullgårdadd --cross-compile option to assume cross-compilation...
2006-06-29 Måns Rullgårdsend output of exec checks to log file
2006-06-29 Måns Rullgårddetect availability of -rdynamic and -export-dynamic
2006-06-29 Måns Rullgårdextradata may be used as bitstream reader input so...
2006-06-29 Måns Rullgårddetect audio-only program streams and broken files...
2006-06-29 Måns Rullgårddo not fail av_find_stream_info() if params for all...
2006-06-29 Reimar DöffingerFix initialization of vc1_decoder (the same as wmv3_dec...
2006-06-29 Kostya ShishkovSome optimization and fixes - mostly reworked MC and...
2006-06-29 Kostya ShishkovThis should make P-frames decoding work on x86 (by...
2006-06-29 Diego Biurrun'uname -m' returns IP<number> for MIPS CPUs on IRIX.
2006-06-28 Måns Rullgårddetect MPEG PES streams as MPEG PS; the PS demuxer...
2006-06-28 Måns Rullgårdget svn version when using separate build tree
2006-06-28 Luca AbeniProperly set the image depth
2006-06-28 Michael Niedermayerdont read over the end of a data chunk and at the end...
2006-06-27 Justin Rugglesflacenc - rice param search patch by (Justin Ruggles...
2006-06-27 Kostya ShishkovAdded loop filtering as ersatz for overlap filter ...
2006-06-27 Kostya ShishkovVC1 Intra blocks in P-frames use different zigzag table...
2006-06-27 Reimar DöffingerDo not read full byte when less than 8 bits are still...
2006-06-27 Reimar DöffingerIgnore overrun in spectral RLE decoding, fixes
2006-06-27 Ramiro PollaInstall into $PROGRAMFILES instead of a hardcoded path...
2006-06-27 Kostya ShishkovVC-1 decoder with I-frames support and partial P-frames...
2006-06-27 Kostya ShishkovRename VC9 to VC1 as there is no such thing as VC9
2006-06-26 Michael Niedermayerstereo decorrelation support by (Justin Ruggles jruggl...
2006-06-25 Michael Niedermayer10l
2006-06-25 Luca Barbatocleanup patch from Diego Pettenò <flameeyes@gentoo...
2006-06-25 Luca BarbatoMake debug work early on ffplay
2006-06-25 Måns Rullgårds/u_char/uint8_t/ accidentally copied from tcvp
2006-06-25 Måns Rullgård10l: don't allocate a new buffer quite so often
2006-06-25 Måns Rullgårdcleaned up buffer management
2006-06-25 Baptiste Couduriercheck only existing streams
2006-06-24 Måns Rullgård-logg needs to be after -lvorbis
2006-06-24 Måns Rullgårdfix a silly typo (1l to myself)
2006-06-24 Luca Barbatominor cleanup
2006-06-24 Baptiste Couduriersimplify
2006-06-24 Michael Niedermayersimplify & optimize things a little
2006-06-24 Michael Niedermayerflac regression test
2006-06-24 Michael Niedermayerfirst rudimentary version of (Justin Ruggles jruggle...
2006-06-24 Michael Niedermayersimplify
2006-06-24 Justin RugglesCODEC_CAP_SMALL_LAST_FRAME patch by Justin Ruggles...
2006-06-23 Diego BiurrunProduce correct version string even when not run in...
2006-06-22 Diego Biurrun.depend needs version.h, noticed by Uoti Urpala
2006-06-22 Måns Rullgårdenable logging in configure by default, and print some...
2006-06-21 Måns Rullgårdallow recent libfaad versions with new function names
2006-06-21 Luca Barbatofix 24bit flac support, revised from Thibaut Mattern...
2006-06-20 Stefan HuehnerRemove unused variable, patch by Stefan Huehner stefan_...
2006-06-20 Måns Rullgårdincrease search limit in av_find_stream_info
2006-06-20 Luca BarbatoMake gcc-3 happy again, thanks to Olivier Castan <casta...
2006-06-20 Diego BiurrunRemove unused FFMPEG_VERSION_INT.
2006-06-20 Diego BiurrunUse Subversion revision for FFMPEG_VERSION.
2006-06-20 Diego BiurrunRemove unused VERSION definition from config.mak.
2006-06-19 Diego BiurrunAvoid binary stripping rule code duplication.
2006-06-19 Måns Rullgårdallow packets with non-zero PES_scrambling_control
2006-06-19 Baptiste Coudurierfix aac in mov for ipod
2006-06-18 Stefan HuehnerAdd const to (mostly) char* and make some functions...
2006-06-17 Måns Rullgårdlibfaac uses pascal calling convention on win32 so...
2006-06-17 Måns Rullgårdadd myself as build system maintainer
2006-06-17 Måns Rullgårdput local -L flags first in link commands
2006-06-17 Luca BarbatoCosmetics: should not hurt performance, scream if are
2006-06-17 Stefan HuehnerAdd (mostly) const to variable and parameter declaratio...
2006-06-17 Måns Rullgårdimproved logging tests
2006-06-17 Baptiste Coudurierupdate libav regression tests for r5449 (adpcm)
2006-06-17 Diego BiurrunRename version from CVS to the more sensible HEAD.
2006-06-16 Måns Rullgårduse standard codec tag if the specified tag is out...
2006-06-16 Måns RullgårdThe AAC frame header uses 13 bits for the frame size...
next