summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* WinCE cross-compilation supportGildas Bazin2006-01-22
* Place proper #ifdef around muxer-specific code.Gianluigi Tiesi2006-01-22
* Add --disable-protocols option to configure to disable I/O protocol fromGildas Bazin2006-01-21
* audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<)Michael Niedermayer2006-01-20
* Put muxer-specific code parts in #ifdef CONFIG_MUXERS.Diego Biurrun2006-01-19
* Properly #ifdef muxer-specific parts.Gildas Bazin2006-01-19
* pts fix by (Bryan Mayland / bmayland O leoninedev o com)Michael Niedermayer2006-01-19
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-16
* Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun2006-01-15
* Move library name generation to configure, simplifies build system a bit more.Diego Biurrun2006-01-14
* Create symbolic links for all library sonames and clean up Makefiles.Diego Biurrun2006-01-14
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-12
* CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger2006-01-09
* TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun2006-01-03
* try with auto_guess if first detection failsNico Sabbi2006-01-02
* added support for DVHS (192) packet sizeNico Sabbi2006-01-02
* finally found what those >138 codes were... crappy compressed 5bit ascii. thi...François Revol2005-12-30
* fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT n...François Revol2005-12-30
* Support for 28_8 in old ar. filesRoberto Togni2005-12-25
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.raRoberto Togni2005-12-19
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička2005-12-17
* total == 0 seems like it should be valid (based upon patch by Steve Lhomme | ...Michael Niedermayer2005-12-17
* nan fps fixMichael Niedermayer2005-12-16
* use PRIxN, %zd, %td formats where neededMåns Rullgård2005-12-12
* SONAME support for shared libsLuca Barbato2005-12-10
* Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson2005-12-09
* Unify include paths, -I.. is in CFLAGS.Diego Biurrun2005-12-05
* ogg format probe function by Ivo <ivop at euronet nl>Måns Rullgård2005-12-05
* add some h.264 fourccs to codec_bmp_tags[]Guillaume Poirier2005-11-30
* BMP image decoderMåns Rullgård2005-11-30
* DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-stat...Corey Hickey2005-11-13
* Support for streaming: dont write indexes and dont signal HAS_INDEX in header...Alex Beregszaszi2005-11-13
* support transcoding adpcmAlex Beregszaszi2005-11-12
* Put double-quotes around the install path in the "install-headers" sectionFredrik Orderud2005-11-07
* per frame crc supportMichael Niedermayer2005-11-05
* allow NULL write_header() and write_trailer()Michael Niedermayer2005-11-04
* Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenien...Alex Beregszaszi2005-10-29
* Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- c...Patrice Bensoussan2005-10-26
* Increase version: 'wave' atom parsing added to mov demuxerRoberto Togni2005-10-20
* QDM2 compatible decoderRoberto Togni2005-10-18
* support for FLX and DTA extensions in the FLIC format, courtesy ofMike Melanson2005-10-13
* Duck TrueMotion 2 video decoder, courtesy of Konstantin ShishkovMike Melanson2005-10-13
* fix feed read_header, avoid using put_tag in write_header, to be consistent w...Alex Beregszaszi2005-10-12
* lame bit_rate calculationAlex Beregszaszi2005-10-12
* Move all definitions of external dependencies into configure instead ofj@v2v.cc2005-10-04
* support for building dynamic libraries on Mac OS XDiego Biurrun2005-09-26
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23