aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* typo fixGravatar diego2008-01-16
* VIDIX is no longer a shared library.Gravatar diego2008-01-16
* URL updates for contributed win32 stuff.Gravatar diego2008-01-16
* better ao/vo profile examplesGravatar diego2008-01-16
* misc markup fixesGravatar diego2008-01-16
* misc spelling fixesGravatar diego2008-01-16
* removed a english part, left in here, sighGravatar ptt2008-01-15
* little grammar fixGravatar ptt2008-01-15
* synced with r25757Gravatar ptt2008-01-15
* added missing "&"Gravatar ptt2008-01-15
* added missing escapesGravatar ptt2008-01-15
* syncet to r25663Gravatar ptt2008-01-15
* updated my mail addressGravatar ptt2008-01-15
* add default deinterlace keyGravatar compn2008-01-15
* Create/allocate conversion textures before scaler textures.Gravatar reimar2008-01-15
* Add experimental unsharp-mask OpenGL scaler. Certainly not yet perfect.Gravatar reimar2008-01-15
* Document vo gl lscale=3Gravatar reimar2008-01-15
* Add a forgotten case to create_scaler_textures, avoids an incorrect warning.Gravatar reimar2008-01-15
* Remove a useless castGravatar reimar2008-01-15