]>
git.sesse.net Git - ffmpeg/log
Michael Niedermayer [Thu, 22 Jan 2004 19:48:28 +0000 (19:48 +0000)]
closed gop support & flags2 as all bits in flags are used
and a few minor things i forgot to commit ...
Originally committed as revision 2718 to svn://svn.ffmpeg.org/ffmpeg/trunk
Chip [Thu, 22 Jan 2004 12:09:14 +0000 (12:09 +0000)]
inttypes.h patch by (Chip <szarlada at freemail dot hu>)
Originally committed as revision 2717 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 21 Jan 2004 19:14:26 +0000 (19:14 +0000)]
more tolerance for dc=0
Originally committed as revision 2716 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 19 Jan 2004 14:41:34 +0000 (14:41 +0000)]
avcodec_flush_buffers() fix
Originally committed as revision 2715 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 18 Jan 2004 21:57:32 +0000 (21:57 +0000)]
segfault fix
Originally committed as revision 2714 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 18 Jan 2004 21:41:44 +0000 (21:41 +0000)]
removing broken framerate conversation hack in mpeg1/2
Originally committed as revision 2713 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 18 Jan 2004 02:59:01 +0000 (02:59 +0000)]
rv20 mv prediction in b frames fix
Originally committed as revision 2712 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 17 Jan 2004 22:02:07 +0000 (22:02 +0000)]
CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>)
Originally committed as revision 2711 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 17 Jan 2004 20:26:44 +0000 (20:26 +0000)]
seeking stuff
adaptively change middle position selection algo for seeking, this avoids some ugly worstcases of the interpolated variant
avoid backward search for mpeg where possible, its 17 times slower then forward according to my benchmark
Originally committed as revision 2710 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 17 Jan 2004 18:06:52 +0000 (18:06 +0000)]
store searched distance in index, so we dont waste time searching for keyframes where we already searched
asf seek fixes & use keyframe pos/timestamp cache
Originally committed as revision 2709 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 15 Jan 2004 01:29:26 +0000 (01:29 +0000)]
xvid "packed" stuff support
Originally committed as revision 2708 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 14 Jan 2004 21:50:05 +0000 (21:50 +0000)]
header parser fix
Originally committed as revision 2707 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 14 Jan 2004 21:27:59 +0000 (21:27 +0000)]
replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least decode the video without segfaulting
Originally committed as revision 2706 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 14 Jan 2004 20:22:11 +0000 (20:22 +0000)]
dont let the demuxer thread die before the video has actually been played as seeking would become impossible shortly before EOF
Originally committed as revision 2705 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 14 Jan 2004 18:40:29 +0000 (18:40 +0000)]
use packet number instead of byte number internally for seeking
Originally committed as revision 2704 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 14 Jan 2004 18:32:49 +0000 (18:32 +0000)]
unused
Originally committed as revision 2703 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 14 Jan 2004 18:18:47 +0000 (18:18 +0000)]
seeking fixes
memleaks
infinite loops
uninitalized variables
with some luck u can seek now a few times before it dies
Originally committed as revision 2702 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 14 Jan 2004 14:45:53 +0000 (14:45 +0000)]
memleak fix
multiple stream seeking (yes i know seeking is still broken)
related cleanup
Originally committed as revision 2701 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kevin Kuphal [Wed, 14 Jan 2004 13:32:49 +0000 (13:32 +0000)]
seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>)
Originally committed as revision 2700 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 14 Jan 2004 02:35:04 +0000 (02:35 +0000)]
dont calculate stuff if its not used ...
Originally committed as revision 2699 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 14 Jan 2004 02:21:39 +0000 (02:21 +0000)]
fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmp
bug was introduced in version 1.75 (2003-12-30)
this may have lead to a small drop in quality of the 4mv mode, but should have only affected the mbd=0 case
Originally committed as revision 2698 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 13 Jan 2004 22:02:49 +0000 (22:02 +0000)]
caching of timestamps for mpeg-ps so seeking is faster
move (av_)find_stream_index() to utils.c as its usefull outside mpeg.c
assert checking enabled, to find bugs quicker, should obviously be disabled later
(av_)add_index_entry() inserts new entries so that the list stays ordered and updates entries if already in it
(av_)index_search_timestamp() cleanup (kill ugly goto) and shorter
Originally committed as revision 2697 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Tue, 13 Jan 2004 20:26:44 +0000 (20:26 +0000)]
Right fix for older zlib version
Originally committed as revision 2696 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Tue, 13 Jan 2004 19:46:37 +0000 (19:46 +0000)]
Fix for older version of zlib
Originally committed as revision 2695 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 12 Jan 2004 22:39:19 +0000 (22:39 +0000)]
type fixes, found by Wolfgang Hesseler
Originally committed as revision 2694 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Mon, 12 Jan 2004 22:14:45 +0000 (22:14 +0000)]
MSZH and ZLIB decoder support
Experimental ZLIB encoder (not working yet)
Originally committed as revision 2693 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 11 Jan 2004 00:37:25 +0000 (00:37 +0000)]
ignore damaged video frames
Originally committed as revision 2692 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 11 Jan 2004 00:22:03 +0000 (00:22 +0000)]
oops
Originally committed as revision 2691 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 11 Jan 2004 00:19:10 +0000 (00:19 +0000)]
fix b frame after seeking blockmess
Originally committed as revision 2690 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 10 Jan 2004 23:55:57 +0000 (23:55 +0000)]
audio pts fix
Originally committed as revision 2689 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 10 Jan 2004 22:36:35 +0000 (22:36 +0000)]
fixing some seek failure issues
Originally committed as revision 2688 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 10 Jan 2004 19:54:12 +0000 (19:54 +0000)]
grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb))
Originally committed as revision 2687 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 10 Jan 2004 16:04:55 +0000 (16:04 +0000)]
copyright year update of the files i touched and remembered, things look annoyingly unmaintained otherwise
Originally committed as revision 2686 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 10 Jan 2004 12:53:07 +0000 (12:53 +0000)]
more sane inttypes emulation behavior if libavcodec is used outside ffmpeg
Originally committed as revision 2685 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 10 Jan 2004 01:58:00 +0000 (01:58 +0000)]
cleanup
Originally committed as revision 2684 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Jan 2004 23:54:42 +0000 (23:54 +0000)]
alpha amr tip
Originally committed as revision 2683 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 9 Jan 2004 23:43:57 +0000 (23:43 +0000)]
something unimportant ...
Originally committed as revision 2682 to svn://svn.ffmpeg.org/ffmpeg/trunk
Chris Flerackers [Fri, 9 Jan 2004 18:00:31 +0000 (18:00 +0000)]
inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at androme dot be>)
Originally committed as revision 2681 to svn://svn.ffmpeg.org/ffmpeg/trunk
Steven M. Schultz [Thu, 8 Jan 2004 23:51:23 +0000 (23:51 +0000)]
lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 2680 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 8 Jan 2004 21:08:57 +0000 (21:08 +0000)]
optimize compute_antialias() and add a floating point based alternative (2x faster)
Originally committed as revision 2679 to svn://svn.ffmpeg.org/ffmpeg/trunk
Gildas Bazin [Thu, 8 Jan 2004 19:01:16 +0000 (19:01 +0000)]
memleak patch by (Gildas Bazin <gbazin at altern dot org>)
Originally committed as revision 2678 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 8 Jan 2004 18:44:36 +0000 (18:44 +0000)]
uninitalized variables fix by (Gildas Bazin <gbazin at altern dot org>)
and some related cleanup by me
Originally committed as revision 2677 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 8 Jan 2004 18:24:35 +0000 (18:24 +0000)]
memleak fix
Originally committed as revision 2676 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 8 Jan 2004 17:47:30 +0000 (17:47 +0000)]
patch for configuring amr_wb by ("Murphy Chen" <murphychen at mail2000 dot com dot tw>)
Originally committed as revision 2675 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 6 Jan 2004 21:16:59 +0000 (21:16 +0000)]
mpeg1 overflowing dc coeff fix
Originally committed as revision 2674 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 6 Jan 2004 21:03:41 +0000 (21:03 +0000)]
fix assertion failure when writing mov files
Originally committed as revision 2673 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kevin Kuphal [Tue, 6 Jan 2004 15:31:36 +0000 (15:31 +0000)]
ASF extended header parsing patch by ("Kevin Kuphal" <kevin dot kuphal at sitecity dot net>)
Originally committed as revision 2672 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 6 Jan 2004 02:30:03 +0000 (02:30 +0000)]
LDFLAGS fix by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 2671 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 5 Jan 2004 23:40:23 +0000 (23:40 +0000)]
10l
Originally committed as revision 2670 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 5 Jan 2004 22:57:07 +0000 (22:57 +0000)]
interlaced dct decision cleanup
function moved to dspcontext
mmx&mmx2 optimized
change SSE -> SAD as default (better quality)
vbv buffer size command line option in kbyte
Originally committed as revision 2669 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 5 Jan 2004 11:16:05 +0000 (11:16 +0000)]
simplify
Originally committed as revision 2668 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Jan 2004 22:13:14 +0000 (22:13 +0000)]
gop timestamp fix
Originally committed as revision 2667 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Jan 2004 19:53:44 +0000 (19:53 +0000)]
10l
Originally committed as revision 2666 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Jan 2004 19:49:57 +0000 (19:49 +0000)]
10000l
Originally committed as revision 2665 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Jan 2004 17:43:28 +0000 (17:43 +0000)]
frame rate emulation "fix" by (Mean <fixounet at free dot fr>)
Originally committed as revision 2664 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Jan 2004 17:29:51 +0000 (17:29 +0000)]
mpeg2 QP clamping fix
Originally committed as revision 2663 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Jan 2004 17:13:14 +0000 (17:13 +0000)]
non YV12 vissualization fix by (Wolfgang Hesseler <qv at multimediaware dot com>)
Originally committed as revision 2662 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Jan 2004 14:43:52 +0000 (14:43 +0000)]
warn the user if we had to clip some dct coefficient due to a crappy format which doenst support the whole needed range (msmpeg4/wmv mostly but mpeg1 too to a lesser extend)
Originally committed as revision 2661 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Jan 2004 00:23:14 +0000 (00:23 +0000)]
SVCD scan offset stuff
Originally committed as revision 2660 to svn://svn.ffmpeg.org/ffmpeg/trunk
Denes Balatoni [Sat, 3 Jan 2004 20:14:45 +0000 (20:14 +0000)]
denoise_dct_sse2() patch by (Balatoni Denes <pnis at coder dot hu>)
Originally committed as revision 2659 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 3 Jan 2004 13:29:46 +0000 (13:29 +0000)]
forgot ...
Originally committed as revision 2658 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 2 Jan 2004 22:29:08 +0000 (22:29 +0000)]
denoise_dct_mmx()
Originally committed as revision 2657 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 2 Jan 2004 21:26:51 +0000 (21:26 +0000)]
noise reduction regression test
Originally committed as revision 2656 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 2 Jan 2004 19:22:00 +0000 (19:22 +0000)]
more trellis quant optimizations
Originally committed as revision 2655 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Fri, 2 Jan 2004 04:50:08 +0000 (04:50 +0000)]
VMD support
Originally committed as revision 2654 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Fri, 2 Jan 2004 04:47:02 +0000 (04:47 +0000)]
initial commit for Sierra VMD file demuxer
Originally committed as revision 2653 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Fri, 2 Jan 2004 04:45:06 +0000 (04:45 +0000)]
first pass at Sierra VMD A/V decoders; video looks great, audio is not
yet complete
Originally committed as revision 2652 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 2 Jan 2004 03:02:34 +0000 (03:02 +0000)]
cleanup
Originally committed as revision 2651 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 2 Jan 2004 02:39:05 +0000 (02:39 +0000)]
optimizing (trellis) quantizer
Originally committed as revision 2650 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Fri, 2 Jan 2004 02:31:53 +0000 (02:31 +0000)]
off-by-1 error in the never-before-tested embedded string code
Originally committed as revision 2649 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 1 Jan 2004 22:04:14 +0000 (22:04 +0000)]
trellis quantization regression test
Originally committed as revision 2648 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Thu, 1 Jan 2004 19:22:50 +0000 (19:22 +0000)]
remove vile lie (MS ADPCM encoding is not supported yet)
Originally committed as revision 2647 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 1 Jan 2004 18:02:30 +0000 (18:02 +0000)]
put_pixels width comment fix
Originally committed as revision 2646 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 1 Jan 2004 16:56:04 +0000 (16:56 +0000)]
dont show uninitalized motion vectors
Originally committed as revision 2645 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 1 Jan 2004 16:50:56 +0000 (16:50 +0000)]
test interlaced motion estimation too
Originally committed as revision 2644 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 1 Jan 2004 15:13:44 +0000 (15:13 +0000)]
rate limit tips and checks
Originally committed as revision 2643 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 1 Jan 2004 15:05:19 +0000 (15:05 +0000)]
minrate=0 for SVCD & DVD, this matches mpeg2enc and the mpeg1/2 vissual standard
Originally committed as revision 2642 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 1 Jan 2004 02:56:35 +0000 (02:56 +0000)]
print vbv buffer size & bitrate when decoding with -debug 1
Originally committed as revision 2641 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 31 Dec 2003 02:32:54 +0000 (02:32 +0000)]
fixpoint log() for tiny_psnr so it can output actual PSNR
Originally committed as revision 2640 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 30 Dec 2003 19:19:45 +0000 (19:19 +0000)]
info about h and tpel
Originally committed as revision 2639 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 30 Dec 2003 16:07:57 +0000 (16:07 +0000)]
interlaced motion estimation
interlaced mpeg2 encoding
P & B frames
rate distored interlaced mb decission
alternate scantable support
4mv encoding fixes (thats also why the regression tests change)
passing height to most dsp functions
interlaced mpeg4 encoding (no direct mode MBs yet)
various related cleanups
disabled old motion estimaton algorithms (log, full, ...) they will either be fixed or removed
Originally committed as revision 2638 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 30 Dec 2003 15:29:38 +0000 (15:29 +0000)]
100000l
Originally committed as revision 2637 to svn://svn.ffmpeg.org/ffmpeg/trunk
Wolfgang Hesseler [Tue, 30 Dec 2003 02:12:12 +0000 (02:12 +0000)]
motion vector vissualization improvements patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
Originally committed as revision 2636 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 29 Dec 2003 23:08:30 +0000 (23:08 +0000)]
nicer looking PSNR stats (YUV seperate and print the whole file PSNR at the end instead of the last frame's)
Originally committed as revision 2635 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 29 Dec 2003 22:25:08 +0000 (22:25 +0000)]
picture number fixes
Originally committed as revision 2634 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 28 Dec 2003 11:35:54 +0000 (11:35 +0000)]
10l (segfault fix)
Originally committed as revision 2633 to svn://svn.ffmpeg.org/ffmpeg/trunk
Wolfgang Hesseler [Sun, 28 Dec 2003 01:19:41 +0000 (01:19 +0000)]
frame stepping patch by (Wolfgang Hesseler <qv at multimediaware dot com>)
Originally committed as revision 2632 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alex Beregszaszi [Sat, 27 Dec 2003 19:54:59 +0000 (19:54 +0000)]
correct C init tables
Originally committed as revision 11692 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
Michael Niedermayer [Sat, 27 Dec 2003 15:21:17 +0000 (15:21 +0000)]
its nice to include 'what it does & why' in submitted patches
Originally committed as revision 2631 to svn://svn.ffmpeg.org/ffmpeg/trunk
Steven M. Schultz [Mon, 22 Dec 2003 19:42:28 +0000 (19:42 +0000)]
lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
Originally committed as revision 2630 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 22 Dec 2003 19:06:01 +0000 (19:06 +0000)]
10l (forgot to copy top_field_first flag)
Originally committed as revision 2629 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 21 Dec 2003 20:06:59 +0000 (20:06 +0000)]
rv20 / h263 b frame fix
Originally committed as revision 2628 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 19 Dec 2003 00:47:36 +0000 (00:47 +0000)]
fix crash
Originally committed as revision 2627 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Thu, 18 Dec 2003 23:44:49 +0000 (23:44 +0000)]
SVQ3 uses unrestricted motion vectors
Originally committed as revision 2626 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 18 Dec 2003 21:35:02 +0000 (21:35 +0000)]
svq3 fix
Originally committed as revision 2625 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Thu, 18 Dec 2003 13:03:37 +0000 (13:03 +0000)]
harcoded DTS computation for mpeg
Originally committed as revision 2624 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 17 Dec 2003 19:53:05 +0000 (19:53 +0000)]
vbv_delay
Originally committed as revision 2623 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 16 Dec 2003 14:00:18 +0000 (14:00 +0000)]
primitive LPCM generator
Originally committed as revision 2622 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 16 Dec 2003 11:25:30 +0000 (11:25 +0000)]
better and simpler logic for MPEG muxing - fixed rare MPEG muxing PTS generation bug (stuffing is added in such rare cases) - fixed AC3 payload size generation - generate correct AC3 frame header (need spec checking)
Originally committed as revision 2621 to svn://svn.ffmpeg.org/ffmpeg/trunk
Fabrice Bellard [Tue, 16 Dec 2003 11:21:25 +0000 (11:21 +0000)]
fixed incorrect PTS/DTS logic in MPEG video case (caused rare PTS glitches if start codes were between two PES packets)
Originally committed as revision 2620 to svn://svn.ffmpeg.org/ffmpeg/trunk