1253 Commits (a9f9cc7cc13f838298c392ea2a95294ddc402538)

Author SHA1 Message Date
Gildas Bazin 6d276a9e91 Properly #ifdef muxer-specific parts. 19 years ago
Michael Niedermayer d271481f1a pts fix by (Bryan Mayland / bmayland O leoninedev o com) 19 years ago
Diego Biurrun 98013cc16c Make clean/distclean consistent throughout all the Makefiles. 19 years ago
Diego Biurrun 29a10be0d4 Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. 19 years ago
Diego Biurrun 4bdd05e76f Move library name generation to configure, simplifies build system a bit more. 19 years ago
Diego Biurrun f3b6010916 Create symbolic links for all library sonames and clean up Makefiles. 19 years ago
Diego Biurrun 5509bffa88 Update licensing information: The FSF changed postal address. 19 years ago
Diego Biurrun fb3d46da69 Move Darwin shared library build peculiarities to configure. 19 years ago
Reimar Döffinger e0f80bd744 CamStudio decoder, only 32 bit lzo mode is tested 19 years ago
Diego Biurrun bf3027c87b TrueSpeech compatible audio decoder by Konstantin Shishkov 19 years ago
Nico Sabbi 27c748b576 try with auto_guess if first detection fails 19 years ago
Nico Sabbi 5d4d67e0ff added support for DVHS (192) packet size 19 years ago
François Revol ab561df995 finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track lang in movenc too. 19 years ago
François Revol b9a87c4d6c fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[] 19 years ago
Roberto Togni c69e7914be Support for 28_8 in old ar. files 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Roberto Togni 1e4668d160 Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.ra 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Jindřich Makovička d76319b1ab malloc padding to avoid reading past the malloc()ed area. 19 years ago
Michael Niedermayer dcb2fb79b7 total == 0 seems like it should be valid (based upon patch by Steve Lhomme | slhomme divxcorp com) 19 years ago
Michael Niedermayer 780eb1c9b9 nan fps fix 19 years ago
Måns Rullgård 4733abcbf3 use PRIxN, %zd, %td formats where needed 19 years ago
Luca Barbato 5a872801d5 SONAME support for shared libs 19 years ago
Benjamin Larsson e0f7e32970 Cook compatibe decoder, patch by Benjamin Larsson 19 years ago
Diego Biurrun 6f72dcf7e7 Unify include paths, -I.. is in CFLAGS. 19 years ago
Måns Rullgård 2e70e4aa57 ogg format probe function by Ivo <ivop at euronet nl> 19 years ago
Guillaume Poirier 0bb0289c3a add some h.264 fourccs to codec_bmp_tags[] 19 years ago
Måns Rullgård 9fa62f2aad BMP image decoder 19 years ago
Corey Hickey 1fd7ec4412 DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-status.html 19 years ago
Alex Beregszaszi a2a2668d57 Support for streaming: dont write indexes and dont signal HAS_INDEX in header. Also set filesize to max in this case. 19 years ago
Alex Beregszaszi 2fde8aaeba support transcoding adpcm 19 years ago
Fredrik Orderud 25f8db58ee Put double-quotes around the install path in the "install-headers" section 19 years ago
Michael Niedermayer 840fb7a76d per frame crc support 19 years ago
Michael Niedermayer 31e11451f7 allow NULL write_header() and write_trailer() 19 years ago
Alex Beregszaszi 84c63c013a Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenient.txt 19 years ago
Patrice Bensoussan fa379405bb Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- com > 19 years ago
Roberto Togni f9c7872c66 Increase version: 'wave' atom parsing added to mov demuxer 19 years ago
Roberto Togni d9b1c197e5 QDM2 compatible decoder 19 years ago
Mike Melanson 515ae4760a support for FLX and DTA extensions in the FLIC format, courtesy of 19 years ago
Mike Melanson 64af6168f7 Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov 19 years ago
Alex Beregszaszi 26aa0f8956 fix feed read_header, avoid using put_tag in write_header, to be consistent with read_header, also some minor cosmetics 19 years ago
Alex Beregszaszi 4209fad989 lame bit_rate calculation 19 years ago
j@v2v.cc c99dd23307 Move all definitions of external dependencies into configure instead of 19 years ago
Diego Biurrun 4e159595b5 support for building dynamic libraries on Mac OS X 19 years ago
Diego Biurrun a9e3509529 Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS 19 years ago
Aurelien Jacobs 62ab0b7822 fix unused variable warnings 19 years ago
Diego Biurrun 4bc113a937 Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS. 19 years ago
Michael Niedermayer 2118901192 print more time_base fps stuff if av_log level is at debug or above 19 years ago
Michael Niedermayer a26e1d4c1f checksum doesnt cover the forward_ptr anymore 19 years ago
Michael Niedermayer 177e5460b9 forward_ptr doesnt contain its own length anymore 19 years ago