summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
* move memory reading ByteIOContext init from mov.c to avobuf.cMichael Niedermayer2006-10-20
| | | | Originally committed as revision 6744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont mess with ByteIOContext internal variables (fixes showdown2.mov)Michael Niedermayer2006-10-19
| | | | Originally committed as revision 6733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFormatContext to logBaptiste Coudurier2006-10-18
| | | | Originally committed as revision 6731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix license header error notice by Steve LHomme.Diego Biurrun2006-10-18
| | | | Originally committed as revision 6730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify pcm read seek, use av_get_bits_per_sampleBaptiste Coudurier2006-10-18
| | | | Originally committed as revision 6728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid overwriting pktBaptiste Coudurier2006-10-17
| | | | Originally committed as revision 6723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l inverted condition check generated an endless loopAurelien Jacobs2006-10-17
| | | | Originally committed as revision 6722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip packet if no stream index is found, fix proxy_pal030926.mxfBaptiste Coudurier2006-10-17
| | | | Originally committed as revision 6721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip run in sequence, fix C0023S01.mxfBaptiste Coudurier2006-10-17
| | | | Originally committed as revision 6720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Simplifying the setting of STYPE for AAUX ASRoman Shaposhnik2006-10-16
| | | | | | * Fixing a bug in how SPEED was encoded for AAUX ASC Originally committed as revision 6716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace FLAC FourCC by TwoCC.Diego Biurrun2006-10-16
| | | | Originally committed as revision 6708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert putting EXTRALIBS in common.mak, linking fails on MinGW.Diego Biurrun2006-10-15
| | | | Originally committed as revision 6700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2006-10-15
| | | | Originally committed as revision 6696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Consistently use $(BUILD_ROOT).Diego Biurrun2006-10-15
| | | | Originally committed as revision 6695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore blocks with no samples and flags (but usually with MD5 sum)Kostya Shishkov2006-10-15
| | | | Originally committed as revision 6694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use proper PRI?64 macros for %ll? format to fix printf format warnings:Dominik Mierzejewski2006-10-14
| | | | | | | | | | | | | utils.c:833: warning: format ‘%lld’ expects type ‘long long int’, but argument 5 has type ‘int64_t’ utils.c:833: warning: format ‘%lld’ expects type ‘long long int’, but argument 6 has type ‘int64_t’ utils.c:854: warning: format ‘%lld’ expects type ‘long long int’, but argument 5 has type ‘int64_t’ utils.c:854: warning: format ‘%lld’ expects type ‘long long int’, but argument 6 has type ‘int64_t’ asf.c:872: warning: format ‘%Lx’ expects type ‘long long unsigned int’, but argument 4 has type ‘int64_t’ mov.c:1754: warning: format ‘%llx’ expects type ‘long long unsigned int’, but argument 5 has type ‘int64_t’ Approved by Michael. Originally committed as revision 6692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move block size check to decoderKostya Shishkov2006-10-14
| | | | Originally committed as revision 6688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l CODEC vs. FORMATMichael Niedermayer2006-10-13
| | | | Originally committed as revision 6687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flv files from myspace with mp3 audio require need_parsing because theRoberto Togni2006-10-13
| | | | | | frames are fragmented. Originally committed as revision 6686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TIFF decoderKostya Shishkov2006-10-13
| | | | Originally committed as revision 6682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a note about illegal codec IDs.Diego Biurrun2006-10-13
| | | | Originally committed as revision 6681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add codec ID for Shorten audio.Diego Biurrun2006-10-13
| | | | Originally committed as revision 6680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for Tiertex .seq files demuxing/video decoding, by Gregory Montoir ↵Baptiste Coudurier2006-10-12
| | | | | | %cyx A users P sourceforge P net% Originally committed as revision 6672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new mtv demuxerReynaldo H. Verdejo Pinochet2006-10-12
| | | | Originally committed as revision 6667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
| | | | Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for Delphine Software .cin files demuxing / audio and video ↵Baptiste Coudurier2006-10-11
| | | | | | decoding, by Gregory Montoir %cyx A users P sourceforge P net% Originally committed as revision 6659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix bit rateBaptiste Coudurier2006-10-11
| | | | Originally committed as revision 6646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_get_bits_per_sampleBaptiste Coudurier2006-10-11
| | | | Originally committed as revision 6645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_get_bits_per_sample, compute block align if not setBaptiste Coudurier2006-10-11
| | | | Originally committed as revision 6644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify by not writing unneeded codec name to fix segfault when stream copyBaptiste Coudurier2006-10-11
| | | | Originally committed as revision 6643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move CFLAGS handling to common.mak.Diego Biurrun2006-10-11
| | | | Originally committed as revision 6642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Targa image decoderKostya Shishkov2006-10-11
| | | | Originally committed as revision 6640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused #defineMichael Niedermayer2006-10-10
| | | | Originally committed as revision 6638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove dummy amr_read_close()Michael Niedermayer2006-10-10
| | | | Originally committed as revision 6637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more factoriztaion and a FIXME noteMichael Niedermayer2006-10-10
| | | | Originally committed as revision 6636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorze another 2 linesMichael Niedermayer2006-10-10
| | | | Originally committed as revision 6635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set duration and timebase (based on a patch by Simon Morlat simon.morlat ↵Michael Niedermayer2006-10-10
| | | | | | linphone org) Originally committed as revision 6634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorize (untested)Michael Niedermayer2006-10-10
| | | | Originally committed as revision 6633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return cleanupMichael Niedermayer2006-10-10
| | | | Originally committed as revision 6632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix d-10 mapping detectionBaptiste Coudurier2006-10-10
| | | | Originally committed as revision 6631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rewind completely if sample time is negativeBaptiste Coudurier2006-10-10
| | | | Originally committed as revision 6629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont seek back if no sync to let eof happenBaptiste Coudurier2006-10-10
| | | | Originally committed as revision 6628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quiet gcc about enum value not handled in switchBaptiste Coudurier2006-10-10
| | | | Originally committed as revision 6624 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l: remove alien seek function from demuxerKostya Shishkov2006-10-10
| | | | Originally committed as revision 6617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add fourccs for Wavpak and TTAYong2006-10-07
| | | | | | Patch by yong ||| y0ngc |a| yahoo dot com ||| Originally committed as revision 6579 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
| | | | | | and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace -I../-I. by -I$(BUILD_ROOT).Diego Biurrun2006-10-07
| | | | Originally committed as revision 6572 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flac fourcc (fixes mplayer -demuxer 35 with flac)Michael Niedermayer2006-10-06
| | | | Originally committed as revision 6569 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent >16bit tags to be truncated and used in creating .wav filesMichael Niedermayer2006-10-06
| | | | Originally committed as revision 6568 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, ↵Baptiste Coudurier2006-10-05
| | | | | | xdcam-pal-d10-imx50.mxf Originally committed as revision 6561 to svn://svn.ffmpeg.org/ffmpeg/trunk