aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
...
* AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptorBaptiste Coudurier2007-01-141-3/+4
| | | | Originally committed as revision 7451 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use macros to eliminate code duplication in MXF metadata read functions.Reimar Döffinger2007-01-131-143/+42
| | | | Originally committed as revision 7449 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Extend mxf_resolve_strong_ref by a type parameter, to avoid modify somethingReimar Döffinger2007-01-131-22/+16
| | | | | | that actually has a different type. Originally committed as revision 7448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix error message, it's package ref that can not be found, not track in this ↵Reimar Döffinger2007-01-131-1/+1
| | | | | | case Originally committed as revision 7447 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: pallete --> paletteDiego Biurrun2007-01-131-1/+1
| | | | Originally committed as revision 7444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)Roman Shaposhnik2007-01-113-11/+38
| | | | Originally committed as revision 7439 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add official VC1 fourccBaptiste Coudurier2007-01-101-0/+2
| | | | Originally committed as revision 7434 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed unused av_frac_setBaptiste Coudurier2007-01-081-10/+0
| | | | Originally committed as revision 7430 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove #if obsoleted after last major version bumpBaptiste Coudurier2007-01-081-4/+2
| | | | Originally committed as revision 7429 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, only allocate priv_data if not already doneBaptiste Coudurier2007-01-081-3/+2
| | | | Originally committed as revision 7428 to svn://svn.ffmpeg.org/ffmpeg/trunk
* humm, actually do what's in the doxyBaptiste Coudurier2007-01-081-0/+7
| | | | Originally committed as revision 7427 to svn://svn.ffmpeg.org/ffmpeg/trunk
* priv_data is allocated/freed internallyBaptiste Coudurier2007-01-081-7/+1
| | | | Originally committed as revision 7426 to svn://svn.ffmpeg.org/ffmpeg/trunk
* variable renaming: mp3lame --> libmp3lameDiego Biurrun2007-01-074-7/+7
| | | | Originally committed as revision 7417 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbinDiego Biurrun2007-01-061-1/+1
| | | | Originally committed as revision 7416 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyBaptiste Coudurier2007-01-051-4/+1
| | | | Originally committed as revision 7409 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3Baptiste Coudurier2007-01-051-4/+1
| | | | Originally committed as revision 7408 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missdetected a broken mp3Michael Niedermayer2007-01-021-1/+4
| | | | Originally committed as revision 7404 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-01-021-6/+6
| | | | Originally committed as revision 7403 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nth try of getting the frame rate detecton workingMichael Niedermayer2007-01-021-3/+3
| | | | Originally committed as revision 7402 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP6 and flashsv stream copy and muxing support.Benjamin Larsson2007-01-011-2/+16
| | | | Originally committed as revision 7399 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVSEEK_SIZE doxyMichael Niedermayer2007-01-011-0/+5
| | | | Originally committed as revision 7397 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix indention of previous commitMichael Niedermayer2007-01-012-5/+5
| | | | Originally committed as revision 7396 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seekless filesize retrieving support in 7 lines of code, also doesnt break ↵Michael Niedermayer2007-01-013-0/+8
| | | | | | compatibility Originally committed as revision 7395 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert regression test breaking changeMichael Niedermayer2007-01-011-1/+1
| | | | Originally committed as revision 7394 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode previous 32 frames to avoid seeking artifacts in MPCKostya Shishkov2007-01-011-1/+4
| | | | Originally committed as revision 7393 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make MPC demuxer deal with ID3 tags at the beginningKostya Shishkov2007-01-011-3/+21
| | | | Originally committed as revision 7392 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore duration of the first 2 frames in the max-time break checkMichael Niedermayer2006-12-291-1/+2
| | | | | | fixes framerate detection for framerate_misdetected.wmv Originally committed as revision 7384 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do not base frame rate guess on just one durationMichael Niedermayer2006-12-291-1/+1
| | | | Originally committed as revision 7383 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Patch for the FLV muxer to supply more complete metadataAllan Hsu2006-12-281-2/+47
| | | | | | in the onMetaData header. Patch by Allan Hsu <allan at counterpop dot net>. Originally committed as revision 7382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enable forward seek in Musepack demuxerKostya Shishkov2006-12-281-3/+31
| | | | Originally committed as revision 7381 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fall back mmap() call using MAP_PRIVATE for working on no-mmu systemsMike Frysinger2006-12-281-2/+5
| | | | | | patch by Mike Frysinger vapier.adi _at_ gmail.com Originally committed as revision 7380 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Decode genre on asf/wma files.Patrice Bensoussan2006-12-281-0/+1
| | | | | | patch by patrice.bensoussan _at_ free.fr Originally committed as revision 7379 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Musepack SV7 decoding supportKostya Shishkov2006-12-245-2/+187
| | | | Originally committed as revision 7375 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Properly check for all required bktr headers.Diego Biurrun2006-12-241-11/+6
| | | | | | inspired by a patch from Tatu Kilappa, trilkk iki fi Originally committed as revision 7374 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync to libnut, nom->numOded Shimon2006-12-231-9/+9
| | | | Originally committed as revision 7367 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Register x11grab only when it has been enabled.Diego Biurrun2006-12-231-0/+2
| | | | Originally committed as revision 7366 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support files >2GB on MinGWRamiro Polla2006-12-221-0/+3
| | | | | | patch by Ramiro Polla, angustia arrozcru.no-ip org Originally committed as revision 7362 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make the X11 frame grabber disabled by default.Diego Biurrun2006-12-221-1/+4
| | | | Originally committed as revision 7353 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless #include.Diego Biurrun2006-12-211-3/+0
| | | | Originally committed as revision 7339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless MinGW #ifdefs.Ramiro Polla2006-12-211-9/+2
| | | | | | patch by Ramiro Polla, ramiro lisha.ufsc br Originally committed as revision 7338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a crash when probing img2 format with a NULL filename.Joakim Plate2006-12-201-1/+1
| | | | | | patch by elupus _at_ ecce.se Originally committed as revision 7335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for VP60 and VP61.Aurelien Jacobs2006-12-172-3/+5
| | | | Originally committed as revision 7329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put_*() are not only useful to muxers and protocolAurelien Jacobs2006-12-161-2/+0
| | | | | | fix compilation of matroska demuxer with --disable-muxers --disable-protocols Originally committed as revision 7323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow provision of displaynumber, screennumber, x-offset and y-offset parametersPanagiotis Issaris2006-12-151-7/+20
| | | | | | to the x11grab device. Originally committed as revision 7320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont segv is ap->device is not set, display error messageBaptiste Coudurier2006-12-131-0/+5
| | | | Originally committed as revision 7312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix compilation, use the standard INT64_C macroBaptiste Coudurier2006-12-131-3/+3
| | | | Originally committed as revision 7311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove trailing whitespace left overGuillaume Poirier2006-12-131-1/+1
| | | | Originally committed as revision 7310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Feedback from Karl H. Beckers about mouse cursorEdouard Gomez2006-12-131-8/+8
| | | | | | (patch by Edouard Gomez) Originally committed as revision 7309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RFC 6: Overall cleanups again.Edouard Gomez2006-12-131-136/+159
| | | | | | | | | | | | | | | | | | | - License should be fixed now (finally) - Added doxygen comments - Cleaned up the X11Grab structure - Renamed X11Grab structure to x11_grab_s - Changed some Java stylish named functions to more C'stylish ones - Changed order of some parameters so they are more libc alike with destination as first parameter - Use AVRational where relevant - Fixed time calculation - Cleaned up a few little tiny things around the sources + removed a goto + removed unused vars + etc... (Patch by Edouard Gomez) Originally committed as revision 7308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RFC 5: Mouse cursor painting reduc and more cleanupsEdouard Gomez2006-12-131-42/+84
| | | | | | | | | - License is for FFmpeg, not "this program" - Rewrite mouse cursor painting functions - Cosmetic on 2 function declarations (patch by Edouard Gomez) Originally committed as revision 7307 to svn://svn.ffmpeg.org/ffmpeg/trunk