summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 3rd try for mpeg-es probe ...Michael Niedermayer2006-02-04
* fix regression testsMichael Niedermayer2006-02-04
* simplify timebase if possibleMichael Niedermayer2006-02-02
* improve fps guessing codeMichael Niedermayer2006-02-02
* sanity checks for seekingMichael Niedermayer2006-02-02
* AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)Michael Niedermayer2006-02-02
* improve mpeg1/2-es detectionMichael Niedermayer2006-02-02
* os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedl...Michael Niedermayer2006-02-02
* dynamically increase probe buffer until format is detectedMichael Niedermayer2006-02-02
* video4linux2 input supportLuca Abeni2006-02-01
* add missing #includesDieter2006-01-30
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-30
* Simplify LDFLAGS handling for MinGW.Diego Biurrun2006-01-29
* Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun2006-01-26
* Add fourcc "SEDG" for MPEG-4 files produced by Samsung VP-M110 MiniketFabien Cosse2006-01-26
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-25
* avoid using non constant fields of AVCodecContext in avi muxerMichael Niedermayer2006-01-25
* try avi video name -> codec_id mapping if the mov one has no matchMichael Niedermayer2006-01-25
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-24
* Fix for title field in PSP compatible mp4 files. Patch byBenjamin Larsson2006-01-24
* gcc 2.95 fixBenjamin Larsson2006-01-23
* >4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de)Michael Niedermayer2006-01-23
* Skip all includes for WinCE, instead of falling through to the #else case.Diego Biurrun2006-01-23
* 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