summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Collapse)AuthorAge
...
* Add missing license headers.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use avcodec_decode_audio2Baptiste Coudurier2007-02-27
| | | | Originally committed as revision 8146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless conditional.Diego Biurrun2007-02-27
| | | | Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add LGPL header as requested by Oded.Diego Biurrun2007-02-25
| | | | Originally committed as revision 8126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AV_RB32, swf_mp3_info may be replaced with mpa_decoder_headerAlex Beregszaszi2007-02-25
| | | | Originally committed as revision 8123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* be less noisyMichael Niedermayer2007-02-24
| | | | Originally committed as revision 8107 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I ↵François Revol2007-02-23
| | | | | | don't plan on hosting a streaming tv anyway but it gets ffserver building. Originally committed as revision 8103 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Complete the video format enum.Benjamin Larsson2007-02-23
| | | | Originally committed as revision 8100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics.Benjamin Larsson2007-02-23
| | | | Originally committed as revision 8099 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change PF_INET to AF_INET to be consistent in the whole project. PF_INET is ↵Alex Beregszaszi2007-02-22
| | | | | | deprecated, while AF_INET is referred by the POSIX standards Originally committed as revision 8073 to svn://svn.ffmpeg.org/ffmpeg/trunk
* codec_tag settable via VideoTag, and transmit codec_tag in ffmAlex Beregszaszi2007-02-22
| | | | Originally committed as revision 8071 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman2007-02-22
| | | | Originally committed as revision 8067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: fix usefuLL --> usefuL typoDiego Biurrun2007-02-22
| | | | Originally committed as revision 8061 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the stream_bitrate GUID to the asf parsing code, and set stream bitrateRyan Martell2007-02-20
| | | | | | | properties accordingly. Patch by Ryan Martell, rdm4 % martellventures com. Originally committed as revision 8046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn if bps from user and what will be stored missmatchesMichael Niedermayer2007-02-20
| | | | Originally committed as revision 8044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to fill in missing bits_per_sampleMichael Niedermayer2007-02-20
| | | | Originally committed as revision 8043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove code duplicated between adpcm.c and riff.cMichel Bardiaux2007-02-20
| | | | Originally committed as revision 8042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for MS-GSM codecMichel Bardiaux2007-02-20
| | | | Originally committed as revision 8039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spit an error message in case of invalid chunkAlex Beregszaszi2007-02-18
| | | | Originally committed as revision 8014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* not checking error return, resulting double freeMichael Niedermayer2007-02-17
| | | | | | returning uninitalized pointers Originally committed as revision 8002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure we don't try to emulate poll() when it's there if ↵François Revol2007-02-15
| | | | | | --disable-ffserver... 10l Originally committed as revision 7991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed ↵François Revol2007-02-15
| | | | | | placeholder for winsock. Originally committed as revision 7990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* poll() emulation for BeOS, and maybe MinGW.François Revol2007-02-15
| | | | Originally committed as revision 7987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename video4linux[2] variables to v4l[2], consistent with --disable optionsMåns Rullgård2007-02-14
| | | | Originally committed as revision 7984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implement new grabbing interface, as described here:Ramiro Polla2007-02-14
| | | | | | | | | | ttp://thread.gmane.org/gmane.comp.video.ffmpeg.devel/42920 patch by Ramiro Polla % ramiro A lisha P ufsc P br % Original thread: Date: Jan 31, 2007 8:56 PM Subject: [Ffmpeg-devel] [PATCH] New grabbing interface Originally committed as revision 7983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix dts adjustingBaptiste Coudurier2007-02-14
| | | | Originally committed as revision 7982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass the v4l2 buffer into the AVPacket, instead of allocating a new bufferLuca Abeni2007-02-14
| | | | | | and copying the frame into it (remove a memcpy()) Originally committed as revision 7981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lBaptiste Coudurier2007-02-14
| | | | Originally committed as revision 7980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2007-02-14
| | | | Originally committed as revision 7979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use aiff when we can, some players only support aiffBaptiste Coudurier2007-02-14
| | | | Originally committed as revision 7978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused file.Diego Biurrun2007-02-14
| | | | Originally committed as revision 7973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ogg is not Vorbis.Diego Biurrun2007-02-13
| | | | Originally committed as revision 7966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
| | | | | | | | | AVERROR_ defines are moved to avcodec.h as they are needed in there as well. Feel free to move that to avutil/common.h. Bumped up avcodec/format version numbers as though it's binary compatible we will want to rebuild apps as error values changed. Please from now on use return AVERROR(EFOO) instead of the ugly return -EFOO in your code. This also removes the need for berrno.h. Originally committed as revision 7965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move base64.[ch] to libavutil.Carl Eugen Hoyos2007-02-13
| | | | | | patch by Carl Eugen Hoyos, cehoyos ag.or at Originally committed as revision 7963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support yet another broken avi (filedoesitbetter.avi) which has a wrong ↵Michael Niedermayer2007-02-13
| | | | | | stream count Originally committed as revision 7961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always use audio spread (instead of "video no spread" for audio ...)Michael Niedermayer2007-02-12
| | | | Originally committed as revision 7960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* increaseing preroll time to the minimum of the asf files i haveMichael Niedermayer2007-02-12
| | | | Originally committed as revision 7955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont set the keyframe flag for audio as microshitty doesnt do it and some ↵Michael Niedermayer2007-02-12
| | | | | | things have problems with our asfs, maybe that has a positive effect? Originally committed as revision 7952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FACT chunk for non-PCM wav formatsMichel Bardiaux2007-02-12
| | | | Originally committed as revision 7950 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Pass a proper context to av_log()Luca Abeni2007-02-12
| | | | Originally committed as revision 7946 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mxf aes decryption support, patch by Reimar, simplified to only look for ↵Reimar Döffinger2007-02-11
| | | | | | first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul Originally committed as revision 7925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add key field to AVFormatContext for de/encryption support, patch by ReimarReimar Döffinger2007-02-11
| | | | Originally committed as revision 7924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #include detected soundcard.h instead of testing for OpenBSDMåns Rullgård2007-02-10
| | | | Originally committed as revision 7912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use dvr-ms timestampsMichael Niedermayer2007-02-10
| | | | Originally committed as revision 7905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix broken memset(padding, 0) codeMichael Niedermayer2007-02-09
| | | | | | add a few asserts Originally committed as revision 7903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* demux VC1 in mpegtsNico Sabbi2007-02-09
| | | | Originally committed as revision 7902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Raw VC-1 demuxerKostya Shishkov2007-02-09
| | | | Originally committed as revision 7896 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove obsolete imgformat1 leftovers.Diego Biurrun2007-02-09
| | | | Originally committed as revision 7894 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove commented-out NUT muxer entry, can be added once we have a native muxer.Diego Biurrun2007-02-09
| | | | Originally committed as revision 7893 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Reorder NUT entries.Diego Biurrun2007-02-09
| | | | Originally committed as revision 7892 to svn://svn.ffmpeg.org/ffmpeg/trunk