Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Sat, 07 Nov 2009 09:23:11 +0000 | stefano | Document sws_freeContext(). |
Fri, 06 Nov 2009 16:16:22 +0000 | reimar | Whitespace cosmetics: reindent reinit_audio_chain function |
Fri, 06 Nov 2009 16:11:58 +0000 | reimar | Remove some useless comments/commented-out code. |
Fri, 06 Nov 2009 16:10:19 +0000 | reimar | Split assignment from error value check to avoid overcomplicated if () condition. |
Fri, 06 Nov 2009 16:08:00 +0000 | reimar | Reuse the init_error exit path also for init_best_audio_codec errors. |
Fri, 06 Nov 2009 16:06:33 +0000 | reimar | Simplify: use &= instead of a = b & a; |
Fri, 06 Nov 2009 16:04:39 +0000 | reimar | Remove some unnecessary else blocks |