summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_asf.c
Commit message (Collapse)AuthorAge
* Prevent overflow on random input.Ronald S. Bultje2010-08-13
| | | | Originally committed as revision 24795 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö2010-07-30
| | | | Originally committed as revision 24596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent, rewrap long comment lines to keep line length below 80 charsMartin Storsjö2010-07-21
| | | | Originally committed as revision 24390 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec_asf: Handle RTSP-MS packet splittingMartin Storsjö2010-07-21
| | | | Originally committed as revision 24389 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec_asf: Include lavu headers using quotes instead of angle bracketsMartin Storsjö2010-07-19
| | | | Originally committed as revision 24325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpdec_asf: Propagate errors from the chained av_open_input_streamMartin Storsjö2010-07-05
| | | | | | This fixes the crash in issue 2070. Originally committed as revision 24059 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix implicit cast warningEli Friedman2010-06-27
| | | | | | Patch by Eli Friedman, eli dot friedman at gmail Originally committed as revision 23817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö2010-02-28
Originally committed as revision 22109 to svn://svn.ffmpeg.org/ffmpeg/trunk