aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/pnm.c
Commit message (Expand)AuthorAge
* build: switch to libavutil bswap.h and intreadwrite.hGravatar Uoti Urpala2012-02-01
* cleanup: remove more warningsGravatar Clément Bœsch2011-05-02
* cleanup: avoid various GCC warningsGravatar Clément Bœsch2011-04-20
* spelling fixesGravatar siretart2010-11-02
* Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* Replace libavutil internal header #includes with MPlayer copiesGravatar Uoti Urpala2009-07-26
* Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
* Move '#define closesocket close' preprocessor directive to a common placeGravatar diego2008-09-01
* Revert moving closesocket definition and network headers to network.h.Gravatar diego2008-08-31
* Move duplicated '#define closesocket close' into network.h along withGravatar diego2008-08-29
* Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* Use AV_WB*Gravatar reimar2008-01-13
* Remove some useless () and {}Gravatar reimar2008-01-13
* SimplifyGravatar reimar2008-01-13
* Use AV_WB16 instead of ugly memcpy hacksGravatar reimar2008-01-13
* Use AV_RB* instead of custom variants.Gravatar reimar2008-01-13
* Use sizeof instead of size variables/definesGravatar reimar2008-01-13
* Make some pnm data constGravatar reimar2008-01-13
* Mark all stream_info_t as constGravatar reimar2007-12-02
* Remove unused functions, fixes the warnings:Gravatar diego2007-10-30
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDGravatar diego2007-08-28
* The FSF changed postal address.Gravatar diego2006-09-01
* isolated tcp socket code from network.c to a dedicated fileGravatar ben2006-08-05
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...Gravatar ben2006-08-04
* introduce new 'stream' directory for all stream layer related components and ...Gravatar ben2006-07-31