summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add cook decoderRoberto Togni2005-12-09
| | | | Originally committed as revision 4728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cookDiego Biurrun2005-12-09
| | | | Originally committed as revision 4727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson2005-12-09
| | | | | | | | | Add cook demucing, change rm demuxer so that it reorders audio packets before sending them to the decoder, and send minimum decodeable sized packets; pass only real codec extradata fo the decoder Fix 28_8 decoder for the new demuxer strategy Originally committed as revision 4726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* psnr calculation with threads>1 fixMichael Niedermayer2005-12-07
| | | | Originally committed as revision 4725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for samples with fft_order = 7Roberto Togni2005-12-06
| | | | | | | | Fail init for unknown fft order, to prevent an array overflow Output sound high-pitched compared to binary. Sample here http://a1862.g.akamai.net/7/1862/14448/v1/esa.download.akamai.com/13452/qt/ESA_VenusExpress_110K_Stream.mov Originally committed as revision 4724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicated fft initRoberto Togni2005-12-06
| | | | Originally committed as revision 4723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the necessary 'strip' commands to the BSD/OS section of configure becauseSteven M. Schultz2005-12-06
| | | | | | | | BSD/OS does not like shared libraries without a symbol table and gives errors when linking against libavcodec.so otherwise. patch by Steven M. Schultz < sms == at == 2BSD == dot == COM > Originally committed as revision 4722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix for systems not defining PRIu64, not everyone knows C99.François Revol2005-12-05
| | | | Originally committed as revision 4721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unify include paths, -I.. is in CFLAGS.Diego Biurrun2005-12-05
| | | | Originally committed as revision 4720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ogg format probe function by Ivo <ivop at euronet nl>Måns Rullgård2005-12-05
| | | | Originally committed as revision 4719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check block_max_depth (fixes crash)Michael Niedermayer2005-12-03
| | | | Originally committed as revision 4718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make selftest code compile againMichael Niedermayer2005-12-03
| | | | Originally committed as revision 4717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Elaborate on the Visual C-- situation.Diego Biurrun2005-12-02
| | | | Originally committed as revision 4716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver should be fixed now.Diego Biurrun2005-12-02
| | | | Originally committed as revision 4715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* default_get_buffer() cleanupMichael Niedermayer2005-12-02
| | | | | | | fixes probably exploitable heap overflow heap overflow found by (Simon Kilvington <s D kilvington A eris D qinetiq D com>) Originally committed as revision 4714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixed format specifier in STOP_TIMER macro.Alexander Strasser2005-12-01
| | | | Originally committed as revision 4713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add some h.264 fourccs to codec_bmp_tags[]Guillaume Poirier2005-11-30
| | | | Originally committed as revision 4712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BMP image decoderMåns Rullgård2005-11-30
| | | | Originally committed as revision 4711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use $CFLAGS and $LDFLAGS in dlopen() checkMåns Rullgård2005-11-29
| | | | Originally committed as revision 4710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make DV(B|D) subtitles (en|de)coders be conditonnaly compiled depending on ↵Guillaume Poirier2005-11-21
| | | | | | | | | | the configure system Original thread: Date: Nov 20, 2005 9:25 PM Subject: [PATCH] make dvdsub encoder depend on config variables Originally committed as revision 4709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark all 12 block unused when there are no coded blocksIvan Kalvachev2005-11-20
| | | | | | Fixes 422/444 artifacts Originally committed as revision 4708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ffserver fixedDiego Biurrun2005-11-15
| | | | Originally committed as revision 4707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS ↵Wolfram Gloger2005-11-14
| | | | | | | | | | uni-muenchen POIS de > Original thread: Date: 8 Oct 2005 09:35:38 -0000 Subject: [Ffmpeg-devel] [PATCH] dvdsub encoder -- 2nd version Originally committed as revision 4706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unify include paths, -I.. is in CFLAGS.Diego Biurrun2005-11-14
| | | | Originally committed as revision 16986 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* 10l, left debugging onAlex Beregszaszi2005-11-13
| | | | Originally committed as revision 4705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly skip unknown matrices (patch by Matthieu Castet) and disable ↵Matthieu Castet2005-11-13
| | | | | | comment reading Originally committed as revision 4704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixing theora _again_. DONT BOTHER BREAKING THIS AGAIN. Added support for ↵Alex Beregszaszi2005-11-13
| | | | | | Theora 3.4 and stream created by Elphel cameras are decodable. Originally committed as revision 4703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed long standing off-by-one bug (fixes playback on ppc)Alex Beregszaszi2005-11-13
| | | | Originally committed as revision 4702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mode_code_vlc_table size mismatchAlex Beregszaszi2005-11-13
| | | | Originally committed as revision 4701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DTS is 0x2001 according to: ↵Corey Hickey2005-11-13
| | | | | | | | http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-status.html Patch by Corey Hickey < bugfood DAH ml AH fatooh POIS org > Originally committed as revision 4700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* updated regression referenceAlex Beregszaszi2005-11-13
| | | | Originally committed as revision 4699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for streaming: dont write indexes and dont signal HAS_INDEX in ↵Alex Beregszaszi2005-11-13
| | | | | | header. Also set filesize to max in this case. Originally committed as revision 4698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for unlimited feed sizeAlex Beregszaszi2005-11-13
| | | | Originally committed as revision 4697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l to michael not updating this after changing crc to output 0x prefixes ↵Alex Beregszaszi2005-11-13
| | | | | | (crc.c rev 1.10) Originally committed as revision 4696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* debug the launch commandline and new connectionsAlex Beregszaszi2005-11-13
| | | | Originally committed as revision 4695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make ffserver regressions work againAlex Beregszaszi2005-11-13
| | | | Originally committed as revision 4694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make Launch more appropriate with support for full paths for the ffmpeg binaryAlex Beregszaszi2005-11-13
| | | | Originally committed as revision 4693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support Launch when BindAddress is not INADDR_ANY or localhost. Also fix a ↵Alex Beregszaszi2005-11-13
| | | | | | possible buffer overflow Originally committed as revision 4692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* strict -1 is mandatory for jpegs because the colorspace thingie, this should ↵Alex Beregszaszi2005-11-13
| | | | | | be handled in a better way though Originally committed as revision 4691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove -e debug=off, unsupported my some wget versions (1.9), and doesnt ↵Alex Beregszaszi2005-11-13
| | | | | | makes any difference Originally committed as revision 4690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support transcoding adpcmAlex Beregszaszi2005-11-12
| | | | Originally committed as revision 4689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use sse16_sse2() in nsseLoren Merritt2005-11-12
| | | | Originally committed as revision 4688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clear the whole vert_pred buffer for 24 bit decoding.Reimar Döffinger2005-11-10
| | | | | | | This is currently not needed since the decoder creates only half of the pixels, but should reduce confusion for people fiddling with it *g* Originally committed as revision 4687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* improvements by Reimar Döffinger; 24-bit decoding is not perfect, onlyMike Melanson2005-11-10
| | | | | | | the left half of the frame is painted, but the area that is painted looks correct Originally committed as revision 4686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix a crash on seeking to an invalid frameLoren Merritt2005-11-10
| | | | Originally committed as revision 4685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FFmpeg and feature requestsDiego Biurrun2005-11-10
| | | | Originally committed as revision 4684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* revert incorrect changeMåns Rullgård2005-11-09
| | | | Originally committed as revision 4683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check MPV_frame_start() return valueMichael Niedermayer2005-11-09
| | | | Originally committed as revision 4682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* s/log2/av_log2/Steven M. Schultz2005-11-09
| | | | | | patch by Steven M. Schultz <sms at 2bsd com> Originally committed as revision 4681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put double-quotes around the install path in the "install-headers" sectionFredrik Orderud2005-11-07
| | | | | | | | of the makefiles for libavcodec, libavformat and libavutil. Fixes installing into paths with spaces in them, i.e. Windows. patch by Fredrik Orderud < fredrik . orderud -- at -- idi . ntnu . no > Originally committed as revision 4680 to svn://svn.ffmpeg.org/ffmpeg/trunk