aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix layout for the mouse/joystick controls sections.Gravatar diego2010-01-31
* Declare support for the pixel formats:Gravatar stefano2010-01-31
* Document that -af-adv force=0 currently does the same as =1Gravatar reimar2010-01-31
* Blackfin: use SRAM only when CONFIG_SRAM is setGravatar mru2010-01-31
* Add license header to all top-level files missing them.Gravatar diego2010-01-30
* Add missing multiple inclusion guards.Gravatar diego2010-01-30
* Add missing #include, fixes the warning:Gravatar diego2010-01-30
* Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* Reindent.Gravatar stefano2010-01-30
* Use a consistent convention for the names of the internal wrapperGravatar stefano2010-01-30
* stream/rtp.h appears not to originate from dvbstream.Gravatar diego2010-01-30
* Add some more definitions for FFmpeg to config.h:Gravatar diego2010-01-30
* Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* Remove confusing comment.Gravatar diego2010-01-30
* Add missing license headers.Gravatar diego2010-01-30
* cosmetics: Convert DOS linebreaks to Unix linebreaks.Gravatar diego2010-01-30
* license header cosmeticsGravatar diego2010-01-30
* Add standard license header to C tools missing them.Gravatar diego2010-01-30
* Fix randomness of the swscale-test output.Gravatar stefano2010-01-30
* Add missing license header and multiple inclusion guards.Gravatar diego2010-01-30
* Make the code match the documentation by making higher-quality but slowerGravatar reimar2010-01-30
* Support more qscale types in most post-processing filters.Gravatar reimar2010-01-29
* sync with en/mplayer.1 r30436Gravatar jrash2010-01-29
* Explain why we still disable the ALSA resampler even though it is probablyGravatar reimar2010-01-28
* Try the more specific names first for the SwapInterval function to make it lessGravatar reimar2010-01-28
* glXSwapIntervalEXT is defined to take different arguments from glXSwapInterva...Gravatar reimar2010-01-28
* Fix input/output channel mixup in the pan filter description.Gravatar diego2010-01-28
* Stopping maintainership for -vo (x)mga Gravatar attila2010-01-27
* Simplify and correct loop condition, also avoids a compiler warning for unuse...Gravatar reimar2010-01-27
* Fix newline removal code that might read and write out of bounds.Gravatar reimar2010-01-27
* Make mp3lib the default MP3 decoder again, it is a good bit faster onGravatar reimar2010-01-27
* Declare variable closer to where it is used.Gravatar reimar2010-01-27
* Remove a useless global variable.Gravatar reimar2010-01-27
* Do not needlessly make local variable static.Gravatar reimar2010-01-27
* Remove useless initializers.Gravatar reimar2010-01-27
* Do not needlessly use (file-)global variables.Gravatar reimar2010-01-27
* Rename swscale-example to swscale-test, to better reflect the intendedGravatar stefano2010-01-27
* Remove ds_fill_buffer calls from demux_resync, they cause issues at least withGravatar reimar2010-01-26
* Enable parsing for ASF audio streams.Gravatar reimar2010-01-26
* Add an option to cropdetect to periodically reset the detected area.Gravatar reimar2010-01-26
* Use isAnyRGB() where possibleGravatar michael2010-01-26
* Add 3 more RGB makros that allow specifying RGB in bytes and any rgb/bgr.Gravatar michael2010-01-26
* Rename isRGB() and isBGR() as their meaning is confusing.Gravatar michael2010-01-26
* Merge two "if (flags & SWS_PRINT_INFO) { ... }" blocks, slightlyGravatar stefano2010-01-25
* Fix mis-computation of the needsDither variable erroneously introducedGravatar stefano2010-01-24
* Use av_malloc to ensure sufficient alignment and also free at least someGravatar reimar2010-01-24
* If audio was identified as DTS in the PMT do not override that with TrueHDGravatar reimar2010-01-24
* Fail ad_pcm initialization of WAVEFORMATEX header is missing instead of crash...Gravatar reimar2010-01-24
* Add support for parsing MLP and TrueHD.Gravatar reimar2010-01-24
* Revert the xvmc part of r30422: VCR2 at least worked with xvmc at some point.Gravatar cehoyos2010-01-24