summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* QDM2 compatible decoderRoberto Togni2005-10-18
| | | | Originally committed as revision 4649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for FLX and DTA extensions in the FLIC format, courtesy ofMike Melanson2005-10-13
| | | | | | Steven Johnson (mplayer -at- sakuraindustries.com) Originally committed as revision 4639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Duck TrueMotion 2 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-10-13
| | | | Originally committed as revision 4638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix feed read_header, avoid using put_tag in write_header, to be consistent ↵Alex Beregszaszi2005-10-12
| | | | | | with read_header, also some minor cosmetics Originally committed as revision 4636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lame bit_rate calculationAlex Beregszaszi2005-10-12
| | | | Originally committed as revision 4632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move all definitions of external dependencies into configure instead ofj@v2v.cc2005-10-04
| | | | | | | defining it in configure and the Makefiles in a random fashion. patch by j -- at -- v2v -- dot -- cc Originally committed as revision 4628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for building dynamic libraries on Mac OS XDiego Biurrun2005-09-26
| | | | | | based on a patch by Lina Pezzella <J4rg0n -- at -- gentoo -- dot -- org> Originally committed as revision 4616 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
| | | | | | | in libavformat to allow building (de)coders and (de)muxers independently at some point + support for this option in configure. Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix unused variable warningsAurelien Jacobs2005-09-21
| | | | Originally committed as revision 4609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS.Diego Biurrun2005-09-20
| | | | Originally committed as revision 4604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print more time_base fps stuff if av_log level is at debug or aboveMichael Niedermayer2005-09-18
| | | | | | | print more likely correct fps not sure if this is formated optimally ... Originally committed as revision 4596 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksum doesnt cover the forward_ptr anymoreMichael Niedermayer2005-09-11
| | | | Originally committed as revision 4579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* forward_ptr doesnt contain its own length anymoreMichael Niedermayer2005-09-11
| | | | Originally committed as revision 4578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set time_base as soon as time_scale is known instead of in a unrelated ↵Michael Niedermayer2005-09-06
| | | | | | chunck which might be missing Originally committed as revision 4569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-06
| | | | Originally committed as revision 4567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a few more raw yuv fourccsMichael Niedermayer2005-09-06
| | | | Originally committed as revision 4565 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample_rate value is not always correct (is there anything in quicktime ↵Michael Niedermayer2005-09-04
| | | | | | which is?) so try to guess it from time_scale Originally committed as revision 4558 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: viedo --> videoDiego Biurrun2005-09-03
| | | | Originally committed as revision 4553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support D-Cinema audio demuxing.Reimar Döffinger2005-09-02
| | | | Originally committed as revision 4549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-02
| | | | Originally committed as revision 4548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lowres supportMichael Niedermayer2005-09-02
| | | | Originally committed as revision 4545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* time_base description by Rich Felker | dalias, aerifal cxMichael Niedermayer2005-08-21
| | | | Originally committed as revision 4536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ogg `muxer' expect new vorbis extradata format.Alexander Strasser2005-08-15
| | | | | | This makes for example encoding vorbis in ogg again. Originally committed as revision 4528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parse pict_type for streams in aviMichael Niedermayer2005-08-15
| | | | | | | fix mpeg4 parser so it outputs te pict_type support header only parseing without repacking Originally committed as revision 4527 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support fixing missing pts by parsing future framesMichael Niedermayer2005-08-15
| | | | Originally committed as revision 4526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med ↵Wolfram Gloger2005-08-14
| | | | | | uni-muenchen de) Originally committed as revision 4524 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a few checks, seems i forgot to commit thisMichael Niedermayer2005-08-14
| | | | Originally committed as revision 4523 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a bunch of compiler warningsMåns Rullgård2005-08-14
| | | | Originally committed as revision 4522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set timebase correctly? this thing is always 15fps?Michael Niedermayer2005-08-13
| | | | Originally committed as revision 4519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* '#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD COM)Steven M. Schultz2005-08-13
| | | | Originally committed as revision 4510 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix building in separate directoryMåns Rullgård2005-08-13
| | | | Originally committed as revision 4509 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FreeBSD ipv6 multicast patch from ports treeAlex Beregszaszi2005-08-12
| | | | Originally committed as revision 4507 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor compilation fixSam Hocevar2005-08-11
| | | | | | | | A few files are not in sync with the change of AVStream's codec member from inline struct to pointer. patch by (Sam Hocevar: sam, zoy org) Originally committed as revision 4505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix building shared version of lavf on some systems.Alexander Strasser2005-08-11
| | | | Originally committed as revision 4504 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changes to ignore command media embedded in MS WMV files patch by ("Brown, ↵Mike Brown2005-08-10
| | | | | | Mike": mikeb, vibephone com) Originally committed as revision 4501 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser2005-08-01
| | | | Originally committed as revision 4489 to svn://svn.ffmpeg.org/ffmpeg/trunk
* A.B.C versionsMichael Niedermayer2005-07-31
| | | | Originally committed as revision 4486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* round pointer up to next packet_size multipleMichael Niedermayer2005-07-27
| | | | Originally committed as revision 4479 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg1video m bit fix by (Luca Abeni: lucabe72, email it)Michael Niedermayer2005-07-23
| | | | Originally committed as revision 4470 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it)Luca Abeni2005-07-23
| | | | Originally committed as revision 4469 to svn://svn.ffmpeg.org/ffmpeg/trunk
* udp ipv6 localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, ↵Hans Zandbelt2005-07-21
| | | | | | telin nl) Originally committed as revision 4463 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more non portable float parsing code ...Michael Niedermayer2005-07-19
| | | | Originally committed as revision 4462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove non portable get/put_be64_double()Michael Niedermayer2005-07-19
| | | | Originally committed as revision 4461 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill duplicated get/put_be24()Michael Niedermayer2005-07-19
| | | | Originally committed as revision 4460 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract duration if availableMichael Niedermayer2005-07-19
| | | | Originally committed as revision 4459 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer2005-07-17
| | | | | | AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer2005-07-17
| | | | Originally committed as revision 4448 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen2005-07-15
| | | | Originally committed as revision 4444 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen2005-07-15
| | | | Originally committed as revision 4443 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip_idctMichael Niedermayer2005-07-14
| | | | | | | skip_frame skip_loop_filter Originally committed as revision 4440 to svn://svn.ffmpeg.org/ffmpeg/trunk