1173 Commits (6636b7e8e32121eec732778cf58a81574f618bb9)

Author SHA1 Message Date
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
Michael Niedermayer da7272b335 set time_base as soon as time_scale is known instead of in a unrelated chunck which might be missing 19 years ago
Måns Rullgård 79396ac685 Kill some compiler warnings. Compiled code verified identical after changes. 19 years ago
Michael Niedermayer d57d8cbc25 a few more raw yuv fourccs 19 years ago
Michael Niedermayer 302c389e4f sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale 19 years ago
Diego Biurrun d156a7b7f1 typo: viedo --> video 19 years ago
Reimar Döffinger b93f738fde Support D-Cinema audio demuxing. 19 years ago
Reimar Döffinger b461b3bc4a Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). 19 years ago
Michael Niedermayer 4325ffd0a2 lowres support 19 years ago
Michael Niedermayer 5b28c8c355 time_base description by Rich Felker | dalias, aerifal cx 19 years ago
Alexander Strasser 30545b2f47 Make ogg `muxer' expect new vorbis extradata format. 19 years ago
Michael Niedermayer 7cbaa7bafa parse pict_type for streams in avi 19 years ago
Michael Niedermayer 30bc6613fe support fixing missing pts by parsing future frames 19 years ago
Wolfram Gloger f0ff20a197 minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) 19 years ago
Michael Niedermayer 9450118bc7 a few checks, seems i forgot to commit this 19 years ago
Måns Rullgård bf4e3bd2d0 kill a bunch of compiler warnings 19 years ago
Michael Niedermayer 8341e4e338 set timebase correctly? this thing is always 15fps? 19 years ago
Steven M. Schultz 2fcb1a5bf4 '#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD COM) 19 years ago
Måns Rullgård a71a1dfc37 fix building in separate directory 19 years ago
Alex Beregszaszi 9c633e9a6f FreeBSD ipv6 multicast patch from ports tree 19 years ago
Sam Hocevar 9f747cc328 minor compilation fix 19 years ago
Alexander Strasser dbbcfd6bc3 Fix building shared version of lavf on some systems. 19 years ago
Mike Brown ae38261ee8 changes to ignore command media embedded in MS WMV files patch by ("Brown, Mike": mikeb, vibephone com) 19 years ago
Alexander Strasser c11c2bc20b libavutil: Utility code from libavcodec moved to a separate library. 19 years ago
Michael Niedermayer 5aa083eec1 A.B.C versions 19 years ago
Michael Niedermayer 47627aec61 round pointer up to next packet_size multiple 19 years ago
Michael Niedermayer 760fb54f7c mpeg1video m bit fix by (Luca Abeni: lucabe72, email it) 19 years ago
Luca Abeni 003640635a MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it) 19 years ago
Hans Zandbelt 276358c1c4 udp ipv6 localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, telin nl) 19 years ago
Michael Niedermayer 8baa661498 more non portable float parsing code ... 19 years ago
Michael Niedermayer 7cb8f314db remove non portable get/put_be64_double() 19 years ago