summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove a redundant memset from libavformat.Panagiotis Issaris2006-09-14
* Allow parameter values (AVOptions) to use the 'k', 'M', 'G'Panagiotis Issaris2006-09-14
* Remove the LGPL exception clause as discussed on ffmpeg-develDiego Biurrun2006-09-14
* Fix vhook build on Cygwin, shared builds only.Víctor Paesa2006-09-13
* Proper armv5te instructions support detection.Siarhei Siamashka2006-09-13
* replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231)Aurelien Jacobs2006-09-13
* corrects the type of the AVOption parameter "bugs", patch by TakisPanagiotis Issaris2006-09-13
* adds descriptions to the libavcodec AVOptions array, taken from thePanagiotis Issaris2006-09-13
* ffmpeg, ffplay, ffserver need version.hMåns Rullgård2006-09-12
* Enables back the mmx/sse optimized version of the vp3 idct.Aurelien Jacobs2006-09-12
* 10l typoMichael Niedermayer2006-09-12
* Remove superfluous ifeq.Diego Biurrun2006-09-12
* Fix 'make depend' for libpostproc.Diego Biurrun2006-09-12
* Swap back and forward motion vectors to achieve correct pictureKostya Shishkov2006-09-12
* Set motion vectors used in B-frames to zero by defaultKostya Shishkov2006-09-12
* Use h264_chroma funcs in B-frames MC tooKostya Shishkov2006-09-12
* Fix edge emulation for bicubic MC in B framesKostya Shishkov2006-09-12
* 2989l: Set avctx->has_b_frames value in header and don't change itKostya Shishkov2006-09-12
* add a VP6F fourcc for apps which rely on fourccAurelien Jacobs2006-09-12
* don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec)Aurelien Jacobs2006-09-11
* workaround for files, mainly d-cinema, with 0 sized tags especially UMID in s...Baptiste Coudurier2006-09-11
* Remove nonexistent option -hq from the documentation.Panagiotis Issaris2006-09-10
* armv5 optimizationsSiarhei Siamashka2006-09-10
* Use and set sane AVOption defaultsPanagiotis Issaris2006-09-10
* adds doxygen docs to av_opt_set_defaults. Patch by TakisPanagiotis Issaris2006-09-10
* allow ffmpeg to read mp3s beginning with partial framesAndreas Öman2006-09-10
* make AVOptions default value field work.Panagiotis Issaris2006-09-10
* Remove unused variable.Diego Biurrun2006-09-10
* fprintf/perror --> av_logGustavo Sverzut Barbieri2006-09-10
* Cleanup, from Emanuele Giaquinta <exg@gentoo.org>Luca Barbato2006-09-10
* add our -L flags before any other linker flagsMåns Rullgård2006-09-10
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* Disable B-frames decoding until they produce correct pictureKostya Shishkov2006-09-10
* rename vector to vect to avoid clash with Apple gccAurelien Jacobs2006-09-09
* Add proper GPL headers.Diego Biurrun2006-09-09
* Add proper GPL headers.Diego Biurrun2006-09-09
* Replace informal GPL notice by official header.Diego Biurrun2006-09-09
* fix out of tree buildsMåns Rullgård2006-09-09
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
* Drop unneeded checks before av_free() and change to av_freep() where it's mor...Kostya Shishkov2006-09-09
* Support for BI-frames in Advanced ProfileKostya Shishkov2006-09-09
* Don't print header bits by defaultKostya Shishkov2006-09-09
* [Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header()Kostya Shishkov2006-09-09
* [Cosmetics] Remove some done TODOs/FIXMEs from commentsKostya Shishkov2006-09-09
* Proper support for B/BI framesKostya Shishkov2006-09-09
* AVPROBE_SCORE_MAX docMichael Niedermayer2006-09-09
* undefines a few temporary defines which were not undefined after their usage.Panagiotis Issaris2006-09-09
* Add -lav* to the front of LDFLAGS, fixes linking on Linux.Panagiotis Issaris2006-09-08
* FFLIBS --> EXTRALIBSDiego Biurrun2006-09-08
* Remove pointless variable indirection.Diego Biurrun2006-09-08