summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* mpeg4 mpeg quantizer encodingMichael Niedermayer2002-08-06
* 4mv + bframe decoding bugfixMichael Niedermayer2002-08-05
* fixing level overflow check for qp=1Michael Niedermayer2002-08-05
* hopefully fixing unreprodceable segfault when overreading the end if error_re...Michael Niedermayer2002-08-04
* fixing slices which start at mb_x>0Michael Niedermayer2002-08-04
* supporting rare overflow mess even with error_resilience>=0Michael Niedermayer2002-08-04
* making some error checks optionalMichael Niedermayer2002-08-04
* last_picture should be never == NULL (it was with dr1) this might fix a segfa...Michael Niedermayer2002-08-04
* fixing mpeg4 mpeg quantizersMichael Niedermayer2002-08-02
* fixing normal mmx idctMichael Niedermayer2002-08-02
* 10l found by Rémi Guyomarch <rguyom at pobox dot com>Michael Niedermayer2002-08-01
* planar yuv 444 422 411 supportMichael Niedermayer2002-08-01
* max_b_frame=4 bugfixMichael Niedermayer2002-08-01
* b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>)Michael Niedermayer2002-07-31
* MVI optimizations for motion estimation.Falk Hüffner2002-07-29
* better big/little endian testMichael Niedermayer2002-07-28
* * Now we do not delete the feed file if it was created with the samePhilip Gladstone2002-07-28
* * Removed a debug printfPhilip Gladstone2002-07-27
* dump bits per frame / qp / frame complexity supportMichael Niedermayer2002-07-27
* handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl>Leon van Stuivenberg2002-07-27
* Add notes on the ?date= format.Philip Gladstone2002-07-27
* Add conversions to and from RGBA32 and BGRA32.Philip Gladstone2002-07-27
* Fix a potential endless loop (nb (1 * 3) / 2 == 1)Philip Gladstone2002-07-27
* Add some examples of using ACLPhilip Gladstone2002-07-27
* * Make asf streaming work again. Now uses the output format asf_stream.Philip Gladstone2002-07-27
* Add conditional build of strptimePhilip Gladstone2002-07-27
* Add logic to figure out whether strptime is present on the system. If not, thenPhilip Gladstone2002-07-27
* Add strptime into the source pool for those systems that don't have it.Philip Gladstone2002-07-27
* * Add code for ffserver to get stream output formats: guess_stream_formatPhilip Gladstone2002-07-27
* Add prototype of guess_stream_formatPhilip Gladstone2002-07-27
* Add another asf output format type -- asf_stream. The convention is thatPhilip Gladstone2002-07-27
* different edge positions fixed with edge emu / dr1Michael Niedermayer2002-07-25
* added 'NoDaemon' command - added RTP/RTSP stream exampleFabrice Bellard2002-07-25
* added RTSP and RTP server support - added daemon mode as default (use -d for ...Fabrice Bellard2002-07-25
* build stripped and unstripped ffmpeg - ffserver exports all its symbols for m...Fabrice Bellard2002-07-25
* added proposed API for parse_only mode to extract compressed frames from comp...Fabrice Bellard2002-07-25
* added include for ffserver dynamically loaded modulesFabrice Bellard2002-07-25
* renamed gettime() av_gettime() - same for register_all()Fabrice Bellard2002-07-25
* added installlib targetFabrice Bellard2002-07-25
* exported av_probe_input_format()Fabrice Bellard2002-07-25
* renamed gettime to av_gettime()Fabrice Bellard2002-07-25
* moved simple c utilsFabrice Bellard2002-07-25
* separated init code from utils to reduce static library sizeFabrice Bellard2002-07-25
* more consistent namingFabrice Bellard2002-07-25
* added RTP/RTSP stuffFabrice Bellard2002-07-24
* added url_split()Fabrice Bellard2002-07-24
* added compilation of RTP/RTSP stuffFabrice Bellard2002-07-24
* suppressed packet size dependancyFabrice Bellard2002-07-24
* http protocol now uses tcp: protocol (simpler)Fabrice Bellard2002-07-24
* added dynamic buffer support - added url_fprintf() and url_fgetc()Fabrice Bellard2002-07-24