aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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