summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* be less noisyMichael Niedermayer2007-02-241-1/+1
* BeOS only: we don't have SA_RESTART. #define to 0 and emit a warning. I don't...François Revol2007-02-231-0/+4
* Complete the video format enum.Benjamin Larsson2007-02-231-0/+2
* Cosmetics.Benjamin Larsson2007-02-231-3/+3
* change PF_INET to AF_INET to be consistent in the whole project. PF_INET is d...Alex Beregszaszi2007-02-223-3/+2
* codec_tag settable via VideoTag, and transmit codec_tag in ffmAlex Beregszaszi2007-02-221-0/+2
* Fix compilation on Mac OS X, patch by Marc Hoffman, mmh pleasantst com.Marc Hoffman2007-02-221-0/+1
* cosmetics: fix usefuLL --> usefuL typoDiego Biurrun2007-02-221-1/+1
* Add the stream_bitrate GUID to the asf parsing code, and set stream bitrateRyan Martell2007-02-202-0/+20
* warn if bps from user and what will be stored missmatchesMichael Niedermayer2007-02-201-0/+3
* try to fill in missing bits_per_sampleMichael Niedermayer2007-02-201-0/+3
* Remove code duplicated between adpcm.c and riff.cMichel Bardiaux2007-02-201-1/+1
* Add support for MS-GSM codecMichel Bardiaux2007-02-201-2/+7
* spit an error message in case of invalid chunkAlex Beregszaszi2007-02-181-1/+3
* not checking error return, resulting double freeMichael Niedermayer2007-02-171-2/+4
* Make sure we don't try to emulate poll() when it's there if --disable-ffserve...François Revol2007-02-152-2/+4
* MinGW patch by <koyama AT infocity DOT co DOT jp>, reworked. Removed placehol...François Revol2007-02-152-6/+7
* poll() emulation for BeOS, and maybe MinGW.François Revol2007-02-152-0/+94
* rename video4linux[2] variables to v4l[2], consistent with --disable optionsMåns Rullgård2007-02-141-1/+1
* implement new grabbing interface, as described here:Ramiro Polla2007-02-149-50/+15
* fix dts adjustingBaptiste Coudurier2007-02-141-9/+8
* Pass the v4l2 buffer into the AVPacket, instead of allocating a new bufferLuca Abeni2007-02-141-13/+49
* 100lBaptiste Coudurier2007-02-141-1/+1
* indentationBaptiste Coudurier2007-02-141-6/+6
* use aiff when we can, some players only support aiffBaptiste Coudurier2007-02-141-2/+10
* Remove unused file.Diego Biurrun2007-02-141-460/+0
* Ogg is not Vorbis.Diego Biurrun2007-02-132-4/+4
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-1325-81/+64
* Move base64.[ch] to libavutil.Carl Eugen Hoyos2007-02-133-256/+1
* support yet another broken avi (filedoesitbetter.avi) which has a wrong strea...Michael Niedermayer2007-02-131-26/+20
* always use audio spread (instead of "video no spread" for audio ...)Michael Niedermayer2007-02-121-19/+12
* increaseing preroll time to the minimum of the asf files i haveMichael Niedermayer2007-02-121-1/+1
* dont set the keyframe flag for audio as microshitty doesnt do it and some thi...Michael Niedermayer2007-02-121-2/+6
* Add FACT chunk for non-PCM wav formatsMichel Bardiaux2007-02-121-1/+32
* Pass a proper context to av_log()Luca Abeni2007-02-121-33/+38
* mxf aes decryption support, patch by Reimar, simplified to only look for firs...Reimar Döffinger2007-02-111-5/+107
* add key field to AVFormatContext for de/encryption support, patch by ReimarReimar Döffinger2007-02-111-2/+5
* #include detected soundcard.h instead of testing for OpenBSDMåns Rullgård2007-02-101-1/+1
* use dvr-ms timestampsMichael Niedermayer2007-02-102-2/+16
* fix broken memset(padding, 0) codeMichael Niedermayer2007-02-091-6/+10
* demux VC1 in mpegtsNico Sabbi2007-02-092-1/+7
* Raw VC-1 demuxerKostya Shishkov2007-02-093-0/+14
* Remove obsolete imgformat1 leftovers.Diego Biurrun2007-02-093-801/+0
* Remove commented-out NUT muxer entry, can be added once we have a native muxer.Diego Biurrun2007-02-091-1/+0
* cosmetics: Reorder NUT entries.Diego Biurrun2007-02-091-6/+6
* Properly separate native and libnut NUT (de)muxers.Diego Biurrun2007-02-094-9/+9
* add read_probe function to raw ac3 demuxerJustin Ruggles2007-02-081-1/+17
* Use av_set_pts_info and set some arbitrary timebase fallbackReimar Döffinger2007-02-081-6/+3
* remove senseless and wrong direct access to ByteIOContext internalsMichael Niedermayer2007-02-071-2/+2
* set pts_wrap_bits to 32 since timestamps in packets are 32 bitReimar Döffinger2007-02-071-0/+1
OpenPOWER on IntegriCloud