summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-15
* cosmetics, function -> metadataBaptiste Coudurier2007-01-15
* remove useless essence container data sets for nowBaptiste Coudurier2007-01-14
* remove useless preface parsing for now, will reintroduce it if neededBaptiste Coudurier2007-01-14
* merge multiple descriptor parsing with generic oneBaptiste Coudurier2007-01-14
* remove warning, key is constBaptiste Coudurier2007-01-14
* indentionBaptiste Coudurier2007-01-14
* follow michael suggestion and simplify code at object levelBaptiste Coudurier2007-01-14
* makes the filename member of the URLContext a pointer, so that theRonald S. Bultje2007-01-14
* add support for HTTP seekingRonald S. Bultje2007-01-14
* Make seeking work in files that contain encrypted tracks.Reimar Döffinger2007-01-14
* 10l, > vs. >= typo, caused crashes on last mpc frameReimar Döffinger2007-01-14
* Simplify klv_decode_ber_lengthReimar Döffinger2007-01-14
* seek back at the end of file after updating headerBaptiste Coudurier2007-01-14
* simplifyBaptiste Coudurier2007-01-14
* priv_data is allocated internallyBaptiste Coudurier2007-01-14
* enable mjpeg in swfBaptiste Coudurier2007-01-14
* simplifyBaptiste Coudurier2007-01-14
* swf can contain only one audio track, simplifyBaptiste Coudurier2007-01-14
* use ch_id as AVStream id and simplifyBaptiste Coudurier2007-01-14
* always export audiostreamsBaptiste Coudurier2007-01-14
* always export videostreamsBaptiste Coudurier2007-01-14
* AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptorBaptiste Coudurier2007-01-14
* Use macros to eliminate code duplication in MXF metadata read functions.Reimar Döffinger2007-01-13
* Extend mxf_resolve_strong_ref by a type parameter, to avoid modify somethingReimar Döffinger2007-01-13
* Fix error message, it's package ref that can not be found, not track in this ...Reimar Döffinger2007-01-13
* typo: pallete --> paletteDiego Biurrun2007-01-13
* * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)Roman Shaposhnik2007-01-11
* add official VC1 fourccBaptiste Coudurier2007-01-10
* removed unused av_frac_setBaptiste Coudurier2007-01-08
* remove #if obsoleted after last major version bumpBaptiste Coudurier2007-01-08
* 10l, only allocate priv_data if not already doneBaptiste Coudurier2007-01-08
* humm, actually do what's in the doxyBaptiste Coudurier2007-01-08
* priv_data is allocated/freed internallyBaptiste Coudurier2007-01-08
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-07
* Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbinDiego Biurrun2007-01-06
* simplifyBaptiste Coudurier2007-01-05
* dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3Baptiste Coudurier2007-01-05
* missdetected a broken mp3Michael Niedermayer2007-01-02
* indentionMichael Niedermayer2007-01-02
* nth try of getting the frame rate detecton workingMichael Niedermayer2007-01-02
* VP6 and flashsv stream copy and muxing support.Benjamin Larsson2007-01-01
* AVSEEK_SIZE doxyMichael Niedermayer2007-01-01
* fix indention of previous commitMichael Niedermayer2007-01-01
* seekless filesize retrieving support in 7 lines of code, also doesnt break co...Michael Niedermayer2007-01-01
* revert regression test breaking changeMichael Niedermayer2007-01-01
* Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov2007-01-01
* Make MPC demuxer deal with ID3 tags at the beginningKostya Shishkov2007-01-01
* ignore duration of the first 2 frames in the max-time break checkMichael Niedermayer2006-12-29
* do not base frame rate guess on just one durationMichael Niedermayer2006-12-29