aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
...
* use generic atom to extradata reading functionBaptiste Coudurier2007-03-021-33/+9
| | | | Originally committed as revision 8191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for adpcm swf, pcmBaptiste Coudurier2007-03-021-4/+14
| | | | Originally committed as revision 8189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't rely on a specific appearance order for ebml elements at the same levelAurelien Jacobs2007-03-021-15/+14
| | | | Originally committed as revision 8181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add support for simple blocks (ie. matroska v2)Aurelien Jacobs2007-03-021-2/+9
| | | | Originally committed as revision 8180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: fix indentation of the new matroska_parse_block() functionAurelien Jacobs2007-03-011-162/+159
| | | | Originally committed as revision 8179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split a matroska_parse_block() function from matroska_parse_blockgroup()Aurelien Jacobs2007-03-011-29/+44
| | | | Originally committed as revision 8178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix an off-by-one error in probing functionAurelien Jacobs2007-03-011-1/+1
| | | | | | this prevented correct detection of Mushishi24-head.mkv Originally committed as revision 8177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't parse whole swf file in header, can now play ffserver swf streamsBaptiste Coudurier2007-03-011-9/+6
| | | | Originally committed as revision 8176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* factorizeBaptiste Coudurier2007-03-011-10/+7
| | | | Originally committed as revision 8175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove nonsense time base code, use swf ms per frame, only video frames ↵Baptiste Coudurier2007-03-011-8/+3
| | | | | | contains pts Originally committed as revision 8174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for any seeking failure during probeBaptiste Coudurier2007-03-011-1/+1
| | | | Originally committed as revision 8173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quicktime 'raw ' supportBaptiste Coudurier2007-03-011-1/+1
| | | | Originally committed as revision 8168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reverting stray commit part II, r8156 had the base64 export patch mixed with ↵Luca Barbato2007-02-281-0/+348
| | | | | | the nutdec patch Originally committed as revision 8158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reverting stray commit part ILuca Barbato2007-02-281-351/+0
| | | | Originally committed as revision 8157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato2007-02-282-2/+7
| | | | | | | patch from Clemens Ladisch cladisch AT fastmail dot net (stray base64 patch reverted in the next commits) Originally committed as revision 8156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing license headers.Diego Biurrun2007-02-271-0/+16
| | | | Originally committed as revision 8149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use avcodec_decode_audio2Baptiste Coudurier2007-02-271-4/+5
| | | | Originally committed as revision 8146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless conditional.Diego Biurrun2007-02-271-2/+0
| | | | Originally committed as revision 8139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add LGPL header as requested by Oded.Diego Biurrun2007-02-251-0/+21
| | | | 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-251-2/+1
| | | | Originally committed as revision 8123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* be less noisyMichael Niedermayer2007-02-241-1/+1
| | | | 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-231-0/+4
| | | | | | 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-231-0/+2
| | | | Originally committed as revision 8100 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics.Benjamin Larsson2007-02-231-3/+3
| | | | 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-223-3/+2
| | | | | | 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-221-0/+2
| | | | 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-221-0/+1
| | | | Originally committed as revision 8067 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: fix usefuLL --> usefuL typoDiego Biurrun2007-02-221-1/+1
| | | | 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-202-0/+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-201-0/+3
| | | | Originally committed as revision 8044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to fill in missing bits_per_sampleMichael Niedermayer2007-02-201-0/+3
| | | | Originally committed as revision 8043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove code duplicated between adpcm.c and riff.cMichel Bardiaux2007-02-201-1/+1
| | | | Originally committed as revision 8042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for MS-GSM codecMichel Bardiaux2007-02-201-2/+7
| | | | Originally committed as revision 8039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spit an error message in case of invalid chunkAlex Beregszaszi2007-02-181-1/+3
| | | | Originally committed as revision 8014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* not checking error return, resulting double freeMichael Niedermayer2007-02-171-2/+4
| | | | | | 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-152-2/+4
| | | | | | --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-152-6/+7
| | | | | | 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-152-0/+94
| | | | 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-141-1/+1
| | | | Originally committed as revision 7984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* implement new grabbing interface, as described here:Ramiro Polla2007-02-149-50/+15
| | | | | | | | | | 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-141-9/+8
| | | | 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-141-13/+49
| | | | | | and copying the frame into it (remove a memcpy()) Originally committed as revision 7981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100lBaptiste Coudurier2007-02-141-1/+1
| | | | Originally committed as revision 7980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2007-02-141-6/+6
| | | | Originally committed as revision 7979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use aiff when we can, some players only support aiffBaptiste Coudurier2007-02-141-2/+10
| | | | Originally committed as revision 7978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused file.Diego Biurrun2007-02-141-460/+0
| | | | Originally committed as revision 7973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ogg is not Vorbis.Diego Biurrun2007-02-132-4/+4
| | | | 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-1325-81/+64
| | | | | | | | | 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-133-256/+1
| | | | | | 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-131-26/+20
| | | | | | stream count Originally committed as revision 7961 to svn://svn.ffmpeg.org/ffmpeg/trunk