summaryrefslogtreecommitdiffstats
path: root/stream/pnm.c
Commit message (Expand)AuthorAgeFilesLines
* spelling fixessiretart2010-11-021-1/+1
* Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
* Replace libavutil internal header #includes with MPlayer copiesUoti Urpala2009-07-261-1/+1
* Remove trailing whitespace from most filesUoti Urpala2009-07-071-61/+61
* Convert HAVE_WINSOCK2_H into a 0/1 definition.diego2009-02-011-2/+2
* Move '#define closesocket close' preprocessor directive to a common placediego2008-09-011-2/+1
* Revert moving closesocket definition and network headers to network.h.diego2008-08-311-1/+9
* Move duplicated '#define closesocket close' into network.h along withdiego2008-08-291-9/+1
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.diego2008-08-291-2/+2
* Use AV_WB*reimar2008-01-131-10/+3
* Remove some useless () and {}reimar2008-01-131-16/+13
* Simplifyreimar2008-01-131-1/+1
* Use AV_WB16 instead of ugly memcpy hacksreimar2008-01-131-10/+3
* Use AV_RB* instead of custom variants.reimar2008-01-131-19/+11
* Use sizeof instead of size variables/definesreimar2008-01-131-16/+10
* Make some pnm data constreimar2008-01-131-2/+2
* Mark all stream_info_t as constreimar2007-12-021-1/+1
* Remove unused functions, fixes the warnings:diego2007-10-301-13/+0
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-1/+1
* The FSF changed postal address.diego2006-09-011-1/+1
* isolated tcp socket code from network.c to a dedicated fileben2006-08-051-0/+1
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...ben2006-08-041-1/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+921