summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* go LOCO, courtesy of Kostya ShishkovMike Melanson2005-03-01
| | | | Originally committed as revision 3995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (deallocated memory again)Loren Merritt2005-02-28
| | | | Originally committed as revision 3994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set block alignMichael Niedermayer2005-02-28
| | | | Originally committed as revision 3993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ra288 demuxing support (doesnt really work, might be demuxer or decoder bug)Michael Niedermayer2005-02-28
| | | | Originally committed as revision 3992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NetBSD 2.0 patch by ("Steven M. Schultz" <sms 2bsd com>)Steven M. Schultz2005-02-28
| | | | Originally committed as revision 3991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian ↵Sebastian Jedruszkiewicz2005-02-27
| | | | | | Jedruszkiewicz) Originally committed as revision 3990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for negative stridesJindřich Makovička2005-02-27
| | | | Originally committed as revision 3989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changes 'make' in a couple places to $(MAKE) patch by ("Steven M. Schultz" ↵Steven M. Schultz2005-02-27
| | | | | | <sms 2bsd com>) Originally committed as revision 3988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This patch corrects the bug, that if padbottom IS NOT specified andCalcium2005-02-27
| | | | | | | padright IS specified patch by (Calcium <calcium nurs.or jp>) Originally committed as revision 3987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* doc update for Shorten codecMike Melanson2005-02-26
| | | | Originally committed as revision 3986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (shorten.o missing)Michael Niedermayer2005-02-26
| | | | Originally committed as revision 3985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* shorten decoder by (Jeff Muizelaar <jrmuizel gmail com>)Michael Niedermayer2005-02-26
| | | | Originally committed as revision 3984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* watermark filter by (Marcus Engene <ffmpeg engene se>)Michael Niedermayer2005-02-25
| | | | Originally committed as revision 3983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set supported pix_fmtsMichael Niedermayer2005-02-25
| | | | Originally committed as revision 3982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pseudo codec tag for adpcm_swfAlex Beregszaszi2005-02-25
| | | | Originally committed as revision 3981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* proper handling of samplesizeAlex Beregszaszi2005-02-25
| | | | Originally committed as revision 3980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* In-loop deblocking for B-frames.Loren Merritt2005-02-25
| | | | Originally committed as revision 3979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get fish to compile (time() forbidden), pstrcat not declared from ppm.cFrançois Revol2005-02-24
| | | | Originally committed as revision 3978 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård2005-02-24
| | | | Originally committed as revision 3977 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -strict -1 comment fixMichael Niedermayer2005-02-24
| | | | Originally committed as revision 3976 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 01-makefile_fix_updated.patchNilesh Bansal2005-02-24
| | | | | | | | Adds --enable-theora/--enable-vorbis/--enable-ogg to configure If compiled WITHOUT --enable-theora, native VP3 decoder is used patch by (Nilesh Bansal <nileshbansal gmail com>) Originally committed as revision 3975 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l in implicit_weight_tableLoren Merritt2005-02-24
| | | | Originally committed as revision 3974 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - renaming the AC coding set variable names to more meaningful onesanonymous2005-02-23
| | | | | | | | | | | - removed old MB decoding functions, and moved around macros to be used in the previously unused code, which match better msmpeg4.c/whole MPV framework - cleaned (not yet functionnal, lots missing) DC prediction - trying to pass the proper coded status to block decoder patch by anonymous Originally committed as revision 3973 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l, forgot to change an ifdef on last commitReimar Döffinger2005-02-23
| | | | Originally committed as revision 14784 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* switch MPEG4 fourcc to FMP4Michael Niedermayer2005-02-22
| | | | Originally committed as revision 3972 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix for MAP_ANON vs. MAP_ANONYMOUS fix...Reimar Döffinger2005-02-22
| | | | Originally committed as revision 14762 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* use av_free() instead of free() where it's meant to.François Revol2005-02-22
| | | | Originally committed as revision 3971 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support adpcm audio, also some more verbose messagesAlex Beregszaszi2005-02-21
| | | | Originally committed as revision 3970 to svn://svn.ffmpeg.org/ffmpeg/trunk
* macromedia flavour adpcm decoding (used in flv and swf)Alex Beregszaszi2005-02-21
| | | | Originally committed as revision 3969 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct pcm in flv handlingAlex Beregszaszi2005-02-21
| | | | Originally committed as revision 3968 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lAlex Beregszaszi2005-02-21
| | | | Originally committed as revision 3967 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing --disable-risky patch by (Josh Varner <jlvarner gmail com>)Josh Varner2005-02-21
| | | | Originally committed as revision 3966 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a crash when multiple metadata packets are present.Loren Merritt2005-02-20
| | | | Originally committed as revision 3965 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixed decoding of 410p ffv1 files patch by (Milan Cutka <cutka szm sk>)Milan Cutka2005-02-17
| | | | Originally committed as revision 3964 to svn://svn.ffmpeg.org/ffmpeg/trunk
* buffer overflowsMichael Niedermayer2005-02-17
| | | | | | | one found by Milan Cutka one by me Originally committed as revision 3963 to svn://svn.ffmpeg.org/ffmpeg/trunk
* memleak fixMichael Niedermayer2005-02-17
| | | | Originally committed as revision 3962 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better error message patch by (Michel Bardiaux <mbardiaux peaktime be>)Michel Bardiaux2005-02-16
| | | | Originally committed as revision 3961 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improved NV12/NV21 support.Ville Syrjälä2005-02-16
| | | | | | | | | | - Fixed PlanarToNV12Wrapper() and made it handle NV21. - Added yuv2nv12XinC() to handle software scaling. - Added NV12/NV21 handling to various places. - Removed NV12 from vf_hue and vf_spp as they don't look like they can actually handle it. Originally committed as revision 14716 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* remove goto and reindent patch by (Loic Le Loarer <lll+ffmpeg m4x org>)Loic Le Loarer2005-02-16
| | | | Originally committed as revision 3960 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quick patch for adding 3g2 support to ffmpeg (muxer and demuxer). No movie ↵tjraivio@cc.hut.fi2005-02-16
| | | | | | fragment support yet patch by (tjraivio cc.hut fi) Originally committed as revision 3959 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nonsense commentMichael Niedermayer2005-02-16
| | | | Originally committed as revision 3958 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Writing to freed memory in write_section_data() patch by (Wolfram Gloger ↵Wolfram Gloger2005-02-16
| | | | | | <wmglo dent dot med dot uni-muenchen de>) Originally committed as revision 3957 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Off-by-one bug in libavcodec/idcinvideo.c, causedMatti Hamalainen2005-02-16
| | | | | | | segfaults on all .cin videos from Quake II. patch by (Matti Hamalainen <mhamalai ratol fi>) Originally committed as revision 3956 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4)Roberto Togni2005-02-15
| | | | | | Derived from MPlayer patch by Larry Ruedisueli Originally committed as revision 3955 to svn://svn.ffmpeg.org/ffmpeg/trunk
* FreeBSD fixBohdan Horst2005-02-14
| | | | Originally committed as revision 14699 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* buffer overflowMichael Niedermayer2005-02-13
| | | | Originally committed as revision 3954 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -target dvd minimum vobu length patch by ("Chris" [chris garveycocker com])Chriss2005-02-09
| | | | Originally committed as revision 3953 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio duration fix?Michael Niedermayer2005-02-08
| | | | Originally committed as revision 3952 to svn://svn.ffmpeg.org/ffmpeg/trunk
* .wmaMichael Niedermayer2005-02-07
| | | | Originally committed as revision 3951 to svn://svn.ffmpeg.org/ffmpeg/trunk
* checksum change due to (don't crash on null codec patch which changed the ↵Michael Niedermayer2005-02-07
| | | | | | stored length of the compressor name, movenc.c 1.28->1.29) Originally committed as revision 3950 to svn://svn.ffmpeg.org/ffmpeg/trunk