index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
/
pnm.c
Commit message (
Expand
)
Author
Age
*
cleanup: remove more warnings
Clément Bœsch
2011-05-02
*
cleanup: avoid various GCC warnings
Clément Bœsch
2011-04-20
*
spelling fixes
siretart
2010-11-02
*
Delete things related to old translation system
Uoti Urpala
2010-03-10
*
Replace libavutil internal header #includes with MPlayer copies
Uoti Urpala
2009-07-26
*
Remove trailing whitespace from most files
Uoti Urpala
2009-07-07
*
Convert HAVE_WINSOCK2_H into a 0/1 definition.
diego
2009-02-01
*
Move '#define closesocket close' preprocessor directive to a common place
diego
2008-09-01
*
Revert moving closesocket definition and network headers to network.h.
diego
2008-08-31
*
Move duplicated '#define closesocket close' into network.h along with
diego
2008-08-29
*
Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
diego
2008-08-29
*
Use AV_WB*
reimar
2008-01-13
*
Remove some useless () and {}
reimar
2008-01-13
*
Simplify
reimar
2008-01-13
*
Use AV_WB16 instead of ugly memcpy hacks
reimar
2008-01-13
*
Use AV_RB* instead of custom variants.
reimar
2008-01-13
*
Use sizeof instead of size variables/defines
reimar
2008-01-13
*
Make some pnm data const
reimar
2008-01-13
*
Mark all stream_info_t as const
reimar
2007-12-02
*
Remove unused functions, fixes the warnings:
diego
2007-10-30
*
cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
diego
2007-08-28
*
The FSF changed postal address.
diego
2006-09-01
*
isolated tcp socket code from network.c to a dedicated file
ben
2006-08-05
*
proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...
ben
2006-08-04
*
introduce new 'stream' directory for all stream layer related components and ...
ben
2006-07-31