summaryrefslogtreecommitdiffstats
path: root/libavformat/ffmdec.c
Commit message (Expand)AuthorAgeFilesLines
* Move ffm_close function up to avoid a forward declaration.Reimar Döffinger2010-07-251-11/+10
* ffmdec: Do not manually free streams on read_header error, this is alwaysReimar Döffinger2010-07-251-6/+3
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, so thatRonald S. Bultje2010-03-171-1/+1
* Fix ffm_close return type.Benoit Fouet2010-03-101-1/+3
* Fix memory leak in FFM demuxerVitor Sessak2010-03-101-1/+9
* Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623)...Benjamin Larsson2009-12-141-0/+1
* Update ffserver to include all basic x264 parameters in .ffm files.Jason Garrett-Glaser2009-11-241-0/+13
* remove useless duplication of what av_new_stream() already doesAurelien Jacobs2009-04-101-1/+0
* fix compilation when DEBUG_SEEK is definedBaptiste Coudurier2009-03-211-1/+1
* fix valid seeking rangeBaptiste Coudurier2009-03-211-9/+7
* resync ffm if error in streamBaptiste Coudurier2009-03-201-2/+18
* typo, fix eof checkBaptiste Coudurier2009-03-201-1/+1
* do not write ffm write index by default, detect if file is being written and ...Baptiste Coudurier2009-03-201-17/+20
* return error if read failedBaptiste Coudurier2009-02-121-1/+2
* Change ffm_write_write_index to return int, and return if error occured.Patrik Kullman2009-02-121-2/+4
* return eof/error if only ffm header has been written, should fix #815Baptiste Coudurier2009-02-011-0/+3
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-12/+12
* Improve long names for FFM muxer and demuxer:Stefano Sabatini2008-07-271-1/+1
* cosmetics, pts->dtsBaptiste Coudurier2008-06-221-15/+15
* enable feeder threadsBaptiste Coudurier2008-06-221-0/+1
* ffm has no per stream priv_data anymoreBaptiste Coudurier2008-06-191-14/+1
* Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es.Albert Astals Cid2008-06-091-1/+1
* pass dts and pts through ffm, should fix streaming b framesBaptiste Coudurier2008-06-091-7/+9
* pass extradata through ffmBaptiste Coudurier2008-06-091-1/+7
* fix pts handling in ffmBaptiste Coudurier2008-06-071-6/+0
* Reset reading state after successful seek.Baptiste Coudurier2008-06-071-0/+7
* cosmetics, rename first to header, more explicit nameBaptiste Coudurier2008-06-061-3/+3
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* typoBaptiste Coudurier2008-05-261-1/+1
* replace printf by av_logBaptiste Coudurier2008-05-261-3/+3
* use av_hex_dump_logBaptiste Coudurier2008-05-261-6/+1
* use dprintfBaptiste Coudurier2008-05-261-3/+1
* return error if frame_offset is negative, prevent segfaultBaptiste Coudurier2008-05-261-1/+1
* return error if len is negative, prevent segfaultBaptiste Coudurier2008-05-261-0/+2
* move ffserver specific functions up and only include unistd.h in this caseBaptiste Coudurier2008-05-261-29/+29
* move ffm_seek1 before get_pts function since func uses itBaptiste Coudurier2008-05-261-17/+17
* move DEBUG_SEEK definition before get_pts since func uses itBaptiste Coudurier2008-05-261-2/+2
* move get_pts function to avoid useless declarationBaptiste Coudurier2008-05-261-16/+13
* split ffm de/muxerBaptiste Coudurier2008-05-261-0/+498
OpenPOWER on IntegriCloud