summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* complete aspect supportAlex Beregszaszi2002-09-141-7/+42
| | | | Originally committed as revision 944 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced qpel mpeg4 fixedMichael Niedermayer2002-09-141-27/+54
| | | | Originally committed as revision 943 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Synthesize pixels16 functions from pixels functions.Falk Hüffner2002-09-131-10/+45
| | | | Originally committed as revision 942 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aspect (ext. par too) support for h263 and mpeg4 (inc. build becouse of new ↵Alex Beregszaszi2002-09-133-11/+26
| | | | | | vars) Originally committed as revision 941 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for h % 8 == 4 in put_pixels_axp_asm.Falk Hüffner2002-09-131-32/+12
| | | | Originally committed as revision 940 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (field select readed at the wrong place ...)Michael Niedermayer2002-09-131-9/+15
| | | | Originally committed as revision 939 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced b frames cleanupMichael Niedermayer2002-09-131-73/+74
| | | | Originally committed as revision 938 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Due to version renumbering, Alpha builtins aren't supported in thegccFalk Hüffner2002-09-131-1/+1
| | | | | | 3.2 release. Originally committed as revision 937 to svn://svn.ffmpeg.org/ffmpeg/trunk
* interlaced mpeg4 b frame decodingMichael Niedermayer2002-09-135-75/+177
| | | | Originally committed as revision 936 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adapt to new 8/16 table scheme.Falk Hüffner2002-09-131-19/+19
| | | | Originally committed as revision 935 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing 1/0 if the headers are incomplete (like what M$ encoder generates)Michael Niedermayer2002-09-131-0/+5
| | | | Originally committed as revision 934 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing interlaced mpeg4 decodingMichael Niedermayer2002-09-122-7/+14
| | | | Originally committed as revision 933 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error resilience command line optionMichael Niedermayer2002-09-121-0/+9
| | | | Originally committed as revision 932 to svn://svn.ffmpeg.org/ffmpeg/trunk
* parsing resync header extension supportMichael Niedermayer2002-09-121-17/+8
| | | | Originally committed as revision 931 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vbv parameter parsing (more skiping actually ;) )Michael Niedermayer2002-09-121-2/+11
| | | | Originally committed as revision 930 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid nonsense frame-skip messagesMichael Niedermayer2002-09-121-1/+1
| | | | Originally committed as revision 929 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression checksum change cuz of LIBAVCODEC_BUILD changeMichael Niedermayer2002-09-121-2/+2
| | | | Originally committed as revision 928 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uninitialized var ...Michael Niedermayer2002-09-121-2/+3
| | | | Originally committed as revision 927 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegvideo_probe cant distinguish mpeg4 and mpeg1 raws :( so m4v needs "-f ↵Michael Niedermayer2002-09-121-1/+2
| | | | | | m4v" now Originally committed as revision 926 to svn://svn.ffmpeg.org/ffmpeg/trunk
* statistics for forw & back p-MBs instead of just one counter for bothMichael Niedermayer2002-09-123-15/+26
| | | | Originally committed as revision 925 to svn://svn.ffmpeg.org/ffmpeg/trunk
* m4v input supportMichael Niedermayer2002-09-122-11/+47
| | | | | | return the correct number of bytes consumed for decding h263 like formats (needed for reading raw streams) this could break some divx files with b frames, so please tell me ASAP if u notice any problems Originally committed as revision 924 to svn://svn.ffmpeg.org/ffmpeg/trunk
* export pts from stream if availableMichael Niedermayer2002-09-122-6/+16
| | | | | | store pts in stream if available (otherwise use frame_rate) Originally committed as revision 923 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change abort() calls to av_abort() calls.Philip Gladstone2002-09-122-2/+2
| | | | Originally committed as revision 922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change calls to abort() to be calls to av_abort()Philip Gladstone2002-09-124-6/+6
| | | | Originally committed as revision 921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Add code to pace sending a stream when it is being sent from a file.Philip Gladstone2002-09-121-1/+29
| | | | | | | | | We limit the datarate to twice the average datarate (however the first few seconds are sent flat out to help with prebuffering). * Add the initialization of the rc_eq fields and the like for VIDEO codecs. * Add the missing get_arg calls for VideoQxxxx Originally committed as revision 920 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add the transfer of the new parameters from ffmpeg to ffserver and vice-versaPhilip Gladstone2002-09-123-3/+65
| | | | | | This adds functions to send and receive doubles and also null terminated strings. Originally committed as revision 919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set pict_type & key_frame on decoding tooMichael Niedermayer2002-09-122-4/+4
| | | | Originally committed as revision 918 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 raw output support patch by ("Maksim (Max) Krasnyanskiy" <maxk at ↵Max Krasnyansky2002-09-111-0/+15
| | | | | | qualcomm dot com>) Originally committed as revision 917 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing raw yuv inputMichael Niedermayer2002-09-111-0/+4
| | | | Originally committed as revision 916 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put/avg_pixels16Michael Niedermayer2002-09-118-399/+958
| | | | | | fixing 2 small qpel bugs Originally committed as revision 915 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reducing sizeof MpegEncContext to avoid stack overflow on crap M$ windo$Michael Niedermayer2002-09-112-1/+5
| | | | Originally committed as revision 914 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing y422p outputMichael Niedermayer2002-09-091-2/+4
| | | | Originally committed as revision 7352 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixed palette8to{rgb24,bgr24,rgb32,bgr32}Alex Beregszaszi2002-09-091-17/+21
| | | | Originally committed as revision 7335 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fixing overflow in 16->8 bit conversion, patch by (Nikolai Zhubr <s001 at ↵Nikolai Zhubr2002-09-071-2/+2
| | | | | | hotbox dot ru>) Originally committed as revision 913 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (forgot checksums after mpeg4_encode_block() optimizations which ↵Michael Niedermayer2002-09-071-1/+1
| | | | | | generates slightly shorter bitstream) Originally committed as revision 912 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing mpeg4_encode_block(), generates allso slightly shorter bitstream ↵Michael Niedermayer2002-09-071-14/+152
| | | | | | as some codes can be represented as esc1 and esc2 and esc2 is shorter for a few of them Originally committed as revision 911 to svn://svn.ffmpeg.org/ffmpeg/trunk
* regression tests for msmpeg4v2 & wmv1Michael Niedermayer2002-09-062-0/+26
| | | | Originally committed as revision 910 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support decoding of the last mpeg "packet" even if no startcode is ↵Michael Niedermayer2002-09-062-4/+15
| | | | | | | | immedeatly afterwards (fixes bugs with mpeg in avi) new behavior is only activated if CODEC_FLAG_NOT_TRUNCATED is set Originally committed as revision 909 to svn://svn.ffmpeg.org/ffmpeg/trunk
* yuv4mpeg output support patch by (Henry Mason <talus25 at speakeasy dot net>)Henry Mason2002-09-061-1/+143
| | | | Originally committed as revision 908 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing rv10 encoding (ffmpeg can at least decode its own rv10 files now)Michael Niedermayer2002-09-052-5/+17
| | | | Originally committed as revision 907 to svn://svn.ffmpeg.org/ffmpeg/trunk
* apiexample needs EXTRALIBSMichael Niedermayer2002-09-051-1/+1
| | | | Originally committed as revision 906 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing testsMichael Niedermayer2002-09-053-20/+20
| | | | Originally committed as revision 905 to svn://svn.ffmpeg.org/ffmpeg/trunk
* do regression tests for rv10 tooMichael Niedermayer2002-09-032-1/+3
| | | | Originally committed as revision 904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing segfaultMichael Niedermayer2002-09-031-1/+1
| | | | Originally committed as revision 903 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (compilation if defined ARCH_ALPHA)Michael Niedermayer2002-09-021-4/+3
| | | | Originally committed as revision 902 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing encoding at high QPs (was broken after the dct accuracy increase due ↵Michael Niedermayer2002-09-021-5/+5
| | | | | | to too small inverse table) Originally committed as revision 901 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ar -s -> ranlibMichael Niedermayer2002-09-023-2/+7
| | | | Originally committed as revision 900 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new vbv calculation patch by (Henry Mason <talus25 at speakeasy dot net>) ↵Henry Mason2002-09-022-4/+7
| | | | | | with slight modification by me Originally committed as revision 899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* altivec build tidyup patch by (Brian Foley <bfoley at compsoc dot nuigalway ↵Brian Foley2002-09-027-15/+61
| | | | | | dot ie>) Originally committed as revision 898 to svn://svn.ffmpeg.org/ffmpeg/trunk
* higher accuracyMichael Niedermayer2002-09-011-2/+4
| | | | Originally committed as revision 897 to svn://svn.ffmpeg.org/ffmpeg/trunk