summaryrefslogtreecommitdiffstats
path: root/libavformat/ffmdec.c
Commit message (Expand)AuthorAgeFilesLines
* avserver: move avserver-specific code from ffmdec.c to avserver.cMans Rullgard2012-10-161-33/+0
* ffm: do not write or read the audio sample formatJustin Ruggles2012-10-061-1/+0
* avformat: Remove non-compiling and/or silly commented-out printf/av_log state...Diego Biurrun2012-10-011-3/+0
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-291-2/+0
* ffmdec: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-3/+4
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-8/+8
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* libx264: add 'direct-pred' private optionAnton Khirnov2011-09-071-1/+0
* libx264: add 'partitions' private optionAnton Khirnov2011-09-071-1/+0
* Rename ffserver to avserver.Anton Khirnov2011-08-091-4/+4
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+8
* lavf: deprecate AVStream.quality.Anton Khirnov2011-07-061-1/+0
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-031-0/+1
* Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-101-11/+3
* Remove some disabled printf debug cruft.Diego Biurrun2011-04-291-3/+0
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-1/+1
* avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-7/+7
* lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov2011-03-041-1/+2
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-1/+1
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-4/+4
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-72/+72
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-5/+5
* Replace dprintf with av_dlogLuca Barbato2011-01-291-1/+1
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* 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
OpenPOWER on IntegriCloud