Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-04-14Maxis XA demuxer and decoder.Robert Marston
Patch by Robert Marston rmarston (\at/) gmail point com Original thread: [FFmpeg-soc] [Patch] Maxis EA XA decoder - GSoC Task Date: 04/08/2008 01:36 AM Originally committed as revision 12817 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-14Remove useless code.Michael Niedermayer
Originally committed as revision 12814 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-14Recommit r12809Michael Niedermayer
Log: 10l Setting AVFMTCTX_NOHEADER if streams<2 so phantom streams are found. fixes WELCOMETOBELGRADE.flv After seeking bug has been fixed. Originally committed as revision 12813 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-14Use generic seeking code for flv. The removed code was a buggy duplicate.Michael Niedermayer
Originally committed as revision 12812 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-14revert r12809Michael Niedermayer
Log: 10l Setting AVFMTCTX_NOHEADER if streams<2 so phantom streams are found. fixes WELCOMETOBELGRADE.flv As it unexpectly breaks seek regression tests. Originally committed as revision 12811 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-14Stop find_stream_info() searching for further streams if 2 streams haveMichael Niedermayer
been found. Originally committed as revision 12810 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-1410lMichael Niedermayer
Setting AVFMTCTX_NOHEADER if streams<2 so phantom streams are found. fixes WELCOMETOBELGRADE.flv Originally committed as revision 12809 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-14BFI demuxerSisir Koppaka
Patch by Sisir Koppaka (sisir.koppaka at G.M!A.I!L.com) Originally committed as revision 12808 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-13Print warning if scale/rate is invalid.Michael Niedermayer
Originally committed as revision 12806 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-13indentMichael Niedermayer
Originally committed as revision 12805 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-13Restructure if/else a little.Michael Niedermayer
Originally committed as revision 12804 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-13Do not call update_initial_durations if pkt->duration is 0.Reimar Döffinger
Fixes and assertion crash when playing amv files, e.g. http://samples.mplayerhq.hu/amv/Shakira - Hips Don't Lie.amv Originally committed as revision 12797 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-10Fix seeking in rm.Michael Niedermayer
Originally committed as revision 12779 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-08non-recursive makefilesMåns Rullgård
Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-05remove castBaptiste Coudurier
Originally committed as revision 12757 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-05better error messageBaptiste Coudurier
Originally committed as revision 12756 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-04special mpeg2 handling is no more neededBaptiste Coudurier
Originally committed as revision 12685 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-04use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorgLuca Barbato
Originally committed as revision 12678 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-03use common aac sample rate tablesAurelien Jacobs
Originally committed as revision 12671 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-02Remove unused variable.Diego Biurrun
Originally committed as revision 12670 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-04-01check return value of matroska_find_track_by_num (fix a segfault)Aurelien Jacobs
Originally committed as revision 12659 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-31minor typo fixesDiego Biurrun
Originally committed as revision 12658 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-31ARMovie/RPL demuxerEli Friedman
Patch by Eli Friedman (eli friedman gmail com) Originally committed as revision 12649 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-31Add a comment about missing entriesLuca Abeni
Originally committed as revision 12646 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-31Use the correct size for the enc_name field (removing the arbitrary "50" size)Luca Abeni
Originally committed as revision 12645 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-31Remove useless entries from AVRtpPayloadTypesLuca Abeni
Originally committed as revision 12644 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-31Support mp3 audio in the RTP muxerLuca Abeni
Originally committed as revision 12643 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-31prevent writing empty stss atomBaptiste Coudurier
Originally committed as revision 12636 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-31support mp4 fragmented files without any samples in the moov atomBaptiste Coudurier
Originally committed as revision 12635 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-31check frag track id before setting stBaptiste Coudurier
Originally committed as revision 12634 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-30IFF demuxerJai Menon
Patch by Jai Menon (realityman <at> gmx.net) Originally committed as revision 12633 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-30fix Ogg/FLAC header sizeJustin Ruggles
Originally committed as revision 12626 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-28gsm in mov, demux surge-1-16-B-agsm.movBaptiste Coudurier
Originally committed as revision 12621 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-28cosmetics: alphabetical orderDiego Biurrun
Originally committed as revision 12619 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-28indentMichael Niedermayer
Originally committed as revision 12618 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-281000l to myself, dereferencing uninitalized pointer.Michael Niedermayer
Originally committed as revision 12614 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-27Support wb00+dc00 chunk mix.Michael Niedermayer
fixes issue402 Originally committed as revision 12609 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-27print essence path in error messageBaptiste Coudurier
Originally committed as revision 12607 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-27cosmetics, useless bracesBaptiste Coudurier
Originally committed as revision 12606 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-27print stream index in error messageBaptiste Coudurier
Originally committed as revision 12605 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-27according to specs, only color table id set to 0, have it in stsd, fix ↵Baptiste Coudurier
4colors.mov Originally committed as revision 12604 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-27Only use chunk demuxing for old uncompressed audio mechanism specified by stts.Baptiste Coudurier
This will split amr/aac cbr samples correctly in isom files which do not set audio cid to -2. Originally committed as revision 12603 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-27Fix aspect ratio.Michael Niedermayer
fixes issue404 avienc.c change by StevieS Originally committed as revision 12601 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-221st attempt at correcting the punktuation.Michael Niedermayer
Originally committed as revision 12555 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-22typo: occured --> occurredDiego Biurrun
Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-22Document get_*_buffer()Michael Niedermayer
Originally committed as revision 12548 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-21sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is ↵Baptiste Coudurier
better than failing Originally committed as revision 12547 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-21rl2 demuxerSascha Sommer
Originally committed as revision 12545 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-21yet again another hdv fourccBaptiste Coudurier
Originally committed as revision 12544 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-21support fragments when non streamableBaptiste Coudurier
Originally committed as revision 12542 to svn://svn.ffmpeg.org/ffmpeg/trunk