summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Support for 28_8 in old ar. filesRoberto Togni2005-12-251-11/+27
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-2240-1294/+1294
* Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.raRoberto Togni2005-12-191-1/+8
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-1783-1544/+1544
* malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička2005-12-174-4/+5
* total == 0 seems like it should be valid (based upon patch by Steve Lhomme | ...Michael Niedermayer2005-12-171-3/+0
* nan fps fixMichael Niedermayer2005-12-161-1/+6
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-128-35/+36
* SONAME support for shared libsLuca Barbato2005-12-101-0/+1
* Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson2005-12-092-15/+100
* Unify include paths, -I.. is in CFLAGS.Diego Biurrun2005-12-052-3/+3
* ogg format probe function by Ivo <ivop at euronet nl>Måns Rullgård2005-12-051-1/+13
* add some h.264 fourccs to codec_bmp_tags[]Guillaume Poirier2005-11-301-0/+4
* BMP image decoderMåns Rullgård2005-11-301-0/+1
* DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-stat...Corey Hickey2005-11-131-0/+1
* Support for streaming: dont write indexes and dont signal HAS_INDEX in header...Alex Beregszaszi2005-11-131-3/+18
* support transcoding adpcmAlex Beregszaszi2005-11-121-0/+3
* Put double-quotes around the install path in the "install-headers" sectionFredrik Orderud2005-11-071-2/+2
* per frame crc supportMichael Niedermayer2005-11-051-1/+26
* allow NULL write_header() and write_trailer()Michael Niedermayer2005-11-041-4/+7
* Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenien...Alex Beregszaszi2005-10-291-1/+52
* Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- c...Patrice Bensoussan2005-10-261-1/+1
* Increase version: 'wave' atom parsing added to mov demuxerRoberto Togni2005-10-201-2/+2
* QDM2 compatible decoderRoberto Togni2005-10-181-1/+23
* support for FLX and DTA extensions in the FLIC format, courtesy ofMike Melanson2005-10-131-3/+7
* Duck TrueMotion 2 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-10-131-0/+1
* fix feed read_header, avoid using put_tag in write_header, to be consistent w...Alex Beregszaszi2005-10-121-4/+5
* lame bit_rate calculationAlex Beregszaszi2005-10-121-0/+1
* Move all definitions of external dependencies into configure instead ofj@v2v.cc2005-10-041-4/+0
* support for building dynamic libraries on Mac OS XDiego Biurrun2005-09-261-9/+11
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-2323-139/+139
* fix unused variable warningsAurelien Jacobs2005-09-211-2/+2
* Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS.Diego Biurrun2005-09-201-1/+1
* print more time_base fps stuff if av_log level is at debug or aboveMichael Niedermayer2005-09-181-0/+5
* checksum doesnt cover the forward_ptr anymoreMichael Niedermayer2005-09-111-5/+5
* forward_ptr doesnt contain its own length anymoreMichael Niedermayer2005-09-111-5/+8
* set time_base as soon as time_scale is known instead of in a unrelated chunck...Michael Niedermayer2005-09-061-3/+1
* Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård2005-09-064-5/+4
* a few more raw yuv fourccsMichael Niedermayer2005-09-061-1/+4
* sample_rate value is not always correct (is there anything in quicktime which...Michael Niedermayer2005-09-041-1/+8
* typo: viedo --> videoDiego Biurrun2005-09-031-2/+2
* Support D-Cinema audio demuxing.Reimar Döffinger2005-09-024-1/+68
* Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger2005-09-022-0/+29
* lowres supportMichael Niedermayer2005-09-021-2/+4
* time_base description by Rich Felker | dalias, aerifal cxMichael Niedermayer2005-08-211-0/+7
* Make ogg `muxer' expect new vorbis extradata format.Alexander Strasser2005-08-151-5/+22
* parse pict_type for streams in aviMichael Niedermayer2005-08-153-1/+7
* support fixing missing pts by parsing future framesMichael Niedermayer2005-08-152-11/+63
* minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med ...Wolfram Gloger2005-08-141-4/+8
* a few checks, seems i forgot to commit thisMichael Niedermayer2005-08-141-0/+24
OpenPOWER on IntegriCloud