aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Use av_get_bits_per_pixel() for computing the bits per pixel of theGravatar stefano2010-01-24
* Fix ftp support to properly support large files > 2GB.Gravatar reimar2010-01-24
* new year in version stringGravatar Gabrov2010-01-24
* typo fix, accidently reverted the new year patch with previous commitGravatar Gabrov2010-01-24
* synced with r30414Gravatar Gabrov2010-01-24
* big new year patch for documentationsGravatar Gabrov2010-01-24
* Indent.Gravatar ramiro2010-01-24
* Don't redefine M_PI. It is already defined from libavutil/mathematics.h.Gravatar ramiro2010-01-24
* Split swscale.c into scaler code (swscale.c) and utility code (utils.c).Gravatar ramiro2010-01-24
* Switch -vf halfpack to use only public API of libswscale.Gravatar reimar2010-01-23
* Make the scale filter prefer yuv conversions that do not need chroma scaling.Gravatar reimar2010-01-23
* Remove the query_format_cache, it is extra complexity that makes improvementsGravatar reimar2010-01-23
* Simplify loop conditionGravatar reimar2010-01-23
* clean up netstream docs in TOOLS/READMEGravatar compn2010-01-23
* Make sure that a qstride of 0 (intentional or not) does not completely breakGravatar reimar2010-01-23
* Always call cache_uninit to immediately free everything cache-related if weGravatar reimar2010-01-23
* Call cache-uninit unconditionally, it should always be safe to call.Gravatar reimar2010-01-23
* Change code to allow playing a stream even if enabling the cache failedGravatar reimar2010-01-23
* Make cache_init static, it is not used outside this fileGravatar reimar2010-01-23
* Support more formats for -ao pcm in raw mode.Gravatar reimar2010-01-23
* Handle Content-Length also when Content-Type is not set.Gravatar reimar2010-01-23
* Use atoll to parse Content-Length to support http for files > 2GB.Gravatar reimar2010-01-23
* Add an exit() to silence a gcc warning and ensure forked code will neverGravatar reimar2010-01-23
* 100l, shouldn't write to memory after freeing it.Gravatar reimar2010-01-23
* Reindent.Gravatar reimar2010-01-23
* Zero freed pointers.Gravatar reimar2010-01-23
* Check for fork failing and make sure cache_uninit always frees the cache dataGravatar reimar2010-01-23
* sync with en/mplayer.1 r30336Gravatar jrash2010-01-22
* Remove any auto-inserted lavc filter.Gravatar reimar2010-01-22
* Fix sub_free to actually free the subtitle data.Gravatar reimar2010-01-22
* Fix a memory leak in the subreader.Gravatar reimar2010-01-22
* Replace strncat by av_strlcat which is easier to verify for correctness.Gravatar reimar2010-01-22
* Also handle ASS subtitles when removing subtitles via sub_remove slave command.Gravatar reimar2010-01-22
* Avoid duplicating code to remove subtitles (sub_remove slave command).Gravatar reimar2010-01-22
* Move array specifiers outside DECLARE_ALIGNED() invocationsGravatar mru2010-01-22
* Disable all hwaccel glue code from FFmpeg.Gravatar diego2010-01-21
* x264 version 0.83 is required.Gravatar cehoyos2010-01-21
* Fix compilation after FFmpeg r21353.Gravatar cehoyos2010-01-21
* More const-correctness for sws_scaleGravatar conrad2010-01-21
* Document some more of SwsContext.Gravatar ramiro2010-01-20
* Avoid more pointless tests, the input and output formats need to beGravatar stefano2010-01-20
* Split overly long line.Gravatar stefano2010-01-19
* Make selfTest() perform tests where both the input and output formatsGravatar stefano2010-01-19
* Create libavutil/avconfig.h, required for FFmpeg compilation.Gravatar diego2010-01-19
* synced with r30336Gravatar ptt2010-01-19
* Make const prototypes for input sources of sws_scale_* stricter.Gravatar benoit2010-01-19
* swscale-example: Add comment about the use of av_{malloc,free}.Gravatar ramiro2010-01-19
* Set HAVE_FAST_CLZ according to CPU type.Gravatar zuxy2010-01-19
* Remove useless forward declaration.Gravatar ramiro2010-01-19
* User friendly warning message that gives out names of source and target formatsGravatar zuxy2010-01-19