summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 3rd try for mpeg-es probe ...Michael Niedermayer2006-02-041-1/+1
* fix regression testsMichael Niedermayer2006-02-041-1/+1
* simplify timebase if possibleMichael Niedermayer2006-02-021-11/+34
* improve fps guessing codeMichael Niedermayer2006-02-021-11/+19
* sanity checks for seekingMichael Niedermayer2006-02-021-0/+6
* AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)Michael Niedermayer2006-02-024-1/+487
* improve mpeg1/2-es detectionMichael Niedermayer2006-02-021-21/+18
* os2 thread, network and freetype2 support by (Paul Smedley | paulat a t smedl...Michael Niedermayer2006-02-021-1/+1
* dynamically increase probe buffer until format is detectedMichael Niedermayer2006-02-021-13/+14
* video4linux2 input supportLuca Abeni2006-02-016-7/+534
* add missing #includesDieter2006-01-301-0/+1
* On MinGW it is not possible to build shared and static libraries at once.Diego Biurrun2006-01-301-2/+3
* Simplify LDFLAGS handling for MinGW.Diego Biurrun2006-01-291-3/+6
* Remove obscure Makefile.bak entry from distclean rules.Diego Biurrun2006-01-261-1/+1
* Add fourcc "SEDG" for MPEG-4 files produced by Samsung VP-M110 MiniketFabien Cosse2006-01-261-0/+1
* warning fixes by Luca Abeni, lucabe72 ##@## email ##.## itDiego Biurrun2006-01-251-1/+1
* avoid using non constant fields of AVCodecContext in avi muxerMichael Niedermayer2006-01-251-5/+5
* try avi video name -> codec_id mapping if the mov one has no matchMichael Niedermayer2006-01-251-0/+2
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-241-10/+10
* Fix for title field in PSP compatible mp4 files. Patch byBenjamin Larsson2006-01-241-46/+84
* gcc 2.95 fixBenjamin Larsson2006-01-231-1/+1
* >4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de)Michael Niedermayer2006-01-231-51/+73
* Skip all includes for WinCE, instead of falling through to the #else case.Diego Biurrun2006-01-231-1/+3
* WinCE cross-compilation supportGildas Bazin2006-01-222-2/+8
* Place proper #ifdef around muxer-specific code.Gianluigi Tiesi2006-01-221-0/+6
* Add --disable-protocols option to configure to disable I/O protocol fromGildas Bazin2006-01-215-12/+24
* audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<)Michael Niedermayer2006-01-202-2/+75
* Put muxer-specific code parts in #ifdef CONFIG_MUXERS.Diego Biurrun2006-01-193-2/+17
* Properly #ifdef muxer-specific parts.Gildas Bazin2006-01-193-7/+9
* pts fix by (Bryan Mayland / bmayland O leoninedev o com)Michael Niedermayer2006-01-191-1/+7
* Make clean/distclean consistent throughout all the Makefiles.Diego Biurrun2006-01-161-2/+5
* Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty.Diego Biurrun2006-01-151-1/+1
* Move library name generation to configure, simplifies build system a bit more.Diego Biurrun2006-01-141-3/+1
* Create symbolic links for all library sonames and clean up Makefiles.Diego Biurrun2006-01-141-3/+9
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-1276-76/+77
* Move Darwin shared library build peculiarities to configure.Diego Biurrun2006-01-121-3/+0
* CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger2006-01-091-0/+1
* TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun2006-01-031-0/+1
* try with auto_guess if first detection failsNico Sabbi2006-01-021-2/+10
* added support for DVHS (192) packet sizeNico Sabbi2006-01-022-7/+12
* finally found what those >138 codes were... crappy compressed 5bit ascii. thi...François Revol2005-12-302-14/+49
* fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT n...François Revol2005-12-301-5/+56
* 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