summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Update the regression tests reference values after the changes to the MatroskaPanagiotis Issaris2008-03-10
* Make av_class a pointer to const.Panagiotis Issaris2008-03-10
* define VOF as double of VOFW.Benoit Fouet2008-03-10
* Remove redundant swScaler: output from places where av_log()Diego Biurrun2008-03-10
* These video decoders do not need to include and initialize the DSPMike Melanson2008-03-10
* There is no reason to assign a variable to itselfMike Melanson2008-03-10
* cosmetics: remove some empty linesAurelien Jacobs2008-03-10
* remove useless and misleading commentsAurelien Jacobs2008-03-10
* smaller tablesMichael Niedermayer2008-03-10
* consistent use of MKTAG() in the codec_bmp_tags tableAurelien Jacobs2008-03-09
* cosmetics: alignment of the codec_bmp_tags tableAurelien Jacobs2008-03-09
* add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs2008-03-09
* Work around gcc stupidity: With -MM gcc outputs just the basename of files asDiego Biurrun2008-03-09
* downmix before imdct unless different size transforms are used. about 20%Justin Ruggles2008-03-09
* Clarify the intended meaning of wont_fix.Michael Niedermayer2008-03-09
* indentationKostya Shishkov2008-03-09
* Correctly handle empty framesKostya Shishkov2008-03-09
* Fraps v5 decoding supportKostya Shishkov2008-03-09
* Add step variable (for future v5 decoding)Kostya Shishkov2008-03-09
* recognize the CLJR FourCC (Cirrus Logic AccuPak)Mike Melanson2008-03-09
* VFW grabberRamiro Polla2008-03-08
* Correctly handle case where buffer is 100% fullRamiro Polla2008-03-08
* add myself as vfwcap.c maintainerRamiro Polla2008-03-08
* dc1394.c has been renamed to libdc1394.cRamiro Polla2008-03-08
* Split libavdevice maintainers out of libavformatRamiro Polla2008-03-08
* Typo + grammarRamiro Polla2008-03-08
* VFW capture supportRamiro Polla2008-03-08
* Introduce max_picture_buffer variable in AVFormatContext,Ramiro Polla2008-03-08
* #error in case we do not know how to provide alignment.Diego Biurrun2008-03-08
* cosmetics: Fix indentation in a few more places.Diego Biurrun2008-03-08
* cosmetics: Normalize {} placement after for, while, if.Diego Biurrun2008-03-08
* Mention that libavdevice/x11grab.c is GPLed.Diego Biurrun2008-03-08
* Define WIN32_LEAN_AND_MEAN before including windows.h to excludeRamiro Polla2008-03-08
* Include windows.h instead of trying to redeclare SleepRamiro Polla2008-03-08
* Rename pp variable to postproc for consistency.Diego Biurrun2008-03-08
* check for x86 bswap instructionMåns Rullgård2008-03-08
* huffman: add a zero_count flag and use it in frapsAurelien Jacobs2008-03-08
* huffman: pass hnode_first as a flag instead of as an argument on its ownAurelien Jacobs2008-03-08
* Put network-related code under #ifdefRamiro Polla2008-03-08
* Group network-related code togetherRamiro Polla2008-03-08
* Fix unused variable warnings.Mark Cox2008-03-08
* cosmetics: prettyprintingDiego Biurrun2008-03-08
* Install libavfilter if it has been enabled.Diego Biurrun2008-03-08
* The videohook target does not depend on .libs.Diego Biurrun2008-03-08
* Make ffplay use parse_number_or_die instead of atoi.Diego Biurrun2008-03-08
* cosmetics: Remove useless empty line.Diego Biurrun2008-03-08
* cosmetics: Remove useless empty line.Diego Biurrun2008-03-08
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
* cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun2008-03-08
* __stdcall -> WINAPIRamiro Polla2008-03-07