22189 Commits (8d072dd2a96dc1ed7c1a65d49361311db71f5bfb)
 

Author SHA1 Message Date
Eric Sesterhenn 890f093a76 remove unused varibles patch by (Eric Sesterhenn <SnakeByte at gmx dot de>) 22 years ago
Volker Moell c1325d18ff patch by (Volker Moell <volker-ml at die-moells dot de>) 22 years ago
Zdenek Kabelac 1359c2d43e * skiping unwanted packets when it's possible 22 years ago
Zdenek Kabelac 840824970c * using statics 22 years ago
Zdenek Kabelac 3625e88ab7 * resync without endless loop 22 years ago
Michael Niedermayer 62959862df faster vlc table selection 22 years ago
Zdenek Kabelac 2141dc37d3 * added support for multiple payloads 22 years ago
Zdenek Kabelac 2a10020bf3 * ok - let's start with avifile->ffmpeg morphing 22 years ago
Michael Niedermayer 47ceabc959 1000l 22 years ago
Michael Niedermayer 87f8cab45b mpeg4 mpeg quantizer encoding 22 years ago
Michael Niedermayer 508abacadb 4mv + bframe decoding bugfix 22 years ago
Michael Niedermayer f255af5d93 fixing level overflow check for qp=1 22 years ago
Michael Niedermayer 159d10fc2c hopefully fixing unreprodceable segfault when overreading the end if error_resilience==-1 (it didnt overread here though) 22 years ago
Michael Niedermayer 0a6baf39cb fixing slices which start at mb_x>0 22 years ago
Michael Niedermayer 5507833249 supporting rare overflow mess even with error_resilience>=0 22 years ago
Michael Niedermayer 44273f1951 making some error checks optional 22 years ago
Michael Niedermayer b7adc711fa last_picture should be never == NULL (it was with dr1) this might fix a segfault with error concealment 22 years ago
Michael Niedermayer d930ef19ea fixing mpeg4 mpeg quantizers 22 years ago
Michael Niedermayer fc2bb4f44d fixing normal mmx idct 22 years ago
Michael Niedermayer 32b9092155 10l found by Rémi Guyomarch <rguyom at pobox dot com> 22 years ago
Michael Niedermayer d80e2fa24f planar yuv 444 422 411 support 22 years ago
Michael Niedermayer a10678da8a max_b_frame=4 bugfix 22 years ago
Michael Niedermayer 5efa265074 b frame direct mode bugfix (bug found by CM <chenm001 at 163 dot com>) 22 years ago
Falk Hüffner 57d2bce188 MVI optimizations for motion estimation. 22 years ago
Michael Niedermayer a399990884 better big/little endian test 22 years ago
Philip Gladstone 59eb2ed1f3 * Now we do not delete the feed file if it was created with the same 22 years ago
Philip Gladstone f853bb1128 * Removed a debug printf 22 years ago
Michael Niedermayer 38274ea268 dump bits per frame / qp / frame complexity support 22 years ago
Leon van Stuivenberg d6afa9c671 handle DRI/RST markers patch by Leon van Stuivenberg <leonvs at iae dot nl> 22 years ago
Philip Gladstone ce83897796 Add notes on the ?date= format. 22 years ago
Philip Gladstone b71472eb62 Add conversions to and from RGBA32 and BGRA32. 22 years ago
Philip Gladstone 64e105e051 Fix a potential endless loop (nb (1 * 3) / 2 == 1) 22 years ago
Philip Gladstone a28d4f86af Add some examples of using ACL 22 years ago
Philip Gladstone 8256c0a341 * Make asf streaming work again. Now uses the output format asf_stream. 22 years ago
Philip Gladstone 487ec9a0d9 Add conditional build of strptime 22 years ago
Philip Gladstone 68892110e0 Add logic to figure out whether strptime is present on the system. If not, then 22 years ago
Philip Gladstone dcb7d9cbe0 Add strptime into the source pool for those systems that don't have it. 22 years ago
Philip Gladstone c5510dd63b * Add code for ffserver to get stream output formats: guess_stream_format 22 years ago
Philip Gladstone 36ada60ccb Add prototype of guess_stream_format 22 years ago
Philip Gladstone 8b3c13f9f1 Add another asf output format type -- asf_stream. The convention is that 22 years ago
Michael Niedermayer b5a093b3a9 different edge positions fixed with edge emu / dr1 22 years ago
Fabrice Bellard bc4a1ffe96 added 'NoDaemon' command - added RTP/RTSP stream example 22 years ago
Fabrice Bellard 2effd27446 added RTSP and RTP server support - added daemon mode as default (use -d for foreground mode) - added module support 22 years ago
Fabrice Bellard 3773697945 build stripped and unstripped ffmpeg - ffserver exports all its symbols for modules - added installlib target for development static libraries installation 22 years ago
Fabrice Bellard 917e06c81b added proposed API for parse_only mode to extract compressed frames from compressed streams 22 years ago
Fabrice Bellard e3e105b38a added include for ffserver dynamically loaded modules 22 years ago
Fabrice Bellard 2c4ae653af renamed gettime() av_gettime() - same for register_all() 22 years ago
Fabrice Bellard 910fdd21b5 added installlib target 22 years ago
Fabrice Bellard a25e098d33 exported av_probe_input_format() 22 years ago
Fabrice Bellard a11bf0bd61 renamed gettime to av_gettime() 22 years ago