Michael Niedermayer [Thu, 22 Aug 2002 19:41:06 +0000 (19:41 +0000)]
better scene change detection
Originally committed as revision 858 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 21 Aug 2002 19:18:02 +0000 (19:18 +0000)]
darwin patches by Heliodoro Tammaro <helio at interactives dot org>
Originally committed as revision 857 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 21 Aug 2002 17:36:58 +0000 (17:36 +0000)]
regression test checksum update (seems the files where even in different directories ...)
Originally committed as revision 856 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 20 Aug 2002 19:23:06 +0000 (19:23 +0000)]
dont trash mm0, its still used in the next iteration of the loop (fixes strange horizontal lines on some blocks in b frames on mmx only cpus)
Originally committed as revision 855 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 18 Aug 2002 00:42:58 +0000 (00:42 +0000)]
same dc skip behavior for chroma & luma elimination, its confusing otherwise imho
Originally committed as revision 854 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 17 Aug 2002 20:10:27 +0000 (20:10 +0000)]
skip blocks with small chroma dc too (if the user wants it) needed to avoid IDCT(input coeffs !=0) == 0 problems which cause catastrophic error accumulation at qp=1
Originally committed as revision 853 to svn://svn.ffmpeg.org/ffmpeg/trunk
Eric Sesterhenn [Tue, 13 Aug 2002 19:18:20 +0000 (19:18 +0000)]
remove unused varibles patch by (Eric Sesterhenn <SnakeByte at gmx dot de>)
Originally committed as revision 6992 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Volker Moell [Tue, 13 Aug 2002 18:51:11 +0000 (18:51 +0000)]
patch by (Volker Moell <volker-ml at die-moells dot de>)
creating $(prefix)/bin and $(prefix)/lib
improved linking libavcodec.so -> libavcodec-$(VERSION).so
ldconfig does not rise an error on not beeing root when installing
Originally committed as revision 852 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Fri, 9 Aug 2002 13:06:27 +0000 (13:06 +0000)]
* skiping unwanted packets when it's possible
* using 64bits us timestamps (needs more checking)
Originally committed as revision 851 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Fri, 9 Aug 2002 13:04:27 +0000 (13:04 +0000)]
* using statics
Originally committed as revision 850 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Fri, 9 Aug 2002 10:43:02 +0000 (10:43 +0000)]
* resync without endless loop
Originally committed as revision 849 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Aug 2002 00:13:54 +0000 (00:13 +0000)]
faster vlc table selection
Originally committed as revision 848 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Thu, 8 Aug 2002 22:04:01 +0000 (22:04 +0000)]
* added support for multiple payloads
Originally committed as revision 847 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Thu, 8 Aug 2002 16:43:47 +0000 (16:43 +0000)]
* ok - let's start with avifile->ffmpeg morphing
for the begining it's major rewrite of asf parsing code
(tested only inside avifile at this moment)
it handles descrambling (though without WMA it's probably
useless inside ffmpeg...
* extended AVStream structure to return information about
stream time length
* extended AVStream to export extra data found after standard
headers - not really usefull for ffmpeg - but Windows codecs
need them.
* asf parsing is not yet finished but works nicely already
(at 100% better them before :))
Originally committed as revision 846 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 8 Aug 2002 10:46:16 +0000 (10:46 +0000)]
1000l
Originally committed as revision 6950 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Tue, 6 Aug 2002 23:51:15 +0000 (23:51 +0000)]
mpeg4 mpeg quantizer encoding
Originally committed as revision 844 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 5 Aug 2002 21:36:14 +0000 (21:36 +0000)]
4mv + bframe decoding bugfix
Originally committed as revision 843 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 5 Aug 2002 19:05:02 +0000 (19:05 +0000)]
fixing level overflow check for qp=1
Originally committed as revision 842 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Aug 2002 19:28:27 +0000 (19:28 +0000)]
hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though)
Originally committed as revision 841 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Aug 2002 18:19:09 +0000 (18:19 +0000)]
fixing slices which start at mb_x>0
Originally committed as revision 840 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Aug 2002 16:46:18 +0000 (16:46 +0000)]
supporting rare overflow mess even with error_resilience>=0
Originally committed as revision 839 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Aug 2002 16:21:41 +0000 (16:21 +0000)]
making some error checks optional
Originally committed as revision 838 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Aug 2002 16:05:05 +0000 (16:05 +0000)]
last_picture should be never == NULL (it was with dr1) this might fix a segfault with error concealment
Originally committed as revision 837 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 2 Aug 2002 20:27:46 +0000 (20:27 +0000)]
fixing mpeg4 mpeg quantizers
Originally committed as revision 836 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 2 Aug 2002 11:58:02 +0000 (11:58 +0000)]
fixing normal mmx idct
Originally committed as revision 835 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 1 Aug 2002 23:23:48 +0000 (23:23 +0000)]
10l found by Rémi Guyomarch <rguyom at pobox dot com>
Originally committed as revision 834 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 1 Aug 2002 12:39:08 +0000 (12:39 +0000)]
planar yuv 444 422 411 support
Originally committed as revision 6864 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Thu, 1 Aug 2002 11:01:07 +0000 (11:01 +0000)]
max_b_frame=4 bugfix
Originally committed as revision 833 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 31 Jul 2002 08:01:29 +0000 (08:01 +0000)]
b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>)
Originally committed as revision 832 to svn://svn.ffmpeg.org/ffmpeg/trunk
Falk Hüffner [Mon, 29 Jul 2002 23:14:51 +0000 (23:14 +0000)]
MVI optimizations for motion estimation.
Originally committed as revision 831 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 28 Jul 2002 15:02:47 +0000 (15:02 +0000)]
better big/little endian test
Originally committed as revision 830 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sun, 28 Jul 2002 04:19:46 +0000 (04:19 +0000)]
* Now we do not delete the feed file if it was created with the same
parameters as the currently desired codec settings. Thus it is
important not to fiddle with the streams if you want to keep the
old data.
* Fix it so that the ?buffer= paramter can be larger than 40 minutes or
so. Why is this good? So I can use ?buffer=43200 and get video from
12 hours ago (i.e. when it is daylight outside)
Originally committed as revision 829 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 27 Jul 2002 15:22:17 +0000 (15:22 +0000)]
* Removed a debug printf
* Fix the sense of the test for "-" with customlog and not closing stdout in daemon mode
Originally committed as revision 828 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 27 Jul 2002 14:48:44 +0000 (14:48 +0000)]
dump bits per frame / qp / frame complexity support
Originally committed as revision 827 to svn://svn.ffmpeg.org/ffmpeg/trunk
Leon van Stuivenberg [Sat, 27 Jul 2002 08:27:02 +0000 (08:27 +0000)]
handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl>
Originally committed as revision 826 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 27 Jul 2002 03:22:55 +0000 (03:22 +0000)]
Add notes on the ?date= format.
Originally committed as revision 825 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 27 Jul 2002 03:08:04 +0000 (03:08 +0000)]
Add conversions to and from RGBA32 and BGRA32.
Originally committed as revision 824 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 27 Jul 2002 03:05:45 +0000 (03:05 +0000)]
Fix a potential endless loop (nb (1 * 3) / 2 == 1)
Originally committed as revision 823 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 27 Jul 2002 03:03:44 +0000 (03:03 +0000)]
Add some examples of using ACL
Originally committed as revision 822 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 27 Jul 2002 03:03:04 +0000 (03:03 +0000)]
* Make asf streaming work again. Now uses the output format asf_stream.
* Add ip address based acls for streams. I recommend adding ACL entries
for all feeds to control who can submit stuff. You might also want to
consider who can get to your status page.
* Make logging work again if customlog == "-"
Originally committed as revision 821 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 27 Jul 2002 03:00:39 +0000 (03:00 +0000)]
Add conditional build of strptime
Originally committed as revision 820 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 27 Jul 2002 02:59:32 +0000 (02:59 +0000)]
Add logic to figure out whether strptime is present on the system. If not, then
get it built.
Originally committed as revision 819 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 27 Jul 2002 02:56:22 +0000 (02:56 +0000)]
Add strptime into the source pool for those systems that don't have it.
Originally committed as revision 818 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 27 Jul 2002 02:54:10 +0000 (02:54 +0000)]
* Add code for ffserver to get stream output formats: guess_stream_format
* Add real parse_date code. This is much more robust and can handle localtime and UTC
Originally committed as revision 817 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 27 Jul 2002 02:52:52 +0000 (02:52 +0000)]
Add prototype of guess_stream_format
Originally committed as revision 816 to svn://svn.ffmpeg.org/ffmpeg/trunk
Philip Gladstone [Sat, 27 Jul 2002 02:52:23 +0000 (02:52 +0000)]
Add another asf output format type -- asf_stream. The convention is that
ffserver will always try and use the _stream suffix if possible.
Originally committed as revision 815 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 25 Jul 2002 20:22:36 +0000 (20:22 +0000)]
different edge positions fixed with edge emu / dr1
Originally committed as revision 814 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 25 Jul 2002 17:09:20 +0000 (17:09 +0000)]
added 'NoDaemon' command - added RTP/RTSP stream example
Originally committed as revision 813 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 25 Jul 2002 16:48:44 +0000 (16:48 +0000)]
added RTSP and RTP server support - added daemon mode as default (use -d for foreground mode) - added module support
Originally committed as revision 812 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 25 Jul 2002 16:40:10 +0000 (16:40 +0000)]
build stripped and unstripped ffmpeg - ffserver exports all its symbols for modules - added installlib target for development static libraries installation
Originally committed as revision 811 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 25 Jul 2002 16:25:36 +0000 (16:25 +0000)]
added proposed API for parse_only mode to extract compressed frames from compressed streams
Originally committed as revision 810 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 25 Jul 2002 16:15:28 +0000 (16:15 +0000)]
added include for ffserver dynamically loaded modules
Originally committed as revision 809 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 25 Jul 2002 16:07:39 +0000 (16:07 +0000)]
renamed gettime() av_gettime() - same for register_all()
Originally committed as revision 808 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 25 Jul 2002 16:06:41 +0000 (16:06 +0000)]
added installlib target
Originally committed as revision 807 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 25 Jul 2002 16:05:52 +0000 (16:05 +0000)]
exported av_probe_input_format()
Originally committed as revision 806 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 25 Jul 2002 16:05:25 +0000 (16:05 +0000)]
renamed gettime to av_gettime()
Originally committed as revision 805 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 25 Jul 2002 16:04:20 +0000 (16:04 +0000)]
moved simple c utils
Originally committed as revision 804 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 25 Jul 2002 16:03:55 +0000 (16:03 +0000)]
separated init code from utils to reduce static library size
Originally committed as revision 803 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 25 Jul 2002 16:01:46 +0000 (16:01 +0000)]
more consistent naming
Originally committed as revision 802 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 24 Jul 2002 18:05:26 +0000 (18:05 +0000)]
added RTP/RTSP stuff
Originally committed as revision 801 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 24 Jul 2002 18:04:50 +0000 (18:04 +0000)]
added url_split()
Originally committed as revision 800 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 24 Jul 2002 18:04:24 +0000 (18:04 +0000)]
added compilation of RTP/RTSP stuff
Originally committed as revision 799 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 24 Jul 2002 17:56:25 +0000 (17:56 +0000)]
suppressed packet size dependancy
Originally committed as revision 798 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 24 Jul 2002 17:53:23 +0000 (17:53 +0000)]
http protocol now uses tcp: protocol (simpler)
Originally committed as revision 797 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 24 Jul 2002 17:51:50 +0000 (17:51 +0000)]
added dynamic buffer support - added url_fprintf() and url_fgetc()
Originally committed as revision 796 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 24 Jul 2002 17:50:23 +0000 (17:50 +0000)]
added url_get_max_packet_size() support - added URL_RDWR flag
Originally committed as revision 795 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 24 Jul 2002 17:49:11 +0000 (17:49 +0000)]
api change for packet based protocols (such as UDP and RTP)
Originally committed as revision 794 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 24 Jul 2002 17:45:41 +0000 (17:45 +0000)]
better UDP support - added preliminary multicast support (untested)
Originally committed as revision 793 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 24 Jul 2002 17:40:26 +0000 (17:40 +0000)]
added rtp port range support
Originally committed as revision 792 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Wed, 24 Jul 2002 17:38:20 +0000 (17:38 +0000)]
added local port option
Originally committed as revision 791 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Tue, 23 Jul 2002 22:05:35 +0000 (22:05 +0000)]
patch by François Revol <revol at free dot fr>
- fix for multiple frames per chunk
- better probing
- better header parsing
- fixed some 4CCs
- use av_new_stream() (but still dealocates some of them with av_free())
Originally committed as revision 790 to svn://svn.ffmpeg.org/ffmpeg/trunk
Bohdan Horst [Tue, 23 Jul 2002 09:44:34 +0000 (09:44 +0000)]
this include isn;t longer need and now generate a lot of warnings patch by Bohdan Horst <nexus at hoth.amu.edu.pl>
Originally committed as revision 789 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Mon, 22 Jul 2002 20:51:26 +0000 (20:51 +0000)]
moved codebooks to svq1_cb.h
Originally committed as revision 788 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 22 Jul 2002 09:48:31 +0000 (09:48 +0000)]
-bug comand line option to workaround encoder bugs which cannot be detected automatically
Originally committed as revision 787 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 22 Jul 2002 08:15:27 +0000 (08:15 +0000)]
fixing bitrate vs. kbitrate in header
fixing wmv1 decoder (was broken during some optimizations ...)
inter-intra prediction encoding
Originally committed as revision 786 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Mon, 22 Jul 2002 01:44:08 +0000 (01:44 +0000)]
adpcm encoding patch by François Revol <revol at free dot fr>
Originally committed as revision 785 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Sun, 21 Jul 2002 07:59:17 +0000 (07:59 +0000)]
nanosleep patch by François Revol <revol at free dot fr>
Originally committed as revision 784 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Sun, 21 Jul 2002 07:54:53 +0000 (07:54 +0000)]
YUV410P to YUV420P patch by François Revol <revol at free dot fr>
Originally committed as revision 783 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 21 Jul 2002 01:34:05 +0000 (01:34 +0000)]
minor optimizations
fixing numbers.avi
fixing ac prediction between MBs with different QP
Originally committed as revision 782 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 21 Jul 2002 00:48:50 +0000 (00:48 +0000)]
pix_abs mmx2 isnt bit-exact ...
Originally committed as revision 781 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Sat, 20 Jul 2002 20:05:50 +0000 (20:05 +0000)]
beos/mov/adpcm patch by François Revol <revol at free dot fr>
* 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
Michael Niedermayer [Fri, 19 Jul 2002 22:23:40 +0000 (22:23 +0000)]
BeOS patches by "shatty" <shatty at myrealbox.com>
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
Roy Sigurd Karlsbakk [Thu, 18 Jul 2002 20:27:09 +0000 (20:27 +0000)]
largefile support patch by Roy Sigurd Karlsbakk <roy at karlsbakk.net>
Originally committed as revision 778 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Thu, 18 Jul 2002 17:11:27 +0000 (17:11 +0000)]
* using time.h for Cygwin systems as well
Originally committed as revision 777 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 17 Jul 2002 23:32:31 +0000 (23:32 +0000)]
use edge emu for encoding of width or height %16!=0 files
Originally committed as revision 776 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 17 Jul 2002 17:50:42 +0000 (17:50 +0000)]
fixing NULL reference frame with dr1
Originally committed as revision 775 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 17 Jul 2002 15:54:56 +0000 (15:54 +0000)]
hmm ABS(dc-diff) > 512 fix
printing some error messages if some error occurs
Originally committed as revision 774 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 17 Jul 2002 13:25:01 +0000 (13:25 +0000)]
larger edge emu buffer (might have been too small)
Originally committed as revision 773 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 17 Jul 2002 12:42:50 +0000 (12:42 +0000)]
fixing gmc with emu edges
Originally committed as revision 772 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 17 Jul 2002 11:04:26 +0000 (11:04 +0000)]
interlaced mpeg2 fix ... replacing linesize>>1 by uvlinesize brainlessly wasnt a good idea
Originally committed as revision 771 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 17 Jul 2002 10:30:31 +0000 (10:30 +0000)]
low_delay / has_b_frames fix
Originally committed as revision 770 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 17 Jul 2002 09:15:14 +0000 (09:15 +0000)]
fixes fire.avi & subtitles.avi
Originally committed as revision 769 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 16 Jul 2002 11:45:14 +0000 (11:45 +0000)]
exporting mbskip_table after it has been allocated
Originally committed as revision 768 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 16 Jul 2002 10:29:07 +0000 (10:29 +0000)]
hurry up support
returning buf_size insetad of 0
Originally committed as revision 767 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 16 Jul 2002 10:19:00 +0000 (10:19 +0000)]
grayscale only decoding
Originally committed as revision 766 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 16 Jul 2002 01:24:02 +0000 (01:24 +0000)]
dr1
Originally committed as revision 765 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 16 Jul 2002 00:48:29 +0000 (00:48 +0000)]
dr1
Originally committed as revision 764 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 15 Jul 2002 21:19:37 +0000 (21:19 +0000)]
direct rendering for SVQ1
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
Michael Niedermayer [Mon, 15 Jul 2002 14:15:10 +0000 (14:15 +0000)]
uvlinesize
export has_b_frames
mb_skip with more than 2 ip buffers
Originally committed as revision 762 to svn://svn.ffmpeg.org/ffmpeg/trunk
Nick Kurshev [Mon, 15 Jul 2002 07:43:22 +0000 (07:43 +0000)]
1001L
Originally committed as revision 761 to svn://svn.ffmpeg.org/ffmpeg/trunk