Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Sun, 07 Nov 2010 18:27:24 +0000 | reimar | Use calloc instead of malloc+memset. |
Sun, 07 Nov 2010 18:13:22 +0000 | reimar | Avoid unnecessary (). |
Sun, 07 Nov 2010 12:47:40 +0000 | diego | Remove some useless NULL pointer checks before invoking free() on the pointer. |
Sun, 07 Nov 2010 11:03:47 +0000 | cehoyos | Add a comment to codecs that require their fourcc's added to demuxer.c. |
Sun, 07 Nov 2010 11:00:00 +0000 | cehoyos | Add missing fourcc's that require libavcodec parsing. |
Sun, 07 Nov 2010 10:55:01 +0000 | cehoyos | Fix typo: There is no fourcc 'MPE '. |
Sat, 06 Nov 2010 21:49:49 +0000 | reimar | Use IMGFMT to compare instead of PIX_FMT to avoid issues |
Sat, 06 Nov 2010 21:41:12 +0000 | reimar | For FFmpeg codecs YV12 should always be in the supported format |