summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* SSE2 fdct by (Balatoni Denes <pnis at coder dot hu>)Michael Niedermayer2004-01-29
| | | | Originally committed as revision 2729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4mv + b frame encoding segfault fixMichael Niedermayer2004-01-28
| | | | Originally committed as revision 2728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first coded vs. first displayed pts (segfault & pts fix if b frames are used)Michael Niedermayer2004-01-27
| | | | Originally committed as revision 2727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10lMichael Niedermayer2004-01-26
| | | | Originally committed as revision 2726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* int64max fix by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer2004-01-26
| | | | Originally committed as revision 2725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg4 pts fixMichael Niedermayer2004-01-26
| | | | Originally committed as revision 2724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use reget buffer instead of copying from prev frameRoberto Togni2004-01-25
| | | | | | Added buffer hints, replaced printf with av_log Originally committed as revision 2723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* freebsd fix for mpeg12.c (moving INT64_MAX to common.h)Alex Beregszaszi2004-01-25
| | | | Originally committed as revision 2722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimization & bugfix extracted from the 4k line diff between ffmpeg 0.4.7 ↵Michael Niedermayer2004-01-24
| | | | | | | | | | | | and http://www.alicestreet.com/ffh263.html the other parts of the diff where 1. spelling fixes (rejected as only a small part of it could be applied automatically) 2. cosmetics (reindention, function reordering, var renaming, ...) with bugs (rejected) 3. rtp related stuff (rejetced as it breaks several codecs) 4. some changes to the intra/inter decission & scene change detection (quality tests needed first) Originally committed as revision 2721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationMichael Niedermayer2004-01-24
| | | | Originally committed as revision 2720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2004-01-23
| | | | Originally committed as revision 2719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* closed gop support & flags2 as all bits in flags are usedMichael Niedermayer2004-01-22
| | | | | | and a few minor things i forgot to commit ... Originally committed as revision 2718 to svn://svn.ffmpeg.org/ffmpeg/trunk
* inttypes.h patch by (Chip <szarlada at freemail dot hu>)Chip2004-01-22
| | | | Originally committed as revision 2717 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more tolerance for dc=0Michael Niedermayer2004-01-21
| | | | Originally committed as revision 2716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avcodec_flush_buffers() fixMichael Niedermayer2004-01-19
| | | | Originally committed as revision 2715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2004-01-18
| | | | Originally committed as revision 2714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removing broken framerate conversation hack in mpeg1/2Michael Niedermayer2004-01-18
| | | | Originally committed as revision 2713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 mv prediction in b frames fixMichael Niedermayer2004-01-18
| | | | Originally committed as revision 2712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* CONFIG_ENCODERS fix by (Ronald Bultje <rbultje at ronald dot bitfreak dot net>)Michael Niedermayer2004-01-17
| | | | Originally committed as revision 2711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking stuffMichael Niedermayer2004-01-17
| | | | | | | 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
* store searched distance in index, so we dont waste time searching for ↵Michael Niedermayer2004-01-17
| | | | | | | | 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
* xvid "packed" stuff supportMichael Niedermayer2004-01-15
| | | | Originally committed as revision 2708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* header parser fixMichael Niedermayer2004-01-14
| | | | Originally committed as revision 2707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replic_size==0 fix, needed so that G.726 asf file, so ffmpeg can at least ↵Michael Niedermayer2004-01-14
| | | | | | decode the video without segfaulting Originally committed as revision 2706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont let the demuxer thread die before the video has actually been played as ↵Michael Niedermayer2004-01-14
| | | | | | seeking would become impossible shortly before EOF Originally committed as revision 2705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use packet number instead of byte number internally for seekingMichael Niedermayer2004-01-14
| | | | Originally committed as revision 2704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unusedMichael Niedermayer2004-01-14
| | | | Originally committed as revision 2703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking fixesMichael Niedermayer2004-01-14
| | | | | | | | | 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
* memleak fixMichael Niedermayer2004-01-14
| | | | | | | multiple stream seeking (yes i know seeking is still broken) related cleanup Originally committed as revision 2701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking in single stream asf patch by ("Kevin Kuphal" <kevin dot kuphal at ↵Kevin Kuphal2004-01-14
| | | | | | sitecity dot net>) Originally committed as revision 2700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dont calculate stuff if its not used ...Michael Niedermayer2004-01-14
| | | | Originally committed as revision 2699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing twice added offset bug, was triggered by 4mv + sub_cmp != mb_cmpMichael Niedermayer2004-01-14
| | | | | | | 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
* caching of timestamps for mpeg-ps so seeking is fasterMichael Niedermayer2004-01-13
| | | | | | | | | 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
* Right fix for older zlib versionRoberto Togni2004-01-13
| | | | Originally committed as revision 2696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix for older version of zlibRoberto Togni2004-01-13
| | | | Originally committed as revision 2695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* type fixes, found by Wolfgang HesselerMichael Niedermayer2004-01-12
| | | | Originally committed as revision 2694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MSZH and ZLIB decoder supportRoberto Togni2004-01-12
| | | | | | Experimental ZLIB encoder (not working yet) Originally committed as revision 2693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ignore damaged video framesMichael Niedermayer2004-01-11
| | | | Originally committed as revision 2692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* oopsMichael Niedermayer2004-01-11
| | | | Originally committed as revision 2691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b frame after seeking blockmessMichael Niedermayer2004-01-11
| | | | Originally committed as revision 2690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* audio pts fixMichael Niedermayer2004-01-10
| | | | Originally committed as revision 2689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing some seek failure issuesMichael Niedermayer2004-01-10
| | | | Originally committed as revision 2688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grayscale mjpeg decoding support based upon a patch by (Leon Bottou (leonb))Michael Niedermayer2004-01-10
| | | | Originally committed as revision 2687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* copyright year update of the files i touched and remembered, things look ↵Michael Niedermayer2004-01-10
| | | | | | annoyingly unmaintained otherwise Originally committed as revision 2686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more sane inttypes emulation behavior if libavcodec is used outside ffmpegMichael Niedermayer2004-01-10
| | | | Originally committed as revision 2685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2004-01-10
| | | | Originally committed as revision 2684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alpha amr tipMichael Niedermayer2004-01-09
| | | | Originally committed as revision 2683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* something unimportant ...Michael Niedermayer2004-01-09
| | | | Originally committed as revision 2682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* inttypes emulation cleanup patch by ("Chris Flerackers" <cflerackers at ↵Chris Flerackers2004-01-09
| | | | | | androme dot be>) Originally committed as revision 2681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)Steven M. Schultz2004-01-08
| | | | Originally committed as revision 2680 to svn://svn.ffmpeg.org/ffmpeg/trunk