Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-04-26cosmetics: Remove trailing whitespace and tabs.Diego Biurrun
2007-04-26use resolve_host in acl handlign too, simplificates the codeAlex Beregszaszi
2007-04-26make the last globals staticAlex Beregszaszi
2007-04-26support for hostnames instead ip addresses in ffserver conf (using resolve_ho...Alex Beregszaszi
2007-04-24Fix ffserver crash when closing the second RTP sessionLuca Abeni
2007-04-22check ip port range from configAlex Beregszaszi
2007-04-22simplificateAlex Beregszaszi
2007-04-22use av_strdup instead malloc/strcpyAlex Beregszaszi
2007-04-22fixed InputFormat option, which was never workingAlex Beregszaszi
2007-04-22remove useless code, file removal is handled elsewhereAlex Beregszaszi
2007-04-19Fix an use-after-free bugLuca Abeni
2007-04-19Remove unused callbacks from ffserverLuca Abeni
2007-04-10Fix the poll() loop (ret == 0 means that a timeout expired, so it must beLuca Abeni
2007-04-10Fix the generation of RTSP reply headers (the "DEF()" macro is not usedLuca Abeni
2007-03-31Fix warning:Stanislav Brabec
2007-03-31fix x-octet-stream mime typeAlex Beregszaszi
2007-03-31use av_strdupAlex Beregszaszi
2007-03-31remove dead codeAlex Beregszaszi
2007-03-28prevent exit missuseMichael Niedermayer
2007-03-12Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris
2007-03-09print codec parameters for audio tooAlex Beregszaszi
2007-03-06disconnect new feeder if feed is already being receivedAlex Beregszaszi
2007-02-24redirect http get requests of / to index.html (note, the http_parse_request m...Alex Beregszaszi
2007-02-24store internal timestamps in int64_t instead longAlex Beregszaszi
2007-02-24rescale pts/dts for output formatAlex Beregszaszi
2007-02-24return error if av_write_header failed (it fails on some containers when code...Alex Beregszaszi
2007-02-24disconnect client if trailer is sentAlex Beregszaszi
2007-02-22if feeder is disconnected, clear the feed registration, thus a new feeder can...Alex Beregszaszi
2007-02-22codec_tag settable via VideoTag, and transmit codec_tag in ffmAlex Beregszaszi
2007-02-22change write/read to send/recv on socket operationsAlex Beregszaszi
2007-02-22change close() to closesocket() on sockets (compatible with libavformat)Alex Beregszaszi
2007-02-21remove gettime_ms and use av_gettime instead of itAlex Beregszaszi
2007-02-21use av_random instead random/srandomAlex Beregszaszi
2007-02-15poll() emulation for BeOS, and maybe MinGW.François Revol
2006-11-15rename HAVE_DLFCN to HAVE_DLFCN_HMåns Rullgård
2006-11-14rename CONFIG_HAVE_DLFCN and CONFIG_HAVE_DLOPEN to HAVE_DLFCN/HAVE_DLOPENMåns Rullgård
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-01Update copyright year and mention other copyright holders.Diego Biurrun
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-20Use Subversion revision for FFMPEG_VERSION.Diego Biurrun
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
2006-03-09Update ffserver regression tests:Aurelien Jacobs
2006-02-22make those nasty variables static, also fix a html bugAlex Beregszaszi
2006-02-02remove unused function get_longterm_datarate()Måns Rullgård
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
2005-11-13support for unlimited feed sizeAlex Beregszaszi