summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* removed unused av_frac_setBaptiste Coudurier2007-01-081-10/+0
* remove #if obsoleted after last major version bumpBaptiste Coudurier2007-01-081-4/+2
* 10l, only allocate priv_data if not already doneBaptiste Coudurier2007-01-081-3/+2
* humm, actually do what's in the doxyBaptiste Coudurier2007-01-081-0/+7
* priv_data is allocated/freed internallyBaptiste Coudurier2007-01-081-7/+1
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-074-7/+7
* Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbinDiego Biurrun2007-01-061-1/+1
* simplifyBaptiste Coudurier2007-01-051-4/+1
* dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3Baptiste Coudurier2007-01-051-4/+1
* missdetected a broken mp3Michael Niedermayer2007-01-021-1/+4
* indentionMichael Niedermayer2007-01-021-6/+6
* nth try of getting the frame rate detecton workingMichael Niedermayer2007-01-021-3/+3
* VP6 and flashsv stream copy and muxing support.Benjamin Larsson2007-01-011-2/+16
* AVSEEK_SIZE doxyMichael Niedermayer2007-01-011-0/+5
* fix indention of previous commitMichael Niedermayer2007-01-012-5/+5
* seekless filesize retrieving support in 7 lines of code, also doesnt break co...Michael Niedermayer2007-01-013-0/+8
* revert regression test breaking changeMichael Niedermayer2007-01-011-1/+1
* Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov2007-01-011-1/+4
* Make MPC demuxer deal with ID3 tags at the beginningKostya Shishkov2007-01-011-3/+21
* ignore duration of the first 2 frames in the max-time break checkMichael Niedermayer2006-12-291-1/+2
* do not base frame rate guess on just one durationMichael Niedermayer2006-12-291-1/+1
* Patch for the FLV muxer to supply more complete metadataAllan Hsu2006-12-281-2/+47
* Enable forward seek in Musepack demuxerKostya Shishkov2006-12-281-3/+31
* fall back mmap() call using MAP_PRIVATE for working on no-mmu systemsMike Frysinger2006-12-281-2/+5
* Decode genre on asf/wma files.Patrice Bensoussan2006-12-281-0/+1
* Musepack SV7 decoding supportKostya Shishkov2006-12-245-2/+187
* Properly check for all required bktr headers.Diego Biurrun2006-12-241-11/+6
* sync to libnut, nom->numOded Shimon2006-12-231-9/+9
* Register x11grab only when it has been enabled.Diego Biurrun2006-12-231-0/+2
* support files >2GB on MinGWRamiro Polla2006-12-221-0/+3
* Make the X11 frame grabber disabled by default.Diego Biurrun2006-12-221-1/+4
* Remove useless #include.Diego Biurrun2006-12-211-3/+0
* Remove useless MinGW #ifdefs.Ramiro Polla2006-12-211-9/+2
* Fix a crash when probing img2 format with a NULL filename.Joakim Plate2006-12-201-1/+1
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-172-3/+5
* put_*() are not only useful to muxers and protocolAurelien Jacobs2006-12-161-2/+0
* Allow provision of displaynumber, screennumber, x-offset and y-offset parametersPanagiotis Issaris2006-12-151-7/+20
* dont segv is ap->device is not set, display error messageBaptiste Coudurier2006-12-131-0/+5
* fix compilation, use the standard INT64_C macroBaptiste Coudurier2006-12-131-3/+3
* remove trailing whitespace left overGuillaume Poirier2006-12-131-1/+1
* Feedback from Karl H. Beckers about mouse cursorEdouard Gomez2006-12-131-8/+8
* RFC 6: Overall cleanups again.Edouard Gomez2006-12-131-136/+159
* RFC 5: Mouse cursor painting reduc and more cleanupsEdouard Gomez2006-12-131-42/+84
* RFC 3&4 stage: FFmpeg style aint't my styleEdouard Gomez2006-12-131-360/+360
* RFC 2 stage: First feedback from review commentsEdouard Gomez2006-12-131-43/+41
* RFC 1 stage: Improve maintainability of the cursoir painting codeEdouard Gomez2006-12-131-137/+55
* Adapt the patch to more recent FFmpeg habitsEdouard Gomez2006-12-131-391/+407
* Original X11 device demuxer patch from Clemens FruhwirthGuillaume Poirier2006-12-134-0/+522
* revert broken commit of x11 device demuxer patchGuillaume Poirier2006-12-134-485/+0
* Feedback from Karl H. Beckers about mouse cursorGuillaume Poirier2006-12-121-8/+8
OpenPOWER on IntegriCloud