summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* simplify compute_autocorrMichael Niedermayer2006-07-02
* dont use memcpy for copying structsMichael Niedermayer2006-07-02
* simplifyMichael Niedermayer2006-07-02
* flac-lpc patch by (Justin Ruggles jruggle earthlink net)Justin Ruggles2006-07-02
* simplifyMichael Niedermayer2006-07-02
* ff_fft_init now double checks that the system has mm3dnow.h beforeBenjamin Larsson2006-07-02
* remove unneeded castsMåns Rullgård2006-07-02
* get rid of veccpy(), replace with simple assignmentMåns Rullgård2006-07-02
* new files for the CAVS decoder by (Stefan Gehrer <stefan gehrer gmx de)Michael Niedermayer2006-07-01
* fill_mbaff_ref_list is missing a return statement, its return valueMåns Rullgård2006-07-01
* Remove unneeded codeLuca Abeni2006-07-01
* md5 supportMichael Niedermayer2006-07-01
* Adjust AC prediction if (some) predictors are not available.Kostya Shishkov2006-07-01
* 0xFFFF l of cola. Now P-frames are decoded almost without distortions.Kostya Shishkov2006-07-01
* Remove unused variable (and it wasn't free'd too)Kostya Shishkov2006-07-01
* Use MpegEncContext->mbskip_table instead of custom bitplane.Kostya Shishkov2006-07-01
* Move postproc ---> libswscaleLuca Abeni2006-06-30
* Woops, this file was supposed to be added in r5556: "Move initialisations and...Guillaume Poirier2006-06-30
* * Allocating 16 bytes more for the MEMALIGN_HACK is enough. There's noHerve W2006-06-30
* Disable w53 and w97 cmp methods when snow encoder is disabledDiego Pettenò2006-06-30
* make sure NDEBUG is not defined already before defining itDiego Pettenò2006-06-30
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-30
* anothe useless sizeof(char)Reynaldo H. Verdejo Pinochet2006-06-30
* Slightly reworked MC code, it gives better picture.Kostya Shishkov2006-06-30
* typoKostya Shishkov2006-06-30
* spelling fixes courtesy of "Hervé W." H.O.W.aka.V+ffmpeg (at) gmail (dot) comDiego Biurrun2006-06-30
* compiler sanity checkMåns Rullgård2006-06-29
* add --cross-compile option to assume cross-compilation without cross-prefixMåns Rullgård2006-06-29
* send output of exec checks to log fileMåns Rullgård2006-06-29
* detect availability of -rdynamic and -export-dynamicMåns Rullgård2006-06-29
* extradata may be used as bitstream reader input so allocate with paddingMåns Rullgård2006-06-29
* detect audio-only program streams and broken files made by VDRMåns Rullgård2006-06-29
* do not fail av_find_stream_info() if params for all streams could not be foundMåns Rullgård2006-06-29
* Fix initialization of vc1_decoder (the same as wmv3_decoder).Reimar Döffinger2006-06-29
* Some optimization and fixes - mostly reworked MC and bitplanes.Kostya Shishkov2006-06-29
* This should make P-frames decoding work on x86 (by avoiding get_bits(0))Kostya Shishkov2006-06-29
* 'uname -m' returns IP<number> for MIPS CPUs on IRIX.Diego Biurrun2006-06-29
* detect MPEG PES streams as MPEG PS; the PS demuxer will copeMåns Rullgård2006-06-28
* get svn version when using separate build treeMåns Rullgård2006-06-28
* Properly set the image depthLuca Abeni2006-06-28
* dont read over the end of a data chunk and at the end search for the nextMichael Niedermayer2006-06-28
* flacenc - rice param search patch by (Justin Ruggles jruggle earthlink netJustin Ruggles2006-06-27
* Added loop filtering as ersatz for overlap filter (improves picture quality f...Kostya Shishkov2006-06-27
* VC1 Intra blocks in P-frames use different zigzag table than I-frames.Kostya Shishkov2006-06-27
* Do not read full byte when less than 8 bits are still to be read.Reimar Döffinger2006-06-27
* Ignore overrun in spectral RLE decoding, fixesReimar Döffinger2006-06-27
* Install into $PROGRAMFILES instead of a hardcoded path on MinGW.Ramiro Polla2006-06-27
* VC-1 decoder with I-frames support and partial P-frames decodingKostya Shishkov2006-06-27
* Rename VC9 to VC1 as there is no such thing as VC9Kostya Shishkov2006-06-27
* stereo decorrelation support by (Justin Ruggles jruggle earthlink net>)Michael Niedermayer2006-06-26