summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* beos/mov/adpcm patch by François Revol <revol at free dot fr>François Revol2002-07-20
| | | | | | | | | | | | | | | | | | | | | * Some BeOS fixes: - errno stuff - nanosleep() replacement - added a doc/README.beos * mov reader still has problems with most videos (skips many chunks), - It should now read .mov files with zlib-compressed moov headers (aka cmov) - added SVQ1 support. - removed mapping 'raw ' and 'yuv2' to h263, was my mistake. - added IMA4 support. (tested) - fixed frame rate (it reported 0 fps or something before) - extended file probing ('wide' and 'free' atoms) - improved .mov/.mp4 detection (or so I think) * adpcm * added zlib support, with header file and lib check Originally committed as revision 780 to svn://svn.ffmpeg.org/ffmpeg/trunk
* BeOS patches by "shatty" <shatty at myrealbox.com>Michael Niedermayer2002-07-19
| | | | | | | | | 1. errno's are negative on beos, so negating them gives positive values. 2. the -shared flag is -nostart on beos. 3. building the shared lib on beos requires -fomit-frame-pointer 4. beos doesn't have oss support Originally committed as revision 779 to svn://svn.ffmpeg.org/ffmpeg/trunk
* largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net>Roy Sigurd Karlsbakk2002-07-18
| | | | Originally committed as revision 778 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using time.h for Cygwin systems as wellZdenek Kabelac2002-07-18
| | | | Originally committed as revision 777 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use edge emu for encoding of width or height %16!=0 filesMichael Niedermayer2002-07-17
| | | | Originally committed as revision 776 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing NULL reference frame with dr1Michael Niedermayer2002-07-17
| | | | Originally committed as revision 775 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hmm ABS(dc-diff) > 512 fixMichael Niedermayer2002-07-17
| | | | | | printing some error messages if some error occurs Originally committed as revision 774 to svn://svn.ffmpeg.org/ffmpeg/trunk
* larger edge emu buffer (might have been too small)Michael Niedermayer2002-07-17
| | | | Originally committed as revision 773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing gmc with emu edgesMichael Niedermayer2002-07-17
| | | | Originally committed as revision 772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced mpeg2 fix ... replacing linesize>>1 by uvlinesize brainlessly ↵Michael Niedermayer2002-07-17
| | | | | | wasnt a good idea Originally committed as revision 771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* low_delay / has_b_frames fixMichael Niedermayer2002-07-17
| | | | Originally committed as revision 770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixes fire.avi & subtitles.aviMichael Niedermayer2002-07-17
| | | | Originally committed as revision 769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exporting mbskip_table after it has been allocatedMichael Niedermayer2002-07-16
| | | | Originally committed as revision 768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hurry up supportMichael Niedermayer2002-07-16
| | | | | | returning buf_size insetad of 0 Originally committed as revision 767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grayscale only decodingMichael Niedermayer2002-07-16
| | | | Originally committed as revision 766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dr1Michael Niedermayer2002-07-16
| | | | Originally committed as revision 765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dr1Michael Niedermayer2002-07-16
| | | | Originally committed as revision 764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* direct rendering for SVQ1Michael Niedermayer2002-07-15
| | | | | | | | | MpegEncContext->opaque MUST NOT be used by the codec, its for the parent program using standart values for pict_type using (uv)linesize handling dropable p-frames like b-frames Originally committed as revision 763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uvlinesizeMichael Niedermayer2002-07-15
| | | | | | | export has_b_frames mb_skip with more than 2 ip buffers Originally committed as revision 762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1001LNick Kurshev2002-07-15
| | | | Originally committed as revision 761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4mv & qpel edge emuMichael Niedermayer2002-07-15
| | | | Originally committed as revision 760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* direct rendering method 1 supportMichael Niedermayer2002-07-14
| | | | Originally committed as revision 759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rl vlc table optimization (not yet used)Michael Niedermayer2002-07-14
| | | | Originally committed as revision 758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster get_bit_cacheMichael Niedermayer2002-07-14
| | | | Originally committed as revision 757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Force inlining on get_vlc2.Falk Hüffner2002-07-13
| | | | Originally committed as revision 756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rl decoding optimizationMichael Niedermayer2002-07-13
| | | | Originally committed as revision 755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove support for variable BSIZE and INCR, as sub_pixels_* is noFalk Hüffner2002-07-13
| | | | | | longer needed. Originally committed as revision 754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc -> get_vlc2Michael Niedermayer2002-07-13
| | | | Originally committed as revision 753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Improve xy2 routines slightlyFalk Hüffner2002-07-13
| | | | | | * Mark MC pointer arguments as restrict Originally committed as revision 752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimization (get_vlc() -> get_vlc2())Michael Niedermayer2002-07-13
| | | | Originally committed as revision 751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimization (get_vlc -> get_vlc2)Michael Niedermayer2002-07-13
| | | | Originally committed as revision 750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return buf_size again, i hope kabi is finally happy now ;)Michael Niedermayer2002-07-13
| | | | Originally committed as revision 749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rl vlc decoding optimizationsMichael Niedermayer2002-07-13
| | | | Originally committed as revision 748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warning fix.Falk Hüffner2002-07-12
| | | | Originally committed as revision 747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't exit decoder after decoding first field -> fixes angels.avi interlacingArpi2002-07-11
| | | | Originally committed as revision 746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tweak Alpha compiler flags.Falk Hüffner2002-07-11
| | | | Originally committed as revision 745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10LNick Kurshev2002-07-11
| | | | Originally committed as revision 744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Arpi to list of porters.Nick Kurshev2002-07-11
| | | | Originally committed as revision 743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change licence to LGPL since there are no objections from side of original ↵Nick Kurshev2002-07-11
| | | | | | author Originally committed as revision 742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont trash table in GET_VLCMichael Niedermayer2002-07-11
| | | | Originally committed as revision 741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some cruft.Falk Hüffner2002-07-10
| | | | Originally committed as revision 740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding ff prefix to avoid global name conficts with xvid (patch by Marko ↵Marko Kreen2002-07-10
| | | | | | Kreen <marko at l-t.ee>) Originally committed as revision 739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* returning the number of consumed bytes (2nd try)Michael Niedermayer2002-07-10
| | | | Originally committed as revision 738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc() optimizationsMichael Niedermayer2002-07-10
| | | | Originally committed as revision 737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Applied patch of Felix BuenemannNick Kurshev2002-07-10
| | | | Originally committed as revision 736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get_vlc() optimizationMichael Niedermayer2002-07-10
| | | | Originally committed as revision 735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * prefixication (due Kabi's request)Nick Kurshev2002-07-10
| | | | | | | | | | * generic optimization: - enable ALT and ALIGNED stream - move "if(const)" out from loops - supress duplicated computing * first attempt to fix problem with strides Originally committed as revision 734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * clean compiler warningZdenek Kabelac2002-07-10
| | | | Originally committed as revision 733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -O3Michael Niedermayer2002-07-10
| | | | Originally committed as revision 732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return the number of consumed bytes instead of 0 or buf_sizeMichael Niedermayer2002-07-10
| | | | Originally committed as revision 731 to svn://svn.ffmpeg.org/ffmpeg/trunk