summaryrefslogtreecommitdiff
path: root/libavformat/ffmdec.c
Commit message (Collapse)AuthorAge
...
* ffm has no per stream priv_data anymoreBaptiste Coudurier2008-06-19
| | | | Originally committed as revision 13832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es.Albert Astals Cid2008-06-09
| | | | Originally committed as revision 13727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pass extradata through ffmBaptiste Coudurier2008-06-09
| | | | Originally committed as revision 13721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix pts handling in ffmBaptiste Coudurier2008-06-07
| | | | Originally committed as revision 13683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reset reading state after successful seek.Baptiste Coudurier2008-06-07
| | | | Originally committed as revision 13682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, rename first to header, more explicit nameBaptiste Coudurier2008-06-06
| | | | Originally committed as revision 13677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
| | | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste.it along with some spelling/consistency fixes for the long names by me Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace printf by av_logBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13425 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_hex_dump_logBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dprintfBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error if frame_offset is negative, prevent segfaultBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13420 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error if len is negative, prevent segfaultBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13419 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ffserver specific functions up and only include unistd.h in this caseBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13418 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ffm_seek1 before get_pts function since func uses itBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move DEBUG_SEEK definition before get_pts since func uses itBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move get_pts function to avoid useless declarationBaptiste Coudurier2008-05-26
| | | | Originally committed as revision 13415 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split ffm de/muxerBaptiste Coudurier2008-05-26
Originally committed as revision 13413 to svn://svn.ffmpeg.org/ffmpeg/trunk