summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* fifo_realloc()Michael Niedermayer2004-12-01
| | | | Originally committed as revision 3726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a annoying debug printfMichael Niedermayer2004-11-30
| | | | Originally committed as revision 3725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw rgb flip fixMichael Niedermayer2004-11-30
| | | | Originally committed as revision 3724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing playback of ftp://ftp.mplayerhq.hu/MPlayer/incoming/blender_raw.aviMichael Niedermayer2004-11-30
| | | | Originally committed as revision 3723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* max frames command line optionsMichael Niedermayer2004-11-30
| | | | Originally committed as revision 3722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix interlacing check in v1 huffyuv.Loren Merritt2004-11-28
| | | | Originally committed as revision 3721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split ffhuffyuv into 2 codecs:Loren Merritt2004-11-28
| | | | | | | "huffyuv" is compatible with the official version "ffvhuff" contains our improvements Originally committed as revision 3720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some codec_id values so that new ones can be added at the end of the ↵Michael Niedermayer2004-11-28
| | | | | | subsets without breaking binary compatibility Originally committed as revision 3719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (dont use codec_id for error simulation)Michael Niedermayer2004-11-28
| | | | Originally committed as revision 3718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ↵Burkhard Plaum2004-11-27
| | | | | | de>) Originally committed as revision 3717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (encode bit buffer too small for 1920x1080 raw)Michael Niedermayer2004-11-27
| | | | Originally committed as revision 3716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new option: context_modelLoren Merritt2004-11-27
| | | | | | stores per-frame optimal huffman tables. Originally committed as revision 3715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* credits for Michel BardiauxMichael Niedermayer2004-11-26
| | | | Originally committed as revision 3714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix for build on IRIX by (Michel Bardiaux {mbardiaux peaktime be})Michael Niedermayer2004-11-25
| | | | Originally committed as revision 3713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix some type mismatches patch by (Jeff Muizelaar <muizelaar rogers com>)Jeff Muizelaar2004-11-25
| | | | Originally committed as revision 3712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cvsignore config.logFrançois Revol2004-11-25
| | | | Originally committed as revision 3711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* YUV420P to UYVY422 conversion patch by (Luca Abeni <lucabe72 >< email >< it>)Luca Abeni2004-11-24
| | | | Originally committed as revision 3710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixed typo which caused incorrect motion prediction in B-frames. patch by ↵Loren Merritt2004-11-24
| | | | | | (Loren Merritt <lorenm ta u tod washington tod edu>) Originally committed as revision 3709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check num_entries too to avoid reading over the array end and dont check i>0 ↵Michael Niedermayer2004-11-24
| | | | | | it must be >0 there Originally committed as revision 3708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fixes a segfault when flushing delayed B-frames on the 2nd pass. patch by ↵Loren Merritt2004-11-23
| | | | | | (Loren Merritt <lorenm.u@washington@edu>) Originally committed as revision 3707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DVDNav4 patch by ("Chris" <chris at garveycocker d0t com>)Chriss2004-11-23
| | | | Originally committed as revision 3706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cygwin fixes by (Sascha Sommer <saschasommer O freenet o de>)Michael Niedermayer2004-11-23
| | | | Originally committed as revision 3705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* int / int64 fix by (Wolfram Gloger <wmglo @@@ dent:med:uni-muenchen:de>)Michael Niedermayer2004-11-23
| | | | Originally committed as revision 3704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fake regression errors caused by randomly choosen dct algoMichael Niedermayer2004-11-22
| | | | Originally committed as revision 3703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS threading support. changed some "if FOO_THREAD||BAR_THREAD" to a more ↵François Revol2004-11-21
| | | | | | generic "if HAVE_THREADS" Originally committed as revision 3702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cvs policyMichael Niedermayer2004-11-21
| | | | Originally committed as revision 3701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parts of the dvd patch from ("Chris" <chris <at< garveycocker >dot< com> and ↵Michael Niedermayer2004-11-21
| | | | | | Paul Curtis <pfc >at> terrapin <dot< com>) Originally committed as revision 3700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cleanup patch by (James A. Morrison ↵James A. Morrison2004-11-21
| | | | | | <ja2morri>@<csclub>dot<uwaterloo>point<ca>) Originally committed as revision 3699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use correct typesMike Melanson2004-11-20
| | | | Originally committed as revision 3698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new NSV demuxerMike Melanson2004-11-20
| | | | Originally committed as revision 3697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* First implementation of nsv demuxer.François Revol2004-11-20
| | | | | | Get libavformat linked with lavc and lmp3lame is required. BeOS requires no undefined syms on link! (besides it's bad to leave undef syms) Originally committed as revision 3696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* workaround apps which dont provided correctly padded streamsMichael Niedermayer2004-11-19
| | | | Originally committed as revision 3695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing rv20201002Michael Niedermayer2004-11-19
| | | | Originally committed as revision 3694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* skip unknown streams instead of failingMichael Niedermayer2004-11-19
| | | | Originally committed as revision 3693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20103001 supportMichael Niedermayer2004-11-19
| | | | Originally committed as revision 3692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 demuxing fixMichael Niedermayer2004-11-19
| | | | Originally committed as revision 3691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reset ref_indexMichael Niedermayer2004-11-19
| | | | Originally committed as revision 3690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix parserMichael Niedermayer2004-11-19
| | | | Originally committed as revision 3689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* native QPEG video decoder, courtesy of Konstantin ShishkovMike Melanson2004-11-17
| | | | Originally committed as revision 3688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* loop hackMichael Niedermayer2004-11-16
| | | | Originally committed as revision 3687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mv/mb reuse regression testMichael Niedermayer2004-11-16
| | | | Originally committed as revision 3686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* overflow fixMichael Niedermayer2004-11-16
| | | | Originally committed as revision 3685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extradata and FF_INPUT_BUFFER_PADDING_SIZE docMichael Niedermayer2004-11-15
| | | | Originally committed as revision 3684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable redundant image formats, otherwise we wont get any bugreports about ↵Michael Niedermayer2004-11-14
| | | | | | -f image2 Originally committed as revision 3683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* attribute_usedMichael Niedermayer2004-11-14
| | | | Originally committed as revision 3682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* plane predicted non-interlacd rgb decodeing fixMichael Niedermayer2004-11-14
| | | | Originally committed as revision 3681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw h261 demuxing fixMichael Niedermayer2004-11-13
| | | | Originally committed as revision 3680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* allocate a few bytes more for extradata so the bitstream reader if its used ↵Michael Niedermayer2004-11-13
| | | | | | by the codec for parsing extardata, doesnt read over the end Originally committed as revision 3679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* automatic workaround for another padding bugMichael Niedermayer2004-11-13
| | | | Originally committed as revision 3678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge pam_decode_frame() into pnm_decode_frame()Michael Niedermayer2004-11-12
| | | | Originally committed as revision 3677 to svn://svn.ffmpeg.org/ffmpeg/trunk