| Commit message (Expand) | Author | Age |
... | |
* | Do not use a global temps variable, this is ugly and does not compile with ICC. | reimar | 2008-02-24 |
* | Get rid of pointless and confusing comments | reimar | 2008-02-24 |
* | Add MPLAYER_ prefix to multiple inclusion guards. | diego | 2008-02-22 |
* | Consistently use filename as multiple inclusion guard. | diego | 2008-02-21 |
* | vf_sab mirrors coefficients past the edge of the picture instead of cropping: | diego | 2008-02-20 |
* | Allow specifying a size for -vf rgbtest | reimar | 2008-02-17 |
* | Avoid reinit of vo with the exactly same parameters over and over. | reimar | 2008-02-16 |
* | typo fix: inited --> initialized | diego | 2008-02-14 |
* | Fix typo. | cehoyos | 2008-02-13 |
* | mark constants as such | reimar | 2008-01-30 |
* | Simplify: use DECLARE_ASM_CONST | reimar | 2008-01-30 |
* | clarify comments/docs about lav* being the preferred place to implement new | ivo | 2008-01-28 |
* | copy note on new demuxers and codecs to the top of the array as well to be | ivo | 2008-01-28 |
* | note on new demuxers and codecs, add them to lav* instead of libmp* | ivo | 2008-01-28 |
* | Consistently use uppercase filename as multiple inclusion guard. | diego | 2008-01-28 |
* | Add multiple inclusion guards. | diego | 2008-01-27 |
* | Replace with the output of the updated alaw-gen generator program. | diego | 2008-01-27 |
* | Add global ass_force_reload flag. | eugeni | 2008-01-23 |
* | Zero codec_inited in the init() function, so that it's cleared everytime | rtogni | 2008-01-23 |
* | Use the proper option name for constant quantizer | iive | 2008-01-23 |
* | Remove useless casts | reimar | 2008-01-21 |
* | Avoid warning: | reimar | 2008-01-19 |
* | Remove unused variable | reimar | 2008-01-12 |
* | Move uselessly global variables | reimar | 2008-01-12 |
* | Colourspace conversions do _not_ belong into a decoder! | reimar | 2008-01-12 |
* | Cosmetics: get rid of huge amounts of trailing whitespace | reimar | 2008-01-12 |
* | Remove an unused global variable | reimar | 2008-01-12 |
* | Avoid uselessly global variables | reimar | 2008-01-12 |
* | Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with | reimar | 2008-01-12 |
* | Use malloc for codecdata. Fixes segfault in free_sh_sub. | eugeni | 2008-01-10 |
* | Remove unnecessary <signal.h> includes | uau | 2008-01-09 |
* | Fix illegal identifiers: Names starting with __ or _ and uppercase are reserved | diego | 2008-01-06 |
* | Do not pass timestamp to realvideo binary decoder | rtogni | 2008-01-06 |
* | Remove unused definition. | diego | 2008-01-06 |
* | remove code for colorspaces x264 doesn't support | lorenm | 2008-01-05 |
* | fix artifacts in -vf fspp. regression in r23476. | lorenm | 2008-01-05 |
* | Add multiple inclusion guards to all header files that lack them. | diego | 2008-01-01 |
* | Add explanatory comments to the #endif part of multiple inclusion guards. | diego | 2007-12-31 |
* | Remove unused static variable pass, fixes the warning: | diego | 2007-12-27 |
* | Add a missing free of the avctx | reimar | 2007-12-25 |
* | change license from GPLv2 to 'GPL v2 or later', requested by Diego, I can do ... | rik | 2007-12-18 |
* | Make init_video function in dec_video static, it is not used outside that file. | reimar | 2007-12-11 |
* | Fix all current known multi-channel wrong order problems by adding | ulion | 2007-12-10 |
* | Prevent from outputing mass of 'skip' log messages in verbose level. | ulion | 2007-12-05 |
* | Use correct printf length modifiers, fixes the following warnings: | diego | 2007-12-03 |
* | 10l, len may change after initialization time | rfelker | 2007-12-03 |
* | fix declaration after statement, take 2 | rfelker | 2007-12-03 |
* | fix declaration after statement | rfelker | 2007-12-03 |
* | Make m_option_t arrays referenced by cfg-common.h const | reimar | 2007-12-02 |
* | Add appropriate const specifiers to some custom parse functions. | reimar | 2007-12-02 |