summaryrefslogtreecommitdiff
path: root/libavformat/electronicarts.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: rename remaining av_set_pts_info() to avpriv_set_pts_info().Clément Bœsch2011-12-031-1/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-1/+2
|\
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-2/+2
|\ \ | |/
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-6/+6
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-6/+6
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | Use av_set_pts_info to set time_base.Reimar Döffinger2011-04-161-3/+2
* | Enable header parsing for MPEG2VIDEO to get time-stamps.Reimar Döffinger2011-04-161-0/+3
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-171-9/+9
|\ \ | |/
| * lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-9/+9
| * avio: deprecate url_feofAnton Khirnov2011-03-071-2/+2
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
| * lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-7/+7
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-5/+5
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-22/+22
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-8/+8
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-1/+1
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-031-7/+7
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-5/+5
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-22/+22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-8/+8
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-1/+1
|/
* electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross2011-01-111-2/+2
* revert r26302Peter Ross2011-01-101-2/+0
* electronicarts: prevent endless loop opportunity in process_audio_header_elem...Peter Ross2011-01-101-0/+2
* electronicarts: only apply audio sanity checks when audio stream is presentPeter Ross2011-01-101-10/+11
* perform sanity check on sample rate in electronicarts demuxerDaniel Kang2011-01-101-0/+5
* perform sanity check on number of channels in electronicarts demuxerDaniel Kang2011-01-101-0/+5
* Add av_ prefix to bswap macrosMåns Rullgård2010-07-101-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Use enum CodecID where appropriate.Carl Eugen Hoyos2010-01-101-1/+1
* do not create Electronic Arts audio stream when unsupported revision2 audio c...Peter Ross2010-01-101-0/+1
* Slightly improve probe for ea format by checking that it is possible toReimar Döffinger2009-09-171-2/+6
* Electronic Arts demuxer: support Madcow video tagPeter Ross2009-06-131-0/+9
* Remove unused audio_pts field from ea demuxer structReimar Döffinger2009-04-161-2/+0
* Move ea demuxer messages that are irrelevant to ordinary users fromReimar Döffinger2009-04-121-13/+13
* ReindentReimar Döffinger2009-04-111-22/+22
* Make electronicarts demuxer return partial frames, this is the defaultReimar Döffinger2009-04-111-8/+4
* Add av_uninit macro to variable to avoid false positive warning:Diego Biurrun2009-02-111-1/+1
* Electronic Arts demuxer: support TQI video tagPeter Ross2009-02-051-0/+6
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* Electronic Arts demuxer: support TGQ video tagsPeter Ross2008-11-081-0/+9
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-3/+3
* Support Electronic Arts files containing MP3 audio.Peter Ross2008-08-181-2/+10