summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* mpeg4 mpeg quantizer encodingMichael Niedermayer2002-08-06
| | | | Originally committed as revision 844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4mv + bframe decoding bugfixMichael Niedermayer2002-08-05
| | | | Originally committed as revision 843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing level overflow check for qp=1Michael Niedermayer2002-08-05
| | | | Originally committed as revision 842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hopefully fixing unreprodceable segfault when overreading the end if ↵Michael Niedermayer2002-08-04
| | | | | | error_resilience==-1 (it didnt overread here though) Originally committed as revision 841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing slices which start at mb_x>0Michael Niedermayer2002-08-04
| | | | Originally committed as revision 840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* supporting rare overflow mess even with error_resilience>=0Michael Niedermayer2002-08-04
| | | | Originally committed as revision 839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* making some error checks optionalMichael Niedermayer2002-08-04
| | | | Originally committed as revision 838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* last_picture should be never == NULL (it was with dr1) this might fix a ↵Michael Niedermayer2002-08-04
| | | | | | segfault with error concealment Originally committed as revision 837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing mpeg4 mpeg quantizersMichael Niedermayer2002-08-02
| | | | Originally committed as revision 836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing normal mmx idctMichael Niedermayer2002-08-02
| | | | Originally committed as revision 835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l found by Rémi Guyomarch <rguyom at pobox dot com>Michael Niedermayer2002-08-01
| | | | Originally committed as revision 834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* planar yuv 444 422 411 supportMichael Niedermayer2002-08-01
| | | | Originally committed as revision 6864 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* max_b_frame=4 bugfixMichael Niedermayer2002-08-01
| | | | Originally committed as revision 833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>)Michael Niedermayer2002-07-31
| | | | Originally committed as revision 832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MVI optimizations for motion estimation.Falk Hüffner2002-07-29
| | | | Originally committed as revision 831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better big/little endian testMichael Niedermayer2002-07-28
| | | | Originally committed as revision 830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Now we do not delete the feed file if it was created with the samePhilip Gladstone2002-07-28
| | | | | | | | | | | 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
* * Removed a debug printfPhilip Gladstone2002-07-27
| | | | | | * 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
* dump bits per frame / qp / frame complexity supportMichael Niedermayer2002-07-27
| | | | Originally committed as revision 827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl>Leon van Stuivenberg2002-07-27
| | | | Originally committed as revision 826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add notes on the ?date= format.Philip Gladstone2002-07-27
| | | | Originally committed as revision 825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add conversions to and from RGBA32 and BGRA32.Philip Gladstone2002-07-27
| | | | Originally committed as revision 824 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a potential endless loop (nb (1 * 3) / 2 == 1)Philip Gladstone2002-07-27
| | | | Originally committed as revision 823 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add some examples of using ACLPhilip Gladstone2002-07-27
| | | | Originally committed as revision 822 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Make asf streaming work again. Now uses the output format asf_stream.Philip Gladstone2002-07-27
| | | | | | | | | * 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
* Add conditional build of strptimePhilip Gladstone2002-07-27
| | | | Originally committed as revision 820 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add logic to figure out whether strptime is present on the system. If not, thenPhilip Gladstone2002-07-27
| | | | | | get it built. Originally committed as revision 819 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add strptime into the source pool for those systems that don't have it.Philip Gladstone2002-07-27
| | | | Originally committed as revision 818 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Add code for ffserver to get stream output formats: guess_stream_formatPhilip Gladstone2002-07-27
| | | | | | * 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
* Add prototype of guess_stream_formatPhilip Gladstone2002-07-27
| | | | Originally committed as revision 816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add another asf output format type -- asf_stream. The convention is thatPhilip Gladstone2002-07-27
| | | | | | ffserver will always try and use the _stream suffix if possible. Originally committed as revision 815 to svn://svn.ffmpeg.org/ffmpeg/trunk
* different edge positions fixed with edge emu / dr1Michael Niedermayer2002-07-25
| | | | Originally committed as revision 814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added 'NoDaemon' command - added RTP/RTSP stream exampleFabrice Bellard2002-07-25
| | | | Originally committed as revision 813 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added RTSP and RTP server support - added daemon mode as default (use -d for ↵Fabrice Bellard2002-07-25
| | | | | | foreground mode) - added module support Originally committed as revision 812 to svn://svn.ffmpeg.org/ffmpeg/trunk
* build stripped and unstripped ffmpeg - ffserver exports all its symbols for ↵Fabrice Bellard2002-07-25
| | | | | | modules - added installlib target for development static libraries installation Originally committed as revision 811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added proposed API for parse_only mode to extract compressed frames from ↵Fabrice Bellard2002-07-25
| | | | | | compressed streams Originally committed as revision 810 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added include for ffserver dynamically loaded modulesFabrice Bellard2002-07-25
| | | | Originally committed as revision 809 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed gettime() av_gettime() - same for register_all()Fabrice Bellard2002-07-25
| | | | Originally committed as revision 808 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added installlib targetFabrice Bellard2002-07-25
| | | | Originally committed as revision 807 to svn://svn.ffmpeg.org/ffmpeg/trunk
* exported av_probe_input_format()Fabrice Bellard2002-07-25
| | | | Originally committed as revision 806 to svn://svn.ffmpeg.org/ffmpeg/trunk
* renamed gettime to av_gettime()Fabrice Bellard2002-07-25
| | | | Originally committed as revision 805 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved simple c utilsFabrice Bellard2002-07-25
| | | | Originally committed as revision 804 to svn://svn.ffmpeg.org/ffmpeg/trunk
* separated init code from utils to reduce static library sizeFabrice Bellard2002-07-25
| | | | Originally committed as revision 803 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more consistent namingFabrice Bellard2002-07-25
| | | | Originally committed as revision 802 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added RTP/RTSP stuffFabrice Bellard2002-07-24
| | | | Originally committed as revision 801 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added url_split()Fabrice Bellard2002-07-24
| | | | Originally committed as revision 800 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added compilation of RTP/RTSP stuffFabrice Bellard2002-07-24
| | | | Originally committed as revision 799 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppressed packet size dependancyFabrice Bellard2002-07-24
| | | | Originally committed as revision 798 to svn://svn.ffmpeg.org/ffmpeg/trunk
* http protocol now uses tcp: protocol (simpler)Fabrice Bellard2002-07-24
| | | | Originally committed as revision 797 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added dynamic buffer support - added url_fprintf() and url_fgetc()Fabrice Bellard2002-07-24
| | | | Originally committed as revision 796 to svn://svn.ffmpeg.org/ffmpeg/trunk