summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* pts fix by (Bryan Mayland / bmayland O leoninedev o com)Michael Niedermayer2006-01-19
| | | | Originally committed as revision 4867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-16
| | | | Originally committed as revision 4863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun2006-01-15
| | | | | | Remove all possible shared libs suffixes instead. Originally committed as revision 4860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move library name generation to configure, simplifies build system a bit more.Diego Biurrun2006-01-14
| | | | Originally committed as revision 4856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create symbolic links for all library sonames and clean up Makefiles.Diego Biurrun2006-01-14
| | | | | | based on a patch by Luca Barbato < lu_zero -- at -- gentoo -- dot -- org > Originally committed as revision 4851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-12
| | | | Originally committed as revision 4838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger2006-01-09
| | | | Originally committed as revision 4836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun2006-01-03
| | | | Originally committed as revision 4803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try with auto_guess if first detection failsNico Sabbi2006-01-02
| | | | Originally committed as revision 4802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added support for DVHS (192) packet sizeNico Sabbi2006-01-02
| | | | Originally committed as revision 4801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* finally found what those >138 codes were... crappy compressed 5bit ascii. ↵François Revol2005-12-30
| | | | | | this gets them correctly, and adds setting track lang in movenc too. Originally committed as revision 4792 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT ↵François Revol2005-12-30
| | | | | | net (unstested); added code to map language codes to stream->language[] Originally committed as revision 4791 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for 28_8 in old ar. filesRoberto Togni2005-12-25
| | | | Originally committed as revision 4772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
| | | | Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.raRoberto Togni2005-12-19
| | | | | | Based on patch by "mkhodor7 <-> yahoo | com" Originally committed as revision 4759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
| | | | Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička2005-12-17
| | | | | | Credits to Mikulas Patocka (mikulas at artax karlin mff cuni cz) Originally committed as revision 4748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* total == 0 seems like it should be valid (based upon patch by Steve Lhomme | ↵Michael Niedermayer2005-12-17
| | | | | | slhomme divxcorp com) Originally committed as revision 4745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nan fps fixMichael Niedermayer2005-12-16
| | | | Originally committed as revision 4744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
| | | | Originally committed as revision 4740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SONAME support for shared libsLuca Barbato2005-12-10
| | | | | | patch by Luca Barbato < .. lu_zero .. @@ .. gentoo .. . .. org .. > Originally committed as revision 4730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson2005-12-09
| | | | | | | | | Add cook demucing, change rm demuxer so that it reorders audio packets before sending them to the decoder, and send minimum decodeable sized packets; pass only real codec extradata fo the decoder Fix 28_8 decoder for the new demuxer strategy Originally committed as revision 4726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unify include paths, -I.. is in CFLAGS.Diego Biurrun2005-12-05
| | | | Originally committed as revision 4720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg format probe function by Ivo <ivop at euronet nl>Måns Rullgård2005-12-05
| | | | Originally committed as revision 4719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some h.264 fourccs to codec_bmp_tags[]Guillaume Poirier2005-11-30
| | | | Originally committed as revision 4712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BMP image decoderMåns Rullgård2005-11-30
| | | | Originally committed as revision 4711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DTS is 0x2001 according to: ↵Corey Hickey2005-11-13
| | | | | | | | http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-status.html Patch by Corey Hickey < bugfood DAH ml AH fatooh POIS org > Originally committed as revision 4700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for streaming: dont write indexes and dont signal HAS_INDEX in ↵Alex Beregszaszi2005-11-13
| | | | | | header. Also set filesize to max in this case. Originally committed as revision 4698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support transcoding adpcmAlex Beregszaszi2005-11-12
| | | | Originally committed as revision 4689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put double-quotes around the install path in the "install-headers" sectionFredrik Orderud2005-11-07
| | | | | | | | of the makefiles for libavcodec, libavformat and libavutil. Fixes installing into paths with spaces in them, i.e. Windows. patch by Fredrik Orderud < fredrik . orderud -- at -- idi . ntnu . no > Originally committed as revision 4680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per frame crc supportMichael Niedermayer2005-11-05
| | | | Originally committed as revision 4677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allow NULL write_header() and write_trailer()Michael Niedermayer2005-11-04
| | | | Originally committed as revision 4675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ingenient MJPEG support, more at ↵Alex Beregszaszi2005-10-29
| | | | | | http://www.artificis.hu/files/texts/ingenient.txt Originally committed as revision 4671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- ↵Patrice Bensoussan2005-10-26
| | | | | | | | | | | com > http://avifile.sourceforge.net/asf-1.0.htm has more info about asf headers Original thread: Date: Oct 22, 2005 11:44 PM Subject: [Ffmpeg-devel] [PATCH] Fix asf header decoding issue Originally committed as revision 4663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Increase version: 'wave' atom parsing added to mov demuxerRoberto Togni2005-10-20
| | | | Originally committed as revision 4655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 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