summaryrefslogtreecommitdiffstats
path: root/stream/realrtsp/rmff.c
Commit message (Expand)AuthorAgeFilesLines
* stream: remove native RTSP/RTP/PNM supportwm42012-08-011-876/+0
* build: switch to libavutil bswap.h and intreadwrite.hUoti Urpala2012-02-011-1/+2
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-3/+3
* Merge svn changes up to r29644Uoti Urpala2009-09-041-1/+1
|\
| * Use calloc to ensure rmff_new_mdpr returns fully initialized data.reimar2009-09-021-1/+1
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-29/+29
* | Replace libavutil internal header #includes with MPlayer copiesUoti Urpala2009-07-261-1/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-29/+29
|/
* Check buffer size in header dump functionsrtogni2007-03-251-21/+67
* Use AV_WB* instead of swap+memcpy+swaprtogni2007-03-241-120/+46
* Use libavutil AV_RB/AV_WB macros instead of defining out own variants.reimar2007-03-011-142/+137
* printf->mp_msgrtogni2006-11-051-13/+14
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+907