summaryrefslogtreecommitdiff
path: root/libavformat/ffmdec.c
Commit message (Expand)AuthorAge
* [ffmdec] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-14
* ffmdec: set avio buffer to ffm->packet_size, avoid dirty readsYan Jing2011-09-08
* ffmdec: fix seeking for non indexed filesMichael Niedermayer2011-09-08
* ffmdec: handle wrapped file in ffm_seekYan Jing2011-09-08
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-17
|\
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-06
|\|
| * lavf: deprecate AVStream.quality.Anton Khirnov2011-07-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-11
|\|
| * Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun2011-06-10
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-30
|\|
| * Remove some disabled printf debug cruft.Diego Biurrun2011-04-29
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-04
|\|
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-17
|\|
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
| * avio: deprecate url_feofAnton Khirnov2011-03-07
| * avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
| * lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov2011-03-04
| * lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
| * Replace dprintf with av_dlogLuca Barbato2011-01-29
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* | avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-08
* | Revert "lavf: deprecate get_strz() in favor of avio_get_str"Michael Niedermayer2011-03-06
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-05
* | lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov2011-03-05
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-03
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-03
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | Replace dprintf with av_dlogLuca Barbato2011-01-30
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
|/
* Move ffm_close function up to avoid a forward declaration.Reimar Döffinger2010-07-25
* ffmdec: Do not manually free streams on read_header error, this is alwaysReimar Döffinger2010-07-25
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, so thatRonald S. Bultje2010-03-17
* Fix ffm_close return type.Benoit Fouet2010-03-10
* Fix memory leak in FFM demuxerVitor Sessak2010-03-10
* Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623)...Benjamin Larsson2009-12-14
* Update ffserver to include all basic x264 parameters in .ffm files.Jason Garrett-Glaser2009-11-24
* remove useless duplication of what av_new_stream() already doesAurelien Jacobs2009-04-10
* fix compilation when DEBUG_SEEK is definedBaptiste Coudurier2009-03-21