summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* 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
* mp4 fragments supportBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12541 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Document a few url_* functions.Michael Niedermayer2008-03-21
| | | | Originally committed as revision 12537 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, split or move too long linesBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12536 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify, and only stop parsing when non streamableBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12534 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove ms audio tags from table, they will be chosen or detected with riff tableBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12533 to svn://svn.ffmpeg.org/ffmpeg/trunk
* atoms are not mp4 only, and yes probe is sufficientBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12532 to svn://svn.ffmpeg.org/ffmpeg/trunk
* update descriptionBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12531 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return ENOMEMBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12530 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cannot free AVStream like this, and return ENOMEMBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12529 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2008-03-21
| | | | Originally committed as revision 12528 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix mpeg2 muxing, replace seq header if contained in extradata and key frame ↵Baptiste Coudurier2008-03-20
| | | | | | does not contain it Originally committed as revision 12520 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, move case upBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12519 to svn://svn.ffmpeg.org/ffmpeg/trunk
* One non functional AVPalette chunk less, one heap overflow less.Michael Niedermayer2008-03-20
| | | | | | Fixes playback of CIMOVI01.avi. Originally committed as revision 12517 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless debug print since now mov_build_index will doBaptiste Coudurier2008-03-20
| | | | Originally committed as revision 12516 to svn://svn.ffmpeg.org/ffmpeg/trunk