summaryrefslogtreecommitdiff
path: root/libavformat/ffmdec.c
Commit message (Expand)AuthorAge
* return error if read failedBaptiste Coudurier2009-02-12
* Change ffm_write_write_index to return int, and return if error occured.Patrik Kullman2009-02-12
* return eof/error if only ffm header has been written, should fix #815Baptiste Coudurier2009-02-01
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Improve long names for FFM muxer and demuxer:Stefano Sabatini2008-07-27
* cosmetics, pts->dtsBaptiste Coudurier2008-06-22
* enable feeder threadsBaptiste Coudurier2008-06-22
* ffm has no per stream priv_data anymoreBaptiste Coudurier2008-06-19
* Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es.Albert Astals Cid2008-06-09
* pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier2008-06-09
* pass extradata through ffmBaptiste Coudurier2008-06-09
* fix pts handling in ffmBaptiste Coudurier2008-06-07
* Reset reading state after successful seek.Baptiste Coudurier2008-06-07
* cosmetics, rename first to header, more explicit nameBaptiste Coudurier2008-06-06
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* typoBaptiste Coudurier2008-05-26
* replace printf by av_logBaptiste Coudurier2008-05-26
* use av_hex_dump_logBaptiste Coudurier2008-05-26
* use dprintfBaptiste Coudurier2008-05-26
* return error if frame_offset is negative, prevent segfaultBaptiste Coudurier2008-05-26
* return error if len is negative, prevent segfaultBaptiste Coudurier2008-05-26
* move ffserver specific functions up and only include unistd.h in this caseBaptiste Coudurier2008-05-26
* move ffm_seek1 before get_pts function since func uses itBaptiste Coudurier2008-05-26
* move DEBUG_SEEK definition before get_pts since func uses itBaptiste Coudurier2008-05-26
* move get_pts function to avoid useless declarationBaptiste Coudurier2008-05-26
* split ffm de/muxerBaptiste Coudurier2008-05-26