aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and aGravatar diego2008-01-20
* Added missing single quotation mark.Gravatar cehoyos2008-01-20
* Fix compilation failue:Gravatar ulion2008-01-20
* Fix vobsub_seek use same reseek method as vobsub_get_packet did.Gravatar ulion2008-01-20
* Fix auto-sub code to support filenames with any extension length.Gravatar ulion2008-01-20
* Allow overriding the codec_tag for audio codecs, and always override Gravatar rtogni2008-01-20
* Fragment programs must use unix eol.Gravatar reimar2008-01-20
* Avoid some pointer conversion warnings (the code is messy but not wrong)Gravatar reimar2008-01-20
* Add missing vo_w32_border prototypeGravatar reimar2008-01-20
* Fix some function types from unspecified to empty argument listGravatar reimar2008-01-20
* Remove redundant declarations (already in video_out.h)Gravatar reimar2008-01-20
* Extend the precision of rationale conversion soGravatar iive2008-01-19
* -panscan should also work for right and left bordersGravatar reimar2008-01-19
* Some reindentationGravatar reimar2008-01-19
* ReindentGravatar reimar2008-01-19
* Simplify and keep terminating end-of-lineGravatar reimar2008-01-19
* Remove a broken and useless hack to avoid a memcpyGravatar reimar2008-01-19
* Cached file must be 0-terminated since we use string processing functions on itGravatar reimar2008-01-19
* Make sure we do not write the terminating 0 out of boundsGravatar reimar2008-01-19
* Add missing #include, fixes the warning:Gravatar diego2008-01-19
* Use ld conversion specifier for long int argument, fixes the warning:Gravatar diego2008-01-19
* Add missing #include, fixes the warning:Gravatar diego2008-01-19
* Fix endless loop if nAvgBytesPerSec is 0.Gravatar reimar2008-01-19
* Avoid a division by 0 if i_bps is 0.Gravatar reimar2008-01-19
* Fix usage example commentGravatar reimar2008-01-19
* Fix a coefficient for lscale=5 OpenGL modeGravatar reimar2008-01-19
* Add name to email address.Gravatar diego2008-01-19
* Avoid warning:Gravatar reimar2008-01-19
* Fix some types to constGravatar reimar2008-01-19
* audio_out / video_out structs should be treated as constGravatar reimar2008-01-19
* Fix warning:Gravatar reimar2008-01-19
* Avoid void* arithmeticGravatar reimar2008-01-19
* Simplify and silence lots of warningsGravatar reimar2008-01-19
* Add the edge-enhancement filter based on edgedetect I had lying around.Gravatar reimar2008-01-19
* Fix using both lscale and cscale 4Gravatar reimar2008-01-19
* sync w/r25786Gravatar gpoirier2008-01-18
* Add a fragment program for 5x5 unsharp maskingGravatar reimar2008-01-18
* Remove leftover backslashGravatar reimar2008-01-18
* SimplifyGravatar reimar2008-01-18
* Use the same unsharp filter template for 2D and RECT texturesGravatar reimar2008-01-18
* Small typo in messageGravatar reimar2008-01-18
* Remove broken test program that likely never worked.Gravatar diego2008-01-18
* Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).Gravatar benoit2008-01-17
* Remove some useless parentheses.Gravatar benoit2008-01-17
* Cosmetics: whitespacesGravatar benoit2008-01-17
* Remove non cosmetic spaces inside parentheses.Gravatar benoit2008-01-17
* Description: remove superfluous parentheses.Gravatar benoit2008-01-17
* Check param in sws_getCachedContext().Gravatar benoit2008-01-17
* Fix code to prevent from accessing queue->packets[-1].pts that causes a crash.Gravatar ulion2008-01-17
* Fix OpenGL unsharp filterGravatar reimar2008-01-16