summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* Maxis XA demuxer and decoder.Robert Marston2008-04-14
| | | | | | | | 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
* Remove useless code.Michael Niedermayer2008-04-14
| | | | Originally committed as revision 12814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Recommit r12809Michael Niedermayer2008-04-14
| | | | | | | | | | 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
* Use generic seeking code for flv. The removed code was a buggy duplicate.Michael Niedermayer2008-04-14
| | | | Originally committed as revision 12812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert r12809Michael Niedermayer2008-04-14
| | | | | | | | | | 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
* Stop find_stream_info() searching for further streams if 2 streams haveMichael Niedermayer2008-04-13
| | | | | | been found. Originally committed as revision 12810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2008-04-13
| | | | | | | 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
* BFI demuxerSisir Koppaka2008-04-13
| | | | | | 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
* Print warning if scale/rate is invalid.Michael Niedermayer2008-04-13
| | | | Originally committed as revision 12806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-04-13
| | | | Originally committed as revision 12805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Restructure if/else a little.Michael Niedermayer2008-04-13
| | | | Originally committed as revision 12804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not call update_initial_durations if pkt->duration is 0.Reimar Döffinger2008-04-13
| | | | | | | 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
* Fix seeking in rm.Michael Niedermayer2008-04-09
| | | | Originally committed as revision 12779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* non-recursive makefilesMåns Rullgård2008-04-07
| | | | Originally committed as revision 12760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove castBaptiste Coudurier2008-04-05
| | | | Originally committed as revision 12757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better error messageBaptiste Coudurier2008-04-05
| | | | Originally committed as revision 12756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* special mpeg2 handling is no more neededBaptiste Coudurier2008-04-04
| | | | Originally committed as revision 12685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorgLuca Barbato2008-04-03
| | | | Originally committed as revision 12678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use common aac sample rate tablesAurelien Jacobs2008-04-02
| | | | Originally committed as revision 12671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2008-04-02
| | | | Originally committed as revision 12670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check return value of matroska_find_track_by_num (fix a segfault)Aurelien Jacobs2008-03-31
| | | | Originally committed as revision 12659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor typo fixesDiego Biurrun2008-03-31
| | | | Originally committed as revision 12658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARMovie/RPL demuxerEli Friedman2008-03-31
| | | | | | Patch by Eli Friedman (eli friedman gmail com) Originally committed as revision 12649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a comment about missing entriesLuca Abeni2008-03-31
| | | | Originally committed as revision 12646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the correct size for the enc_name field (removing the arbitrary "50" size)Luca Abeni2008-03-31
| | | | Originally committed as revision 12645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless entries from AVRtpPayloadTypesLuca Abeni2008-03-31
| | | | Originally committed as revision 12644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support mp3 audio in the RTP muxerLuca Abeni2008-03-31
| | | | Originally committed as revision 12643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent writing empty stss atomBaptiste Coudurier2008-03-30
| | | | Originally committed as revision 12636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support mp4 fragmented files without any samples in the moov atomBaptiste Coudurier2008-03-30
| | | | Originally committed as revision 12635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check frag track id before setting stBaptiste Coudurier2008-03-30
| | | | Originally committed as revision 12634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IFF demuxerJai Menon2008-03-30
| | | | | | Patch by Jai Menon (realityman <at> gmx.net) Originally committed as revision 12633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix Ogg/FLAC header sizeJustin Ruggles2008-03-30
| | | | Originally committed as revision 12626 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gsm in mov, demux surge-1-16-B-agsm.movBaptiste Coudurier2008-03-28
| | | | Originally committed as revision 12621 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: alphabetical orderDiego Biurrun2008-03-28
| | | | Originally committed as revision 12619 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2008-03-28
| | | | Originally committed as revision 12618 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000l to myself, dereferencing uninitalized pointer.Michael Niedermayer2008-03-28
| | | | Originally committed as revision 12614 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support wb00+dc00 chunk mix.Michael Niedermayer2008-03-27
| | | | | | fixes issue402 Originally committed as revision 12609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print essence path in error messageBaptiste Coudurier2008-03-27
| | | | Originally committed as revision 12607 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, useless bracesBaptiste Coudurier2008-03-27
| | | | Originally committed as revision 12606 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print stream index in error messageBaptiste Coudurier2008-03-27
| | | | Originally committed as revision 12605 to svn://svn.ffmpeg.org/ffmpeg/trunk
* according to specs, only color table id set to 0, have it in stsd, fix ↵Baptiste Coudurier2008-03-27
| | | | | | 4colors.mov Originally committed as revision 12604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only use chunk demuxing for old uncompressed audio mechanism specified by stts.Baptiste Coudurier2008-03-27
| | | | | | | 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
* Fix aspect ratio.Michael Niedermayer2008-03-27
| | | | | | | fixes issue404 avienc.c change by StevieS Originally committed as revision 12601 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1st attempt at correcting the punktuation.Michael Niedermayer2008-03-22
| | | | Originally committed as revision 12555 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: occured --> occurredDiego Biurrun2008-03-22
| | | | Originally committed as revision 12549 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document get_*_buffer()Michael Niedermayer2008-03-21
| | | | Originally committed as revision 12548 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is ↵Baptiste Coudurier2008-03-21
| | | | | | better than failing Originally committed as revision 12547 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rl2 demuxerSascha Sommer2008-03-21
| | | | Originally committed as revision 12545 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yet again another hdv fourccBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12544 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support fragments when non streamableBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12542 to svn://svn.ffmpeg.org/ffmpeg/trunk