summaryrefslogtreecommitdiffstats
path: root/libavformat/nutdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\
| * Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-091-2/+3
|\ \ | |/
| * Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-031-3/+1
|\ \ | |/
| * nutdec: remove unused variableMans Rullgard2011-06-021-3/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-201-4/+0
|\ \ | |/
| * lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov2011-04-191-4/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-1/+1
|\ \ | |/
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-311-8/+8
|\ \ | |/
| * avio: make get_checksum() internal.Anton Khirnov2011-03-301-6/+6
| * avio: make init_checksum() internal.Anton Khirnov2011-03-301-2/+2
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-44/+45
|\ \ | |/
| * lavf: move ff_get_v from avio.h to avio_internal.hAnton Khirnov2011-03-161-42/+43
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-2/+2
| * avio: deprecate url_feofAnton Khirnov2011-03-071-2/+2
| * 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-16/+16
| * lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-1/+1
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-7/+7
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-16/+16
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-20/+20
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-081-1/+1
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-16/+16
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-031-1/+1
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-7/+7
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-16/+16
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-20/+20
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* Use AVERROR_INVALIDDATA rather than -1 for nutdec error codes.Stefano Sabatini2011-01-121-14/+14
* nutdec: when parsing info packet, set metadata var only onceAnton Khirnov2010-10-241-6/+9
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-1/+2
* rename LAVF_API_* defines to FF_API_* to clarify that it is not public APIAurelien Jacobs2010-08-181-1/+1
* add LAVF_API_MAX_STREAMS define to disable the deprecated MAX_STREAMS APIAurelien Jacobs2010-08-171-1/+1
* get rid of MAX_STREAMS limit in nutdecAurelien Jacobs2010-08-101-1/+7
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* bswap: change ME to NE in macro namesMåns Rullgård2010-07-101-1/+1
* Fix warning "passing argument from incompatible pointer type".Eli Friedman2010-07-031-1/+1
* Make the nut decoder read the ff_nut_video_tags to detect codec id ofStefano Sabatini2010-05-231-1/+3
* Define ff_nut_video_tags and make Nut muxer and demuxer set it inStefano Sabatini2010-05-231-0/+1
* Make the nut demuxer issue a more meaningful error message if itStefano Sabatini2010-05-091-1/+2
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-1/+1
* 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-6/+6
* Replace @returns by @return.Benoit Fouet2010-03-301-1/+1
* Fix NUT (de)muxer warnings:Vitor Sessak2010-03-281-3/+6
* Fix warnings in NUT demuxer:Vitor Sessak2010-03-241-2/+2
OpenPOWER on IntegriCloud